@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 CHANGED
@@ -524,7 +524,7 @@ declare namespace Components {
524
524
  /**
525
525
  * The coupons applicable to the price item
526
526
  */
527
- coupons?: (/**
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
- coupons?: (/**
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
- coupons?: (/**
2816
+ _coupons?: (/**
2817
2817
  * The coupon configuration
2818
2818
  * example:
2819
2819
  * {
package/dist/openapi.json CHANGED
@@ -3402,7 +3402,7 @@
3402
3402
  }
3403
3403
  ]
3404
3404
  },
3405
- "coupons": {
3405
+ "_coupons": {
3406
3406
  "type": "array",
3407
3407
  "description": "The coupons applicable to the price item",
3408
3408
  "readOnly": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.31.0",
3
+ "version": "3.32.0",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",