valyu-js 2.3.0 → 2.3.1

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