@salesforce/lds-adapters-industries-timeline 1.230.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/v59.0',
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/v59.0',
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/v59.0',
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/v59.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-timeline",
3
- "version": "1.230.0",
3
+ "version": "1.232.0",
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
@@ -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/v59.0',
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/v59.0',
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/v59.0',
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/v59.0',
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.230.0-ccccbe260
2037
+ // version: 1.232.0-6cf0cd6c7
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0