@salesforce/lds-adapters-platform-external-connectivity 1.412.1 → 1.413.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/v67.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/v67.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/v67.0',
|
|
1212
1212
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
1213
1213
|
method: 'post',
|
|
1214
1214
|
body: null,
|
|
@@ -1661,7 +1661,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1661
1661
|
function createResourceRequest$8(config) {
|
|
1662
1662
|
const headers = {};
|
|
1663
1663
|
return {
|
|
1664
|
-
baseUri: '/services/data/
|
|
1664
|
+
baseUri: '/services/data/v67.0',
|
|
1665
1665
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1666
1666
|
method: 'get',
|
|
1667
1667
|
body: null,
|
|
@@ -1784,7 +1784,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
1784
1784
|
function createResourceRequest$7(config) {
|
|
1785
1785
|
const headers = {};
|
|
1786
1786
|
return {
|
|
1787
|
-
baseUri: '/services/data/
|
|
1787
|
+
baseUri: '/services/data/v67.0',
|
|
1788
1788
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1789
1789
|
method: 'put',
|
|
1790
1790
|
body: config.body,
|
|
@@ -2219,7 +2219,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2219
2219
|
function createResourceRequest$6(config) {
|
|
2220
2220
|
const headers = {};
|
|
2221
2221
|
return {
|
|
2222
|
-
baseUri: '/services/data/
|
|
2222
|
+
baseUri: '/services/data/v67.0',
|
|
2223
2223
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2224
2224
|
method: 'get',
|
|
2225
2225
|
body: null,
|
|
@@ -2446,7 +2446,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
2446
2446
|
function createResourceRequest$5(config) {
|
|
2447
2447
|
const headers = {};
|
|
2448
2448
|
return {
|
|
2449
|
-
baseUri: '/services/data/
|
|
2449
|
+
baseUri: '/services/data/v67.0',
|
|
2450
2450
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
2451
2451
|
method: 'post',
|
|
2452
2452
|
body: config.body,
|
|
@@ -2719,7 +2719,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
2719
2719
|
function createResourceRequest$4(config) {
|
|
2720
2720
|
const headers = {};
|
|
2721
2721
|
return {
|
|
2722
|
-
baseUri: '/services/data/
|
|
2722
|
+
baseUri: '/services/data/v67.0',
|
|
2723
2723
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
2724
2724
|
method: 'post',
|
|
2725
2725
|
body: null,
|
|
@@ -2889,7 +2889,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2889
2889
|
function createResourceRequest$3(config) {
|
|
2890
2890
|
const headers = {};
|
|
2891
2891
|
return {
|
|
2892
|
-
baseUri: '/services/data/
|
|
2892
|
+
baseUri: '/services/data/v67.0',
|
|
2893
2893
|
basePath: '/external-connectivity/connectors',
|
|
2894
2894
|
method: 'get',
|
|
2895
2895
|
body: null,
|
|
@@ -3178,7 +3178,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3178
3178
|
function createResourceRequest$2(config) {
|
|
3179
3179
|
const headers = {};
|
|
3180
3180
|
return {
|
|
3181
|
-
baseUri: '/services/data/
|
|
3181
|
+
baseUri: '/services/data/v67.0',
|
|
3182
3182
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
3183
3183
|
method: 'get',
|
|
3184
3184
|
body: null,
|
|
@@ -3410,7 +3410,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3410
3410
|
function createResourceRequest$1(config) {
|
|
3411
3411
|
const headers = {};
|
|
3412
3412
|
return {
|
|
3413
|
-
baseUri: '/services/data/
|
|
3413
|
+
baseUri: '/services/data/v67.0',
|
|
3414
3414
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
3415
3415
|
method: 'get',
|
|
3416
3416
|
body: null,
|
|
@@ -3912,7 +3912,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3912
3912
|
function createResourceRequest(config) {
|
|
3913
3913
|
const headers = {};
|
|
3914
3914
|
return {
|
|
3915
|
-
baseUri: '/services/data/
|
|
3915
|
+
baseUri: '/services/data/v67.0',
|
|
3916
3916
|
basePath: '/external-connectivity/invocable-actions',
|
|
3917
3917
|
method: 'get',
|
|
3918
3918
|
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.413.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.413.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.413.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/v67.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/v67.0',
|
|
477
477
|
basePath: '/external-connectivity/connections/delete/' + config.urlParams.connectionDeveloperName + '',
|
|
478
478
|
method: 'post',
|
|
479
479
|
body: null,
|
|
@@ -1060,7 +1060,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
1060
1060
|
function createResourceRequest$9(config) {
|
|
1061
1061
|
const headers = {};
|
|
1062
1062
|
return {
|
|
1063
|
-
baseUri: '/services/data/
|
|
1063
|
+
baseUri: '/services/data/v67.0',
|
|
1064
1064
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
1065
1065
|
method: 'get',
|
|
1066
1066
|
body: null,
|
|
@@ -1671,7 +1671,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
1671
1671
|
function createResourceRequest$8(config) {
|
|
1672
1672
|
const headers = {};
|
|
1673
1673
|
return {
|
|
1674
|
-
baseUri: '/services/data/
|
|
1674
|
+
baseUri: '/services/data/v67.0',
|
|
1675
1675
|
basePath: '/external-connectivity/connections',
|
|
1676
1676
|
method: 'get',
|
|
1677
1677
|
body: null,
|
|
@@ -1963,7 +1963,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
1963
1963
|
function createResourceRequest$7(config) {
|
|
1964
1964
|
const headers = {};
|
|
1965
1965
|
return {
|
|
1966
|
-
baseUri: '/services/data/
|
|
1966
|
+
baseUri: '/services/data/v67.0',
|
|
1967
1967
|
basePath: '/external-connectivity/connectors/' + config.urlParams.connectorDeveloperName + '',
|
|
1968
1968
|
method: 'get',
|
|
1969
1969
|
body: null,
|
|
@@ -2166,7 +2166,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2166
2166
|
function createResourceRequest$6(config) {
|
|
2167
2167
|
const headers = {};
|
|
2168
2168
|
return {
|
|
2169
|
-
baseUri: '/services/data/
|
|
2169
|
+
baseUri: '/services/data/v67.0',
|
|
2170
2170
|
basePath: '/external-connectivity/connectors',
|
|
2171
2171
|
method: 'get',
|
|
2172
2172
|
body: null,
|
|
@@ -2614,7 +2614,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
2614
2614
|
function createResourceRequest$5(config) {
|
|
2615
2615
|
const headers = {};
|
|
2616
2616
|
return {
|
|
2617
|
-
baseUri: '/services/data/
|
|
2617
|
+
baseUri: '/services/data/v67.0',
|
|
2618
2618
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/referenced-flows',
|
|
2619
2619
|
method: 'get',
|
|
2620
2620
|
body: null,
|
|
@@ -2846,7 +2846,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2846
2846
|
function createResourceRequest$4(config) {
|
|
2847
2847
|
const headers = {};
|
|
2848
2848
|
return {
|
|
2849
|
-
baseUri: '/services/data/
|
|
2849
|
+
baseUri: '/services/data/v67.0',
|
|
2850
2850
|
basePath: '/external-connectivity/' + config.urlParams.connectorType + '/spa-mapping',
|
|
2851
2851
|
method: 'get',
|
|
2852
2852
|
body: null,
|
|
@@ -3348,7 +3348,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3348
3348
|
function createResourceRequest$3(config) {
|
|
3349
3349
|
const headers = {};
|
|
3350
3350
|
return {
|
|
3351
|
-
baseUri: '/services/data/
|
|
3351
|
+
baseUri: '/services/data/v67.0',
|
|
3352
3352
|
basePath: '/external-connectivity/invocable-actions',
|
|
3353
3353
|
method: 'get',
|
|
3354
3354
|
body: null,
|
|
@@ -3575,7 +3575,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
3575
3575
|
function createResourceRequest$2(config) {
|
|
3576
3576
|
const headers = {};
|
|
3577
3577
|
return {
|
|
3578
|
-
baseUri: '/services/data/
|
|
3578
|
+
baseUri: '/services/data/v67.0',
|
|
3579
3579
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/refresh-metadata',
|
|
3580
3580
|
method: 'post',
|
|
3581
3581
|
body: config.body,
|
|
@@ -3848,7 +3848,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
3848
3848
|
function createResourceRequest$1(config) {
|
|
3849
3849
|
const headers = {};
|
|
3850
3850
|
return {
|
|
3851
|
-
baseUri: '/services/data/
|
|
3851
|
+
baseUri: '/services/data/v67.0',
|
|
3852
3852
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '/test',
|
|
3853
3853
|
method: 'post',
|
|
3854
3854
|
body: null,
|
|
@@ -3938,7 +3938,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3938
3938
|
function createResourceRequest(config) {
|
|
3939
3939
|
const headers = {};
|
|
3940
3940
|
return {
|
|
3941
|
-
baseUri: '/services/data/
|
|
3941
|
+
baseUri: '/services/data/v67.0',
|
|
3942
3942
|
basePath: '/external-connectivity/connections/' + config.urlParams.connectionDeveloperName + '',
|
|
3943
3943
|
method: 'put',
|
|
3944
3944
|
body: config.body,
|
|
@@ -4140,4 +4140,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4140
4140
|
});
|
|
4141
4141
|
|
|
4142
4142
|
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 };
|
|
4143
|
-
// version: 1.
|
|
4143
|
+
// version: 1.413.0-8cd312301b
|