@salesforce/lds-adapters-platform-content-taxonomy 1.288.0 → 1.290.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.
|
@@ -572,7 +572,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
572
572
|
function createResourceRequest$5(config) {
|
|
573
573
|
const headers = {};
|
|
574
574
|
return {
|
|
575
|
-
baseUri: '/services/data/
|
|
575
|
+
baseUri: '/services/data/v62.0',
|
|
576
576
|
basePath: '/connect/content-taxonomy/terms',
|
|
577
577
|
method: 'get',
|
|
578
578
|
body: null,
|
|
@@ -714,7 +714,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
714
714
|
function createResourceRequest$4(config) {
|
|
715
715
|
const headers = {};
|
|
716
716
|
return {
|
|
717
|
-
baseUri: '/services/data/
|
|
717
|
+
baseUri: '/services/data/v62.0',
|
|
718
718
|
basePath: '/connect/content-taxonomy/terms/search',
|
|
719
719
|
method: 'get',
|
|
720
720
|
body: null,
|
|
@@ -842,7 +842,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
842
842
|
function createResourceRequest$3(config) {
|
|
843
843
|
const headers = {};
|
|
844
844
|
return {
|
|
845
|
-
baseUri: '/services/data/
|
|
845
|
+
baseUri: '/services/data/v62.0',
|
|
846
846
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms',
|
|
847
847
|
method: 'post',
|
|
848
848
|
body: config.body,
|
|
@@ -943,7 +943,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
943
943
|
function createResourceRequest$2(config) {
|
|
944
944
|
const headers = {};
|
|
945
945
|
return {
|
|
946
|
-
baseUri: '/services/data/
|
|
946
|
+
baseUri: '/services/data/v62.0',
|
|
947
947
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
948
948
|
method: 'delete',
|
|
949
949
|
body: null,
|
|
@@ -1053,7 +1053,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1053
1053
|
function createResourceRequest$1(config) {
|
|
1054
1054
|
const headers = {};
|
|
1055
1055
|
return {
|
|
1056
|
-
baseUri: '/services/data/
|
|
1056
|
+
baseUri: '/services/data/v62.0',
|
|
1057
1057
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1058
1058
|
method: 'get',
|
|
1059
1059
|
body: null,
|
|
@@ -1177,7 +1177,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1177
1177
|
function createResourceRequest(config) {
|
|
1178
1178
|
const headers = {};
|
|
1179
1179
|
return {
|
|
1180
|
-
baseUri: '/services/data/
|
|
1180
|
+
baseUri: '/services/data/v62.0',
|
|
1181
1181
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1182
1182
|
method: 'patch',
|
|
1183
1183
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-content-taxonomy",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"description": "Wire adapters for content taxonomy APIs",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-content-taxonomy.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.290.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -492,7 +492,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
492
492
|
function createResourceRequest$5(config) {
|
|
493
493
|
const headers = {};
|
|
494
494
|
return {
|
|
495
|
-
baseUri: '/services/data/
|
|
495
|
+
baseUri: '/services/data/v62.0',
|
|
496
496
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms',
|
|
497
497
|
method: 'post',
|
|
498
498
|
body: config.body,
|
|
@@ -593,7 +593,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
593
593
|
function createResourceRequest$4(config) {
|
|
594
594
|
const headers = {};
|
|
595
595
|
return {
|
|
596
|
-
baseUri: '/services/data/
|
|
596
|
+
baseUri: '/services/data/v62.0',
|
|
597
597
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
598
598
|
method: 'delete',
|
|
599
599
|
body: null,
|
|
@@ -703,7 +703,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
703
703
|
function createResourceRequest$3(config) {
|
|
704
704
|
const headers = {};
|
|
705
705
|
return {
|
|
706
|
-
baseUri: '/services/data/
|
|
706
|
+
baseUri: '/services/data/v62.0',
|
|
707
707
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
708
708
|
method: 'get',
|
|
709
709
|
body: null,
|
|
@@ -958,7 +958,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
958
958
|
function createResourceRequest$2(config) {
|
|
959
959
|
const headers = {};
|
|
960
960
|
return {
|
|
961
|
-
baseUri: '/services/data/
|
|
961
|
+
baseUri: '/services/data/v62.0',
|
|
962
962
|
basePath: '/connect/content-taxonomy/terms',
|
|
963
963
|
method: 'get',
|
|
964
964
|
body: null,
|
|
@@ -1100,7 +1100,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1100
1100
|
function createResourceRequest$1(config) {
|
|
1101
1101
|
const headers = {};
|
|
1102
1102
|
return {
|
|
1103
|
-
baseUri: '/services/data/
|
|
1103
|
+
baseUri: '/services/data/v62.0',
|
|
1104
1104
|
basePath: '/connect/content-taxonomy/terms/search',
|
|
1105
1105
|
method: 'get',
|
|
1106
1106
|
body: null,
|
|
@@ -1228,7 +1228,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1228
1228
|
function createResourceRequest(config) {
|
|
1229
1229
|
const headers = {};
|
|
1230
1230
|
return {
|
|
1231
|
-
baseUri: '/services/data/
|
|
1231
|
+
baseUri: '/services/data/v62.0',
|
|
1232
1232
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1233
1233
|
method: 'patch',
|
|
1234
1234
|
body: config.body,
|
|
@@ -1365,4 +1365,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1365
1365
|
});
|
|
1366
1366
|
|
|
1367
1367
|
export { createTerm, deleteTerm, getTerm, getTermNotifyChange, getTerm_imperative, getTerms, getTerms_imperative, searchTerms, searchTerms_imperative, updateTerm };
|
|
1368
|
-
// version: 1.
|
|
1368
|
+
// version: 1.290.0-e2ccd0161
|