@salesforce/lds-adapters-industries-interesttagging 1.356.0 → 1.358.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.
|
@@ -201,7 +201,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
201
201
|
function createResourceRequest$4(config) {
|
|
202
202
|
const headers = {};
|
|
203
203
|
return {
|
|
204
|
-
baseUri: '/services/data/
|
|
204
|
+
baseUri: '/services/data/v65.0',
|
|
205
205
|
basePath: '/connect/interest-tags/assignments',
|
|
206
206
|
method: 'post',
|
|
207
207
|
body: config.body,
|
|
@@ -478,7 +478,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
478
478
|
function createResourceRequest$3(config) {
|
|
479
479
|
const headers = {};
|
|
480
480
|
return {
|
|
481
|
-
baseUri: '/services/data/
|
|
481
|
+
baseUri: '/services/data/v65.0',
|
|
482
482
|
basePath: '/connect/interest-tags/assignments/entity/' + config.urlParams.recordId + '',
|
|
483
483
|
method: 'get',
|
|
484
484
|
body: null,
|
|
@@ -771,7 +771,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
771
771
|
function createResourceRequest$2(config) {
|
|
772
772
|
const headers = {};
|
|
773
773
|
return {
|
|
774
|
-
baseUri: '/services/data/
|
|
774
|
+
baseUri: '/services/data/v65.0',
|
|
775
775
|
basePath: '/connect/interest-tags/assignments/tag/' + config.urlParams.tagId + '',
|
|
776
776
|
method: 'get',
|
|
777
777
|
body: null,
|
|
@@ -1092,7 +1092,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1092
1092
|
function createResourceRequest$1(config) {
|
|
1093
1093
|
const headers = {};
|
|
1094
1094
|
return {
|
|
1095
|
-
baseUri: '/services/data/
|
|
1095
|
+
baseUri: '/services/data/v65.0',
|
|
1096
1096
|
basePath: '/connect/interest-tags/categories',
|
|
1097
1097
|
method: 'get',
|
|
1098
1098
|
body: null,
|
|
@@ -1234,7 +1234,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1234
1234
|
function createResourceRequest(config) {
|
|
1235
1235
|
const headers = {};
|
|
1236
1236
|
return {
|
|
1237
|
-
baseUri: '/services/data/
|
|
1237
|
+
baseUri: '/services/data/v65.0',
|
|
1238
1238
|
basePath: '/connect/interest-tags/tags',
|
|
1239
1239
|
method: 'get',
|
|
1240
1240
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-interesttagging",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.358.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Connect family for interest tags APIs",
|
|
6
6
|
"main": "dist/es/es2018/industries-interesttagging.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.358.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.358.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.358.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -211,7 +211,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
211
211
|
function createResourceRequest$4(config) {
|
|
212
212
|
const headers = {};
|
|
213
213
|
return {
|
|
214
|
-
baseUri: '/services/data/
|
|
214
|
+
baseUri: '/services/data/v65.0',
|
|
215
215
|
basePath: '/connect/interest-tags/assignments',
|
|
216
216
|
method: 'post',
|
|
217
217
|
body: config.body,
|
|
@@ -511,7 +511,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
511
511
|
function createResourceRequest$3(config) {
|
|
512
512
|
const headers = {};
|
|
513
513
|
return {
|
|
514
|
-
baseUri: '/services/data/
|
|
514
|
+
baseUri: '/services/data/v65.0',
|
|
515
515
|
basePath: '/connect/interest-tags/assignments/tag/' + config.urlParams.tagId + '',
|
|
516
516
|
method: 'get',
|
|
517
517
|
body: null,
|
|
@@ -832,7 +832,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
832
832
|
function createResourceRequest$2(config) {
|
|
833
833
|
const headers = {};
|
|
834
834
|
return {
|
|
835
|
-
baseUri: '/services/data/
|
|
835
|
+
baseUri: '/services/data/v65.0',
|
|
836
836
|
basePath: '/connect/interest-tags/categories',
|
|
837
837
|
method: 'get',
|
|
838
838
|
body: null,
|
|
@@ -1102,7 +1102,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1102
1102
|
function createResourceRequest$1(config) {
|
|
1103
1103
|
const headers = {};
|
|
1104
1104
|
return {
|
|
1105
|
-
baseUri: '/services/data/
|
|
1105
|
+
baseUri: '/services/data/v65.0',
|
|
1106
1106
|
basePath: '/connect/interest-tags/tags',
|
|
1107
1107
|
method: 'get',
|
|
1108
1108
|
body: null,
|
|
@@ -1244,7 +1244,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1244
1244
|
function createResourceRequest(config) {
|
|
1245
1245
|
const headers = {};
|
|
1246
1246
|
return {
|
|
1247
|
-
baseUri: '/services/data/
|
|
1247
|
+
baseUri: '/services/data/v65.0',
|
|
1248
1248
|
basePath: '/connect/interest-tags/assignments/entity/' + config.urlParams.recordId + '',
|
|
1249
1249
|
method: 'get',
|
|
1250
1250
|
body: null,
|
|
@@ -1413,4 +1413,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1413
1413
|
});
|
|
1414
1414
|
|
|
1415
1415
|
export { createInterestTagEntityAssignment, getInterestTagEntityAssignments, getInterestTagEntityAssignments_imperative, getTagCategoriesByTagId, getTagCategoriesByTagId_imperative, getTagsByCategoryId, getTagsByCategoryId_imperative, getTagsByRecordId, getTagsByRecordId_imperative };
|
|
1416
|
-
// version: 1.
|
|
1416
|
+
// version: 1.358.0-abc73971a1
|