@salesforce/lds-adapters-revenue-amend-renew-cancel 1.384.0 → 1.385.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.
@@ -312,7 +312,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
312
312
  function createResourceRequest$2(config) {
313
313
  const headers = {};
314
314
  return {
315
- baseUri: '/services/data/v65.0',
315
+ baseUri: '/services/data/v66.0',
316
316
  basePath: '/connect/revenue-management/assets/actions/amend',
317
317
  method: 'post',
318
318
  body: config.body,
@@ -581,7 +581,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
581
581
  function createResourceRequest$1(config) {
582
582
  const headers = {};
583
583
  return {
584
- baseUri: '/services/data/v65.0',
584
+ baseUri: '/services/data/v66.0',
585
585
  basePath: '/connect/revenue-management/assets/actions/cancel',
586
586
  method: 'post',
587
587
  body: config.body,
@@ -849,7 +849,7 @@ function ingestSuccess(luvio, resourceParams, response) {
849
849
  function createResourceRequest(config) {
850
850
  const headers = {};
851
851
  return {
852
- baseUri: '/services/data/v65.0',
852
+ baseUri: '/services/data/v66.0',
853
853
  basePath: '/connect/revenue-management/assets/actions/renew',
854
854
  method: 'post',
855
855
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-amend-renew-cancel",
3
- "version": "1.384.0",
3
+ "version": "1.385.0",
4
4
  "description": "API family for Revenue Lifecycle Management Amend, Renew and Cancel Connect APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/revenue-amend-renew-cancel.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.384.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -321,7 +321,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
321
321
  function createResourceRequest$2(config) {
322
322
  const headers = {};
323
323
  return {
324
- baseUri: '/services/data/v65.0',
324
+ baseUri: '/services/data/v66.0',
325
325
  basePath: '/connect/revenue-management/assets/actions/amend',
326
326
  method: 'post',
327
327
  body: config.body,
@@ -590,7 +590,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
590
590
  function createResourceRequest$1(config) {
591
591
  const headers = {};
592
592
  return {
593
- baseUri: '/services/data/v65.0',
593
+ baseUri: '/services/data/v66.0',
594
594
  basePath: '/connect/revenue-management/assets/actions/cancel',
595
595
  method: 'post',
596
596
  body: config.body,
@@ -858,7 +858,7 @@ function ingestSuccess(luvio, resourceParams, response) {
858
858
  function createResourceRequest(config) {
859
859
  const headers = {};
860
860
  return {
861
- baseUri: '/services/data/v65.0',
861
+ baseUri: '/services/data/v66.0',
862
862
  basePath: '/connect/revenue-management/assets/actions/renew',
863
863
  method: 'post',
864
864
  body: config.body,
@@ -986,4 +986,4 @@ withDefaultLuvio((luvio) => {
986
986
  });
987
987
 
988
988
  export { amend, cancel, renew };
989
- // version: 1.384.0-835fd13f44
989
+ // version: 1.385.0-c6070cc476
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0