@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 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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.22.4",
3
+ "version": "3.22.5",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",