@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 +4 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
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