@salesforce/lds-adapters-platform-learning 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.
@@ -266,7 +266,7 @@ function ingestSuccess(luvio, resourceParams, response) {
266
266
  function createResourceRequest(config) {
267
267
  const headers = {};
268
268
  return {
269
- baseUri: '/services/data/v66.0',
269
+ baseUri: '/services/data/v67.0',
270
270
  basePath: '/connect/learning-platform/learning-item/' + config.urlParams.learningItemId + '/actions/evaluate',
271
271
  method: 'post',
272
272
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-learning",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Learning Platform Public API",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-learning.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.0"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -275,7 +275,7 @@ function ingestSuccess(luvio, resourceParams, response) {
275
275
  function createResourceRequest(config) {
276
276
  const headers = {};
277
277
  return {
278
- baseUri: '/services/data/v66.0',
278
+ baseUri: '/services/data/v67.0',
279
279
  basePath: '/connect/learning-platform/learning-item/' + config.urlParams.learningItemId + '/actions/evaluate',
280
280
  method: 'post',
281
281
  body: config.body,
@@ -374,4 +374,4 @@ withDefaultLuvio((luvio) => {
374
374
  });
375
375
 
376
376
  export { evaluateLearningItem };
377
- // version: 1.412.0-9006885059
377
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0