@salesforce/lds-adapters-sales-channelrevenuemanagement 1.412.1 → 1.413.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.
@@ -338,7 +338,7 @@ function ingestSuccess(luvio, resourceParams, response) {
338
338
  function createResourceRequest(config) {
339
339
  const headers = {};
340
340
  return {
341
- baseUri: '/services/data/v66.0',
341
+ baseUri: '/services/data/v67.0',
342
342
  basePath: '/connect/price-protection-claim-execution',
343
343
  method: 'post',
344
344
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-channelrevenuemanagement",
3
- "version": "1.412.1",
3
+ "version": "1.413.0",
4
4
  "description": "ChannelRevenueManagement Connect API family",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-channelrevenuemanagement.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.1"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -347,7 +347,7 @@ function ingestSuccess(luvio, resourceParams, response) {
347
347
  function createResourceRequest(config) {
348
348
  const headers = {};
349
349
  return {
350
- baseUri: '/services/data/v66.0',
350
+ baseUri: '/services/data/v67.0',
351
351
  basePath: '/connect/price-protection-claim-execution',
352
352
  method: 'post',
353
353
  body: config.body,
@@ -438,4 +438,4 @@ withDefaultLuvio((luvio) => {
438
438
  });
439
439
 
440
440
  export { priceProtectionClaim };
441
- // version: 1.412.1-944b7de7af
441
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0