@epilot/pricing-client 3.47.10 → 3.47.11

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
@@ -4979,6 +4979,10 @@ declare namespace Components {
4979
4979
  */
4980
4980
  price_id?: string;
4981
4981
  };
4982
+ /**
4983
+ * The contract id to be used as source for the recommendation
4984
+ */
4985
+ contract_id?: string;
4982
4986
  }
4983
4987
  /**
4984
4988
  * example:
package/dist/openapi.json CHANGED
@@ -2251,13 +2251,18 @@
2251
2251
  ]
2252
2252
  }
2253
2253
  },
2254
- "Search product recommendations source product and price": {
2254
+ "Search product recommendations by source product and price": {
2255
2255
  "value": {
2256
2256
  "catalog_item": {
2257
2257
  "product_id": "aa1ebf85-f36e-46ff-978c-ed948c646f12",
2258
2258
  "price_id": "4ecf9a61-a974-4594-bae2-bcb798f54d76"
2259
2259
  }
2260
2260
  }
2261
+ },
2262
+ "Search product recommendations by contract": {
2263
+ "value": {
2264
+ "contract_id": "98ffca40-46ab-4288-af10-a478893b2aa2"
2265
+ }
2261
2266
  }
2262
2267
  }
2263
2268
  }
@@ -6807,6 +6812,10 @@
6807
6812
  "description": "Product id"
6808
6813
  }
6809
6814
  }
6815
+ },
6816
+ "contract_id": {
6817
+ "type": "string",
6818
+ "description": "The contract id to be used as source for the recommendation"
6810
6819
  }
6811
6820
  }
6812
6821
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.47.10",
3
+ "version": "3.47.11",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",