@epilot/pricing-client 3.48.4 → 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;
@@ -4940,8 +4942,8 @@ declare namespace Components {
4940
4942
  /**
4941
4943
  * The number os results returned.
4942
4944
  */
4943
- hits?: number;
4944
- results?: /**
4945
+ hits: number;
4946
+ results: /**
4945
4947
  * example:
4946
4948
  * {
4947
4949
  * "$ref": "#/components/examples/entity-item/value"
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
  },
@@ -6921,7 +6927,11 @@
6921
6927
  "$ref": "#/components/schemas/ProductRecommendation"
6922
6928
  }
6923
6929
  }
6924
- }
6930
+ },
6931
+ "required": [
6932
+ "results",
6933
+ "hits"
6934
+ ]
6925
6935
  },
6926
6936
  "Offer": {
6927
6937
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.48.4",
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",