@salesforce/lds-adapters-platform-external-connectivity 1.435.1 → 1.436.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 +3 -2
- package/dist/es/es2018/types/src/generated/adapters/getConnectionDetails.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectionsByConnectionDeveloperName.d.ts +3 -0
- package/package.json +3 -3
- package/sfdc/index.js +4 -3
- package/src/raml/api.raml +6 -0
|
@@ -2063,7 +2063,7 @@ function select$g(luvio, params) {
|
|
|
2063
2063
|
return select$h();
|
|
2064
2064
|
}
|
|
2065
2065
|
function keyBuilder$e(luvio, params) {
|
|
2066
|
-
return keyPrefix + '::ExternalConnectivityConnectionDetailsRepresentation:(' + 'connectionDeveloperName:' + params.urlParams.connectionDeveloperName + ')';
|
|
2066
|
+
return keyPrefix + '::ExternalConnectivityConnectionDetailsRepresentation:(' + 'sourceId:' + params.queryParams.sourceId + ',' + 'connectionDeveloperName:' + params.urlParams.connectionDeveloperName + ')';
|
|
2067
2067
|
}
|
|
2068
2068
|
function getResponseCacheKeys$8(storeKeyMap, luvio, resourceParams, response) {
|
|
2069
2069
|
getTypeCacheKeys$8(storeKeyMap, luvio, response, () => keyBuilder$e(luvio, resourceParams));
|
|
@@ -2105,7 +2105,7 @@ function createResourceRequest$8(config) {
|
|
|
2105
2105
|
method: 'get',
|
|
2106
2106
|
body: null,
|
|
2107
2107
|
urlParams: config.urlParams,
|
|
2108
|
-
queryParams:
|
|
2108
|
+
queryParams: config.queryParams,
|
|
2109
2109
|
headers,
|
|
2110
2110
|
priority: 'normal',
|
|
2111
2111
|
};
|
|
@@ -2114,6 +2114,7 @@ function createResourceRequest$8(config) {
|
|
|
2114
2114
|
const adapterName$8 = 'getConnectionDetails';
|
|
2115
2115
|
const getConnectionDetails_ConfigPropertyMetadata = [
|
|
2116
2116
|
generateParamConfigMetadata('connectionDeveloperName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
2117
|
+
generateParamConfigMetadata('sourceId', false, 1 /* QueryParameter */, 0 /* String */),
|
|
2117
2118
|
];
|
|
2118
2119
|
const getConnectionDetails_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$8, getConnectionDetails_ConfigPropertyMetadata);
|
|
2119
2120
|
const createResourceParams$8 = /*#__PURE__*/ createResourceParams$d(getConnectionDetails_ConfigPropertyMetadata);
|
|
@@ -7,6 +7,7 @@ export declare const getConnectionDetails_ConfigPropertyMetadata: $64$luvio_engi
|
|
|
7
7
|
export declare const getConnectionDetails_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetConnectionDetailsConfig {
|
|
9
9
|
connectionDeveloperName: string;
|
|
10
|
+
sourceId?: string;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetConnectionDetailsConfig) => resources_getExternalConnectivityConnectionsByConnectionDeveloperName_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetConnectionDetailsConfig): string;
|
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
connectionDeveloperName: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
sourceId?: string;
|
|
9
|
+
};
|
|
7
10
|
}
|
|
8
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
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.436.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.436.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.436.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1040,7 +1040,7 @@ function select$l(luvio, params) {
|
|
|
1040
1040
|
return select$m();
|
|
1041
1041
|
}
|
|
1042
1042
|
function keyBuilder$j(luvio, params) {
|
|
1043
|
-
return keyPrefix + '::ExternalConnectivityConnectionDetailsRepresentation:(' + 'connectionDeveloperName:' + params.urlParams.connectionDeveloperName + ')';
|
|
1043
|
+
return keyPrefix + '::ExternalConnectivityConnectionDetailsRepresentation:(' + 'sourceId:' + params.queryParams.sourceId + ',' + 'connectionDeveloperName:' + params.urlParams.connectionDeveloperName + ')';
|
|
1044
1044
|
}
|
|
1045
1045
|
function getResponseCacheKeys$a(storeKeyMap, luvio, resourceParams, response) {
|
|
1046
1046
|
getTypeCacheKeys$b(storeKeyMap, luvio, response, () => keyBuilder$j(luvio, resourceParams));
|
|
@@ -1082,7 +1082,7 @@ function createResourceRequest$a(config) {
|
|
|
1082
1082
|
method: 'get',
|
|
1083
1083
|
body: null,
|
|
1084
1084
|
urlParams: config.urlParams,
|
|
1085
|
-
queryParams:
|
|
1085
|
+
queryParams: config.queryParams,
|
|
1086
1086
|
headers,
|
|
1087
1087
|
priority: 'normal',
|
|
1088
1088
|
};
|
|
@@ -1091,6 +1091,7 @@ function createResourceRequest$a(config) {
|
|
|
1091
1091
|
const adapterName$a = 'getConnectionDetails';
|
|
1092
1092
|
const getConnectionDetails_ConfigPropertyMetadata = [
|
|
1093
1093
|
generateParamConfigMetadata('connectionDeveloperName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1094
|
+
generateParamConfigMetadata('sourceId', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1094
1095
|
];
|
|
1095
1096
|
const getConnectionDetails_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$a, getConnectionDetails_ConfigPropertyMetadata);
|
|
1096
1097
|
const createResourceParams$a = /*#__PURE__*/ createResourceParams$d(getConnectionDetails_ConfigPropertyMetadata);
|
|
@@ -4608,4 +4609,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4608
4609
|
});
|
|
4609
4610
|
|
|
4610
4611
|
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.
|
|
4612
|
+
// version: 1.436.0-7cd4295391
|
package/src/raml/api.raml
CHANGED
|
@@ -654,6 +654,12 @@ types:
|
|
|
654
654
|
get:
|
|
655
655
|
displayName: getExternalConnectivityConnectionDetails
|
|
656
656
|
description: GET method to get External Connectivity Connection Details
|
|
657
|
+
queryParameters:
|
|
658
|
+
sourceId:
|
|
659
|
+
description: Source identifier for observability (e.g. AUTOMATION_INTEGRATION,
|
|
660
|
+
STARTER_SUITE)
|
|
661
|
+
type: string
|
|
662
|
+
required: false
|
|
657
663
|
responses:
|
|
658
664
|
'200':
|
|
659
665
|
description: Success
|