@epilot/pricing-client 3.14.0 → 3.14.1
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 +12 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -182,6 +182,10 @@ declare namespace Components {
|
|
|
182
182
|
* Total before any (discounts or) taxes are applied.
|
|
183
183
|
*/
|
|
184
184
|
amount_subtotal?: number;
|
|
185
|
+
/**
|
|
186
|
+
* Total tax amount for this line item.
|
|
187
|
+
*/
|
|
188
|
+
amount_tax?: number;
|
|
185
189
|
/**
|
|
186
190
|
* Net unit amount without taxes or discounts.
|
|
187
191
|
*/
|
|
@@ -715,6 +719,10 @@ declare namespace Components {
|
|
|
715
719
|
* Total before any (discounts or) taxes are applied.
|
|
716
720
|
*/
|
|
717
721
|
amount_subtotal?: number;
|
|
722
|
+
/**
|
|
723
|
+
* Total tax amount for this line item.
|
|
724
|
+
*/
|
|
725
|
+
amount_tax?: number;
|
|
718
726
|
/**
|
|
719
727
|
* Net unit amount without taxes or discounts.
|
|
720
728
|
*/
|
|
@@ -1771,6 +1779,10 @@ declare namespace Components {
|
|
|
1771
1779
|
* Total before any (discounts or) taxes are applied.
|
|
1772
1780
|
*/
|
|
1773
1781
|
amount_subtotal?: number;
|
|
1782
|
+
/**
|
|
1783
|
+
* Total tax amount for this line item.
|
|
1784
|
+
*/
|
|
1785
|
+
amount_tax?: number;
|
|
1774
1786
|
/**
|
|
1775
1787
|
* Net unit amount without taxes or discounts.
|
|
1776
1788
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -2676,6 +2676,10 @@
|
|
|
2676
2676
|
"description": "Total before any (discounts or) taxes are applied.",
|
|
2677
2677
|
"readOnly": true
|
|
2678
2678
|
},
|
|
2679
|
+
"amount_tax": {
|
|
2680
|
+
"type": "integer",
|
|
2681
|
+
"description": "Total tax amount for this line item."
|
|
2682
|
+
},
|
|
2679
2683
|
"unit_amount_net": {
|
|
2680
2684
|
"type": "integer",
|
|
2681
2685
|
"description": "Net unit amount without taxes or discounts.",
|