@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 +2 -2
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
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 -
|
|
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 -
|
|
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