@epilot/pricing-client 3.13.0 → 3.14.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
@@ -2291,6 +2291,10 @@ declare namespace Components {
2291
2291
  * The unit gross amount value.
2292
2292
  */
2293
2293
  unit_amount_gross?: number;
2294
+ /**
2295
+ * This is the sum of all the price item tax amounts.
2296
+ */
2297
+ amount_tax?: number;
2294
2298
  total_details?: /* The total details with tax (and discount) aggregated totals. */ TotalDetails;
2295
2299
  currency?: /**
2296
2300
  * Three-letter ISO currency code, in lowercase. Must be a supported currency.
package/dist/openapi.json CHANGED
@@ -2968,6 +2968,10 @@
2968
2968
  "type": "integer",
2969
2969
  "description": "The unit gross amount value."
2970
2970
  },
2971
+ "amount_tax": {
2972
+ "type": "integer",
2973
+ "description": "This is the sum of all the price item tax amounts."
2974
+ },
2971
2975
  "total_details": {
2972
2976
  "$ref": "#/components/schemas/TotalDetails"
2973
2977
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",