@salesforce/lds-adapters-industries-timeline 1.134.4 → 1.134.6
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.
|
@@ -621,7 +621,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
621
621
|
function createResourceRequest$1(config) {
|
|
622
622
|
const headers = {};
|
|
623
623
|
return {
|
|
624
|
-
baseUri: '/services/data/
|
|
624
|
+
baseUri: '/services/data/v59.0',
|
|
625
625
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
|
|
626
626
|
method: 'get',
|
|
627
627
|
body: null,
|
|
@@ -1502,7 +1502,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1502
1502
|
function createResourceRequest(config) {
|
|
1503
1503
|
const headers = {};
|
|
1504
1504
|
return {
|
|
1505
|
-
baseUri: '/services/data/
|
|
1505
|
+
baseUri: '/services/data/v59.0',
|
|
1506
1506
|
basePath: '/connect/timeline/metadata/configurations',
|
|
1507
1507
|
method: 'get',
|
|
1508
1508
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -631,7 +631,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
631
631
|
function createResourceRequest$1(config) {
|
|
632
632
|
const headers = {};
|
|
633
633
|
return {
|
|
634
|
-
baseUri: '/services/data/
|
|
634
|
+
baseUri: '/services/data/v59.0',
|
|
635
635
|
basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
|
|
636
636
|
method: 'get',
|
|
637
637
|
body: null,
|
|
@@ -1512,7 +1512,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1512
1512
|
function createResourceRequest(config) {
|
|
1513
1513
|
const headers = {};
|
|
1514
1514
|
return {
|
|
1515
|
-
baseUri: '/services/data/
|
|
1515
|
+
baseUri: '/services/data/v59.0',
|
|
1516
1516
|
basePath: '/connect/timeline/metadata/configurations',
|
|
1517
1517
|
method: 'get',
|
|
1518
1518
|
body: null,
|
|
@@ -1668,4 +1668,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1668
1668
|
});
|
|
1669
1669
|
|
|
1670
1670
|
export { getTimelineData, getTimelineData_imperative, getTimelineMetadata, getTimelineMetadata_imperative };
|
|
1671
|
-
// version: 1.134.
|
|
1671
|
+
// version: 1.134.6-a88a77801
|