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 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
@@ -74,7 +74,7 @@ var import_cross_fetch = __toESM(require("cross-fetch"));
74
74
  // package.json
75
75
  var package_default = {
76
76
  name: "exa-js",
77
- version: "2.0.5",
77
+ version: "2.0.6",
78
78
  description: "Exa SDK for Node.js and the browser",
79
79
  publishConfig: {
80
80
  access: "public"