@salesforce/lds-adapters-revenue-place-quote 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.
@@ -265,7 +265,7 @@ function ingestSuccess(luvio, resourceParams, response) {
265
265
  function createResourceRequest(config) {
266
266
  const headers = {};
267
267
  return {
268
- baseUri: '/services/data/v58.0',
268
+ baseUri: '/services/data/v59.0',
269
269
  basePath: '/commerce/quotes/actions/place',
270
270
  method: 'post',
271
271
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-place-quote",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "description": "Place Quote API for partial items and price/taxation updates async",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/revenue-place-quote.js",
package/sfdc/index.js CHANGED
@@ -274,7 +274,7 @@ function ingestSuccess(luvio, resourceParams, response) {
274
274
  function createResourceRequest(config) {
275
275
  const headers = {};
276
276
  return {
277
- baseUri: '/services/data/v58.0',
277
+ baseUri: '/services/data/v59.0',
278
278
  basePath: '/commerce/quotes/actions/place',
279
279
  method: 'post',
280
280
  body: config.body,
@@ -365,4 +365,4 @@ withDefaultLuvio((luvio) => {
365
365
  });
366
366
 
367
367
  export { updateQuote };
368
- // version: 1.134.4-a74ddaa33
368
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.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