@salesforce/lds-adapters-platform-external-connectivity 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/platform-external-connectivity.js +13 -13
- package/package.json +3 -3
- package/sfdc/index.js +14 -14
- package/src/raml/api.raml +1 -1
|
@@ -741,7 +741,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
741
741
|
function createResourceRequest$c(config) {
|
|
742
742
|
const headers = {};
|
|
743
743
|
return {
|
|
744
|
-
baseUri: '/services/data/
|
|
744
|
+
baseUri: '/services/data/v68.0',
|
|
745
745
|
basePath: '/external-connectivity/connections',
|
|
746
746
|
method: 'get',
|
|
747
747
|
body: null,
|
|
@@ -961,7 +961,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
961
961
|
function createResourceRequest$b(config) {
|
|
962
962
|
const headers = {};
|
|
963
963
|
return {
|
|
964
|
-
baseUri: '/services/data/
|
|
964
|
+
baseUri: '/services/data/v68.0',
|
|
965
965
|
basePath: '/external-connectivity/connections',
|
|
966
966
|
method: 'post',
|
|
967
967
|
body: config.body,
|
|
@@ -1225,7 +1225,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1225
1225
|
function createResourceRequest$a(config) {
|
|
1226
1226
|
const headers = {};
|
|
1227
1227
|
return {
|
|
1228
|
-
baseUri: '/services/data/
|
|
1228
|
+
baseUri: '/services/data/v68.0',
|
|
1229
1229
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
1230
1230
|
method: 'post',
|
|
1231
1231
|
body: null,
|
|
@@ -1614,7 +1614,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1614
1614
|
function createResourceRequest$9(config) {
|
|
1615
1615
|
const headers = {};
|
|
1616
1616
|
return {
|
|
1617
|
-
baseUri: '/services/data/
|
|
1617
|
+
baseUri: '/services/data/v68.0',
|
|
1618
1618
|
basePath: '/external-connectivity/connections/named-credentials/' + config.urlParams.namedCredentialName + '',
|
|
1619
1619
|
method: 'get',
|
|
1620
1620
|
body: null,
|
|
@@ -2100,7 +2100,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2100
2100
|
function createResourceRequest$8(config) {
|
|
2101
2101
|
const headers = {};
|
|
2102
2102
|
return {
|
|
2103
|
-
baseUri: '/services/data/
|
|
2103
|
+
baseUri: '/services/data/v68.0',
|
|
2104
2104
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
2105
2105
|
method: 'get',
|
|
2106
2106
|
body: null,
|
|
@@ -2223,7 +2223,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2223
2223
|
function createResourceRequest$7(config) {
|
|
2224
2224
|
const headers = {};
|
|
2225
2225
|
return {
|
|
2226
|
-
baseUri: '/services/data/
|
|
2226
|
+
baseUri: '/services/data/v68.0',
|
|
2227
2227
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
2228
2228
|
method: 'put',
|
|
2229
2229
|
body: config.body,
|
|
@@ -2675,7 +2675,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2675
2675
|
function createResourceRequest$6(config) {
|
|
2676
2676
|
const headers = {};
|
|
2677
2677
|
return {
|
|
2678
|
-
baseUri: '/services/data/
|
|
2678
|
+
baseUri: '/services/data/v68.0',
|
|
2679
2679
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2680
2680
|
method: 'get',
|
|
2681
2681
|
body: null,
|
|
@@ -2902,7 +2902,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
2902
2902
|
function createResourceRequest$5(config) {
|
|
2903
2903
|
const headers = {};
|
|
2904
2904
|
return {
|
|
2905
|
-
baseUri: '/services/data/
|
|
2905
|
+
baseUri: '/services/data/v68.0',
|
|
2906
2906
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
2907
2907
|
method: 'post',
|
|
2908
2908
|
body: config.body,
|
|
@@ -3175,7 +3175,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3175
3175
|
function createResourceRequest$4(config) {
|
|
3176
3176
|
const headers = {};
|
|
3177
3177
|
return {
|
|
3178
|
-
baseUri: '/services/data/
|
|
3178
|
+
baseUri: '/services/data/v68.0',
|
|
3179
3179
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
3180
3180
|
method: 'post',
|
|
3181
3181
|
body: null,
|
|
@@ -3345,7 +3345,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3345
3345
|
function createResourceRequest$3(config) {
|
|
3346
3346
|
const headers = {};
|
|
3347
3347
|
return {
|
|
3348
|
-
baseUri: '/services/data/
|
|
3348
|
+
baseUri: '/services/data/v68.0',
|
|
3349
3349
|
basePath: '/external-connectivity/connectors',
|
|
3350
3350
|
method: 'get',
|
|
3351
3351
|
body: null,
|
|
@@ -3634,7 +3634,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3634
3634
|
function createResourceRequest$2(config) {
|
|
3635
3635
|
const headers = {};
|
|
3636
3636
|
return {
|
|
3637
|
-
baseUri: '/services/data/
|
|
3637
|
+
baseUri: '/services/data/v68.0',
|
|
3638
3638
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
3639
3639
|
method: 'get',
|
|
3640
3640
|
body: null,
|
|
@@ -3866,7 +3866,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3866
3866
|
function createResourceRequest$1(config) {
|
|
3867
3867
|
const headers = {};
|
|
3868
3868
|
return {
|
|
3869
|
-
baseUri: '/services/data/
|
|
3869
|
+
baseUri: '/services/data/v68.0',
|
|
3870
3870
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
3871
3871
|
method: 'get',
|
|
3872
3872
|
body: null,
|
|
@@ -4368,7 +4368,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4368
4368
|
function createResourceRequest(config) {
|
|
4369
4369
|
const headers = {};
|
|
4370
4370
|
return {
|
|
4371
|
-
baseUri: '/services/data/
|
|
4371
|
+
baseUri: '/services/data/v68.0',
|
|
4372
4372
|
basePath: '/external-connectivity/invocable-actions',
|
|
4373
4373
|
method: 'get',
|
|
4374
4374
|
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.433.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.433.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -226,7 +226,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
226
226
|
function createResourceRequest$c(config) {
|
|
227
227
|
const headers = {};
|
|
228
228
|
return {
|
|
229
|
-
baseUri: '/services/data/
|
|
229
|
+
baseUri: '/services/data/v68.0',
|
|
230
230
|
basePath: '/external-connectivity/connections',
|
|
231
231
|
method: 'post',
|
|
232
232
|
body: config.body,
|
|
@@ -490,7 +490,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
490
490
|
function createResourceRequest$b(config) {
|
|
491
491
|
const headers = {};
|
|
492
492
|
return {
|
|
493
|
-
baseUri: '/services/data/
|
|
493
|
+
baseUri: '/services/data/v68.0',
|
|
494
494
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
495
495
|
method: 'post',
|
|
496
496
|
body: null,
|
|
@@ -1077,7 +1077,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
1077
1077
|
function createResourceRequest$a(config) {
|
|
1078
1078
|
const headers = {};
|
|
1079
1079
|
return {
|
|
1080
|
-
baseUri: '/services/data/
|
|
1080
|
+
baseUri: '/services/data/v68.0',
|
|
1081
1081
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1082
1082
|
method: 'get',
|
|
1083
1083
|
body: null,
|
|
@@ -1688,7 +1688,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1688
1688
|
function createResourceRequest$9(config) {
|
|
1689
1689
|
const headers = {};
|
|
1690
1690
|
return {
|
|
1691
|
-
baseUri: '/services/data/
|
|
1691
|
+
baseUri: '/services/data/v68.0',
|
|
1692
1692
|
basePath: '/external-connectivity/connections',
|
|
1693
1693
|
method: 'get',
|
|
1694
1694
|
body: null,
|
|
@@ -1980,7 +1980,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1980
1980
|
function createResourceRequest$8(config) {
|
|
1981
1981
|
const headers = {};
|
|
1982
1982
|
return {
|
|
1983
|
-
baseUri: '/services/data/
|
|
1983
|
+
baseUri: '/services/data/v68.0',
|
|
1984
1984
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
1985
1985
|
method: 'get',
|
|
1986
1986
|
body: null,
|
|
@@ -2183,7 +2183,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2183
2183
|
function createResourceRequest$7(config) {
|
|
2184
2184
|
const headers = {};
|
|
2185
2185
|
return {
|
|
2186
|
-
baseUri: '/services/data/
|
|
2186
|
+
baseUri: '/services/data/v68.0',
|
|
2187
2187
|
basePath: '/external-connectivity/connectors',
|
|
2188
2188
|
method: 'get',
|
|
2189
2189
|
body: null,
|
|
@@ -2631,7 +2631,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2631
2631
|
function createResourceRequest$6(config) {
|
|
2632
2632
|
const headers = {};
|
|
2633
2633
|
return {
|
|
2634
|
-
baseUri: '/services/data/
|
|
2634
|
+
baseUri: '/services/data/v68.0',
|
|
2635
2635
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2636
2636
|
method: 'get',
|
|
2637
2637
|
body: null,
|
|
@@ -2863,7 +2863,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2863
2863
|
function createResourceRequest$5(config) {
|
|
2864
2864
|
const headers = {};
|
|
2865
2865
|
return {
|
|
2866
|
-
baseUri: '/services/data/
|
|
2866
|
+
baseUri: '/services/data/v68.0',
|
|
2867
2867
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
2868
2868
|
method: 'get',
|
|
2869
2869
|
body: null,
|
|
@@ -3365,7 +3365,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3365
3365
|
function createResourceRequest$4(config) {
|
|
3366
3366
|
const headers = {};
|
|
3367
3367
|
return {
|
|
3368
|
-
baseUri: '/services/data/
|
|
3368
|
+
baseUri: '/services/data/v68.0',
|
|
3369
3369
|
basePath: '/external-connectivity/invocable-actions',
|
|
3370
3370
|
method: 'get',
|
|
3371
3371
|
body: null,
|
|
@@ -3787,7 +3787,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3787
3787
|
function createResourceRequest$3(config) {
|
|
3788
3788
|
const headers = {};
|
|
3789
3789
|
return {
|
|
3790
|
-
baseUri: '/services/data/
|
|
3790
|
+
baseUri: '/services/data/v68.0',
|
|
3791
3791
|
basePath: '/external-connectivity/connections/named-credentials/' + config.urlParams.namedCredentialName + '',
|
|
3792
3792
|
method: 'get',
|
|
3793
3793
|
body: null,
|
|
@@ -4014,7 +4014,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4014
4014
|
function createResourceRequest$2(config) {
|
|
4015
4015
|
const headers = {};
|
|
4016
4016
|
return {
|
|
4017
|
-
baseUri: '/services/data/
|
|
4017
|
+
baseUri: '/services/data/v68.0',
|
|
4018
4018
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
4019
4019
|
method: 'post',
|
|
4020
4020
|
body: config.body,
|
|
@@ -4287,7 +4287,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
4287
4287
|
function createResourceRequest$1(config) {
|
|
4288
4288
|
const headers = {};
|
|
4289
4289
|
return {
|
|
4290
|
-
baseUri: '/services/data/
|
|
4290
|
+
baseUri: '/services/data/v68.0',
|
|
4291
4291
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
4292
4292
|
method: 'post',
|
|
4293
4293
|
body: null,
|
|
@@ -4377,7 +4377,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4377
4377
|
function createResourceRequest(config) {
|
|
4378
4378
|
const headers = {};
|
|
4379
4379
|
return {
|
|
4380
|
-
baseUri: '/services/data/
|
|
4380
|
+
baseUri: '/services/data/v68.0',
|
|
4381
4381
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
4382
4382
|
method: 'put',
|
|
4383
4383
|
body: config.body,
|
|
@@ -4608,4 +4608,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4608
4608
|
});
|
|
4609
4609
|
|
|
4610
4610
|
export { createConnection, deleteConnection, getConnectionDetails, getConnectionDetails_imperative, getConnections, getConnections_imperative, getConnectorDetails, getConnectorDetails_imperative, getConnectors, getConnectors_imperative, getExternalConnectivityConnectionReferencedFlows, getExternalConnectivityConnectionReferencedFlows_imperative, getExternalIdentityProviders, getExternalIdentityProviders_imperative, getInvocableActions, getInvocableActions_imperative, getNamedCredentialConfig, getNamedCredentialConfig_imperative, notifyConnectionListUpdateAvailable, refreshMetadata, testConnection, updateConnection };
|
|
4611
|
-
// version: 1.
|
|
4611
|
+
// version: 1.433.0-db129b48d2
|