@salesforce/lds-adapters-platform-enablement 1.412.0 → 1.413.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.
|
@@ -1245,7 +1245,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1245
1245
|
function createResourceRequest$4(config) {
|
|
1246
1246
|
const headers = {};
|
|
1247
1247
|
return {
|
|
1248
|
-
baseUri: '/services/data/
|
|
1248
|
+
baseUri: '/services/data/v67.0',
|
|
1249
1249
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/enablement/program/summary/collection',
|
|
1250
1250
|
method: 'get',
|
|
1251
1251
|
body: null,
|
|
@@ -1387,7 +1387,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1387
1387
|
function createResourceRequest$3(config) {
|
|
1388
1388
|
const headers = {};
|
|
1389
1389
|
return {
|
|
1390
|
-
baseUri: '/services/data/
|
|
1390
|
+
baseUri: '/services/data/v67.0',
|
|
1391
1391
|
basePath: '/connect/enablement/program/summary/collection',
|
|
1392
1392
|
method: 'get',
|
|
1393
1393
|
body: null,
|
|
@@ -1530,7 +1530,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1530
1530
|
function createResourceRequest$2(config) {
|
|
1531
1531
|
const headers = {};
|
|
1532
1532
|
return {
|
|
1533
|
-
baseUri: '/services/data/
|
|
1533
|
+
baseUri: '/services/data/v67.0',
|
|
1534
1534
|
basePath: '/connect/enablement/program/summary/' + config.urlParams.enablementProgramId + '',
|
|
1535
1535
|
method: 'get',
|
|
1536
1536
|
body: null,
|
|
@@ -1725,7 +1725,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1725
1725
|
function createResourceRequest$1(config) {
|
|
1726
1726
|
const headers = {};
|
|
1727
1727
|
return {
|
|
1728
|
-
baseUri: '/services/data/
|
|
1728
|
+
baseUri: '/services/data/v67.0',
|
|
1729
1729
|
basePath: '/connect/enablement/program/' + config.urlParams.enablementProgramId + '/actions/enroll',
|
|
1730
1730
|
method: 'post',
|
|
1731
1731
|
body: null,
|
|
@@ -1815,7 +1815,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1815
1815
|
function createResourceRequest(config) {
|
|
1816
1816
|
const headers = {};
|
|
1817
1817
|
return {
|
|
1818
|
-
baseUri: '/services/data/
|
|
1818
|
+
baseUri: '/services/data/v67.0',
|
|
1819
1819
|
basePath: '/connect/enablement/program/' + config.urlParams.enablementProgramId + '/actions/unenroll',
|
|
1820
1820
|
method: 'post',
|
|
1821
1821
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-enablement",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
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",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.413.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1147,7 +1147,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1147
1147
|
function createResourceRequest$4(config) {
|
|
1148
1148
|
const headers = {};
|
|
1149
1149
|
return {
|
|
1150
|
-
baseUri: '/services/data/
|
|
1150
|
+
baseUri: '/services/data/v67.0',
|
|
1151
1151
|
basePath: '/connect/enablement/program/summary/' + config.urlParams.enablementProgramId + '',
|
|
1152
1152
|
method: 'get',
|
|
1153
1153
|
body: null,
|
|
@@ -1396,7 +1396,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1396
1396
|
function createResourceRequest$3(config) {
|
|
1397
1397
|
const headers = {};
|
|
1398
1398
|
return {
|
|
1399
|
-
baseUri: '/services/data/
|
|
1399
|
+
baseUri: '/services/data/v67.0',
|
|
1400
1400
|
basePath: '/connect/enablement/program/summary/collection',
|
|
1401
1401
|
method: 'get',
|
|
1402
1402
|
body: null,
|
|
@@ -1537,7 +1537,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1537
1537
|
function createResourceRequest$2(config) {
|
|
1538
1538
|
const headers = {};
|
|
1539
1539
|
return {
|
|
1540
|
-
baseUri: '/services/data/
|
|
1540
|
+
baseUri: '/services/data/v67.0',
|
|
1541
1541
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/enablement/program/summary/collection',
|
|
1542
1542
|
method: 'get',
|
|
1543
1543
|
body: null,
|
|
@@ -1735,7 +1735,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1735
1735
|
function createResourceRequest$1(config) {
|
|
1736
1736
|
const headers = {};
|
|
1737
1737
|
return {
|
|
1738
|
-
baseUri: '/services/data/
|
|
1738
|
+
baseUri: '/services/data/v67.0',
|
|
1739
1739
|
basePath: '/connect/enablement/program/' + config.urlParams.enablementProgramId + '/actions/enroll',
|
|
1740
1740
|
method: 'post',
|
|
1741
1741
|
body: null,
|
|
@@ -1825,7 +1825,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1825
1825
|
function createResourceRequest(config) {
|
|
1826
1826
|
const headers = {};
|
|
1827
1827
|
return {
|
|
1828
|
-
baseUri: '/services/data/
|
|
1828
|
+
baseUri: '/services/data/v67.0',
|
|
1829
1829
|
basePath: '/connect/enablement/program/' + config.urlParams.enablementProgramId + '/actions/unenroll',
|
|
1830
1830
|
method: 'post',
|
|
1831
1831
|
body: null,
|
|
@@ -1954,4 +1954,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1954
1954
|
});
|
|
1955
1955
|
|
|
1956
1956
|
export { getEnablementProgramSummary, getEnablementProgramSummary_imperative, getProgramSummaryCollection, getProgramSummaryCollectionForCommunity, getProgramSummaryCollectionForCommunity_imperative, getProgramSummaryCollection_imperative, notifyEnablementProgramSummaryUpdateAvailable, selfEnrollInEnablementProgram, unenrollFromEnablementProgram };
|
|
1957
|
-
// version: 1.
|
|
1957
|
+
// version: 1.413.0-8cd312301b
|