@salesforce/lds-adapters-platform-enablement 1.134.4 → 1.134.6

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.
@@ -1172,7 +1172,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1172
1172
  function createResourceRequest$1(config) {
1173
1173
  const headers = {};
1174
1174
  return {
1175
- baseUri: '/services/data/v58.0',
1175
+ baseUri: '/services/data/v59.0',
1176
1176
  basePath: '/connect/enablement/program/summary/assigned',
1177
1177
  method: 'get',
1178
1178
  body: null,
@@ -1333,7 +1333,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1333
1333
  function createResourceRequest(config) {
1334
1334
  const headers = {};
1335
1335
  return {
1336
- baseUri: '/services/data/v58.0',
1336
+ baseUri: '/services/data/v59.0',
1337
1337
  basePath: '/connect/enablement/program/summary/' + config.urlParams.enablementProgramId + '',
1338
1338
  method: 'get',
1339
1339
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-enablement",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for enablement APIs",
6
6
  "main": "dist/es/es2018/platform-enablement.js",
package/sfdc/index.js CHANGED
@@ -1182,7 +1182,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1182
1182
  function createResourceRequest$1(config) {
1183
1183
  const headers = {};
1184
1184
  return {
1185
- baseUri: '/services/data/v58.0',
1185
+ baseUri: '/services/data/v59.0',
1186
1186
  basePath: '/connect/enablement/program/summary/assigned',
1187
1187
  method: 'get',
1188
1188
  body: null,
@@ -1343,7 +1343,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1343
1343
  function createResourceRequest(config) {
1344
1344
  const headers = {};
1345
1345
  return {
1346
- baseUri: '/services/data/v58.0',
1346
+ baseUri: '/services/data/v59.0',
1347
1347
  basePath: '/connect/enablement/program/summary/' + config.urlParams.enablementProgramId + '',
1348
1348
  method: 'get',
1349
1349
  body: null,
@@ -1499,4 +1499,4 @@ withDefaultLuvio((luvio) => {
1499
1499
  });
1500
1500
 
1501
1501
  export { getAssignedEnablementProgramSummary, getAssignedEnablementProgramSummary_imperative, getEnablementProgramSummary, getEnablementProgramSummary_imperative };
1502
- // version: 1.134.4-a74ddaa33
1502
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0