exa-js 1.8.13 → 1.8.16

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
@@ -3013,7 +3013,7 @@ type RegularSearchOptions = BaseSearchOptions & {
3013
3013
  */
3014
3014
  moderation?: boolean;
3015
3015
  useAutoprompt?: boolean;
3016
- type?: "keyword" | "neural" | "auto";
3016
+ type?: "keyword" | "neural" | "auto" | "hybrid";
3017
3017
  };
3018
3018
  /**
3019
3019
  * Options for finding similar links.
package/dist/index.d.ts CHANGED
@@ -3013,7 +3013,7 @@ type RegularSearchOptions = BaseSearchOptions & {
3013
3013
  */
3014
3014
  moderation?: boolean;
3015
3015
  useAutoprompt?: boolean;
3016
- type?: "keyword" | "neural" | "auto";
3016
+ type?: "keyword" | "neural" | "auto" | "hybrid";
3017
3017
  };
3018
3018
  /**
3019
3019
  * Options for finding similar links.