@salesforce/lds-adapters-service-knowledge 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.
@@ -159,7 +159,7 @@ function ingestSuccess(luvio, resourceParams, response) {
159
159
  function createResourceRequest$1(config) {
160
160
  const headers = {};
161
161
  return {
162
- baseUri: '/services/data/v66.0',
162
+ baseUri: '/services/data/v67.0',
163
163
  basePath: '/connect/knowledge/article/view-stat',
164
164
  method: 'patch',
165
165
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-knowledge",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Knowledge family consisting of legacy features such as update view stat, knowledge topics etc",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-knowledge.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
@@ -168,7 +168,7 @@ function ingestSuccess(luvio, resourceParams, response) {
168
168
  function createResourceRequest$1(config) {
169
169
  const headers = {};
170
170
  return {
171
- baseUri: '/services/data/v66.0',
171
+ baseUri: '/services/data/v67.0',
172
172
  basePath: '/connect/knowledge/article/view-stat',
173
173
  method: 'patch',
174
174
  body: config.body,
@@ -259,4 +259,4 @@ withDefaultLuvio((luvio) => {
259
259
  });
260
260
 
261
261
  export { updateViewStat };
262
- // version: 1.412.0-9006885059
262
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.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