@axway/axway-central-cli 3.10.0-rc.4 → 3.10.0-rc.6
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.
|
@@ -27,7 +27,7 @@ class DataplaneConfig {
|
|
|
27
27
|
}
|
|
28
28
|
class APIGEEXDataplaneConfig extends DataplaneConfig {
|
|
29
29
|
constructor(projectID, developerEmail, mode, metricsFilter, environment) {
|
|
30
|
-
super("Apigee");
|
|
30
|
+
super("Apigee X");
|
|
31
31
|
_defineProperty(this, "projectId", void 0);
|
|
32
32
|
_defineProperty(this, "developerEmail", void 0);
|
|
33
33
|
_defineProperty(this, "mode", void 0);
|
|
@@ -43,9 +43,9 @@ APIGEE_DEVELOPEREMAIL={{developerEmailAddress}}
|
|
|
43
43
|
APIGEE_MODE={{mode}}
|
|
44
44
|
APIGEE_ENVIRONMENT={{environment}}
|
|
45
45
|
APIGEE_AUTHFILEPATH=/keys/{{fileName}}
|
|
46
|
-
|
|
46
|
+
APIGEE_METRICSFILTER_FILTERMETRICS={{metricsFilter.filterMetrics}}
|
|
47
47
|
{{#if metricsFilter.filterMetrics}}
|
|
48
|
-
|
|
48
|
+
APIGEE_METRICSFILTER_FILTEREDAPIS={{metricsFilter.filteredAPIs}}
|
|
49
49
|
{{/if}}
|
|
50
50
|
|
|
51
51
|
# Amplify Central configs
|
package/dist/common/types.js
CHANGED
|
@@ -223,8 +223,8 @@ let AgentNames = exports.AgentNames = /*#__PURE__*/function (AgentNames) {
|
|
|
223
223
|
AgentNames["AWS_TA"] = "aws-apigw-traceability-agent";
|
|
224
224
|
AgentNames["GITHUB_DA"] = "github-discovery-agent";
|
|
225
225
|
AgentNames["GITLAB_DA"] = "gitlab-discovery-agent";
|
|
226
|
-
AgentNames["APIGEEX_DA"] = "
|
|
227
|
-
AgentNames["APIGEEX_TA"] = "
|
|
226
|
+
AgentNames["APIGEEX_DA"] = "apigeex-discovery-agent";
|
|
227
|
+
AgentNames["APIGEEX_TA"] = "apigeex-traceability-agent";
|
|
228
228
|
AgentNames["AZURE_DA"] = "azure-discovery-agent";
|
|
229
229
|
AgentNames["AZURE_TA"] = "azure-traceability-agent";
|
|
230
230
|
AgentNames["AZURE_EVENTHUB_DA"] = "azure-eventhub-discovery-agent";
|
|
@@ -267,7 +267,7 @@ let SaaSGatewayTypes = exports.SaaSGatewayTypes = /*#__PURE__*/function (SaaSGat
|
|
|
267
267
|
return SaaSGatewayTypes;
|
|
268
268
|
}({});
|
|
269
269
|
let DataPlaneNames = exports.DataPlaneNames = /*#__PURE__*/function (DataPlaneNames) {
|
|
270
|
-
DataPlaneNames["
|
|
270
|
+
DataPlaneNames["APIGEEX"] = "Apigee X";
|
|
271
271
|
DataPlaneNames["AWS"] = "AWS";
|
|
272
272
|
DataPlaneNames["GITHUB"] = "GitHub";
|
|
273
273
|
DataPlaneNames["GITLAB"] = "GitLab";
|
|
@@ -288,7 +288,7 @@ let DataPlaneNames = exports.DataPlaneNames = /*#__PURE__*/function (DataPlaneNa
|
|
|
288
288
|
const GatewayTypeToDataPlane = exports.GatewayTypeToDataPlane = {
|
|
289
289
|
[GatewayTypes.EDGE_GATEWAY]: DataPlaneNames.EDGE,
|
|
290
290
|
[GatewayTypes.EDGE_GATEWAY_ONLY]: DataPlaneNames.EDGE,
|
|
291
|
-
[GatewayTypes.APIGEEX_GATEWAY]: DataPlaneNames.
|
|
291
|
+
[GatewayTypes.APIGEEX_GATEWAY]: DataPlaneNames.APIGEEX,
|
|
292
292
|
[GatewayTypes.AWS_GATEWAY]: DataPlaneNames.AWS,
|
|
293
293
|
[SaaSGatewayTypes.GITHUB]: DataPlaneNames.GITHUB,
|
|
294
294
|
[GatewayTypes.GITLAB]: DataPlaneNames.GITLAB,
|