@harnessio/react-chaos-manager-client 1.56.0 → 1.56.1
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/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportJsonQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/index.d.ts +0 -3
- package/dist/chaos-manager/src/services/schemas/TypesApmProbeDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesApmPrometheusDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesApmSplunkEnterpriseDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbeDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesContainerDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesDatadogMetricsDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbeDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbeDetail.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/TypesNewrelicMetricsDetail.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/TypesPromProbeDetail.d.ts +6 -6
- package/dist/chaos-manager/src/services/schemas/TypesSloProbeDetail.d.ts +2 -2
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.js +0 -4
- package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.js +0 -4
- package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.d.ts +0 -7
- package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.js +0 -4
|
@@ -9,6 +9,7 @@ export interface GetChaosExperimentRunReportJsonQueryQueryParams {
|
|
|
9
9
|
accountIdentifier: string;
|
|
10
10
|
organizationIdentifier: string;
|
|
11
11
|
projectIdentifier: string;
|
|
12
|
+
experimentId: string;
|
|
12
13
|
}
|
|
13
14
|
export type GetChaosExperimentRunReportJsonOkResponse = TypesBeta1ExperimentRunReportJson;
|
|
14
15
|
export type GetChaosExperimentRunReportJsonErrorResponse = SharedError;
|
|
@@ -1103,7 +1103,6 @@ export type { TypesApmPrometheusDetail } from './schemas/TypesApmPrometheusDetai
|
|
|
1103
1103
|
export type { TypesApmSplunkEnterpriseDetail } from './schemas/TypesApmSplunkEnterpriseDetail';
|
|
1104
1104
|
export type { TypesApmSplunkObservabilityDetail } from './schemas/TypesApmSplunkObservabilityDetail';
|
|
1105
1105
|
export type { TypesApplicationDetail } from './schemas/TypesApplicationDetail';
|
|
1106
|
-
export type { TypesAuthDetail } from './schemas/TypesAuthDetail';
|
|
1107
1106
|
export type { TypesBeta1ActionDetail } from './schemas/TypesBeta1ActionDetail';
|
|
1108
1107
|
export type { TypesBeta1ActionOverview } from './schemas/TypesBeta1ActionOverview';
|
|
1109
1108
|
export type { TypesBeta1ActionProps } from './schemas/TypesBeta1ActionProps';
|
|
@@ -1119,7 +1118,6 @@ export type { TypesBeta1RunProperties } from './schemas/TypesBeta1RunProperties'
|
|
|
1119
1118
|
export type { TypesBeta1Statistics } from './schemas/TypesBeta1Statistics';
|
|
1120
1119
|
export type { TypesBeta1TargetConfig } from './schemas/TypesBeta1TargetConfig';
|
|
1121
1120
|
export type { TypesCmdProbeDetail } from './schemas/TypesCmdProbeDetail';
|
|
1122
|
-
export type { TypesComparatorDetail } from './schemas/TypesComparatorDetail';
|
|
1123
1121
|
export type { TypesContainerDetail } from './schemas/TypesContainerDetail';
|
|
1124
1122
|
export type { TypesCreateExperimentFromTemplateRequest } from './schemas/TypesCreateExperimentFromTemplateRequest';
|
|
1125
1123
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
@@ -1205,7 +1203,6 @@ export type { TypesSummary } from './schemas/TypesSummary';
|
|
|
1205
1203
|
export type { TypesSyntheticsTestDetail } from './schemas/TypesSyntheticsTestDetail';
|
|
1206
1204
|
export type { TypesTemplateResourceDetails } from './schemas/TypesTemplateResourceDetails';
|
|
1207
1205
|
export type { TypesTemplateResources } from './schemas/TypesTemplateResources';
|
|
1208
|
-
export type { TypesTlsConfigDetail } from './schemas/TypesTlsConfigDetail';
|
|
1209
1206
|
export type { TypesUpdateCronExperimentAction } from './schemas/TypesUpdateCronExperimentAction';
|
|
1210
1207
|
export type { TypesUpdateCronExperimentStateRequest } from './schemas/TypesUpdateCronExperimentStateRequest';
|
|
1211
1208
|
export type { TypesUpdateCronExperimentStateResponse } from './schemas/TypesUpdateCronExperimentStateResponse';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { TypesApmAppDynamicsDetail } from '../schemas/TypesApmAppDynamicsDetail';
|
|
2
|
-
import type {
|
|
2
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
3
3
|
import type { TypesApmDatadogDetail } from '../schemas/TypesApmDatadogDetail';
|
|
4
4
|
import type { TypesApmDynatraceDetail } from '../schemas/TypesApmDynatraceDetail';
|
|
5
5
|
import type { TypesApmGcpCloudMonitoringDetail } from '../schemas/TypesApmGcpCloudMonitoringDetail';
|
|
@@ -9,7 +9,7 @@ import type { TypesApmSplunkEnterpriseDetail } from '../schemas/TypesApmSplunkEn
|
|
|
9
9
|
import type { TypesApmSplunkObservabilityDetail } from '../schemas/TypesApmSplunkObservabilityDetail';
|
|
10
10
|
export interface TypesApmProbeDetail {
|
|
11
11
|
appDynamicsInputs?: TypesApmAppDynamicsDetail;
|
|
12
|
-
comparator?:
|
|
12
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
13
13
|
datadogInputs?: TypesApmDatadogDetail;
|
|
14
14
|
dynatraceInputs?: TypesApmDynatraceDetail;
|
|
15
15
|
gcpCloudMonitoringInputs?: TypesApmGcpCloudMonitoringDetail;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig';
|
|
2
2
|
export interface TypesApmPrometheusDetail {
|
|
3
3
|
endpoint?: string;
|
|
4
4
|
query?: string;
|
|
5
|
-
tlsConfig?:
|
|
5
|
+
tlsConfig?: GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig;
|
|
6
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig';
|
|
2
2
|
export interface TypesApmSplunkEnterpriseDetail {
|
|
3
3
|
durationInMin?: number;
|
|
4
4
|
endpoint?: string;
|
|
5
5
|
fieldToFetch?: string;
|
|
6
6
|
searchQuery?: string;
|
|
7
|
-
tlsConfig?:
|
|
7
|
+
tlsConfig?: GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig;
|
|
8
8
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
import type { TypesErrorDetail } from '../schemas/TypesErrorDetail';
|
|
3
3
|
import type { TypesProbeExecutionData } from '../schemas/TypesProbeExecutionData';
|
|
4
4
|
import type { TypesBeta1ProbeOverview } from '../schemas/TypesBeta1ProbeOverview';
|
|
5
5
|
import type { TypesBeta1ProbeProps } from '../schemas/TypesBeta1ProbeProps';
|
|
6
6
|
import type { TypesBeta1RunProperties } from '../schemas/TypesBeta1RunProperties';
|
|
7
7
|
export interface TypesBeta1ProbeDetail {
|
|
8
|
-
comparatorInfo?:
|
|
8
|
+
comparatorInfo?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
9
9
|
error?: TypesErrorDetail;
|
|
10
10
|
executionData?: TypesProbeExecutionData;
|
|
11
11
|
name?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
import type { TypesKeyValuePair } from '../schemas/TypesKeyValuePair';
|
|
3
3
|
import type { TypesSourceDetail } from '../schemas/TypesSourceDetail';
|
|
4
4
|
export interface TypesCmdProbeDetail {
|
|
5
5
|
command?: string;
|
|
6
|
-
comparator?:
|
|
6
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
7
7
|
env?: TypesKeyValuePair[];
|
|
8
8
|
source?: TypesSourceDetail;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
import type { TypesKeyValuePair } from '../schemas/TypesKeyValuePair';
|
|
3
3
|
export interface TypesContainerDetail {
|
|
4
4
|
annotations?: {
|
|
@@ -6,7 +6,7 @@ export interface TypesContainerDetail {
|
|
|
6
6
|
};
|
|
7
7
|
args?: string;
|
|
8
8
|
command?: string[];
|
|
9
|
-
comparator?:
|
|
9
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
10
10
|
env?: TypesKeyValuePair[];
|
|
11
11
|
image?: string;
|
|
12
12
|
imagePullPolicy?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
export interface TypesDatadogMetricsDetail {
|
|
3
|
-
comparator?:
|
|
3
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
4
4
|
query?: string;
|
|
5
5
|
timeFrame?: string;
|
|
6
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
import type { TypesDynatraceMetricsDetail } from '../schemas/TypesDynatraceMetricsDetail';
|
|
3
3
|
export interface TypesDynatraceProbeDetail {
|
|
4
4
|
apiTokenSecretName?: string;
|
|
5
|
-
comparator?:
|
|
5
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
6
6
|
endpoint?: string;
|
|
7
7
|
metrics?: TypesDynatraceMetricsDetail;
|
|
8
8
|
timeFrame?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { V1Authorization } from '../schemas/V1Authorization';
|
|
2
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig';
|
|
3
3
|
export interface TypesHttpProbeDetail {
|
|
4
|
-
auth?:
|
|
4
|
+
auth?: V1Authorization;
|
|
5
5
|
body?: string;
|
|
6
6
|
bodyPath?: string;
|
|
7
7
|
contentType?: string;
|
|
@@ -13,6 +13,6 @@ export interface TypesHttpProbeDetail {
|
|
|
13
13
|
insecureSkipVerify?: boolean;
|
|
14
14
|
method?: string;
|
|
15
15
|
responseBody?: string;
|
|
16
|
-
tlsConfig?:
|
|
16
|
+
tlsConfig?: GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig;
|
|
17
17
|
url?: string;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
export interface TypesNewrelicMetricsDetail {
|
|
3
|
-
comparator?:
|
|
3
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
4
4
|
metricsEvaluationMode?: string;
|
|
5
5
|
query?: string;
|
|
6
6
|
queryMetrics?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
1
|
+
import type { V1Authorization } from '../schemas/V1Authorization';
|
|
2
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
3
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig';
|
|
4
4
|
export interface TypesPromProbeDetail {
|
|
5
|
-
auth?:
|
|
6
|
-
comparator?:
|
|
5
|
+
auth?: V1Authorization;
|
|
6
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
7
7
|
endpoint?: string;
|
|
8
8
|
query?: string;
|
|
9
9
|
queryPath?: string;
|
|
10
|
-
tlsConfig?:
|
|
10
|
+
tlsConfig?: GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig;
|
|
11
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo';
|
|
2
2
|
import type { TypesEvalWindowDetail } from '../schemas/TypesEvalWindowDetail';
|
|
3
3
|
import type { TypesSloSourceDetail } from '../schemas/TypesSloSourceDetail';
|
|
4
4
|
export interface TypesSloProbeDetail {
|
|
5
|
-
comparator?:
|
|
5
|
+
comparator?: GithubComHarnessHceSaasHceSdkCommonProbeV1ComparatorInfo;
|
|
6
6
|
evaluationTimeout?: string;
|
|
7
7
|
evaluationWindow?: TypesEvalWindowDetail;
|
|
8
8
|
insecureSkipVerify?: boolean;
|
package/package.json
CHANGED