@salesforce/lds-adapters-commerce-search 1.431.0 → 1.433.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 +7 -7
- package/package.json +4 -4
- package/sfdc/index.js +8 -8
- package/src/raml/api.raml +1 -1
|
@@ -628,7 +628,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
628
628
|
function createResourceRequest$6(config) {
|
|
629
629
|
const headers = {};
|
|
630
630
|
return {
|
|
631
|
-
baseUri: '/services/data/
|
|
631
|
+
baseUri: '/services/data/v68.0',
|
|
632
632
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules',
|
|
633
633
|
method: 'get',
|
|
634
634
|
body: null,
|
|
@@ -868,7 +868,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
868
868
|
function createResourceRequest$5(config) {
|
|
869
869
|
const headers = {};
|
|
870
870
|
return {
|
|
871
|
-
baseUri: '/services/data/
|
|
871
|
+
baseUri: '/services/data/v68.0',
|
|
872
872
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules',
|
|
873
873
|
method: 'post',
|
|
874
874
|
body: config.body,
|
|
@@ -969,7 +969,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
969
969
|
function createResourceRequest$4(config) {
|
|
970
970
|
const headers = {};
|
|
971
971
|
return {
|
|
972
|
-
baseUri: '/services/data/
|
|
972
|
+
baseUri: '/services/data/v68.0',
|
|
973
973
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
974
974
|
method: 'delete',
|
|
975
975
|
body: null,
|
|
@@ -1071,7 +1071,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1071
1071
|
function createResourceRequest$3(config) {
|
|
1072
1072
|
const headers = {};
|
|
1073
1073
|
return {
|
|
1074
|
-
baseUri: '/services/data/
|
|
1074
|
+
baseUri: '/services/data/v68.0',
|
|
1075
1075
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
1076
1076
|
method: 'get',
|
|
1077
1077
|
body: null,
|
|
@@ -1195,7 +1195,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
1195
1195
|
function createResourceRequest$2(config) {
|
|
1196
1196
|
const headers = {};
|
|
1197
1197
|
return {
|
|
1198
|
-
baseUri: '/services/data/
|
|
1198
|
+
baseUri: '/services/data/v68.0',
|
|
1199
1199
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
1200
1200
|
method: 'patch',
|
|
1201
1201
|
body: config.body,
|
|
@@ -1573,7 +1573,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1573
1573
|
function createResourceRequest$1(config) {
|
|
1574
1574
|
const headers = {};
|
|
1575
1575
|
return {
|
|
1576
|
-
baseUri: '/services/data/
|
|
1576
|
+
baseUri: '/services/data/v68.0',
|
|
1577
1577
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/product-search',
|
|
1578
1578
|
method: 'post',
|
|
1579
1579
|
body: config.body,
|
|
@@ -1810,7 +1810,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1810
1810
|
function createResourceRequest(config) {
|
|
1811
1811
|
const headers = {};
|
|
1812
1812
|
return {
|
|
1813
|
-
baseUri: '/services/data/
|
|
1813
|
+
baseUri: '/services/data/v68.0',
|
|
1814
1814
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/suggestions',
|
|
1815
1815
|
method: 'get',
|
|
1816
1816
|
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.433.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.433.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
36
|
-
"@salesforce/lds-karma": "^1.
|
|
35
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
36
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
37
37
|
},
|
|
38
38
|
"nx": {
|
|
39
39
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -682,7 +682,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
682
682
|
function createResourceRequest$6(config) {
|
|
683
683
|
const headers = {};
|
|
684
684
|
return {
|
|
685
|
-
baseUri: '/services/data/
|
|
685
|
+
baseUri: '/services/data/v68.0',
|
|
686
686
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules',
|
|
687
687
|
method: 'post',
|
|
688
688
|
body: config.body,
|
|
@@ -783,7 +783,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
783
783
|
function createResourceRequest$5(config) {
|
|
784
784
|
const headers = {};
|
|
785
785
|
return {
|
|
786
|
-
baseUri: '/services/data/
|
|
786
|
+
baseUri: '/services/data/v68.0',
|
|
787
787
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
788
788
|
method: 'delete',
|
|
789
789
|
body: null,
|
|
@@ -885,7 +885,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
885
885
|
function createResourceRequest$4(config) {
|
|
886
886
|
const headers = {};
|
|
887
887
|
return {
|
|
888
|
-
baseUri: '/services/data/
|
|
888
|
+
baseUri: '/services/data/v68.0',
|
|
889
889
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
890
890
|
method: 'get',
|
|
891
891
|
body: null,
|
|
@@ -1118,7 +1118,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1118
1118
|
function createResourceRequest$3(config) {
|
|
1119
1119
|
const headers = {};
|
|
1120
1120
|
return {
|
|
1121
|
-
baseUri: '/services/data/
|
|
1121
|
+
baseUri: '/services/data/v68.0',
|
|
1122
1122
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules',
|
|
1123
1123
|
method: 'get',
|
|
1124
1124
|
body: null,
|
|
@@ -1333,7 +1333,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1333
1333
|
function createResourceRequest$2(config) {
|
|
1334
1334
|
const headers = {};
|
|
1335
1335
|
return {
|
|
1336
|
-
baseUri: '/services/data/
|
|
1336
|
+
baseUri: '/services/data/v68.0',
|
|
1337
1337
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/suggestions',
|
|
1338
1338
|
method: 'get',
|
|
1339
1339
|
body: null,
|
|
@@ -1729,7 +1729,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1729
1729
|
function createResourceRequest$1(config) {
|
|
1730
1730
|
const headers = {};
|
|
1731
1731
|
return {
|
|
1732
|
-
baseUri: '/services/data/
|
|
1732
|
+
baseUri: '/services/data/v68.0',
|
|
1733
1733
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/search/product-search',
|
|
1734
1734
|
method: 'post',
|
|
1735
1735
|
body: config.body,
|
|
@@ -1874,7 +1874,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1874
1874
|
function createResourceRequest(config) {
|
|
1875
1875
|
const headers = {};
|
|
1876
1876
|
return {
|
|
1877
|
-
baseUri: '/services/data/
|
|
1877
|
+
baseUri: '/services/data/v68.0',
|
|
1878
1878
|
basePath: '/commerce/management/webstores/' + config.urlParams.webstoreId + '/search/boost-bury-rules/' + config.urlParams.ruleId + '',
|
|
1879
1879
|
method: 'patch',
|
|
1880
1880
|
body: config.body,
|
|
@@ -2046,4 +2046,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2046
2046
|
});
|
|
2047
2047
|
|
|
2048
2048
|
export { createSearchBoostBuryRule, deleteSearchBoostBuryRule, getSearchBoostBuryRule, getSearchBoostBuryRuleNotifyChange, getSearchBoostBuryRule_imperative, getSearchBoostBuryRules, getSearchBoostBuryRules_imperative, getSuggestions, getSuggestions_imperative, notifySearchBoostBuryRulesCollectionOutputRepresentationUpdateAvailable, productSearch, productSearch_imperative, updateSearchBoostBuryRule };
|
|
2049
|
-
// version: 1.
|
|
2049
|
+
// version: 1.433.0-db129b48d2
|