@epilot/pricing-client 3.53.3 → 3.53.4
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 +3 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -6436,7 +6436,9 @@ declare namespace Components {
|
|
|
6436
6436
|
/**
|
|
6437
6437
|
* The coupons referenced from within `line_items`
|
|
6438
6438
|
*/
|
|
6439
|
-
coupons?:
|
|
6439
|
+
coupons?: {
|
|
6440
|
+
$relation?: EntityRelation[];
|
|
6441
|
+
};
|
|
6440
6442
|
/**
|
|
6441
6443
|
* Total of all items before (discounts or) taxes are applied.
|
|
6442
6444
|
*/
|
package/dist/openapi.json
CHANGED