@epilot/pricing-client 3.48.6 → 3.48.7

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
@@ -3847,6 +3847,8 @@ declare namespace Components {
3847
3847
  markup_amount_decimal: string;
3848
3848
  markup_amount_net?: number;
3849
3849
  markup_amount_net_decimal?: string;
3850
+ markup_amount_gross?: number;
3851
+ markup_amount_gross_decimal?: string;
3850
3852
  unit_amount_gross: number;
3851
3853
  unit_amount_gross_decimal?: string;
3852
3854
  unit_amount_net: number;
package/dist/openapi.json CHANGED
@@ -6614,6 +6614,12 @@
6614
6614
  "markup_amount_net_decimal": {
6615
6615
  "type": "string"
6616
6616
  },
6617
+ "markup_amount_gross": {
6618
+ "type": "number"
6619
+ },
6620
+ "markup_amount_gross_decimal": {
6621
+ "type": "string"
6622
+ },
6617
6623
  "unit_amount_gross": {
6618
6624
  "type": "number"
6619
6625
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.48.6",
3
+ "version": "3.48.7",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",