exa-js 1.8.22 → 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
@@ -1465,6 +1465,8 @@ interface components$1 {
1465
1465
  * @description The date and time the search was updated
1466
1466
  */
1467
1467
  updatedAt: string;
1468
+ /** @description The unique identifier for the Webset this search belongs to */
1469
+ websetId: string;
1468
1470
  };
1469
1471
  /** @enum {string} */
1470
1472
  WebsetSearchBehavior: WebsetSearchBehavior;
@@ -2788,7 +2790,7 @@ type RegularSearchOptions = BaseSearchOptions & {
2788
2790
  */
2789
2791
  moderation?: boolean;
2790
2792
  useAutoprompt?: boolean;
2791
- type?: "keyword" | "neural" | "auto" | "hybrid";
2793
+ type?: "keyword" | "neural" | "auto" | "hybrid" | "fast";
2792
2794
  };
2793
2795
  /**
2794
2796
  * Options for finding similar links.
package/dist/index.d.ts CHANGED
@@ -1465,6 +1465,8 @@ interface components$1 {
1465
1465
  * @description The date and time the search was updated
1466
1466
  */
1467
1467
  updatedAt: string;
1468
+ /** @description The unique identifier for the Webset this search belongs to */
1469
+ websetId: string;
1468
1470
  };
1469
1471
  /** @enum {string} */
1470
1472
  WebsetSearchBehavior: WebsetSearchBehavior;
@@ -2788,7 +2790,7 @@ type RegularSearchOptions = BaseSearchOptions & {
2788
2790
  */
2789
2791
  moderation?: boolean;
2790
2792
  useAutoprompt?: boolean;
2791
- type?: "keyword" | "neural" | "auto" | "hybrid";
2793
+ type?: "keyword" | "neural" | "auto" | "hybrid" | "fast";
2792
2794
  };
2793
2795
  /**
2794
2796
  * Options for finding similar links.