@epilot/pricing-client 3.47.1 → 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 +4 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -4941,6 +4941,10 @@ declare namespace Components {
|
|
|
4941
4941
|
* Total of all items taxes, with same recurrence.
|
|
4942
4942
|
*/
|
|
4943
4943
|
amount_tax?: number;
|
|
4944
|
+
/**
|
|
4945
|
+
* Total of all items taxes, with same recurrence, as a string with all the decimal places.
|
|
4946
|
+
*/
|
|
4947
|
+
amount_tax_decimal?: string;
|
|
4944
4948
|
currency?: /**
|
|
4945
4949
|
* Three-letter ISO currency code, in lowercase. Must be a supported currency.
|
|
4946
4950
|
* ISO 4217 CURRENCY CODES as specified in the documentation: https://www.iso.org/iso-4217-currency-codes.html
|
package/dist/openapi.json
CHANGED
|
@@ -4891,6 +4891,10 @@
|
|
|
4891
4891
|
"type": "integer",
|
|
4892
4892
|
"description": "Total of all items taxes, with same recurrence."
|
|
4893
4893
|
},
|
|
4894
|
+
"amount_tax_decimal": {
|
|
4895
|
+
"type": "string",
|
|
4896
|
+
"description": "Total of all items taxes, with same recurrence, as a string with all the decimal places."
|
|
4897
|
+
},
|
|
4894
4898
|
"currency": {
|
|
4895
4899
|
"$ref": "#/components/schemas/Currency",
|
|
4896
4900
|
"description": "Currency"
|