@salesforce/lds-adapters-platform-content-taxonomy 1.267.0 → 1.269.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/v61.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/v61.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/v61.0',
|
|
846
846
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms',
|
|
847
847
|
method: 'post',
|
|
848
848
|
body: config.body,
|
|
@@ -929,7 +929,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
929
929
|
function createResourceRequest$2(config) {
|
|
930
930
|
const headers = {};
|
|
931
931
|
return {
|
|
932
|
-
baseUri: '/services/data/
|
|
932
|
+
baseUri: '/services/data/v61.0',
|
|
933
933
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
934
934
|
method: 'delete',
|
|
935
935
|
body: null,
|
|
@@ -1039,7 +1039,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1039
1039
|
function createResourceRequest$1(config) {
|
|
1040
1040
|
const headers = {};
|
|
1041
1041
|
return {
|
|
1042
|
-
baseUri: '/services/data/
|
|
1042
|
+
baseUri: '/services/data/v61.0',
|
|
1043
1043
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1044
1044
|
method: 'get',
|
|
1045
1045
|
body: null,
|
|
@@ -1163,7 +1163,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1163
1163
|
function createResourceRequest(config) {
|
|
1164
1164
|
const headers = {};
|
|
1165
1165
|
return {
|
|
1166
|
-
baseUri: '/services/data/
|
|
1166
|
+
baseUri: '/services/data/v61.0',
|
|
1167
1167
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1168
1168
|
method: 'patch',
|
|
1169
1169
|
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.269.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.269.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.269.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/v61.0',
|
|
496
496
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms',
|
|
497
497
|
method: 'post',
|
|
498
498
|
body: config.body,
|
|
@@ -579,7 +579,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
579
579
|
function createResourceRequest$4(config) {
|
|
580
580
|
const headers = {};
|
|
581
581
|
return {
|
|
582
|
-
baseUri: '/services/data/
|
|
582
|
+
baseUri: '/services/data/v61.0',
|
|
583
583
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
584
584
|
method: 'delete',
|
|
585
585
|
body: null,
|
|
@@ -689,7 +689,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
689
689
|
function createResourceRequest$3(config) {
|
|
690
690
|
const headers = {};
|
|
691
691
|
return {
|
|
692
|
-
baseUri: '/services/data/
|
|
692
|
+
baseUri: '/services/data/v61.0',
|
|
693
693
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
694
694
|
method: 'get',
|
|
695
695
|
body: null,
|
|
@@ -944,7 +944,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
944
944
|
function createResourceRequest$2(config) {
|
|
945
945
|
const headers = {};
|
|
946
946
|
return {
|
|
947
|
-
baseUri: '/services/data/
|
|
947
|
+
baseUri: '/services/data/v61.0',
|
|
948
948
|
basePath: '/connect/content-taxonomy/terms',
|
|
949
949
|
method: 'get',
|
|
950
950
|
body: null,
|
|
@@ -1086,7 +1086,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1086
1086
|
function createResourceRequest$1(config) {
|
|
1087
1087
|
const headers = {};
|
|
1088
1088
|
return {
|
|
1089
|
-
baseUri: '/services/data/
|
|
1089
|
+
baseUri: '/services/data/v61.0',
|
|
1090
1090
|
basePath: '/connect/content-taxonomy/terms/search',
|
|
1091
1091
|
method: 'get',
|
|
1092
1092
|
body: null,
|
|
@@ -1214,7 +1214,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1214
1214
|
function createResourceRequest(config) {
|
|
1215
1215
|
const headers = {};
|
|
1216
1216
|
return {
|
|
1217
|
-
baseUri: '/services/data/
|
|
1217
|
+
baseUri: '/services/data/v61.0',
|
|
1218
1218
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1219
1219
|
method: 'patch',
|
|
1220
1220
|
body: config.body,
|
|
@@ -1337,4 +1337,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1337
1337
|
});
|
|
1338
1338
|
|
|
1339
1339
|
export { createTerm, deleteTerm, getTerm, getTermNotifyChange, getTerm_imperative, getTerms, getTerms_imperative, searchTerms, searchTerms_imperative, updateTerm };
|
|
1340
|
-
// version: 1.
|
|
1340
|
+
// version: 1.269.0-37c0722c7
|