@salesforce/lds-adapters-industries-timeline 1.231.0 → 1.232.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.
|
@@ -559,7 +559,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
559
559
|
function createResourceRequest$3(config) {
|
|
560
560
|
const headers = {};
|
|
561
561
|
return {
|
|
562
|
-
baseUri: '/services/data/
|
|
562
|
+
baseUri: '/services/data/v60.0',
|
|
563
563
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/cust-data-pfrm/events',
|
|
564
564
|
method: 'get',
|
|
565
565
|
body: null,
|
|
@@ -813,7 +813,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
813
813
|
function createResourceRequest$2(config) {
|
|
814
814
|
const headers = {};
|
|
815
815
|
return {
|
|
816
|
-
baseUri: '/services/data/
|
|
816
|
+
baseUri: '/services/data/v60.0',
|
|
817
817
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
|
|
818
818
|
method: 'get',
|
|
819
819
|
body: null,
|
|
@@ -1144,7 +1144,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1144
1144
|
function createResourceRequest$1(config) {
|
|
1145
1145
|
const headers = {};
|
|
1146
1146
|
return {
|
|
1147
|
-
baseUri: '/services/data/
|
|
1147
|
+
baseUri: '/services/data/v60.0',
|
|
1148
1148
|
basePath: '/connect/timeline/cust-data-pfrm/data-model-objects',
|
|
1149
1149
|
method: 'get',
|
|
1150
1150
|
body: null,
|
|
@@ -1881,7 +1881,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1881
1881
|
function createResourceRequest(config) {
|
|
1882
1882
|
const headers = {};
|
|
1883
1883
|
return {
|
|
1884
|
-
baseUri: '/services/data/
|
|
1884
|
+
baseUri: '/services/data/v60.0',
|
|
1885
1885
|
basePath: '/connect/timeline/metadata/configurations',
|
|
1886
1886
|
method: 'get',
|
|
1887
1887
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -317,7 +317,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
317
317
|
function createResourceRequest$3(config) {
|
|
318
318
|
const headers = {};
|
|
319
319
|
return {
|
|
320
|
-
baseUri: '/services/data/
|
|
320
|
+
baseUri: '/services/data/v60.0',
|
|
321
321
|
basePath: '/connect/timeline/cust-data-pfrm/data-model-objects',
|
|
322
322
|
method: 'get',
|
|
323
323
|
body: null,
|
|
@@ -894,7 +894,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
894
894
|
function createResourceRequest$2(config) {
|
|
895
895
|
const headers = {};
|
|
896
896
|
return {
|
|
897
|
-
baseUri: '/services/data/
|
|
897
|
+
baseUri: '/services/data/v60.0',
|
|
898
898
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/cust-data-pfrm/events',
|
|
899
899
|
method: 'get',
|
|
900
900
|
body: null,
|
|
@@ -1148,7 +1148,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1148
1148
|
function createResourceRequest$1(config) {
|
|
1149
1149
|
const headers = {};
|
|
1150
1150
|
return {
|
|
1151
|
-
baseUri: '/services/data/
|
|
1151
|
+
baseUri: '/services/data/v60.0',
|
|
1152
1152
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
|
|
1153
1153
|
method: 'get',
|
|
1154
1154
|
body: null,
|
|
@@ -1891,7 +1891,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1891
1891
|
function createResourceRequest(config) {
|
|
1892
1892
|
const headers = {};
|
|
1893
1893
|
return {
|
|
1894
|
-
baseUri: '/services/data/
|
|
1894
|
+
baseUri: '/services/data/v60.0',
|
|
1895
1895
|
basePath: '/connect/timeline/metadata/configurations',
|
|
1896
1896
|
method: 'get',
|
|
1897
1897
|
body: null,
|
|
@@ -2034,4 +2034,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2034
2034
|
});
|
|
2035
2035
|
|
|
2036
2036
|
export { getDataModelObjects, getDataModelObjects_imperative, getEngagementEvents, getEngagementEvents_imperative, getTimelineData, getTimelineData_imperative, getTimelineMetadata, getTimelineMetadata_imperative };
|
|
2037
|
-
// version: 1.
|
|
2037
|
+
// version: 1.232.0-6cf0cd6c7
|