@getlupa/client 1.26.0 → 1.26.1
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/lupaSearch.iife.js
CHANGED
|
@@ -41757,6 +41757,7 @@ and ensure you are accounting for this risk.
|
|
|
41757
41757
|
customBaseUrl: searchResultOptions.customBaseUrl,
|
|
41758
41758
|
customPayload: searchResultOptions.customPayload,
|
|
41759
41759
|
customHeaders: searchResultOptions.customHeaders,
|
|
41760
|
+
customRelatedQueriesUrl: searchResultOptions.customRelatedQueriesUrl,
|
|
41760
41761
|
onError: searchResultOptions.errorHandler
|
|
41761
41762
|
},
|
|
41762
41763
|
queryKey: searchResultOptions.queryKey,
|
package/dist/lupaSearch.js
CHANGED
|
@@ -41757,6 +41757,7 @@ const getSearchResultsComponent = ({
|
|
|
41757
41757
|
customBaseUrl: searchResultOptions.customBaseUrl,
|
|
41758
41758
|
customPayload: searchResultOptions.customPayload,
|
|
41759
41759
|
customHeaders: searchResultOptions.customHeaders,
|
|
41760
|
+
customRelatedQueriesUrl: searchResultOptions.customRelatedQueriesUrl,
|
|
41760
41761
|
onError: searchResultOptions.errorHandler
|
|
41761
41762
|
},
|
|
41762
41763
|
queryKey: searchResultOptions.queryKey,
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -41755,6 +41755,7 @@ const getSearchResultsComponent = ({
|
|
|
41755
41755
|
customBaseUrl: searchResultOptions.customBaseUrl,
|
|
41756
41756
|
customPayload: searchResultOptions.customPayload,
|
|
41757
41757
|
customHeaders: searchResultOptions.customHeaders,
|
|
41758
|
+
customRelatedQueriesUrl: searchResultOptions.customRelatedQueriesUrl,
|
|
41758
41759
|
onError: searchResultOptions.errorHandler
|
|
41759
41760
|
},
|
|
41760
41761
|
queryKey: searchResultOptions.queryKey,
|
package/dist/lupaSearch.umd.js
CHANGED
|
@@ -41759,6 +41759,7 @@ and ensure you are accounting for this risk.
|
|
|
41759
41759
|
customBaseUrl: searchResultOptions.customBaseUrl,
|
|
41760
41760
|
customPayload: searchResultOptions.customPayload,
|
|
41761
41761
|
customHeaders: searchResultOptions.customHeaders,
|
|
41762
|
+
customRelatedQueriesUrl: searchResultOptions.customRelatedQueriesUrl,
|
|
41762
41763
|
onError: searchResultOptions.errorHandler
|
|
41763
41764
|
},
|
|
41764
41765
|
queryKey: searchResultOptions.queryKey,
|
|
@@ -33,6 +33,7 @@ export type SearchResultDemoOptions = {
|
|
|
33
33
|
environment?: string;
|
|
34
34
|
customUrl?: string;
|
|
35
35
|
customBaseUrl?: string;
|
|
36
|
+
customRelatedQueriesUrl?: string;
|
|
36
37
|
customPayload?: Record<string, unknown>;
|
|
37
38
|
customHeaders?: Record<string, string>;
|
|
38
39
|
gridConfiguration?: Record<string, number>;
|