@salesforce/lds-adapters-platform-learning-content 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.
- package/dist/es/es2018/platform-learning-content.js +10 -10
- package/package.json +1 -1
- package/sfdc/index.js +11 -11
- package/src/raml/api.raml +1 -1
|
@@ -859,7 +859,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
859
859
|
function createResourceRequest$9(config) {
|
|
860
860
|
const headers = {};
|
|
861
861
|
return {
|
|
862
|
-
baseUri: '/services/data/
|
|
862
|
+
baseUri: '/services/data/v60.0',
|
|
863
863
|
basePath: '/learning-content-platform/featured-item/list/recommended',
|
|
864
864
|
method: 'get',
|
|
865
865
|
body: null,
|
|
@@ -1087,7 +1087,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
1087
1087
|
function createResourceRequest$8(config) {
|
|
1088
1088
|
const headers = {};
|
|
1089
1089
|
return {
|
|
1090
|
-
baseUri: '/services/data/
|
|
1090
|
+
baseUri: '/services/data/v60.0',
|
|
1091
1091
|
basePath: '/learning-content-platform/featured-item/list/related',
|
|
1092
1092
|
method: 'get',
|
|
1093
1093
|
body: null,
|
|
@@ -1309,7 +1309,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1309
1309
|
function createResourceRequest$7(config) {
|
|
1310
1310
|
const headers = {};
|
|
1311
1311
|
return {
|
|
1312
|
-
baseUri: '/services/data/
|
|
1312
|
+
baseUri: '/services/data/v60.0',
|
|
1313
1313
|
basePath: '/learning-content-platform/learning/config',
|
|
1314
1314
|
method: 'get',
|
|
1315
1315
|
body: null,
|
|
@@ -1985,7 +1985,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1985
1985
|
function createResourceRequest$6(config) {
|
|
1986
1986
|
const headers = {};
|
|
1987
1987
|
return {
|
|
1988
|
-
baseUri: '/services/data/
|
|
1988
|
+
baseUri: '/services/data/v60.0',
|
|
1989
1989
|
basePath: '/learning-content-platform/learning/item/list',
|
|
1990
1990
|
method: 'get',
|
|
1991
1991
|
body: null,
|
|
@@ -2367,7 +2367,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2367
2367
|
function createResourceRequest$5(config) {
|
|
2368
2368
|
const headers = {};
|
|
2369
2369
|
return {
|
|
2370
|
-
baseUri: '/services/data/
|
|
2370
|
+
baseUri: '/services/data/v60.0',
|
|
2371
2371
|
basePath: '/learning-content-platform/learning/item/progress',
|
|
2372
2372
|
method: 'get',
|
|
2373
2373
|
body: null,
|
|
@@ -3310,7 +3310,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3310
3310
|
function createResourceRequest$4(config) {
|
|
3311
3311
|
const headers = {};
|
|
3312
3312
|
return {
|
|
3313
|
-
baseUri: '/services/data/
|
|
3313
|
+
baseUri: '/services/data/v60.0',
|
|
3314
3314
|
basePath: '/learning-content-platform/learning/model/' + config.urlParams.learningItemId + '',
|
|
3315
3315
|
method: 'get',
|
|
3316
3316
|
body: null,
|
|
@@ -4002,7 +4002,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
4002
4002
|
function createResourceRequest$3(config) {
|
|
4003
4003
|
const headers = {};
|
|
4004
4004
|
return {
|
|
4005
|
-
baseUri: '/services/data/
|
|
4005
|
+
baseUri: '/services/data/v60.0',
|
|
4006
4006
|
basePath: '/learning-content-platform/learning/module/' + config.urlParams.moduleId + '',
|
|
4007
4007
|
method: 'get',
|
|
4008
4008
|
body: null,
|
|
@@ -4269,7 +4269,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4269
4269
|
function createResourceRequest$2(config) {
|
|
4270
4270
|
const headers = {};
|
|
4271
4271
|
return {
|
|
4272
|
-
baseUri: '/services/data/
|
|
4272
|
+
baseUri: '/services/data/v60.0',
|
|
4273
4273
|
basePath: '/learning-content-platform/learning/practice/' + config.urlParams.learningItemId + '',
|
|
4274
4274
|
method: 'get',
|
|
4275
4275
|
body: null,
|
|
@@ -4422,7 +4422,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
4422
4422
|
function createResourceRequest$1(config) {
|
|
4423
4423
|
const headers = {};
|
|
4424
4424
|
return {
|
|
4425
|
-
baseUri: '/services/data/
|
|
4425
|
+
baseUri: '/services/data/v60.0',
|
|
4426
4426
|
basePath: '/learning-content-platform/learning/evaluate',
|
|
4427
4427
|
method: 'post',
|
|
4428
4428
|
body: config.body,
|
|
@@ -4755,7 +4755,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4755
4755
|
function createResourceRequest(config) {
|
|
4756
4756
|
const headers = {};
|
|
4757
4757
|
return {
|
|
4758
|
-
baseUri: '/services/data/
|
|
4758
|
+
baseUri: '/services/data/v60.0',
|
|
4759
4759
|
basePath: '/learning-content-platform/learning/textlesson/' + config.urlParams.learningItemId + '',
|
|
4760
4760
|
method: 'get',
|
|
4761
4761
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -333,7 +333,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
333
333
|
function createResourceRequest$9(config) {
|
|
334
334
|
const headers = {};
|
|
335
335
|
return {
|
|
336
|
-
baseUri: '/services/data/
|
|
336
|
+
baseUri: '/services/data/v60.0',
|
|
337
337
|
basePath: '/learning-content-platform/learning/evaluate',
|
|
338
338
|
method: 'post',
|
|
339
339
|
body: config.body,
|
|
@@ -1148,7 +1148,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
1148
1148
|
function createResourceRequest$8(config) {
|
|
1149
1149
|
const headers = {};
|
|
1150
1150
|
return {
|
|
1151
|
-
baseUri: '/services/data/
|
|
1151
|
+
baseUri: '/services/data/v60.0',
|
|
1152
1152
|
basePath: '/learning-content-platform/featured-item/list/recommended',
|
|
1153
1153
|
method: 'get',
|
|
1154
1154
|
body: null,
|
|
@@ -1376,7 +1376,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
1376
1376
|
function createResourceRequest$7(config) {
|
|
1377
1377
|
const headers = {};
|
|
1378
1378
|
return {
|
|
1379
|
-
baseUri: '/services/data/
|
|
1379
|
+
baseUri: '/services/data/v60.0',
|
|
1380
1380
|
basePath: '/learning-content-platform/featured-item/list/related',
|
|
1381
1381
|
method: 'get',
|
|
1382
1382
|
body: null,
|
|
@@ -1598,7 +1598,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1598
1598
|
function createResourceRequest$6(config) {
|
|
1599
1599
|
const headers = {};
|
|
1600
1600
|
return {
|
|
1601
|
-
baseUri: '/services/data/
|
|
1601
|
+
baseUri: '/services/data/v60.0',
|
|
1602
1602
|
basePath: '/learning-content-platform/learning/config',
|
|
1603
1603
|
method: 'get',
|
|
1604
1604
|
body: null,
|
|
@@ -1822,7 +1822,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1822
1822
|
function createResourceRequest$5(config) {
|
|
1823
1823
|
const headers = {};
|
|
1824
1824
|
return {
|
|
1825
|
-
baseUri: '/services/data/
|
|
1825
|
+
baseUri: '/services/data/v60.0',
|
|
1826
1826
|
basePath: '/learning-content-platform/learning/item/progress',
|
|
1827
1827
|
method: 'get',
|
|
1828
1828
|
body: null,
|
|
@@ -2501,7 +2501,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2501
2501
|
function createResourceRequest$4(config) {
|
|
2502
2502
|
const headers = {};
|
|
2503
2503
|
return {
|
|
2504
|
-
baseUri: '/services/data/
|
|
2504
|
+
baseUri: '/services/data/v60.0',
|
|
2505
2505
|
basePath: '/learning-content-platform/learning/item/list',
|
|
2506
2506
|
method: 'get',
|
|
2507
2507
|
body: null,
|
|
@@ -3444,7 +3444,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3444
3444
|
function createResourceRequest$3(config) {
|
|
3445
3445
|
const headers = {};
|
|
3446
3446
|
return {
|
|
3447
|
-
baseUri: '/services/data/
|
|
3447
|
+
baseUri: '/services/data/v60.0',
|
|
3448
3448
|
basePath: '/learning-content-platform/learning/model/' + config.urlParams.learningItemId + '',
|
|
3449
3449
|
method: 'get',
|
|
3450
3450
|
body: null,
|
|
@@ -3711,7 +3711,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3711
3711
|
function createResourceRequest$2(config) {
|
|
3712
3712
|
const headers = {};
|
|
3713
3713
|
return {
|
|
3714
|
-
baseUri: '/services/data/
|
|
3714
|
+
baseUri: '/services/data/v60.0',
|
|
3715
3715
|
basePath: '/learning-content-platform/learning/practice/' + config.urlParams.learningItemId + '',
|
|
3716
3716
|
method: 'get',
|
|
3717
3717
|
body: null,
|
|
@@ -4444,7 +4444,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4444
4444
|
function createResourceRequest$1(config) {
|
|
4445
4445
|
const headers = {};
|
|
4446
4446
|
return {
|
|
4447
|
-
baseUri: '/services/data/
|
|
4447
|
+
baseUri: '/services/data/v60.0',
|
|
4448
4448
|
basePath: '/learning-content-platform/learning/module/' + config.urlParams.moduleId + '',
|
|
4449
4449
|
method: 'get',
|
|
4450
4450
|
body: null,
|
|
@@ -4847,7 +4847,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4847
4847
|
function createResourceRequest(config) {
|
|
4848
4848
|
const headers = {};
|
|
4849
4849
|
return {
|
|
4850
|
-
baseUri: '/services/data/
|
|
4850
|
+
baseUri: '/services/data/v60.0',
|
|
4851
4851
|
basePath: '/learning-content-platform/learning/textlesson/' + config.urlParams.learningItemId + '',
|
|
4852
4852
|
method: 'get',
|
|
4853
4853
|
body: null,
|
|
@@ -5086,4 +5086,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5086
5086
|
});
|
|
5087
5087
|
|
|
5088
5088
|
export { evaluateLearningItem, getFeaturedItemsRecommendedList, getFeaturedItemsRecommendedList_imperative, getFeaturedItemsRelatedList, getFeaturedItemsRelatedList_imperative, getLearningConfig, getLearningConfig_imperative, getLearningItemProgress, getLearningItemProgress_imperative, getLearningItemsList, getLearningItemsList_imperative, getLearningModel, getLearningModel_imperative, getLearningPractice, getLearningPracticeNotifyChange, getLearningPractice_imperative, getModule, getModuleNotifyChange, getModule_imperative, getTextLesson, getTextLessonNotifyChange, getTextLesson_imperative };
|
|
5089
|
-
// version: 1.
|
|
5089
|
+
// version: 1.232.0-6cf0cd6c7
|