@salesforce/lds-adapters-platform-learning-content 1.268.0 → 1.270.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.
@@ -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/v60.0',
862
+ baseUri: '/services/data/v61.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/v60.0',
1090
+ baseUri: '/services/data/v61.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/v60.0',
1312
+ baseUri: '/services/data/v61.0',
1313
1313
  basePath: '/learning-content-platform/learning/config',
1314
1314
  method: 'get',
1315
1315
  body: null,
@@ -1999,7 +1999,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1999
1999
  function createResourceRequest$6(config) {
2000
2000
  const headers = {};
2001
2001
  return {
2002
- baseUri: '/services/data/v60.0',
2002
+ baseUri: '/services/data/v61.0',
2003
2003
  basePath: '/learning-content-platform/learning/item/list',
2004
2004
  method: 'get',
2005
2005
  body: null,
@@ -2395,7 +2395,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2395
2395
  function createResourceRequest$5(config) {
2396
2396
  const headers = {};
2397
2397
  return {
2398
- baseUri: '/services/data/v60.0',
2398
+ baseUri: '/services/data/v61.0',
2399
2399
  basePath: '/learning-content-platform/learning/item/progress',
2400
2400
  method: 'get',
2401
2401
  body: null,
@@ -3338,7 +3338,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3338
3338
  function createResourceRequest$4(config) {
3339
3339
  const headers = {};
3340
3340
  return {
3341
- baseUri: '/services/data/v60.0',
3341
+ baseUri: '/services/data/v61.0',
3342
3342
  basePath: '/learning-content-platform/learning/model/' + config.urlParams.learningItemId + '',
3343
3343
  method: 'get',
3344
3344
  body: null,
@@ -4030,7 +4030,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
4030
4030
  function createResourceRequest$3(config) {
4031
4031
  const headers = {};
4032
4032
  return {
4033
- baseUri: '/services/data/v60.0',
4033
+ baseUri: '/services/data/v61.0',
4034
4034
  basePath: '/learning-content-platform/learning/module/' + config.urlParams.moduleId + '',
4035
4035
  method: 'get',
4036
4036
  body: null,
@@ -4297,7 +4297,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4297
4297
  function createResourceRequest$2(config) {
4298
4298
  const headers = {};
4299
4299
  return {
4300
- baseUri: '/services/data/v60.0',
4300
+ baseUri: '/services/data/v61.0',
4301
4301
  basePath: '/learning-content-platform/learning/practice/' + config.urlParams.learningItemId + '',
4302
4302
  method: 'get',
4303
4303
  body: null,
@@ -4450,7 +4450,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4450
4450
  function createResourceRequest$1(config) {
4451
4451
  const headers = {};
4452
4452
  return {
4453
- baseUri: '/services/data/v60.0',
4453
+ baseUri: '/services/data/v61.0',
4454
4454
  basePath: '/learning-content-platform/learning/evaluate',
4455
4455
  method: 'post',
4456
4456
  body: config.body,
@@ -4797,7 +4797,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4797
4797
  function createResourceRequest(config) {
4798
4798
  const headers = {};
4799
4799
  return {
4800
- baseUri: '/services/data/v60.0',
4800
+ baseUri: '/services/data/v61.0',
4801
4801
  basePath: '/learning-content-platform/learning/textlesson/' + config.urlParams.learningItemId + '',
4802
4802
  method: 'get',
4803
4803
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-learning-content",
3
- "version": "1.268.0",
3
+ "version": "1.270.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Learning content platform",
6
6
  "main": "dist/es/es2018/platform-learning-content.js",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.268.0"
41
+ "@salesforce/lds-bindings": "^1.270.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.268.0",
45
- "@salesforce/lds-karma": "^1.268.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.270.0",
45
+ "@salesforce/lds-karma": "^1.270.0"
46
46
  },
47
47
  "nx": {
48
48
  "targets": {
package/sfdc/index.js CHANGED
@@ -347,7 +347,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
347
347
  function createResourceRequest$9(config) {
348
348
  const headers = {};
349
349
  return {
350
- baseUri: '/services/data/v60.0',
350
+ baseUri: '/services/data/v61.0',
351
351
  basePath: '/learning-content-platform/learning/evaluate',
352
352
  method: 'post',
353
353
  body: config.body,
@@ -1162,7 +1162,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
1162
1162
  function createResourceRequest$8(config) {
1163
1163
  const headers = {};
1164
1164
  return {
1165
- baseUri: '/services/data/v60.0',
1165
+ baseUri: '/services/data/v61.0',
1166
1166
  basePath: '/learning-content-platform/featured-item/list/recommended',
1167
1167
  method: 'get',
1168
1168
  body: null,
@@ -1390,7 +1390,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
1390
1390
  function createResourceRequest$7(config) {
1391
1391
  const headers = {};
1392
1392
  return {
1393
- baseUri: '/services/data/v60.0',
1393
+ baseUri: '/services/data/v61.0',
1394
1394
  basePath: '/learning-content-platform/featured-item/list/related',
1395
1395
  method: 'get',
1396
1396
  body: null,
@@ -1612,7 +1612,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1612
1612
  function createResourceRequest$6(config) {
1613
1613
  const headers = {};
1614
1614
  return {
1615
- baseUri: '/services/data/v60.0',
1615
+ baseUri: '/services/data/v61.0',
1616
1616
  basePath: '/learning-content-platform/learning/config',
1617
1617
  method: 'get',
1618
1618
  body: null,
@@ -1836,7 +1836,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1836
1836
  function createResourceRequest$5(config) {
1837
1837
  const headers = {};
1838
1838
  return {
1839
- baseUri: '/services/data/v60.0',
1839
+ baseUri: '/services/data/v61.0',
1840
1840
  basePath: '/learning-content-platform/learning/item/progress',
1841
1841
  method: 'get',
1842
1842
  body: null,
@@ -2529,7 +2529,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2529
2529
  function createResourceRequest$4(config) {
2530
2530
  const headers = {};
2531
2531
  return {
2532
- baseUri: '/services/data/v60.0',
2532
+ baseUri: '/services/data/v61.0',
2533
2533
  basePath: '/learning-content-platform/learning/item/list',
2534
2534
  method: 'get',
2535
2535
  body: null,
@@ -3472,7 +3472,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3472
3472
  function createResourceRequest$3(config) {
3473
3473
  const headers = {};
3474
3474
  return {
3475
- baseUri: '/services/data/v60.0',
3475
+ baseUri: '/services/data/v61.0',
3476
3476
  basePath: '/learning-content-platform/learning/model/' + config.urlParams.learningItemId + '',
3477
3477
  method: 'get',
3478
3478
  body: null,
@@ -3739,7 +3739,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3739
3739
  function createResourceRequest$2(config) {
3740
3740
  const headers = {};
3741
3741
  return {
3742
- baseUri: '/services/data/v60.0',
3742
+ baseUri: '/services/data/v61.0',
3743
3743
  basePath: '/learning-content-platform/learning/practice/' + config.urlParams.learningItemId + '',
3744
3744
  method: 'get',
3745
3745
  body: null,
@@ -4472,7 +4472,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4472
4472
  function createResourceRequest$1(config) {
4473
4473
  const headers = {};
4474
4474
  return {
4475
- baseUri: '/services/data/v60.0',
4475
+ baseUri: '/services/data/v61.0',
4476
4476
  basePath: '/learning-content-platform/learning/module/' + config.urlParams.moduleId + '',
4477
4477
  method: 'get',
4478
4478
  body: null,
@@ -4889,7 +4889,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4889
4889
  function createResourceRequest(config) {
4890
4890
  const headers = {};
4891
4891
  return {
4892
- baseUri: '/services/data/v60.0',
4892
+ baseUri: '/services/data/v61.0',
4893
4893
  basePath: '/learning-content-platform/learning/textlesson/' + config.urlParams.learningItemId + '',
4894
4894
  method: 'get',
4895
4895
  body: null,
@@ -5170,4 +5170,4 @@ withDefaultLuvio((luvio) => {
5170
5170
  });
5171
5171
 
5172
5172
  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, notifyLearningItemProgressUpdateAvailable, notifyLearningItemUpdateAvailable, notifyLearningTextLessonUpdateAvailable };
5173
- // version: 1.268.0-59af8a121
5173
+ // version: 1.270.0-533e91908
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0