@epilot/pricing-client 3.47.2 → 3.47.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
@@ -4944,7 +4944,7 @@ declare namespace Components {
4944
4944
  /**
4945
4945
  * Total of all items taxes, with same recurrence, as a string with all the decimal places.
4946
4946
  */
4947
- amount_tax_decimal?: number;
4947
+ amount_tax_decimal?: string;
4948
4948
  currency?: /**
4949
4949
  * Three-letter ISO currency code, in lowercase. Must be a supported currency.
4950
4950
  * ISO 4217 CURRENCY CODES as specified in the documentation: https://www.iso.org/iso-4217-currency-codes.html
package/dist/openapi.json CHANGED
@@ -4892,7 +4892,7 @@
4892
4892
  "description": "Total of all items taxes, with same recurrence."
4893
4893
  },
4894
4894
  "amount_tax_decimal": {
4895
- "type": "integer",
4895
+ "type": "string",
4896
4896
  "description": "Total of all items taxes, with same recurrence, as a string with all the decimal places."
4897
4897
  },
4898
4898
  "currency": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.47.2",
3
+ "version": "3.47.3",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",