exa-js 1.8.23 → 1.8.24

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
@@ -2790,7 +2790,7 @@ type RegularSearchOptions = BaseSearchOptions & {
2790
2790
  */
2791
2791
  moderation?: boolean;
2792
2792
  useAutoprompt?: boolean;
2793
- type?: "keyword" | "neural" | "auto" | "hybrid";
2793
+ type?: "keyword" | "neural" | "auto" | "hybrid" | "fast";
2794
2794
  };
2795
2795
  /**
2796
2796
  * Options for finding similar links.
package/dist/index.d.ts CHANGED
@@ -2790,7 +2790,7 @@ type RegularSearchOptions = BaseSearchOptions & {
2790
2790
  */
2791
2791
  moderation?: boolean;
2792
2792
  useAutoprompt?: boolean;
2793
- type?: "keyword" | "neural" | "auto" | "hybrid";
2793
+ type?: "keyword" | "neural" | "auto" | "hybrid" | "fast";
2794
2794
  };
2795
2795
  /**
2796
2796
  * Options for finding similar links.