@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 CHANGED
@@ -6436,7 +6436,9 @@ declare namespace Components {
6436
6436
  /**
6437
6437
  * The coupons referenced from within `line_items`
6438
6438
  */
6439
- coupons?: any[];
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
@@ -4630,7 +4630,7 @@
4630
4630
  }
4631
4631
  },
4632
4632
  "coupons": {
4633
- "type": "array",
4633
+ "type": "object",
4634
4634
  "description": "The coupons referenced from within `line_items`",
4635
4635
  "properties": {
4636
4636
  "$relation": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.53.3",
3
+ "version": "3.53.4",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",