@epilot/pricing-client 3.48.4 → 3.48.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/openapi.d.ts CHANGED
@@ -4940,8 +4940,8 @@ declare namespace Components {
4940
4940
  /**
4941
4941
  * The number os results returned.
4942
4942
  */
4943
- hits?: number;
4944
- results?: /**
4943
+ hits: number;
4944
+ results: /**
4945
4945
  * example:
4946
4946
  * {
4947
4947
  * "$ref": "#/components/examples/entity-item/value"
package/dist/openapi.json CHANGED
@@ -6921,7 +6921,11 @@
6921
6921
  "$ref": "#/components/schemas/ProductRecommendation"
6922
6922
  }
6923
6923
  }
6924
- }
6924
+ },
6925
+ "required": [
6926
+ "results",
6927
+ "hits"
6928
+ ]
6925
6929
  },
6926
6930
  "Offer": {
6927
6931
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.48.4",
3
+ "version": "3.48.6",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",