@epilot/pricing-client 3.35.4 → 3.35.5

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
@@ -2072,6 +2072,10 @@ declare namespace Components {
2072
2072
  };
2073
2073
  };
2074
2074
  };
2075
+ /**
2076
+ * The name of the composite price.
2077
+ */
2078
+ name?: string;
2075
2079
  is_composite_price: true;
2076
2080
  price_components: ExternalSimplePrice[];
2077
2081
  total_details: /* Details of the total price including shipping and tax amounts. */ ExternalPriceTotalDetails;
package/dist/openapi.json CHANGED
@@ -5607,6 +5607,10 @@
5607
5607
  {
5608
5608
  "type": "object",
5609
5609
  "properties": {
5610
+ "name": {
5611
+ "type": "string",
5612
+ "description": "The name of the composite price."
5613
+ },
5610
5614
  "is_composite_price": {
5611
5615
  "type": "boolean",
5612
5616
  "enum": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.35.4",
3
+ "version": "3.35.5",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",