@salesforce/lds-adapters-industries-gdf-information-lib 1.431.0 → 1.433.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.
|
@@ -174,7 +174,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
174
174
|
function createResourceRequest$1(config) {
|
|
175
175
|
const headers = {};
|
|
176
176
|
return {
|
|
177
|
-
baseUri: '/services/data/
|
|
177
|
+
baseUri: '/services/data/v68.0',
|
|
178
178
|
basePath: '/connect/gdf/information-library/delete-topic-record',
|
|
179
179
|
method: 'post',
|
|
180
180
|
body: config.body,
|
|
@@ -417,7 +417,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
417
417
|
function createResourceRequest(config) {
|
|
418
418
|
const headers = {};
|
|
419
419
|
return {
|
|
420
|
-
baseUri: '/services/data/
|
|
420
|
+
baseUri: '/services/data/v68.0',
|
|
421
421
|
basePath: '/connect/gdf/information-library/snippet/related-topics',
|
|
422
422
|
method: 'get',
|
|
423
423
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-gdf-information-lib",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"description": "Information Library ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-gdf-information-lib.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.433.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -268,7 +268,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
268
268
|
function createResourceRequest$1(config) {
|
|
269
269
|
const headers = {};
|
|
270
270
|
return {
|
|
271
|
-
baseUri: '/services/data/
|
|
271
|
+
baseUri: '/services/data/v68.0',
|
|
272
272
|
basePath: '/connect/gdf/information-library/snippet/related-topics',
|
|
273
273
|
method: 'get',
|
|
274
274
|
body: null,
|
|
@@ -460,7 +460,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
460
460
|
function createResourceRequest(config) {
|
|
461
461
|
const headers = {};
|
|
462
462
|
return {
|
|
463
|
-
baseUri: '/services/data/
|
|
463
|
+
baseUri: '/services/data/v68.0',
|
|
464
464
|
basePath: '/connect/gdf/information-library/delete-topic-record',
|
|
465
465
|
method: 'post',
|
|
466
466
|
body: config.body,
|
|
@@ -559,4 +559,4 @@ withDefaultLuvio((luvio) => {
|
|
|
559
559
|
});
|
|
560
560
|
|
|
561
561
|
export { getSnippetRelatedTopicsListView, getSnippetRelatedTopicsListView_imperative, postDeleteTopic };
|
|
562
|
-
// version: 1.
|
|
562
|
+
// version: 1.433.0-db129b48d2
|