@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 +1 -0
- package/dist/openapi.json +5 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
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
|
},
|