@salesforce/lds-adapters-commerce-search 1.289.0 → 1.290.0
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/es/es2018/commerce-search.js +2 -2
- package/package.json +4 -4
- package/sfdc/index.js +3 -3
- package/src/raml/api.raml +1 -1
|
@@ -432,7 +432,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
432
432
|
function createResourceRequest$1(config) {
|
|
433
433
|
const headers = {};
|
|
434
434
|
return {
|
|
435
|
-
baseUri: '/services/data/
|
|
435
|
+
baseUri: '/services/data/v62.0',
|
|
436
436
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/product-search',
|
|
437
437
|
method: 'post',
|
|
438
438
|
body: config.body,
|
|
@@ -669,7 +669,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
669
669
|
function createResourceRequest(config) {
|
|
670
670
|
const headers = {};
|
|
671
671
|
return {
|
|
672
|
-
baseUri: '/services/data/
|
|
672
|
+
baseUri: '/services/data/v62.0',
|
|
673
673
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/suggestions',
|
|
674
674
|
method: 'get',
|
|
675
675
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-commerce-search",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters Community Navigation Menu",
|
|
6
6
|
"main": "dist/es/es2018/commerce-search.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-commerce-search"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@salesforce/lds-bindings": "^1.
|
|
32
|
+
"@salesforce/lds-bindings": "^1.290.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
36
|
-
"@salesforce/lds-karma": "^1.
|
|
35
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0",
|
|
36
|
+
"@salesforce/lds-karma": "^1.290.0"
|
|
37
37
|
},
|
|
38
38
|
"nx": {
|
|
39
39
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -264,7 +264,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
264
264
|
function createResourceRequest$1(config) {
|
|
265
265
|
const headers = {};
|
|
266
266
|
return {
|
|
267
|
-
baseUri: '/services/data/
|
|
267
|
+
baseUri: '/services/data/v62.0',
|
|
268
268
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/suggestions',
|
|
269
269
|
method: 'get',
|
|
270
270
|
body: null,
|
|
@@ -660,7 +660,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
660
660
|
function createResourceRequest(config) {
|
|
661
661
|
const headers = {};
|
|
662
662
|
return {
|
|
663
|
-
baseUri: '/services/data/
|
|
663
|
+
baseUri: '/services/data/v62.0',
|
|
664
664
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/product-search',
|
|
665
665
|
method: 'post',
|
|
666
666
|
body: config.body,
|
|
@@ -807,4 +807,4 @@ withDefaultLuvio((luvio) => {
|
|
|
807
807
|
});
|
|
808
808
|
|
|
809
809
|
export { getSuggestions, getSuggestions_imperative, productSearch, productSearch_imperative };
|
|
810
|
-
// version: 1.
|
|
810
|
+
// version: 1.290.0-e2ccd0161
|