@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/v58.0',
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/v58.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-timeline",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": " GET Resource to get the Timeline Data",
6
6
  "main": "dist/es/es2018/industries-timeline.js",
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/v58.0',
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/v58.0',
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.4-a74ddaa33
1671
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0