@salesforce/lds-adapters-industries-cib 1.431.0 → 1.433.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.
@@ -454,7 +454,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
454
454
  function createResourceRequest$2(config) {
455
455
  const headers = {};
456
456
  return {
457
- baseUri: '/services/data/v67.0',
457
+ baseUri: '/services/data/v68.0',
458
458
  basePath: '/connect/financialservices/contacts-interactions',
459
459
  method: 'get',
460
460
  body: null,
@@ -702,7 +702,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
702
702
  function createResourceRequest$1(config) {
703
703
  const headers = {};
704
704
  return {
705
- baseUri: '/services/data/v67.0',
705
+ baseUri: '/services/data/v68.0',
706
706
  basePath: '/connect/financialservices/deal-parties/' + config.urlParams.financialDealId + '',
707
707
  method: 'get',
708
708
  body: null,
@@ -987,7 +987,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
987
987
  function createResourceRequest(config) {
988
988
  const headers = {};
989
989
  return {
990
- baseUri: '/services/data/v67.0',
990
+ baseUri: '/services/data/v68.0',
991
991
  basePath: '/connect/financialservices/interaction-insights/' + config.urlParams.accountId + '',
992
992
  method: 'get',
993
993
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-cib",
3
- "version": "1.431.0",
3
+ "version": "1.433.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for Corporate and Investment Banking use-cases",
6
6
  "main": "dist/es/es2018/industries-cib.js",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.431.0"
45
+ "@salesforce/lds-bindings": "^1.433.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.431.0",
49
- "@salesforce/lds-karma": "^1.431.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.433.0",
49
+ "@salesforce/lds-karma": "^1.433.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -464,7 +464,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
464
464
  function createResourceRequest$2(config) {
465
465
  const headers = {};
466
466
  return {
467
- baseUri: '/services/data/v67.0',
467
+ baseUri: '/services/data/v68.0',
468
468
  basePath: '/connect/financialservices/contacts-interactions',
469
469
  method: 'get',
470
470
  body: null,
@@ -712,7 +712,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
712
712
  function createResourceRequest$1(config) {
713
713
  const headers = {};
714
714
  return {
715
- baseUri: '/services/data/v67.0',
715
+ baseUri: '/services/data/v68.0',
716
716
  basePath: '/connect/financialservices/deal-parties/' + config.urlParams.financialDealId + '',
717
717
  method: 'get',
718
718
  body: null,
@@ -997,7 +997,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
997
997
  function createResourceRequest(config) {
998
998
  const headers = {};
999
999
  return {
1000
- baseUri: '/services/data/v67.0',
1000
+ baseUri: '/services/data/v68.0',
1001
1001
  basePath: '/connect/financialservices/interaction-insights/' + config.urlParams.accountId + '',
1002
1002
  method: 'get',
1003
1003
  body: null,
@@ -1147,4 +1147,4 @@ withDefaultLuvio((luvio) => {
1147
1147
  });
1148
1148
 
1149
1149
  export { getContactsInteractions, getContactsInteractions_imperative, getDealParties, getDealParties_imperative, getInteractionInsights, getInteractionInsights_imperative };
1150
- // version: 1.431.0-51a9c51ed3
1150
+ // version: 1.433.0-db129b48d2
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '54.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0