@salesforce/lds-adapters-service-knowledge 1.384.0 → 1.386.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/
|
|
162
|
+
baseUri: '/services/data/v66.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.
|
|
3
|
+
"version": "1.386.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.386.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/
|
|
171
|
+
baseUri: '/services/data/v66.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.
|
|
262
|
+
// version: 1.386.0-521094e838
|