@salesforce/lds-adapters-platform-external-connectivity 1.384.0 → 1.385.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/platform-external-connectivity.js +12 -12
- package/package.json +3 -3
- package/sfdc/index.js +13 -13
- package/src/raml/api.raml +1 -1
|
@@ -741,7 +741,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
741
741
|
function createResourceRequest$b(config) {
|
|
742
742
|
const headers = {};
|
|
743
743
|
return {
|
|
744
|
-
baseUri: '/services/data/
|
|
744
|
+
baseUri: '/services/data/v66.0',
|
|
745
745
|
basePath: '/external-connectivity/connections',
|
|
746
746
|
method: 'get',
|
|
747
747
|
body: null,
|
|
@@ -961,7 +961,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
961
961
|
function createResourceRequest$a(config) {
|
|
962
962
|
const headers = {};
|
|
963
963
|
return {
|
|
964
|
-
baseUri: '/services/data/
|
|
964
|
+
baseUri: '/services/data/v66.0',
|
|
965
965
|
basePath: '/external-connectivity/connections',
|
|
966
966
|
method: 'post',
|
|
967
967
|
body: config.body,
|
|
@@ -1208,7 +1208,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1208
1208
|
function createResourceRequest$9(config) {
|
|
1209
1209
|
const headers = {};
|
|
1210
1210
|
return {
|
|
1211
|
-
baseUri: '/services/data/
|
|
1211
|
+
baseUri: '/services/data/v66.0',
|
|
1212
1212
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
1213
1213
|
method: 'post',
|
|
1214
1214
|
body: null,
|
|
@@ -1625,7 +1625,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1625
1625
|
function createResourceRequest$8(config) {
|
|
1626
1626
|
const headers = {};
|
|
1627
1627
|
return {
|
|
1628
|
-
baseUri: '/services/data/
|
|
1628
|
+
baseUri: '/services/data/v66.0',
|
|
1629
1629
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1630
1630
|
method: 'get',
|
|
1631
1631
|
body: null,
|
|
@@ -1748,7 +1748,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
1748
1748
|
function createResourceRequest$7(config) {
|
|
1749
1749
|
const headers = {};
|
|
1750
1750
|
return {
|
|
1751
|
-
baseUri: '/services/data/
|
|
1751
|
+
baseUri: '/services/data/v66.0',
|
|
1752
1752
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1753
1753
|
method: 'put',
|
|
1754
1754
|
body: config.body,
|
|
@@ -2183,7 +2183,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2183
2183
|
function createResourceRequest$6(config) {
|
|
2184
2184
|
const headers = {};
|
|
2185
2185
|
return {
|
|
2186
|
-
baseUri: '/services/data/
|
|
2186
|
+
baseUri: '/services/data/v66.0',
|
|
2187
2187
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2188
2188
|
method: 'get',
|
|
2189
2189
|
body: null,
|
|
@@ -2410,7 +2410,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
2410
2410
|
function createResourceRequest$5(config) {
|
|
2411
2411
|
const headers = {};
|
|
2412
2412
|
return {
|
|
2413
|
-
baseUri: '/services/data/
|
|
2413
|
+
baseUri: '/services/data/v66.0',
|
|
2414
2414
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
2415
2415
|
method: 'post',
|
|
2416
2416
|
body: config.body,
|
|
@@ -2683,7 +2683,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
2683
2683
|
function createResourceRequest$4(config) {
|
|
2684
2684
|
const headers = {};
|
|
2685
2685
|
return {
|
|
2686
|
-
baseUri: '/services/data/
|
|
2686
|
+
baseUri: '/services/data/v66.0',
|
|
2687
2687
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
2688
2688
|
method: 'post',
|
|
2689
2689
|
body: null,
|
|
@@ -2853,7 +2853,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2853
2853
|
function createResourceRequest$3(config) {
|
|
2854
2854
|
const headers = {};
|
|
2855
2855
|
return {
|
|
2856
|
-
baseUri: '/services/data/
|
|
2856
|
+
baseUri: '/services/data/v66.0',
|
|
2857
2857
|
basePath: '/external-connectivity/connectors',
|
|
2858
2858
|
method: 'get',
|
|
2859
2859
|
body: null,
|
|
@@ -3142,7 +3142,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3142
3142
|
function createResourceRequest$2(config) {
|
|
3143
3143
|
const headers = {};
|
|
3144
3144
|
return {
|
|
3145
|
-
baseUri: '/services/data/
|
|
3145
|
+
baseUri: '/services/data/v66.0',
|
|
3146
3146
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
3147
3147
|
method: 'get',
|
|
3148
3148
|
body: null,
|
|
@@ -3374,7 +3374,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3374
3374
|
function createResourceRequest$1(config) {
|
|
3375
3375
|
const headers = {};
|
|
3376
3376
|
return {
|
|
3377
|
-
baseUri: '/services/data/
|
|
3377
|
+
baseUri: '/services/data/v66.0',
|
|
3378
3378
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
3379
3379
|
method: 'get',
|
|
3380
3380
|
body: null,
|
|
@@ -3876,7 +3876,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3876
3876
|
function createResourceRequest(config) {
|
|
3877
3877
|
const headers = {};
|
|
3878
3878
|
return {
|
|
3879
|
-
baseUri: '/services/data/
|
|
3879
|
+
baseUri: '/services/data/v66.0',
|
|
3880
3880
|
basePath: '/external-connectivity/invocable-actions',
|
|
3881
3881
|
method: 'get',
|
|
3882
3882
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-external-connectivity",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"description": "A set of API for external connectivity",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-external-connectivity.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.385.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -226,7 +226,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
226
226
|
function createResourceRequest$b(config) {
|
|
227
227
|
const headers = {};
|
|
228
228
|
return {
|
|
229
|
-
baseUri: '/services/data/
|
|
229
|
+
baseUri: '/services/data/v66.0',
|
|
230
230
|
basePath: '/external-connectivity/connections',
|
|
231
231
|
method: 'post',
|
|
232
232
|
body: config.body,
|
|
@@ -473,7 +473,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
473
473
|
function createResourceRequest$a(config) {
|
|
474
474
|
const headers = {};
|
|
475
475
|
return {
|
|
476
|
-
baseUri: '/services/data/
|
|
476
|
+
baseUri: '/services/data/v66.0',
|
|
477
477
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
478
478
|
method: 'post',
|
|
479
479
|
body: null,
|
|
@@ -1024,7 +1024,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1024
1024
|
function createResourceRequest$9(config) {
|
|
1025
1025
|
const headers = {};
|
|
1026
1026
|
return {
|
|
1027
|
-
baseUri: '/services/data/
|
|
1027
|
+
baseUri: '/services/data/v66.0',
|
|
1028
1028
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1029
1029
|
method: 'get',
|
|
1030
1030
|
body: null,
|
|
@@ -1635,7 +1635,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1635
1635
|
function createResourceRequest$8(config) {
|
|
1636
1636
|
const headers = {};
|
|
1637
1637
|
return {
|
|
1638
|
-
baseUri: '/services/data/
|
|
1638
|
+
baseUri: '/services/data/v66.0',
|
|
1639
1639
|
basePath: '/external-connectivity/connections',
|
|
1640
1640
|
method: 'get',
|
|
1641
1641
|
body: null,
|
|
@@ -1927,7 +1927,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1927
1927
|
function createResourceRequest$7(config) {
|
|
1928
1928
|
const headers = {};
|
|
1929
1929
|
return {
|
|
1930
|
-
baseUri: '/services/data/
|
|
1930
|
+
baseUri: '/services/data/v66.0',
|
|
1931
1931
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
1932
1932
|
method: 'get',
|
|
1933
1933
|
body: null,
|
|
@@ -2130,7 +2130,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2130
2130
|
function createResourceRequest$6(config) {
|
|
2131
2131
|
const headers = {};
|
|
2132
2132
|
return {
|
|
2133
|
-
baseUri: '/services/data/
|
|
2133
|
+
baseUri: '/services/data/v66.0',
|
|
2134
2134
|
basePath: '/external-connectivity/connectors',
|
|
2135
2135
|
method: 'get',
|
|
2136
2136
|
body: null,
|
|
@@ -2578,7 +2578,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2578
2578
|
function createResourceRequest$5(config) {
|
|
2579
2579
|
const headers = {};
|
|
2580
2580
|
return {
|
|
2581
|
-
baseUri: '/services/data/
|
|
2581
|
+
baseUri: '/services/data/v66.0',
|
|
2582
2582
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2583
2583
|
method: 'get',
|
|
2584
2584
|
body: null,
|
|
@@ -2810,7 +2810,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2810
2810
|
function createResourceRequest$4(config) {
|
|
2811
2811
|
const headers = {};
|
|
2812
2812
|
return {
|
|
2813
|
-
baseUri: '/services/data/
|
|
2813
|
+
baseUri: '/services/data/v66.0',
|
|
2814
2814
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
2815
2815
|
method: 'get',
|
|
2816
2816
|
body: null,
|
|
@@ -3312,7 +3312,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3312
3312
|
function createResourceRequest$3(config) {
|
|
3313
3313
|
const headers = {};
|
|
3314
3314
|
return {
|
|
3315
|
-
baseUri: '/services/data/
|
|
3315
|
+
baseUri: '/services/data/v66.0',
|
|
3316
3316
|
basePath: '/external-connectivity/invocable-actions',
|
|
3317
3317
|
method: 'get',
|
|
3318
3318
|
body: null,
|
|
@@ -3539,7 +3539,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
3539
3539
|
function createResourceRequest$2(config) {
|
|
3540
3540
|
const headers = {};
|
|
3541
3541
|
return {
|
|
3542
|
-
baseUri: '/services/data/
|
|
3542
|
+
baseUri: '/services/data/v66.0',
|
|
3543
3543
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
3544
3544
|
method: 'post',
|
|
3545
3545
|
body: config.body,
|
|
@@ -3812,7 +3812,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3812
3812
|
function createResourceRequest$1(config) {
|
|
3813
3813
|
const headers = {};
|
|
3814
3814
|
return {
|
|
3815
|
-
baseUri: '/services/data/
|
|
3815
|
+
baseUri: '/services/data/v66.0',
|
|
3816
3816
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
3817
3817
|
method: 'post',
|
|
3818
3818
|
body: null,
|
|
@@ -3902,7 +3902,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3902
3902
|
function createResourceRequest(config) {
|
|
3903
3903
|
const headers = {};
|
|
3904
3904
|
return {
|
|
3905
|
-
baseUri: '/services/data/
|
|
3905
|
+
baseUri: '/services/data/v66.0',
|
|
3906
3906
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
3907
3907
|
method: 'put',
|
|
3908
3908
|
body: config.body,
|
|
@@ -4104,4 +4104,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4104
4104
|
});
|
|
4105
4105
|
|
|
4106
4106
|
export { createConnection, deleteConnection, getConnectionDetails, getConnectionDetails_imperative, getConnections, getConnections_imperative, getConnectorDetails, getConnectorDetails_imperative, getConnectors, getConnectors_imperative, getExternalConnectivityConnectionReferencedFlows, getExternalConnectivityConnectionReferencedFlows_imperative, getExternalIdentityProviders, getExternalIdentityProviders_imperative, getInvocableActions, getInvocableActions_imperative, notifyConnectionListUpdateAvailable, refreshMetadata, testConnection, updateConnection };
|
|
4107
|
-
// version: 1.
|
|
4107
|
+
// version: 1.385.0-c6070cc476
|