@salesforce/lds-adapters-revenue-sales-transaction-contexts 1.384.0 → 1.386.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.
@@ -362,7 +362,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
362
362
  function createResourceRequest$3(config) {
363
363
  const headers = {};
364
364
  return {
365
- baseUri: '/services/data/v65.0',
365
+ baseUri: '/services/data/v66.0',
366
366
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-create',
367
367
  method: 'post',
368
368
  body: config.body,
@@ -462,7 +462,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
462
462
  function createResourceRequest$2(config) {
463
463
  const headers = {};
464
464
  return {
465
- baseUri: '/services/data/v65.0',
465
+ baseUri: '/services/data/v66.0',
466
466
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-delete',
467
467
  method: 'post',
468
468
  body: config.body,
@@ -553,7 +553,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
553
553
  function createResourceRequest$1(config) {
554
554
  const headers = {};
555
555
  return {
556
- baseUri: '/services/data/v65.0',
556
+ baseUri: '/services/data/v66.0',
557
557
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-update',
558
558
  method: 'post',
559
559
  body: config.body,
@@ -693,7 +693,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
693
693
  function createResourceRequest(config) {
694
694
  const headers = {};
695
695
  return {
696
- baseUri: '/services/data/v65.0',
696
+ baseUri: '/services/data/v66.0',
697
697
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-view',
698
698
  method: 'get',
699
699
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-sales-transaction-contexts",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "description": "The API family provides set of APIs which will allow a sales rep to provide year over year deal to a customer and lock in long term revenue and customer.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/revenue-sales-transaction-contexts.js",
@@ -40,11 +40,11 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.384.0"
43
+ "@salesforce/lds-bindings": "^1.386.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0",
47
- "@salesforce/lds-karma": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.386.0",
47
+ "@salesforce/lds-karma": "^1.386.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -372,7 +372,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
372
372
  function createResourceRequest$3(config) {
373
373
  const headers = {};
374
374
  return {
375
- baseUri: '/services/data/v65.0',
375
+ baseUri: '/services/data/v66.0',
376
376
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-create',
377
377
  method: 'post',
378
378
  body: config.body,
@@ -472,7 +472,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
472
472
  function createResourceRequest$2(config) {
473
473
  const headers = {};
474
474
  return {
475
- baseUri: '/services/data/v65.0',
475
+ baseUri: '/services/data/v66.0',
476
476
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-delete',
477
477
  method: 'post',
478
478
  body: config.body,
@@ -563,7 +563,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
563
563
  function createResourceRequest$1(config) {
564
564
  const headers = {};
565
565
  return {
566
- baseUri: '/services/data/v65.0',
566
+ baseUri: '/services/data/v66.0',
567
567
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-update',
568
568
  method: 'post',
569
569
  body: config.body,
@@ -703,7 +703,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
703
703
  function createResourceRequest(config) {
704
704
  const headers = {};
705
705
  return {
706
- baseUri: '/services/data/v65.0',
706
+ baseUri: '/services/data/v66.0',
707
707
  basePath: '/connect/revenue-management/sales-transaction-contexts/' + config.urlParams.resourceId + '/actions/ramp-deal-view',
708
708
  method: 'get',
709
709
  body: null,
@@ -887,4 +887,4 @@ withDefaultLuvio((luvio) => {
887
887
  });
888
888
 
889
889
  export { createRampDeal, deleteRampDeal, updateRampDeal, viewRampDeal, viewRampDealNotifyChange, viewRampDeal_imperative };
890
- // version: 1.384.0-835fd13f44
890
+ // version: 1.386.0-521094e838
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