@epilot/pricing-client 3.53.1 → 3.53.2

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
@@ -11618,7 +11618,7 @@ export interface OperationMethods {
11618
11618
  config?: AxiosRequestConfig
11619
11619
  ): OperationResponse<Paths.$SearchExternalProducts.Responses.$200>
11620
11620
  /**
11621
- * $searchExternalProductRecommendations - searchExternalProductsRecommendation
11621
+ * $searchExternalProductRecommendations - searchExternalProductRecommendations
11622
11622
  *
11623
11623
  * Returns the list of available product recommendations with computed prices based on a given context and for a given org integration.
11624
11624
  */
@@ -11877,7 +11877,7 @@ export interface PathsDictionary {
11877
11877
  }
11878
11878
  ['/v1/public/integration/{integrationId}/product-recommendations']: {
11879
11879
  /**
11880
- * $searchExternalProductRecommendations - searchExternalProductsRecommendation
11880
+ * $searchExternalProductRecommendations - searchExternalProductRecommendations
11881
11881
  *
11882
11882
  * Returns the list of available product recommendations with computed prices based on a given context and for a given org integration.
11883
11883
  */
package/dist/openapi.json CHANGED
@@ -1874,7 +1874,7 @@
1874
1874
  "example": "external-catalog"
1875
1875
  }
1876
1876
  ],
1877
- "summary": "searchExternalProductsRecommendation",
1877
+ "summary": "searchExternalProductRecommendations",
1878
1878
  "tags": [
1879
1879
  "External Integrations API"
1880
1880
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.53.1",
3
+ "version": "3.53.2",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",