@epilot/pricing-client 3.22.2 → 3.22.3

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
@@ -3016,6 +3016,7 @@ declare namespace Components {
3016
3016
  amount_total: number;
3017
3017
  amount_subtotal: number;
3018
3018
  amount_tax: number;
3019
+ unit_amount_decimal: string;
3019
3020
  }
3020
3021
  /**
3021
3022
  * The total details with tax (and discount) aggregated totals.
package/dist/openapi.json CHANGED
@@ -4454,6 +4454,9 @@
4454
4454
  },
4455
4455
  "amount_tax": {
4456
4456
  "type": "number"
4457
+ },
4458
+ "unit_amount_decimal": {
4459
+ "type": "string"
4457
4460
  }
4458
4461
  },
4459
4462
  "required": [
@@ -4463,7 +4466,8 @@
4463
4466
  "unit_amount_net",
4464
4467
  "amount_total",
4465
4468
  "amount_subtotal",
4466
- "amount_tax"
4469
+ "amount_tax",
4470
+ "unit_amount_decimal"
4467
4471
  ]
4468
4472
  }
4469
4473
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.22.2",
3
+ "version": "3.22.3",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",