@salesforce/lds-adapters-commerce-catalog 1.134.4 → 1.134.5
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-catalog.js +2 -2
- package/package.json +1 -1
- package/sfdc/index.js +3 -3
- package/src/raml/api.raml +1 -1
|
@@ -256,7 +256,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
256
256
|
function createResourceRequest$1(config) {
|
|
257
257
|
const headers = {};
|
|
258
258
|
return {
|
|
259
|
-
baseUri: '/services/data/
|
|
259
|
+
baseUri: '/services/data/v59.0',
|
|
260
260
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/product-category-path/product-categories/' + config.urlParams.productCategoryId + '',
|
|
261
261
|
method: 'get',
|
|
262
262
|
body: null,
|
|
@@ -785,7 +785,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
785
785
|
function createResourceRequest(config) {
|
|
786
786
|
const headers = {};
|
|
787
787
|
return {
|
|
788
|
-
baseUri: '/services/data/
|
|
788
|
+
baseUri: '/services/data/v59.0',
|
|
789
789
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/products/' + config.urlParams.productId + '',
|
|
790
790
|
method: 'get',
|
|
791
791
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -638,7 +638,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
638
638
|
function createResourceRequest$1(config) {
|
|
639
639
|
const headers = {};
|
|
640
640
|
return {
|
|
641
|
-
baseUri: '/services/data/
|
|
641
|
+
baseUri: '/services/data/v59.0',
|
|
642
642
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/products/' + config.urlParams.productId + '',
|
|
643
643
|
method: 'get',
|
|
644
644
|
body: null,
|
|
@@ -840,7 +840,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
840
840
|
function createResourceRequest(config) {
|
|
841
841
|
const headers = {};
|
|
842
842
|
return {
|
|
843
|
-
baseUri: '/services/data/
|
|
843
|
+
baseUri: '/services/data/v59.0',
|
|
844
844
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/product-category-path/product-categories/' + config.urlParams.productCategoryId + '',
|
|
845
845
|
method: 'get',
|
|
846
846
|
body: null,
|
|
@@ -993,4 +993,4 @@ withDefaultLuvio((luvio) => {
|
|
|
993
993
|
});
|
|
994
994
|
|
|
995
995
|
export { getProduct, getProductCategoryPath, getProductCategoryPath_imperative, getProduct_imperative };
|
|
996
|
-
// version: 1.134.
|
|
996
|
+
// version: 1.134.5-a25b51598
|