@salesforce/lds-adapters-commerce-store-pricing 1.134.4 → 1.134.6

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.
@@ -299,7 +299,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
299
299
  function createResourceRequest(config) {
300
300
  const headers = {};
301
301
  return {
302
- baseUri: '/services/data/v58.0',
302
+ baseUri: '/services/data/v59.0',
303
303
  basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
304
304
  method: 'get',
305
305
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-commerce-store-pricing",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters Commerce Store Pricing",
6
6
  "main": "dist/es/es2018/commerce-store-pricing.js",
package/sfdc/index.js CHANGED
@@ -309,7 +309,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
309
309
  function createResourceRequest(config) {
310
310
  const headers = {};
311
311
  return {
312
- baseUri: '/services/data/v58.0',
312
+ baseUri: '/services/data/v59.0',
313
313
  basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
314
314
  method: 'get',
315
315
  body: null,
@@ -461,4 +461,4 @@ withDefaultLuvio((luvio) => {
461
461
  });
462
462
 
463
463
  export { getProductPrice, getProductPrice_imperative };
464
- // version: 1.134.4-a74ddaa33
464
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '52.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