exa-js 2.0.5 → 2.0.6
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1551,6 +1551,11 @@ interface components {
|
|
|
1551
1551
|
};
|
|
1552
1552
|
PreviewWebsetParameters: {
|
|
1553
1553
|
search: {
|
|
1554
|
+
/**
|
|
1555
|
+
* @description When query parameter search=true, the number of preview items to return.
|
|
1556
|
+
* @default 10
|
|
1557
|
+
*/
|
|
1558
|
+
count: number;
|
|
1554
1559
|
/** @description Entity used to inform the decomposition.
|
|
1555
1560
|
*
|
|
1556
1561
|
* It is not required to provide it, we automatically detect the entity from all the information provided in the query. Only use this when you need more fine control. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1551,6 +1551,11 @@ interface components {
|
|
|
1551
1551
|
};
|
|
1552
1552
|
PreviewWebsetParameters: {
|
|
1553
1553
|
search: {
|
|
1554
|
+
/**
|
|
1555
|
+
* @description When query parameter search=true, the number of preview items to return.
|
|
1556
|
+
* @default 10
|
|
1557
|
+
*/
|
|
1558
|
+
count: number;
|
|
1554
1559
|
/** @description Entity used to inform the decomposition.
|
|
1555
1560
|
*
|
|
1556
1561
|
* It is not required to provide it, we automatically detect the entity from all the information provided in the query. Only use this when you need more fine control. */
|
package/dist/index.js
CHANGED