@salesforce/lds-adapters-sales-enablement-program 1.231.0 → 1.232.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/
|
|
280
|
+
baseUri: '/services/data/v60.0',
|
|
281
281
|
basePath: '/connect/enablement/programTemplate',
|
|
282
282
|
method: 'get',
|
|
283
283
|
body: null,
|
|
@@ -1430,7 +1430,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1430
1430
|
function createResourceRequest(config) {
|
|
1431
1431
|
const headers = {};
|
|
1432
1432
|
return {
|
|
1433
|
-
baseUri: '/services/data/
|
|
1433
|
+
baseUri: '/services/data/v60.0',
|
|
1434
1434
|
basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
|
|
1435
1435
|
method: 'get',
|
|
1436
1436
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-enablement-program",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.232.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",
|
package/sfdc/index.js
CHANGED
|
@@ -1161,7 +1161,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1161
1161
|
function createResourceRequest$1(config) {
|
|
1162
1162
|
const headers = {};
|
|
1163
1163
|
return {
|
|
1164
|
-
baseUri: '/services/data/
|
|
1164
|
+
baseUri: '/services/data/v60.0',
|
|
1165
1165
|
basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
|
|
1166
1166
|
method: 'get',
|
|
1167
1167
|
body: null,
|
|
@@ -1443,7 +1443,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1443
1443
|
function createResourceRequest(config) {
|
|
1444
1444
|
const headers = {};
|
|
1445
1445
|
return {
|
|
1446
|
-
baseUri: '/services/data/
|
|
1446
|
+
baseUri: '/services/data/v60.0',
|
|
1447
1447
|
basePath: '/connect/enablement/programTemplate',
|
|
1448
1448
|
method: 'get',
|
|
1449
1449
|
body: null,
|
|
@@ -1567,4 +1567,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1567
1567
|
});
|
|
1568
1568
|
|
|
1569
1569
|
export { getProgramTemplate, getProgramTemplate_imperative, getProgramTemplates, getProgramTemplates_imperative };
|
|
1570
|
-
// version: 1.
|
|
1570
|
+
// version: 1.232.0-6cf0cd6c7
|