@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/
|
|
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/
|
|
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
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/
|
|
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/
|
|
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.
|
|
1502
|
+
// version: 1.134.6-a88a77801
|