@salesforce/lds-adapters-sales-enablement-program 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.
|
@@ -275,7 +275,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
275
275
|
function createResourceRequest$1(config) {
|
|
276
276
|
const headers = {};
|
|
277
277
|
return {
|
|
278
|
-
baseUri: '/services/data/
|
|
278
|
+
baseUri: '/services/data/v59.0',
|
|
279
279
|
basePath: '/connect/enablement/programTemplate',
|
|
280
280
|
method: 'get',
|
|
281
281
|
body: null,
|
|
@@ -1462,7 +1462,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1462
1462
|
function createResourceRequest(config) {
|
|
1463
1463
|
const headers = {};
|
|
1464
1464
|
return {
|
|
1465
|
-
baseUri: '/services/data/
|
|
1465
|
+
baseUri: '/services/data/v59.0',
|
|
1466
1466
|
basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
|
|
1467
1467
|
method: 'get',
|
|
1468
1468
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-enablement-program",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.6",
|
|
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
|
@@ -1159,7 +1159,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1159
1159
|
function createResourceRequest$1(config) {
|
|
1160
1160
|
const headers = {};
|
|
1161
1161
|
return {
|
|
1162
|
-
baseUri: '/services/data/
|
|
1162
|
+
baseUri: '/services/data/v59.0',
|
|
1163
1163
|
basePath: '/connect/enablement/programTemplate/' + config.urlParams.programTemplateName + '',
|
|
1164
1164
|
method: 'get',
|
|
1165
1165
|
body: null,
|
|
@@ -1482,7 +1482,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1482
1482
|
function createResourceRequest(config) {
|
|
1483
1483
|
const headers = {};
|
|
1484
1484
|
return {
|
|
1485
|
-
baseUri: '/services/data/
|
|
1485
|
+
baseUri: '/services/data/v59.0',
|
|
1486
1486
|
basePath: '/connect/enablement/programTemplate',
|
|
1487
1487
|
method: 'get',
|
|
1488
1488
|
body: null,
|
|
@@ -1621,4 +1621,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1621
1621
|
});
|
|
1622
1622
|
|
|
1623
1623
|
export { getProgramTemplate, getProgramTemplate_imperative, getProgramTemplates, getProgramTemplates_imperative };
|
|
1624
|
-
// version: 1.134.
|
|
1624
|
+
// version: 1.134.6-a88a77801
|