@salesforce/lds-adapters-sales-enablementmeasureconnectfamily 1.268.0 → 1.270.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.
@@ -188,7 +188,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
188
188
  function createResourceRequest$1(config) {
189
189
  const headers = {};
190
190
  return {
191
- baseUri: '/services/data/v60.0',
191
+ baseUri: '/services/data/v61.0',
192
192
  basePath: '/connect/enablement/on-demand-computation/programs/' + config.urlParams.programId + '',
193
193
  method: 'patch',
194
194
  body: null,
@@ -773,7 +773,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
773
773
  function createResourceRequest(config) {
774
774
  const headers = {};
775
775
  return {
776
- baseUri: '/services/data/v60.0',
776
+ baseUri: '/services/data/v61.0',
777
777
  basePath: '/connect/enablement/contributing-records/taskProgress/' + config.urlParams.taskProgressId + '',
778
778
  method: 'get',
779
779
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-enablementmeasureconnectfamily",
3
- "version": "1.268.0",
3
+ "version": "1.270.0",
4
4
  "description": "Enablement Measure related Connect APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-enablementmeasureconnectfamily.js",
@@ -40,11 +40,11 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.268.0"
43
+ "@salesforce/lds-bindings": "^1.270.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.268.0",
47
- "@salesforce/lds-karma": "^1.268.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.270.0",
47
+ "@salesforce/lds-karma": "^1.270.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -622,7 +622,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
622
622
  function createResourceRequest$1(config) {
623
623
  const headers = {};
624
624
  return {
625
- baseUri: '/services/data/v60.0',
625
+ baseUri: '/services/data/v61.0',
626
626
  basePath: '/connect/enablement/contributing-records/taskProgress/' + config.urlParams.taskProgressId + '',
627
627
  method: 'get',
628
628
  body: null,
@@ -816,7 +816,7 @@ function ingestSuccess(luvio, resourceParams, response) {
816
816
  function createResourceRequest(config) {
817
817
  const headers = {};
818
818
  return {
819
- baseUri: '/services/data/v60.0',
819
+ baseUri: '/services/data/v61.0',
820
820
  basePath: '/connect/enablement/on-demand-computation/programs/' + config.urlParams.programId + '',
821
821
  method: 'patch',
822
822
  body: null,
@@ -915,4 +915,4 @@ withDefaultLuvio((luvio) => {
915
915
  });
916
916
 
917
917
  export { getContributingRecordsInfoForMilestone, getContributingRecordsInfoForMilestone_imperative, triggerOnDemandComputation };
918
- // version: 1.268.0-59af8a121
918
+ // version: 1.270.0-533e91908
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0