@epilot/pricing-client 3.22.4 → 3.22.5
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 +2 -0
- package/dist/openapi.json +6 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1980,6 +1980,8 @@ declare namespace Components {
|
|
|
1980
1980
|
category: string;
|
|
1981
1981
|
markup_amount: number;
|
|
1982
1982
|
markup_amount_decimal: string;
|
|
1983
|
+
markup_amount_net?: number;
|
|
1984
|
+
markup_amount_net_decimal?: string;
|
|
1983
1985
|
unit_amount_gross: number;
|
|
1984
1986
|
unit_amount_gross_decimal?: string;
|
|
1985
1987
|
unit_amount_net: number;
|
package/dist/openapi.json
CHANGED
|
@@ -4449,6 +4449,12 @@
|
|
|
4449
4449
|
"markup_amount_decimal": {
|
|
4450
4450
|
"type": "string"
|
|
4451
4451
|
},
|
|
4452
|
+
"markup_amount_net": {
|
|
4453
|
+
"type": "number"
|
|
4454
|
+
},
|
|
4455
|
+
"markup_amount_net_decimal": {
|
|
4456
|
+
"type": "string"
|
|
4457
|
+
},
|
|
4452
4458
|
"unit_amount_gross": {
|
|
4453
4459
|
"type": "number"
|
|
4454
4460
|
},
|