exa-js 1.8.22 → 1.8.23
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|
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;
|