@salesforce/lds-adapters-commerce-catalog 1.134.3 → 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.
@@ -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/v58.0',
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/v58.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-commerce-catalog",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters Commerce Catalog",
6
6
  "main": "dist/es/es2018/commerce-catalog.js",
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/v58.0',
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/v58.0',
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.3-ea1008c6e
996
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '51.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0