@salesforce/lds-adapters-platform-content-taxonomy 1.334.0 → 1.335.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/v64.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/v64.0',
|
|
718
718
|
basePath: '/connect/content-taxonomy/terms/search',
|
|
719
719
|
method: 'get',
|
|
720
720
|
body: null,
|
|
@@ -841,7 +841,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
841
841
|
function createResourceRequest$3(config) {
|
|
842
842
|
const headers = {};
|
|
843
843
|
return {
|
|
844
|
-
baseUri: '/services/data/
|
|
844
|
+
baseUri: '/services/data/v64.0',
|
|
845
845
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms',
|
|
846
846
|
method: 'post',
|
|
847
847
|
body: config.body,
|
|
@@ -942,7 +942,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
942
942
|
function createResourceRequest$2(config) {
|
|
943
943
|
const headers = {};
|
|
944
944
|
return {
|
|
945
|
-
baseUri: '/services/data/
|
|
945
|
+
baseUri: '/services/data/v64.0',
|
|
946
946
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
947
947
|
method: 'delete',
|
|
948
948
|
body: null,
|
|
@@ -1052,7 +1052,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1052
1052
|
function createResourceRequest$1(config) {
|
|
1053
1053
|
const headers = {};
|
|
1054
1054
|
return {
|
|
1055
|
-
baseUri: '/services/data/
|
|
1055
|
+
baseUri: '/services/data/v64.0',
|
|
1056
1056
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1057
1057
|
method: 'get',
|
|
1058
1058
|
body: null,
|
|
@@ -1176,7 +1176,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1176
1176
|
function createResourceRequest(config) {
|
|
1177
1177
|
const headers = {};
|
|
1178
1178
|
return {
|
|
1179
|
-
baseUri: '/services/data/
|
|
1179
|
+
baseUri: '/services/data/v64.0',
|
|
1180
1180
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1181
1181
|
method: 'patch',
|
|
1182
1182
|
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.335.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.335.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.335.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/v64.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/v64.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/v64.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/v64.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/v64.0',
|
|
1104
1104
|
basePath: '/connect/content-taxonomy/terms/search',
|
|
1105
1105
|
method: 'get',
|
|
1106
1106
|
body: null,
|
|
@@ -1227,7 +1227,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1227
1227
|
function createResourceRequest(config) {
|
|
1228
1228
|
const headers = {};
|
|
1229
1229
|
return {
|
|
1230
|
-
baseUri: '/services/data/
|
|
1230
|
+
baseUri: '/services/data/v64.0',
|
|
1231
1231
|
basePath: '/connect/content-taxonomy/' + config.urlParams.taxonomyId + '/terms/' + config.urlParams.termId + '',
|
|
1232
1232
|
method: 'patch',
|
|
1233
1233
|
body: config.body,
|
|
@@ -1364,4 +1364,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1364
1364
|
});
|
|
1365
1365
|
|
|
1366
1366
|
export { createTerm, deleteTerm, getTerm, getTermNotifyChange, getTerm_imperative, getTerms, getTerms_imperative, searchTerms, searchTerms_imperative, updateTerm };
|
|
1367
|
-
// version: 1.
|
|
1367
|
+
// version: 1.335.0-22a7c4d20b
|