@salesforce/lds-adapters-revenue-place-quote 1.231.0 → 1.232.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.
@@ -235,7 +235,7 @@ function ingestSuccess(luvio, resourceParams, response) {
235
235
  function createResourceRequest(config) {
236
236
  const headers = {};
237
237
  return {
238
- baseUri: '/services/data/v59.0',
238
+ baseUri: '/services/data/v60.0',
239
239
  basePath: '/commerce/quotes/actions/place',
240
240
  method: 'post',
241
241
  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.231.0",
3
+ "version": "1.232.0",
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
@@ -244,7 +244,7 @@ function ingestSuccess(luvio, resourceParams, response) {
244
244
  function createResourceRequest(config) {
245
245
  const headers = {};
246
246
  return {
247
- baseUri: '/services/data/v59.0',
247
+ baseUri: '/services/data/v60.0',
248
248
  basePath: '/commerce/quotes/actions/place',
249
249
  method: 'post',
250
250
  body: config.body,
@@ -330,4 +330,4 @@ withDefaultLuvio((luvio) => {
330
330
  });
331
331
 
332
332
  export { updateQuote };
333
- // version: 1.231.0-2b4244fb5
333
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0