@epilot/pricing-client 3.48.0 → 3.48.1

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
@@ -4943,7 +4943,7 @@ declare namespace Components {
4943
4943
  * Type of product recommendation
4944
4944
  */
4945
4945
  type?: "change" | "cross-sell" | "up-sell";
4946
- offer?: Offer[];
4946
+ offers?: Offer[];
4947
4947
  }
4948
4948
  /**
4949
4949
  * Product recommendations request payload
package/dist/openapi.json CHANGED
@@ -6890,7 +6890,7 @@
6890
6890
  "up-sell"
6891
6891
  ]
6892
6892
  },
6893
- "offer": {
6893
+ "offers": {
6894
6894
  "type": "array",
6895
6895
  "items": {
6896
6896
  "$ref": "#/components/schemas/Offer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.48.0",
3
+ "version": "3.48.1",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",