valyu-js 2.5.2 → 2.5.3

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.mts CHANGED
@@ -156,7 +156,7 @@ interface AnswerStreamChunk {
156
156
  extraction_metadata?: ExtractionMetadata;
157
157
  error?: string;
158
158
  }
159
- type DeepResearchMode = "fast" | "standard" | "lite" | "heavy";
159
+ type DeepResearchMode = "fast" | "standard" | "lite" | "heavy" | "max";
160
160
  type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
161
161
  type DeepResearchOutputFormat = "markdown" | "pdf" | "toon" | Record<string, any>;
162
162
  type DeepResearchOutputType = "markdown" | "json" | "toon";
package/dist/index.d.ts CHANGED
@@ -156,7 +156,7 @@ interface AnswerStreamChunk {
156
156
  extraction_metadata?: ExtractionMetadata;
157
157
  error?: string;
158
158
  }
159
- type DeepResearchMode = "fast" | "standard" | "lite" | "heavy";
159
+ type DeepResearchMode = "fast" | "standard" | "lite" | "heavy" | "max";
160
160
  type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
161
161
  type DeepResearchOutputFormat = "markdown" | "pdf" | "toon" | Record<string, any>;
162
162
  type DeepResearchOutputType = "markdown" | "json" | "toon";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valyu-js",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "Deepsearch API for AI.",
5
5
  "files": [
6
6
  "dist"