@salesforce/lds-adapters-industries-timeline 1.267.0 → 1.269.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/v60.0',
562
+ baseUri: '/services/data/v61.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/v60.0',
816
+ baseUri: '/services/data/v61.0',
817
817
  basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
818
818
  method: 'get',
819
819
  body: null,
@@ -1149,7 +1149,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1149
1149
  function createResourceRequest$1(config) {
1150
1150
  const headers = {};
1151
1151
  return {
1152
- baseUri: '/services/data/v60.0',
1152
+ baseUri: '/services/data/v61.0',
1153
1153
  basePath: '/connect/timeline/cust-data-pfrm/data-model-objects',
1154
1154
  method: 'get',
1155
1155
  body: null,
@@ -1904,7 +1904,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1904
1904
  function createResourceRequest(config) {
1905
1905
  const headers = {};
1906
1906
  return {
1907
- baseUri: '/services/data/v60.0',
1907
+ baseUri: '/services/data/v61.0',
1908
1908
  basePath: '/connect/timeline/metadata/configurations',
1909
1909
  method: 'get',
1910
1910
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-timeline",
3
- "version": "1.267.0",
3
+ "version": "1.269.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",
@@ -39,11 +39,11 @@
39
39
  "test:unit": "jest"
40
40
  },
41
41
  "dependencies": {
42
- "@salesforce/lds-bindings": "^1.267.0"
42
+ "@salesforce/lds-bindings": "^1.269.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@salesforce/lds-compiler-plugins": "^1.267.0",
46
- "@salesforce/lds-karma": "^1.267.0"
45
+ "@salesforce/lds-compiler-plugins": "^1.269.0",
46
+ "@salesforce/lds-karma": "^1.269.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -322,7 +322,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
322
322
  function createResourceRequest$3(config) {
323
323
  const headers = {};
324
324
  return {
325
- baseUri: '/services/data/v60.0',
325
+ baseUri: '/services/data/v61.0',
326
326
  basePath: '/connect/timeline/cust-data-pfrm/data-model-objects',
327
327
  method: 'get',
328
328
  body: null,
@@ -900,7 +900,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
900
900
  function createResourceRequest$2(config) {
901
901
  const headers = {};
902
902
  return {
903
- baseUri: '/services/data/v60.0',
903
+ baseUri: '/services/data/v61.0',
904
904
  basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/cust-data-pfrm/events',
905
905
  method: 'get',
906
906
  body: null,
@@ -1154,7 +1154,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1154
1154
  function createResourceRequest$1(config) {
1155
1155
  const headers = {};
1156
1156
  return {
1157
- baseUri: '/services/data/v60.0',
1157
+ baseUri: '/services/data/v61.0',
1158
1158
  basePath: '/connect/timeline/' + config.urlParams.timelineObjRecordId + '/timeline-definitions/' + config.urlParams.timelineConfigFullName + '/events',
1159
1159
  method: 'get',
1160
1160
  body: null,
@@ -1914,7 +1914,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1914
1914
  function createResourceRequest(config) {
1915
1915
  const headers = {};
1916
1916
  return {
1917
- baseUri: '/services/data/v60.0',
1917
+ baseUri: '/services/data/v61.0',
1918
1918
  basePath: '/connect/timeline/metadata/configurations',
1919
1919
  method: 'get',
1920
1920
  body: null,
@@ -2071,4 +2071,4 @@ withDefaultLuvio((luvio) => {
2071
2071
  });
2072
2072
 
2073
2073
  export { getDataModelObjects, getDataModelObjects_imperative, getEngagementEvents, getEngagementEvents_imperative, getTimelineData, getTimelineData_imperative, getTimelineMetadata, getTimelineMetadata_imperative };
2074
- // version: 1.267.0-c16f5b87d
2074
+ // version: 1.269.0-37c0722c7
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/v60.0
9
+ baseUri: /services/data/v61.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0