@salesforce/lds-adapters-service-knowledge-questions 1.412.1 → 1.414.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.
|
@@ -202,7 +202,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
202
202
|
function createResourceRequest$2(config) {
|
|
203
203
|
const headers = {};
|
|
204
204
|
return {
|
|
205
|
-
baseUri: '/services/data/
|
|
205
|
+
baseUri: '/services/data/v67.0',
|
|
206
206
|
basePath: '/connect/article/' + config.urlParams.recordId + '/answer',
|
|
207
207
|
method: 'post',
|
|
208
208
|
body: config.body,
|
|
@@ -527,7 +527,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
527
527
|
function createResourceRequest$1(config) {
|
|
528
528
|
const headers = {};
|
|
529
529
|
return {
|
|
530
|
-
baseUri: '/services/data/
|
|
530
|
+
baseUri: '/services/data/v67.0',
|
|
531
531
|
basePath: '/connect/article/' + config.urlParams.recordId + '/questions',
|
|
532
532
|
method: 'get',
|
|
533
533
|
body: null,
|
|
@@ -722,7 +722,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
722
722
|
function createResourceRequest(config) {
|
|
723
723
|
const headers = {};
|
|
724
724
|
return {
|
|
725
|
-
baseUri: '/services/data/
|
|
725
|
+
baseUri: '/services/data/v67.0',
|
|
726
726
|
basePath: '/connect/article/' + config.urlParams.recordId + '/questions/' + config.urlParams.questionId + '/selectioncount',
|
|
727
727
|
method: 'put',
|
|
728
728
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-knowledge-questions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.414.0",
|
|
4
4
|
"description": "Knowledge Questions and Answers generation",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-knowledge-questions.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.414.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.414.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -212,7 +212,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
212
212
|
function createResourceRequest$2(config) {
|
|
213
213
|
const headers = {};
|
|
214
214
|
return {
|
|
215
|
-
baseUri: '/services/data/
|
|
215
|
+
baseUri: '/services/data/v67.0',
|
|
216
216
|
basePath: '/connect/article/' + config.urlParams.recordId + '/answer',
|
|
217
217
|
method: 'post',
|
|
218
218
|
body: config.body,
|
|
@@ -537,7 +537,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
537
537
|
function createResourceRequest$1(config) {
|
|
538
538
|
const headers = {};
|
|
539
539
|
return {
|
|
540
|
-
baseUri: '/services/data/
|
|
540
|
+
baseUri: '/services/data/v67.0',
|
|
541
541
|
basePath: '/connect/article/' + config.urlParams.recordId + '/questions',
|
|
542
542
|
method: 'get',
|
|
543
543
|
body: null,
|
|
@@ -732,7 +732,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
732
732
|
function createResourceRequest(config) {
|
|
733
733
|
const headers = {};
|
|
734
734
|
return {
|
|
735
|
-
baseUri: '/services/data/
|
|
735
|
+
baseUri: '/services/data/v67.0',
|
|
736
736
|
basePath: '/connect/article/' + config.urlParams.recordId + '/questions/' + config.urlParams.questionId + '/selectioncount',
|
|
737
737
|
method: 'put',
|
|
738
738
|
body: null,
|
|
@@ -834,4 +834,4 @@ withDefaultLuvio((luvio) => {
|
|
|
834
834
|
});
|
|
835
835
|
|
|
836
836
|
export { getKnowledgeAnswer, getKnowledgeQuestionsGen, getKnowledgeQuestionsGen_imperative, putKnowledgeUpdateQuestion };
|
|
837
|
-
// version: 1.
|
|
837
|
+
// version: 1.414.0-3d95b40524
|