@dynatrace-sdk/client-classic-environment-v2 1.4.0 → 1.4.2
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/cjs/index.js +2548 -2410
- package/docs/DOCS.md +149 -81
- package/dynatrace-metadata.json +1 -1
- package/esm/index.js +2548 -2410
- package/package.json +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +21 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.transformation.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups-info-dto.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups-info-dto.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-info-dto.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +6 -0
- package/types/packages/http-client/src/lib/platform/http-client-response-error.d.ts +4 -1
- package/types/packages/platform/error-handlers/src/lib/types/common-serialized-error.d.ts +2 -0
- package/types/packages/platform/error-handlers/src/lib/types/http-serialized-error.d.ts +3 -0
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ export declare class AccessTokensActiveGateTokensClient {
|
|
|
11
11
|
/**
|
|
12
12
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a AccessTokensActiveGateTokensClient. Custom http client should implement {HttpClient} interface.
|
|
13
13
|
* @example
|
|
14
|
-
* const
|
|
14
|
+
* const accessTokensActiveGateTokensClientNodeJs = new AccessTokensActiveGateTokensClient(yourCustomImplementation);
|
|
15
15
|
*/
|
|
16
16
|
constructor(httpClientImplementation: HttpClient);
|
|
17
17
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare class AccessTokensApiTokensClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a AccessTokensApiTokensClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const accessTokensApiTokensClientNodeJs = new AccessTokensApiTokensClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
|
@@ -8,7 +8,7 @@ export declare class AccessTokensTenantTokensClient {
|
|
|
8
8
|
/**
|
|
9
9
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a AccessTokensTenantTokensClient. Custom http client should implement {HttpClient} interface.
|
|
10
10
|
* @example
|
|
11
|
-
* const
|
|
11
|
+
* const accessTokensTenantTokensClientNodeJs = new AccessTokensTenantTokensClient(yourCustomImplementation);
|
|
12
12
|
*/
|
|
13
13
|
constructor(httpClientImplementation: HttpClient);
|
|
14
14
|
/**
|
|
@@ -18,7 +18,7 @@ export declare class ActiveGatesClient {
|
|
|
18
18
|
/**
|
|
19
19
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ActiveGatesClient. Custom http client should implement {HttpClient} interface.
|
|
20
20
|
* @example
|
|
21
|
-
* const
|
|
21
|
+
* const activeGatesClientNodeJs = new ActiveGatesClient(yourCustomImplementation);
|
|
22
22
|
*/
|
|
23
23
|
constructor(httpClientImplementation: HttpClient);
|
|
24
24
|
/**
|
|
@@ -9,7 +9,7 @@ export declare class ActiveGatesAutoUpdateConfigurationClient {
|
|
|
9
9
|
/**
|
|
10
10
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ActiveGatesAutoUpdateConfigurationClient. Custom http client should implement {HttpClient} interface.
|
|
11
11
|
* @example
|
|
12
|
-
* const
|
|
12
|
+
* const activeGatesAutoUpdateConfigurationClientNodeJs = new ActiveGatesAutoUpdateConfigurationClient(yourCustomImplementation);
|
|
13
13
|
*/
|
|
14
14
|
constructor(httpClientImplementation: HttpClient);
|
|
15
15
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class ActiveGatesAutoUpdateJobsClient {
|
|
|
16
16
|
/**
|
|
17
17
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ActiveGatesAutoUpdateJobsClient. Custom http client should implement {HttpClient} interface.
|
|
18
18
|
* @example
|
|
19
|
-
* const
|
|
19
|
+
* const activeGatesAutoUpdateJobsClientNodeJs = new ActiveGatesAutoUpdateJobsClient(yourCustomImplementation);
|
|
20
20
|
*/
|
|
21
21
|
constructor(httpClientImplementation: HttpClient);
|
|
22
22
|
/**
|
|
@@ -9,7 +9,7 @@ export declare class AuditLogsClient {
|
|
|
9
9
|
/**
|
|
10
10
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a AuditLogsClient. Custom http client should implement {HttpClient} interface.
|
|
11
11
|
* @example
|
|
12
|
-
* const
|
|
12
|
+
* const auditLogsClientNodeJs = new AuditLogsClient(yourCustomImplementation);
|
|
13
13
|
*/
|
|
14
14
|
constructor(httpClientImplementation: HttpClient);
|
|
15
15
|
/**
|
|
@@ -6,7 +6,7 @@ export declare class BusinessEventsClient {
|
|
|
6
6
|
/**
|
|
7
7
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a BusinessEventsClient. Custom http client should implement {HttpClient} interface.
|
|
8
8
|
* @example
|
|
9
|
-
* const
|
|
9
|
+
* const businessEventsClientNodeJs = new BusinessEventsClient(yourCustomImplementation);
|
|
10
10
|
*/
|
|
11
11
|
constructor(httpClientImplementation: HttpClient);
|
|
12
12
|
/**
|
|
@@ -13,7 +13,7 @@ export declare class CredentialVaultClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a CredentialVaultClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const credentialVaultClientNodeJs = new CredentialVaultClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare class DavisSecurityAdvisorClient {
|
|
|
8
8
|
/**
|
|
9
9
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a DavisSecurityAdvisorClient. Custom http client should implement {HttpClient} interface.
|
|
10
10
|
* @example
|
|
11
|
-
* const
|
|
11
|
+
* const davisSecurityAdvisorClientNodeJs = new DavisSecurityAdvisorClient(yourCustomImplementation);
|
|
12
12
|
*/
|
|
13
13
|
constructor(httpClientImplementation: HttpClient);
|
|
14
14
|
/**
|
|
@@ -15,7 +15,7 @@ export declare class EventsClient {
|
|
|
15
15
|
/**
|
|
16
16
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a EventsClient. Custom http client should implement {HttpClient} interface.
|
|
17
17
|
* @example
|
|
18
|
-
* const
|
|
18
|
+
* const eventsClientNodeJs = new EventsClient(yourCustomImplementation);
|
|
19
19
|
*/
|
|
20
20
|
constructor(httpClientImplementation: HttpClient);
|
|
21
21
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AbortSignal, HttpClient } from '@dynatrace-sdk/http-client';
|
|
2
|
+
import { ActiveGateGroupsInfoDto } from '../models/active-gate-groups-info-dto';
|
|
2
3
|
import { ErrorEnvelope } from '../models/error-envelope';
|
|
3
4
|
import { Extension } from '../models/extension';
|
|
4
5
|
import { ExtensionAssetsDto } from '../models/extension-assets-dto';
|
|
@@ -26,7 +27,7 @@ export declare class Extensions_2_0Client {
|
|
|
26
27
|
/**
|
|
27
28
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a Extensions_2_0Client. Custom http client should implement {HttpClient} interface.
|
|
28
29
|
* @example
|
|
29
|
-
* const
|
|
30
|
+
* const extensions_2_0ClientNodeJs = new Extensions_2_0Client(yourCustomImplementation);
|
|
30
31
|
*/
|
|
31
32
|
constructor(httpClientImplementation: HttpClient);
|
|
32
33
|
/**
|
|
@@ -628,6 +629,25 @@ export declare class Extensions_2_0Client {
|
|
|
628
629
|
/** The version of the requested extension 2.0 */ extensionVersion: string;
|
|
629
630
|
abortSignal?: AbortSignal;
|
|
630
631
|
}): Promise<Extension>;
|
|
632
|
+
/**
|
|
633
|
+
* List all ActiveGate groups available for extension | maturity=IN_DEVELOPMENT
|
|
634
|
+
*
|
|
635
|
+
* @returns Success
|
|
636
|
+
*
|
|
637
|
+
* @example <caption>Code example</caption>
|
|
638
|
+
* import { extensions_2_0Client } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
639
|
+
*
|
|
640
|
+
* const data =
|
|
641
|
+
* await extensions_2_0Client.getActiveGateGroupsInfo({
|
|
642
|
+
* extensionName: "...",
|
|
643
|
+
* extensionVersion: "...",
|
|
644
|
+
* });
|
|
645
|
+
*/
|
|
646
|
+
getActiveGateGroupsInfo(config: {
|
|
647
|
+
/** The name of the requested extension 2.0. */ extensionName: string;
|
|
648
|
+
/** The version of the requested extension 2.0 */ extensionVersion: string;
|
|
649
|
+
abortSignal?: AbortSignal;
|
|
650
|
+
}): Promise<ActiveGateGroupsInfoDto>;
|
|
631
651
|
/**
|
|
632
652
|
* Gets the configuration schema of the specified version of the extension 2.0
|
|
633
653
|
*
|
|
@@ -13,7 +13,7 @@ export declare class LogsClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a LogsClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const logsClientNodeJs = new LogsClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
|
@@ -11,7 +11,7 @@ export declare class MetricsClient {
|
|
|
11
11
|
/**
|
|
12
12
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MetricsClient. Custom http client should implement {HttpClient} interface.
|
|
13
13
|
* @example
|
|
14
|
-
* const
|
|
14
|
+
* const metricsClientNodeJs = new MetricsClient(yourCustomImplementation);
|
|
15
15
|
*/
|
|
16
16
|
constructor(httpClientImplementation: HttpClient);
|
|
17
17
|
/**
|
|
@@ -10,7 +10,7 @@ export declare class MetricsUnitsClient {
|
|
|
10
10
|
/**
|
|
11
11
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MetricsUnitsClient. Custom http client should implement {HttpClient} interface.
|
|
12
12
|
* @example
|
|
13
|
-
* const
|
|
13
|
+
* const metricsUnitsClientNodeJs = new MetricsUnitsClient(yourCustomImplementation);
|
|
14
14
|
*/
|
|
15
15
|
constructor(httpClientImplementation: HttpClient);
|
|
16
16
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare class MonitoredEntitiesClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MonitoredEntitiesClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const monitoredEntitiesClientNodeJs = new MonitoredEntitiesClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
|
@@ -11,7 +11,7 @@ export declare class MonitoredEntitiesCustomTagsClient {
|
|
|
11
11
|
/**
|
|
12
12
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MonitoredEntitiesCustomTagsClient. Custom http client should implement {HttpClient} interface.
|
|
13
13
|
* @example
|
|
14
|
-
* const
|
|
14
|
+
* const monitoredEntitiesCustomTagsClientNodeJs = new MonitoredEntitiesCustomTagsClient(yourCustomImplementation);
|
|
15
15
|
*/
|
|
16
16
|
constructor(httpClientImplementation: HttpClient);
|
|
17
17
|
/**
|
|
@@ -8,7 +8,7 @@ export declare class MonitoredEntitiesMonitoringStateClient {
|
|
|
8
8
|
/**
|
|
9
9
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a MonitoredEntitiesMonitoringStateClient. Custom http client should implement {HttpClient} interface.
|
|
10
10
|
* @example
|
|
11
|
-
* const
|
|
11
|
+
* const monitoredEntitiesMonitoringStateClientNodeJs = new MonitoredEntitiesMonitoringStateClient(yourCustomImplementation);
|
|
12
12
|
*/
|
|
13
13
|
constructor(httpClientImplementation: HttpClient);
|
|
14
14
|
/**
|
|
@@ -13,7 +13,7 @@ export declare class NetworkZonesClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a NetworkZonesClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const networkZonesClientNodeJs = new NetworkZonesClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ export declare class ProblemsClient {
|
|
|
14
14
|
/**
|
|
15
15
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ProblemsClient. Custom http client should implement {HttpClient} interface.
|
|
16
16
|
* @example
|
|
17
|
-
* const
|
|
17
|
+
* const problemsClientNodeJs = new ProblemsClient(yourCustomImplementation);
|
|
18
18
|
*/
|
|
19
19
|
constructor(httpClientImplementation: HttpClient);
|
|
20
20
|
/**
|
|
@@ -8,7 +8,7 @@ export declare class ReleasesClient {
|
|
|
8
8
|
/**
|
|
9
9
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ReleasesClient. Custom http client should implement {HttpClient} interface.
|
|
10
10
|
* @example
|
|
11
|
-
* const
|
|
11
|
+
* const releasesClientNodeJs = new ReleasesClient(yourCustomImplementation);
|
|
12
12
|
*/
|
|
13
13
|
constructor(httpClientImplementation: HttpClient);
|
|
14
14
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare class SecurityProblemsClient {
|
|
|
26
26
|
/**
|
|
27
27
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SecurityProblemsClient. Custom http client should implement {HttpClient} interface.
|
|
28
28
|
* @example
|
|
29
|
-
* const
|
|
29
|
+
* const securityProblemsClientNodeJs = new SecurityProblemsClient(yourCustomImplementation);
|
|
30
30
|
*/
|
|
31
31
|
constructor(httpClientImplementation: HttpClient);
|
|
32
32
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare class ServiceLevelObjectivesClient {
|
|
|
17
17
|
/**
|
|
18
18
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a ServiceLevelObjectivesClient. Custom http client should implement {HttpClient} interface.
|
|
19
19
|
* @example
|
|
20
|
-
* const
|
|
20
|
+
* const serviceLevelObjectivesClientNodeJs = new ServiceLevelObjectivesClient(yourCustomImplementation);
|
|
21
21
|
*/
|
|
22
22
|
constructor(httpClientImplementation: HttpClient);
|
|
23
23
|
/**
|
|
@@ -13,7 +13,7 @@ export declare class SettingsObjectsClient {
|
|
|
13
13
|
/**
|
|
14
14
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SettingsObjectsClient. Custom http client should implement {HttpClient} interface.
|
|
15
15
|
* @example
|
|
16
|
-
* const
|
|
16
|
+
* const settingsObjectsClientNodeJs = new SettingsObjectsClient(yourCustomImplementation);
|
|
17
17
|
*/
|
|
18
18
|
constructor(httpClientImplementation: HttpClient);
|
|
19
19
|
/**
|
|
@@ -9,7 +9,7 @@ export declare class SettingsSchemasClient {
|
|
|
9
9
|
/**
|
|
10
10
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SettingsSchemasClient. Custom http client should implement {HttpClient} interface.
|
|
11
11
|
* @example
|
|
12
|
-
* const
|
|
12
|
+
* const settingsSchemasClientNodeJs = new SettingsSchemasClient(yourCustomImplementation);
|
|
13
13
|
*/
|
|
14
14
|
constructor(httpClientImplementation: HttpClient);
|
|
15
15
|
/**
|
|
@@ -6,7 +6,7 @@ export declare class SyntheticHttpMonitorExecutionsClient {
|
|
|
6
6
|
/**
|
|
7
7
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SyntheticHttpMonitorExecutionsClient. Custom http client should implement {HttpClient} interface.
|
|
8
8
|
* @example
|
|
9
|
-
* const
|
|
9
|
+
* const syntheticHttpMonitorExecutionsClientNodeJs = new SyntheticHttpMonitorExecutionsClient(yourCustomImplementation);
|
|
10
10
|
*/
|
|
11
11
|
constructor(httpClientImplementation: HttpClient);
|
|
12
12
|
/**
|
|
@@ -15,7 +15,7 @@ export declare class SyntheticLocationsNodesAndConfigurationClient {
|
|
|
15
15
|
/**
|
|
16
16
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SyntheticLocationsNodesAndConfigurationClient. Custom http client should implement {HttpClient} interface.
|
|
17
17
|
* @example
|
|
18
|
-
* const
|
|
18
|
+
* const syntheticLocationsNodesAndConfigurationClientNodeJs = new SyntheticLocationsNodesAndConfigurationClient(yourCustomImplementation);
|
|
19
19
|
*/
|
|
20
20
|
constructor(httpClientImplementation: HttpClient);
|
|
21
21
|
/**
|
|
@@ -14,7 +14,7 @@ export declare class SyntheticOnDemandMonitorExecutionsClient {
|
|
|
14
14
|
/**
|
|
15
15
|
* @param {HttpClient} httpClientImplementation - You can provide custom http client as a parameter to constructor of a SyntheticOnDemandMonitorExecutionsClient. Custom http client should implement {HttpClient} interface.
|
|
16
16
|
* @example
|
|
17
|
-
* const
|
|
17
|
+
* const syntheticOnDemandMonitorExecutionsClientNodeJs = new SyntheticOnDemandMonitorExecutionsClient(yourCustomImplementation);
|
|
18
18
|
*/
|
|
19
19
|
constructor(httpClientImplementation: HttpClient);
|
|
20
20
|
/**
|
package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group-info-dto.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ActiveGateInfoDto } from './active-gate-info-dto';
|
|
2
|
+
/**
|
|
3
|
+
* Metadata for each ActiveGate group.
|
|
4
|
+
*/
|
|
5
|
+
export interface ActiveGateGroupInfoDto {
|
|
6
|
+
/**
|
|
7
|
+
* ActiveGates in group.
|
|
8
|
+
*/
|
|
9
|
+
activeGates?: ActiveGateInfoDto[];
|
|
10
|
+
/**
|
|
11
|
+
* Number of ActiveGates in group available for Extension.
|
|
12
|
+
*/
|
|
13
|
+
availableActiveGates?: number;
|
|
14
|
+
/**
|
|
15
|
+
* ActiveGate group name.
|
|
16
|
+
*/
|
|
17
|
+
groupName?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ActiveGateGroupInfoDto } from './active-gate-group-info-dto';
|
|
2
|
+
import * as _ActiveGateInfoDtoTransformation from './active-gate-info-dto.transformation';
|
|
3
|
+
export interface AsJson {
|
|
4
|
+
activeGates?: _ActiveGateInfoDtoTransformation.AsJson[];
|
|
5
|
+
availableActiveGates?: number;
|
|
6
|
+
groupName?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function fromJson($model: AsJson): ActiveGateGroupInfoDto;
|
|
9
|
+
export declare function toJson($model: ActiveGateGroupInfoDto): AsJson;
|
package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups-info-dto.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ActiveGateGroupInfoDto } from './active-gate-group-info-dto';
|
|
2
|
+
/**
|
|
3
|
+
* ActiveGate groups metadata for extensions.
|
|
4
|
+
*/
|
|
5
|
+
export interface ActiveGateGroupsInfoDto {
|
|
6
|
+
/**
|
|
7
|
+
* Metadata for each ActiveGate group.
|
|
8
|
+
*/
|
|
9
|
+
activeGateGroups: ActiveGateGroupInfoDto[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
|
|
2
|
+
import { ActiveGateGroupsInfoDto } from './active-gate-groups-info-dto';
|
|
3
|
+
export interface AsJson {
|
|
4
|
+
activeGateGroups: _ActiveGateGroupInfoDtoTransformation.AsJson[];
|
|
5
|
+
}
|
|
6
|
+
export declare function fromJson($model: AsJson): ActiveGateGroupsInfoDto;
|
|
7
|
+
export declare function toJson($model: ActiveGateGroupsInfoDto): AsJson;
|
|
@@ -24,6 +24,12 @@ export * from './active-gate-global-auto-update-config';
|
|
|
24
24
|
export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
|
|
25
25
|
export * from './active-gate-global-auto-update-config-global-setting';
|
|
26
26
|
export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
|
|
27
|
+
export * from './active-gate-group-info-dto';
|
|
28
|
+
export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
|
|
29
|
+
export * from './active-gate-groups-info-dto';
|
|
30
|
+
export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
|
|
31
|
+
export * from './active-gate-info-dto';
|
|
32
|
+
export * as _ActiveGateInfoDtoTransformation from './active-gate-info-dto.transformation';
|
|
27
33
|
export * from './active-gate-list';
|
|
28
34
|
export * as _ActiveGateListTransformation from './active-gate-list.transformation';
|
|
29
35
|
export * from './active-gate-module';
|
|
@@ -4,5 +4,8 @@ import { BaseError } from './base-error';
|
|
|
4
4
|
export declare class HttpClientResponseError extends BaseError implements types.HttpClientResponseError {
|
|
5
5
|
readonly name = "ResponseError";
|
|
6
6
|
readonly response: HttpClientResponse;
|
|
7
|
-
|
|
7
|
+
readonly requestMethod?: string;
|
|
8
|
+
constructor(response: Response, data?: {
|
|
9
|
+
requestMethod?: string;
|
|
10
|
+
});
|
|
8
11
|
}
|