@salesforce/lds-adapters-sales-enablement-program 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.
@@ -277,7 +277,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
277
277
  function createResourceRequest$1(config) {
278
278
  const headers = {};
279
279
  return {
280
- baseUri: '/services/data/v65.0',
280
+ baseUri: '/services/data/v66.0',
281
281
  basePath: '/connect/enablement/programTemplate',
282
282
  method: 'get',
283
283
  body: null,
@@ -1592,7 +1592,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1592
1592
  function createResourceRequest(config) {
1593
1593
  const headers = {};
1594
1594
  return {
1595
- baseUri: '/services/data/v65.0',
1595
+ baseUri: '/services/data/v66.0',
1596
1596
  basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
1597
1597
  method: 'get',
1598
1598
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-enablement-program",
3
- "version": "1.383.0",
3
+ "version": "1.385.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "This set of adapters are used to interface and communicate with the connect-api for specific operations on sales enablement program.",
6
6
  "main": "dist/es/es2018/sales-enablement-program.js",
@@ -43,11 +43,11 @@
43
43
  "test": "nx build:karma && karma start --single-run"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.383.0"
46
+ "@salesforce/lds-bindings": "^1.385.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.383.0",
50
- "@salesforce/lds-karma": "^1.383.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
50
+ "@salesforce/lds-karma": "^1.385.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -1320,7 +1320,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1320
1320
  function createResourceRequest$1(config) {
1321
1321
  const headers = {};
1322
1322
  return {
1323
- baseUri: '/services/data/v65.0',
1323
+ baseUri: '/services/data/v66.0',
1324
1324
  basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
1325
1325
  method: 'get',
1326
1326
  body: null,
@@ -1603,7 +1603,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1603
1603
  function createResourceRequest(config) {
1604
1604
  const headers = {};
1605
1605
  return {
1606
- baseUri: '/services/data/v65.0',
1606
+ baseUri: '/services/data/v66.0',
1607
1607
  basePath: '/connect/enablement/programTemplate',
1608
1608
  method: 'get',
1609
1609
  body: null,
@@ -1740,4 +1740,4 @@ withDefaultLuvio((luvio) => {
1740
1740
  });
1741
1741
 
1742
1742
  export { getProgramTemplate, getProgramTemplate_imperative, getProgramTemplates, getProgramTemplates_imperative };
1743
- // version: 1.383.0-d85dce8db1
1743
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.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