@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.
- package/dist/es/es2018/industries-cib.js +3 -3
- package/package.json +4 -4
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -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/
|
|
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/
|
|
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/
|
|
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.
|
|
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.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.433.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|
|
1150
|
+
// version: 1.433.0-db129b48d2
|