@salesforce/lds-adapters-sales-enablementmeasureconnectfamily 1.383.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.
@@ -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/v65.0',
191
+ baseUri: '/services/data/v66.0',
192
192
  basePath: '/connect/enablement/on-demand-computation/programs/' + config.urlParams.programId + '',
193
193
  method: 'patch',
194
194
  body: null,
@@ -766,7 +766,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
766
766
  function createResourceRequest(config) {
767
767
  const headers = {};
768
768
  return {
769
- baseUri: '/services/data/v65.0',
769
+ baseUri: '/services/data/v66.0',
770
770
  basePath: '/connect/enablement/contributing-records/taskMeasureProgress/' + config.urlParams.taskMeasureProgressId + '',
771
771
  method: 'get',
772
772
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-enablementmeasureconnectfamily",
3
- "version": "1.383.0",
3
+ "version": "1.385.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.383.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.383.0",
47
- "@salesforce/lds-karma": "^1.383.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
47
+ "@salesforce/lds-karma": "^1.385.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -615,7 +615,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
615
615
  function createResourceRequest$1(config) {
616
616
  const headers = {};
617
617
  return {
618
- baseUri: '/services/data/v65.0',
618
+ baseUri: '/services/data/v66.0',
619
619
  basePath: '/connect/enablement/contributing-records/taskMeasureProgress/' + config.urlParams.taskMeasureProgressId + '',
620
620
  method: 'get',
621
621
  body: null,
@@ -809,7 +809,7 @@ function ingestSuccess(luvio, resourceParams, response) {
809
809
  function createResourceRequest(config) {
810
810
  const headers = {};
811
811
  return {
812
- baseUri: '/services/data/v65.0',
812
+ baseUri: '/services/data/v66.0',
813
813
  basePath: '/connect/enablement/on-demand-computation/programs/' + config.urlParams.programId + '',
814
814
  method: 'patch',
815
815
  body: null,
@@ -908,4 +908,4 @@ withDefaultLuvio((luvio) => {
908
908
  });
909
909
 
910
910
  export { getContributingRecordsInfoForMilestone, getContributingRecordsInfoForMilestone_imperative, triggerOnDemandComputation };
911
- // version: 1.383.0-d85dce8db1
911
+ // version: 1.385.0-c6070cc476
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0