@epilot/pricing-client 3.31.0 → 3.32.0
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 -3
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -524,7 +524,7 @@ declare namespace Components {
|
|
|
524
524
|
/**
|
|
525
525
|
* The coupons applicable to the price item
|
|
526
526
|
*/
|
|
527
|
-
|
|
527
|
+
_coupons?: (/**
|
|
528
528
|
* The coupon configuration
|
|
529
529
|
* example:
|
|
530
530
|
* {
|
|
@@ -1222,7 +1222,7 @@ declare namespace Components {
|
|
|
1222
1222
|
/**
|
|
1223
1223
|
* The coupons applicable to the price item
|
|
1224
1224
|
*/
|
|
1225
|
-
|
|
1225
|
+
_coupons?: (/**
|
|
1226
1226
|
* The coupon configuration
|
|
1227
1227
|
* example:
|
|
1228
1228
|
* {
|
|
@@ -2813,7 +2813,7 @@ declare namespace Components {
|
|
|
2813
2813
|
/**
|
|
2814
2814
|
* The coupons applicable to the price item
|
|
2815
2815
|
*/
|
|
2816
|
-
|
|
2816
|
+
_coupons?: (/**
|
|
2817
2817
|
* The coupon configuration
|
|
2818
2818
|
* example:
|
|
2819
2819
|
* {
|
package/dist/openapi.json
CHANGED