@harnessio/react-chaos-manager-client 1.54.1-beta.0 → 1.56.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/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportJsonQuery.d.ts +26 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportJsonQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfLegacyQuery.d.ts +25 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfLegacyQuery.js +19 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfQuery.d.ts +3 -6
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfQuery.js +2 -7
- package/dist/chaos-manager/src/services/index.d.ts +59 -0
- package/dist/chaos-manager/src/services/index.js +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultCreateFaultRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultCreateFaultResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultGetFaultResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultUpdateFaultRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultUpdateFaultResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateUpdateFaultTemplateResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/FaulttemplateFaultTemplate.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTypesApiMachineInfraInfra.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraRegisterInfraRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesActionRunProps.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesActionRunProps.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmAppDynamicsDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmAppDynamicsDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmDatadogDetail.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmDatadogDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmDynatraceDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmDynatraceDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmGcpCloudMonitoringDetail.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmGcpCloudMonitoringDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmNewRelicDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmNewRelicDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmProbeDetail.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmPrometheusDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmPrometheusDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmSplunkEnterpriseDetail.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmSplunkEnterpriseDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmSplunkObservabilityDetail.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesApmSplunkObservabilityDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApplicationDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApplicationDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionDetail.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionOverview.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionOverview.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionProps.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionProps.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ChaosConfig.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ChaosConfig.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ExperimentRunReportJson.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ExperimentRunReportJson.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultDetail.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultOverview.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultOverview.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeDetail.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeOverview.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeOverview.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeProps.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeProps.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1RunDetails.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1RunDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1RunProperties.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1RunProperties.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1Statistics.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1Statistics.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1TargetConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesBeta1TargetConfig.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbeDetail.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesContainerDetail.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/TypesContainerDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCustomScriptActionDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesCustomScriptActionDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogMetricsDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogMetricsDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbeDetail.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDelayActionDetail.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/TypesDelayActionDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceMetricsDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceMetricsDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbeDetail.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesErrorDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesErrorDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesEvalWindowDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesEvalWindowDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutionStage.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutionStage.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutionStep.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutionStep.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesFaultExecutionData.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/TypesFaultExecutionData.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbeDetail.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8sProbeDetail.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8sProbeDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesKeyValuePair.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesKeyValuePair.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewRelicMetricDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewRelicMetricDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewrelicMetricsDetail.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewrelicMetricsDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewrelicProbeDetail.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesNewrelicProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeExecutionData.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeExecutionData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeIteration.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeIteration.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbeDetail.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbeDetail.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbeDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloSourceDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloSourceDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSourceDetail.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/TypesSourceDetail.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSyntheticsTestDetail.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSyntheticsTestDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkloadDetail.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkloadDetail.js +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { TypesBeta1ExperimentRunReportJson } from '../schemas/TypesBeta1ExperimentRunReportJson';
|
|
3
|
+
import type { SharedError } from '../schemas/SharedError';
|
|
4
|
+
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
5
|
+
export interface GetChaosExperimentRunReportJsonQueryPathParams {
|
|
6
|
+
experimentRunId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface GetChaosExperimentRunReportJsonQueryQueryParams {
|
|
9
|
+
accountIdentifier: string;
|
|
10
|
+
organizationIdentifier: string;
|
|
11
|
+
projectIdentifier: string;
|
|
12
|
+
}
|
|
13
|
+
export type GetChaosExperimentRunReportJsonOkResponse = TypesBeta1ExperimentRunReportJson;
|
|
14
|
+
export type GetChaosExperimentRunReportJsonErrorResponse = SharedError;
|
|
15
|
+
export interface GetChaosExperimentRunReportJsonProps extends GetChaosExperimentRunReportJsonQueryPathParams, Omit<FetcherOptions<GetChaosExperimentRunReportJsonQueryQueryParams, unknown>, 'url'> {
|
|
16
|
+
queryParams: GetChaosExperimentRunReportJsonQueryQueryParams;
|
|
17
|
+
}
|
|
18
|
+
export interface GetChaosExperimentRunReportJsonResponseContainer {
|
|
19
|
+
body: GetChaosExperimentRunReportJsonOkResponse;
|
|
20
|
+
headers: Headers;
|
|
21
|
+
}
|
|
22
|
+
export declare function getChaosExperimentRunReportJson(props: GetChaosExperimentRunReportJsonProps): Promise<GetChaosExperimentRunReportJsonResponseContainer>;
|
|
23
|
+
/**
|
|
24
|
+
* Generate and return beta1 chaos experiment run report as JSON
|
|
25
|
+
*/
|
|
26
|
+
export declare function useGetChaosExperimentRunReportJsonQuery(props: GetChaosExperimentRunReportJsonProps, options?: Omit<UseQueryOptions<GetChaosExperimentRunReportJsonResponseContainer, GetChaosExperimentRunReportJsonErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<GetChaosExperimentRunReportJsonResponseContainer, SharedError>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useQuery } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export function getChaosExperimentRunReportJson(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v3/experiment-runs/${props.experimentRunId}/report-data`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Generate and return beta1 chaos experiment run report as JSON
|
|
11
|
+
*/
|
|
12
|
+
export function useGetChaosExperimentRunReportJsonQuery(props, options) {
|
|
13
|
+
return useQuery(['GetChaosExperimentRunReportJSON', props.experimentRunId, props.queryParams], ({ signal }) => getChaosExperimentRunReportJson(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfLegacyQuery.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
3
|
+
export interface GetChaosExperimentRunReportPdfLegacyQueryPathParams {
|
|
4
|
+
experimentId: string;
|
|
5
|
+
chaosExperimentRunId: string;
|
|
6
|
+
}
|
|
7
|
+
export interface GetChaosExperimentRunReportPdfLegacyQueryQueryParams {
|
|
8
|
+
accountIdentifier: string;
|
|
9
|
+
organizationIdentifier: string;
|
|
10
|
+
projectIdentifier: string;
|
|
11
|
+
}
|
|
12
|
+
export type GetChaosExperimentRunReportPdfLegacyOkResponse = unknown;
|
|
13
|
+
export type GetChaosExperimentRunReportPdfLegacyErrorResponse = unknown;
|
|
14
|
+
export interface GetChaosExperimentRunReportPdfLegacyProps extends GetChaosExperimentRunReportPdfLegacyQueryPathParams, Omit<FetcherOptions<GetChaosExperimentRunReportPdfLegacyQueryQueryParams, unknown>, 'url'> {
|
|
15
|
+
queryParams: GetChaosExperimentRunReportPdfLegacyQueryQueryParams;
|
|
16
|
+
}
|
|
17
|
+
export interface GetChaosExperimentRunReportPdfLegacyResponseContainer {
|
|
18
|
+
body: GetChaosExperimentRunReportPdfLegacyOkResponse;
|
|
19
|
+
headers: Headers;
|
|
20
|
+
}
|
|
21
|
+
export declare function getChaosExperimentRunReportPdfLegacy(props: GetChaosExperimentRunReportPdfLegacyProps): Promise<GetChaosExperimentRunReportPdfLegacyResponseContainer>;
|
|
22
|
+
/**
|
|
23
|
+
* Deprecated – use /v3/experiment-runs/{experimentRunId}/report instead.
|
|
24
|
+
*/
|
|
25
|
+
export declare function useGetChaosExperimentRunReportPdfLegacyQuery(props: GetChaosExperimentRunReportPdfLegacyProps, options?: Omit<UseQueryOptions<GetChaosExperimentRunReportPdfLegacyResponseContainer, GetChaosExperimentRunReportPdfLegacyErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<GetChaosExperimentRunReportPdfLegacyResponseContainer, unknown>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useQuery } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export function getChaosExperimentRunReportPdfLegacy(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v3/chaos-experiment-run/report/${props.experimentId}/${props.chaosExperimentRunId}`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Deprecated – use /v3/experiment-runs/{experimentRunId}/report instead.
|
|
11
|
+
*/
|
|
12
|
+
export function useGetChaosExperimentRunReportPdfLegacyQuery(props, options) {
|
|
13
|
+
return useQuery([
|
|
14
|
+
'GetChaosExperimentRunReportPDFLegacy',
|
|
15
|
+
props.experimentId,
|
|
16
|
+
props.chaosExperimentRunId,
|
|
17
|
+
props.queryParams,
|
|
18
|
+
], ({ signal }) => getChaosExperimentRunReportPdfLegacy(Object.assign(Object.assign({}, props), { signal })), options);
|
|
19
|
+
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
2
|
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
3
3
|
export interface GetChaosExperimentRunReportPdfQueryPathParams {
|
|
4
|
-
|
|
5
|
-
chaosExperimentRunId: string;
|
|
4
|
+
experimentRunId: string;
|
|
6
5
|
}
|
|
7
6
|
export interface GetChaosExperimentRunReportPdfQueryQueryParams {
|
|
8
7
|
accountIdentifier: string;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
parentUniqueId?: string;
|
|
12
|
-
projectIdentifier?: string;
|
|
8
|
+
organizationIdentifier: string;
|
|
9
|
+
projectIdentifier: string;
|
|
13
10
|
}
|
|
14
11
|
export type GetChaosExperimentRunReportPdfOkResponse = unknown;
|
|
15
12
|
export type GetChaosExperimentRunReportPdfErrorResponse = unknown;
|
|
@@ -4,16 +4,11 @@
|
|
|
4
4
|
import { useQuery } from '@tanstack/react-query';
|
|
5
5
|
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
6
|
export function getChaosExperimentRunReportPdf(props) {
|
|
7
|
-
return fetcher(Object.assign({ url: `/v3/
|
|
7
|
+
return fetcher(Object.assign({ url: `/v3/experiment-runs/${props.experimentRunId}/report`, method: 'GET' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* Generate and return beta1 chaos experiment run report
|
|
11
11
|
*/
|
|
12
12
|
export function useGetChaosExperimentRunReportPdfQuery(props, options) {
|
|
13
|
-
return useQuery([
|
|
14
|
-
'GetChaosExperimentRunReportPDF',
|
|
15
|
-
props.experimentId,
|
|
16
|
-
props.chaosExperimentRunId,
|
|
17
|
-
props.queryParams,
|
|
18
|
-
], ({ signal }) => getChaosExperimentRunReportPdf(Object.assign(Object.assign({}, props), { signal })), options);
|
|
13
|
+
return useQuery(['GetChaosExperimentRunReportPDF', props.experimentRunId, props.queryParams], ({ signal }) => getChaosExperimentRunReportPdf(Object.assign(Object.assign({}, props), { signal })), options);
|
|
19
14
|
}
|
|
@@ -118,6 +118,10 @@ export type { GetChaosComponentVariableErrorResponse, GetChaosComponentVariableO
|
|
|
118
118
|
export { getChaosComponentVariable, useGetChaosComponentVariableQuery, } from './hooks/useGetChaosComponentVariableQuery';
|
|
119
119
|
export type { GetChaosDashboardErrorResponse, GetChaosDashboardOkResponse, GetChaosDashboardProps, } from './hooks/useGetChaosDashboardQuery';
|
|
120
120
|
export { getChaosDashboard, useGetChaosDashboardQuery } from './hooks/useGetChaosDashboardQuery';
|
|
121
|
+
export type { GetChaosExperimentRunReportJsonErrorResponse, GetChaosExperimentRunReportJsonOkResponse, GetChaosExperimentRunReportJsonProps, GetChaosExperimentRunReportJsonQueryPathParams, GetChaosExperimentRunReportJsonQueryQueryParams, } from './hooks/useGetChaosExperimentRunReportJsonQuery';
|
|
122
|
+
export { getChaosExperimentRunReportJson, useGetChaosExperimentRunReportJsonQuery, } from './hooks/useGetChaosExperimentRunReportJsonQuery';
|
|
123
|
+
export type { GetChaosExperimentRunReportPdfLegacyErrorResponse, GetChaosExperimentRunReportPdfLegacyOkResponse, GetChaosExperimentRunReportPdfLegacyProps, GetChaosExperimentRunReportPdfLegacyQueryPathParams, GetChaosExperimentRunReportPdfLegacyQueryQueryParams, } from './hooks/useGetChaosExperimentRunReportPdfLegacyQuery';
|
|
124
|
+
export { getChaosExperimentRunReportPdfLegacy, useGetChaosExperimentRunReportPdfLegacyQuery, } from './hooks/useGetChaosExperimentRunReportPdfLegacyQuery';
|
|
121
125
|
export type { GetChaosExperimentRunReportPdfErrorResponse, GetChaosExperimentRunReportPdfOkResponse, GetChaosExperimentRunReportPdfProps, GetChaosExperimentRunReportPdfQueryPathParams, GetChaosExperimentRunReportPdfQueryQueryParams, } from './hooks/useGetChaosExperimentRunReportPdfQuery';
|
|
122
126
|
export { getChaosExperimentRunReportPdf, useGetChaosExperimentRunReportPdfQuery, } from './hooks/useGetChaosExperimentRunReportPdfQuery';
|
|
123
127
|
export type { GetChaosExperimentRunReportErrorResponse, GetChaosExperimentRunReportOkResponse, GetChaosExperimentRunReportProps, GetChaosExperimentRunReportQueryPathParams, GetChaosExperimentRunReportQueryQueryParams, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
@@ -1088,6 +1092,35 @@ export type { TemplateRunTimeInputs } from './schemas/TemplateRunTimeInputs';
|
|
|
1088
1092
|
export type { TemplateVariable } from './schemas/TemplateVariable';
|
|
1089
1093
|
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
1090
1094
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
1095
|
+
export type { TypesActionRunProps } from './schemas/TypesActionRunProps';
|
|
1096
|
+
export type { TypesApmAppDynamicsDetail } from './schemas/TypesApmAppDynamicsDetail';
|
|
1097
|
+
export type { TypesApmDatadogDetail } from './schemas/TypesApmDatadogDetail';
|
|
1098
|
+
export type { TypesApmDynatraceDetail } from './schemas/TypesApmDynatraceDetail';
|
|
1099
|
+
export type { TypesApmGcpCloudMonitoringDetail } from './schemas/TypesApmGcpCloudMonitoringDetail';
|
|
1100
|
+
export type { TypesApmNewRelicDetail } from './schemas/TypesApmNewRelicDetail';
|
|
1101
|
+
export type { TypesApmProbeDetail } from './schemas/TypesApmProbeDetail';
|
|
1102
|
+
export type { TypesApmPrometheusDetail } from './schemas/TypesApmPrometheusDetail';
|
|
1103
|
+
export type { TypesApmSplunkEnterpriseDetail } from './schemas/TypesApmSplunkEnterpriseDetail';
|
|
1104
|
+
export type { TypesApmSplunkObservabilityDetail } from './schemas/TypesApmSplunkObservabilityDetail';
|
|
1105
|
+
export type { TypesApplicationDetail } from './schemas/TypesApplicationDetail';
|
|
1106
|
+
export type { TypesAuthDetail } from './schemas/TypesAuthDetail';
|
|
1107
|
+
export type { TypesBeta1ActionDetail } from './schemas/TypesBeta1ActionDetail';
|
|
1108
|
+
export type { TypesBeta1ActionOverview } from './schemas/TypesBeta1ActionOverview';
|
|
1109
|
+
export type { TypesBeta1ActionProps } from './schemas/TypesBeta1ActionProps';
|
|
1110
|
+
export type { TypesBeta1ChaosConfig } from './schemas/TypesBeta1ChaosConfig';
|
|
1111
|
+
export type { TypesBeta1ExperimentRunReportJson } from './schemas/TypesBeta1ExperimentRunReportJson';
|
|
1112
|
+
export type { TypesBeta1FaultDetail } from './schemas/TypesBeta1FaultDetail';
|
|
1113
|
+
export type { TypesBeta1FaultOverview } from './schemas/TypesBeta1FaultOverview';
|
|
1114
|
+
export type { TypesBeta1ProbeDetail } from './schemas/TypesBeta1ProbeDetail';
|
|
1115
|
+
export type { TypesBeta1ProbeOverview } from './schemas/TypesBeta1ProbeOverview';
|
|
1116
|
+
export type { TypesBeta1ProbeProps } from './schemas/TypesBeta1ProbeProps';
|
|
1117
|
+
export type { TypesBeta1RunDetails } from './schemas/TypesBeta1RunDetails';
|
|
1118
|
+
export type { TypesBeta1RunProperties } from './schemas/TypesBeta1RunProperties';
|
|
1119
|
+
export type { TypesBeta1Statistics } from './schemas/TypesBeta1Statistics';
|
|
1120
|
+
export type { TypesBeta1TargetConfig } from './schemas/TypesBeta1TargetConfig';
|
|
1121
|
+
export type { TypesCmdProbeDetail } from './schemas/TypesCmdProbeDetail';
|
|
1122
|
+
export type { TypesComparatorDetail } from './schemas/TypesComparatorDetail';
|
|
1123
|
+
export type { TypesContainerDetail } from './schemas/TypesContainerDetail';
|
|
1091
1124
|
export type { TypesCreateExperimentFromTemplateRequest } from './schemas/TypesCreateExperimentFromTemplateRequest';
|
|
1092
1125
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
1093
1126
|
export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
|
|
@@ -1095,8 +1128,18 @@ export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGameday
|
|
|
1095
1128
|
export type { TypesCreateNoteRequest } from './schemas/TypesCreateNoteRequest';
|
|
1096
1129
|
export type { TypesCreateNoteResponse } from './schemas/TypesCreateNoteResponse';
|
|
1097
1130
|
export type { TypesCreateProbeResponse } from './schemas/TypesCreateProbeResponse';
|
|
1131
|
+
export type { TypesCustomScriptActionDetail } from './schemas/TypesCustomScriptActionDetail';
|
|
1132
|
+
export type { TypesDatadogMetricsDetail } from './schemas/TypesDatadogMetricsDetail';
|
|
1133
|
+
export type { TypesDatadogProbeDetail } from './schemas/TypesDatadogProbeDetail';
|
|
1134
|
+
export type { TypesDelayActionDetail } from './schemas/TypesDelayActionDetail';
|
|
1098
1135
|
export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
|
|
1136
|
+
export type { TypesDynatraceMetricsDetail } from './schemas/TypesDynatraceMetricsDetail';
|
|
1137
|
+
export type { TypesDynatraceProbeDetail } from './schemas/TypesDynatraceProbeDetail';
|
|
1138
|
+
export type { TypesErrorDetail } from './schemas/TypesErrorDetail';
|
|
1139
|
+
export type { TypesEvalWindowDetail } from './schemas/TypesEvalWindowDetail';
|
|
1099
1140
|
export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
|
|
1141
|
+
export type { TypesExecutionStage } from './schemas/TypesExecutionStage';
|
|
1142
|
+
export type { TypesExecutionStep } from './schemas/TypesExecutionStep';
|
|
1100
1143
|
export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
|
|
1101
1144
|
export type { TypesExperimentCreationRequest } from './schemas/TypesExperimentCreationRequest';
|
|
1102
1145
|
export type { TypesExperimentCreationResponse } from './schemas/TypesExperimentCreationResponse';
|
|
@@ -1104,17 +1147,21 @@ export type { TypesExperimentRequest } from './schemas/TypesExperimentRequest';
|
|
|
1104
1147
|
export type { TypesExperimentRunRequest } from './schemas/TypesExperimentRunRequest';
|
|
1105
1148
|
export type { TypesExperimentRuns } from './schemas/TypesExperimentRuns';
|
|
1106
1149
|
export type { TypesExperimentV2 } from './schemas/TypesExperimentV2';
|
|
1150
|
+
export type { TypesFaultExecutionData } from './schemas/TypesFaultExecutionData';
|
|
1107
1151
|
export type { TypesFilterListChaosPipelineRuns } from './schemas/TypesFilterListChaosPipelineRuns';
|
|
1108
1152
|
export type { TypesGamedayInfraDetails } from './schemas/TypesGamedayInfraDetails';
|
|
1109
1153
|
export type { TypesGamedayV2 } from './schemas/TypesGamedayV2';
|
|
1110
1154
|
export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGamedayExperimentResponse';
|
|
1111
1155
|
export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
|
|
1112
1156
|
export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
|
|
1157
|
+
export type { TypesHttpProbeDetail } from './schemas/TypesHttpProbeDetail';
|
|
1113
1158
|
export type { TypesIdentifiers } from './schemas/TypesIdentifiers';
|
|
1114
1159
|
export type { TypesImportProbeTemplateRequest } from './schemas/TypesImportProbeTemplateRequest';
|
|
1115
1160
|
export type { TypesInfra } from './schemas/TypesInfra';
|
|
1116
1161
|
export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
|
|
1117
1162
|
export type { TypesInternalExperimentRunRequest } from './schemas/TypesInternalExperimentRunRequest';
|
|
1163
|
+
export type { TypesK8sProbeDetail } from './schemas/TypesK8sProbeDetail';
|
|
1164
|
+
export type { TypesKeyValuePair } from './schemas/TypesKeyValuePair';
|
|
1118
1165
|
export type { TypesListChaosPipelineRuns } from './schemas/TypesListChaosPipelineRuns';
|
|
1119
1166
|
export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
|
|
1120
1167
|
export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
|
|
@@ -1122,6 +1169,9 @@ export type { TypesListGamedayRunV2Response } from './schemas/TypesListGamedayRu
|
|
|
1122
1169
|
export type { TypesListGamedayV2Response } from './schemas/TypesListGamedayV2Response';
|
|
1123
1170
|
export type { TypesListMetadataRequest } from './schemas/TypesListMetadataRequest';
|
|
1124
1171
|
export type { TypesListProbeResponse } from './schemas/TypesListProbeResponse';
|
|
1172
|
+
export type { TypesNewRelicMetricDetail } from './schemas/TypesNewRelicMetricDetail';
|
|
1173
|
+
export type { TypesNewrelicMetricsDetail } from './schemas/TypesNewrelicMetricsDetail';
|
|
1174
|
+
export type { TypesNewrelicProbeDetail } from './schemas/TypesNewrelicProbeDetail';
|
|
1125
1175
|
export type { TypesNote } from './schemas/TypesNote';
|
|
1126
1176
|
export type { TypesNotes } from './schemas/TypesNotes';
|
|
1127
1177
|
export type { TypesPrerequisite } from './schemas/TypesPrerequisite';
|
|
@@ -1131,14 +1181,20 @@ export type { TypesProbeDetailsInExperiment } from './schemas/TypesProbeDetailsI
|
|
|
1131
1181
|
export type { TypesProbeDetailsInExperimentRequest } from './schemas/TypesProbeDetailsInExperimentRequest';
|
|
1132
1182
|
export type { TypesProbeDetailsInExperimentResponse } from './schemas/TypesProbeDetailsInExperimentResponse';
|
|
1133
1183
|
export type { TypesProbeDetailsMinimal } from './schemas/TypesProbeDetailsMinimal';
|
|
1184
|
+
export type { TypesProbeExecutionData } from './schemas/TypesProbeExecutionData';
|
|
1185
|
+
export type { TypesProbeIteration } from './schemas/TypesProbeIteration';
|
|
1134
1186
|
export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecutions';
|
|
1135
1187
|
export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
|
|
1136
1188
|
export type { TypesProbeType } from './schemas/TypesProbeType';
|
|
1137
1189
|
export type { TypesProbeVerdict } from './schemas/TypesProbeVerdict';
|
|
1138
1190
|
export type { TypesProbeVerifyRequest } from './schemas/TypesProbeVerifyRequest';
|
|
1191
|
+
export type { TypesPromProbeDetail } from './schemas/TypesPromProbeDetail';
|
|
1139
1192
|
export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
|
|
1140
1193
|
export type { TypesRun } from './schemas/TypesRun';
|
|
1141
1194
|
export type { TypesScenarioType } from './schemas/TypesScenarioType';
|
|
1195
|
+
export type { TypesSloProbeDetail } from './schemas/TypesSloProbeDetail';
|
|
1196
|
+
export type { TypesSloSourceDetail } from './schemas/TypesSloSourceDetail';
|
|
1197
|
+
export type { TypesSourceDetail } from './schemas/TypesSourceDetail';
|
|
1142
1198
|
export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
|
|
1143
1199
|
export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
|
|
1144
1200
|
export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
|
|
@@ -1146,8 +1202,10 @@ export type { TypesStakeHolderRole } from './schemas/TypesStakeHolderRole';
|
|
|
1146
1202
|
export type { TypesStatus } from './schemas/TypesStatus';
|
|
1147
1203
|
export type { TypesStopChaosV2ExperimentResponse } from './schemas/TypesStopChaosV2ExperimentResponse';
|
|
1148
1204
|
export type { TypesSummary } from './schemas/TypesSummary';
|
|
1205
|
+
export type { TypesSyntheticsTestDetail } from './schemas/TypesSyntheticsTestDetail';
|
|
1149
1206
|
export type { TypesTemplateResourceDetails } from './schemas/TypesTemplateResourceDetails';
|
|
1150
1207
|
export type { TypesTemplateResources } from './schemas/TypesTemplateResources';
|
|
1208
|
+
export type { TypesTlsConfigDetail } from './schemas/TypesTlsConfigDetail';
|
|
1151
1209
|
export type { TypesUpdateCronExperimentAction } from './schemas/TypesUpdateCronExperimentAction';
|
|
1152
1210
|
export type { TypesUpdateCronExperimentStateRequest } from './schemas/TypesUpdateCronExperimentStateRequest';
|
|
1153
1211
|
export type { TypesUpdateCronExperimentStateResponse } from './schemas/TypesUpdateCronExperimentStateResponse';
|
|
@@ -1158,6 +1216,7 @@ export type { TypesUpdateOperation } from './schemas/TypesUpdateOperation';
|
|
|
1158
1216
|
export type { TypesUpdatePrerequisiteRequest } from './schemas/TypesUpdatePrerequisiteRequest';
|
|
1159
1217
|
export type { TypesUpdateStakeHolderActionRequest } from './schemas/TypesUpdateStakeHolderActionRequest';
|
|
1160
1218
|
export type { TypesWeightages } from './schemas/TypesWeightages';
|
|
1219
|
+
export type { TypesWorkloadDetail } from './schemas/TypesWorkloadDetail';
|
|
1161
1220
|
export type { V1ApmProbeInputs } from './schemas/V1ApmProbeInputs';
|
|
1162
1221
|
export type { V1AppDynamicsInputs } from './schemas/V1AppDynamicsInputs';
|
|
1163
1222
|
export type { V1AppdMetrics } from './schemas/V1AppdMetrics';
|
|
@@ -58,6 +58,8 @@ export { getActionTemplate, useGetActionTemplateQuery } from './hooks/useGetActi
|
|
|
58
58
|
export { getActionTemplateRevisionDifference, useGetActionTemplateRevisionDifferenceQuery, } from './hooks/useGetActionTemplateRevisionDifferenceQuery';
|
|
59
59
|
export { getChaosComponentVariable, useGetChaosComponentVariableQuery, } from './hooks/useGetChaosComponentVariableQuery';
|
|
60
60
|
export { getChaosDashboard, useGetChaosDashboardQuery } from './hooks/useGetChaosDashboardQuery';
|
|
61
|
+
export { getChaosExperimentRunReportJson, useGetChaosExperimentRunReportJsonQuery, } from './hooks/useGetChaosExperimentRunReportJsonQuery';
|
|
62
|
+
export { getChaosExperimentRunReportPdfLegacy, useGetChaosExperimentRunReportPdfLegacyQuery, } from './hooks/useGetChaosExperimentRunReportPdfLegacyQuery';
|
|
61
63
|
export { getChaosExperimentRunReportPdf, useGetChaosExperimentRunReportPdfQuery, } from './hooks/useGetChaosExperimentRunReportPdfQuery';
|
|
62
64
|
export { getChaosExperimentRunReport, useGetChaosExperimentRunReportQuery, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
63
65
|
export { getChaosExperimentRunsForPipeline, useGetChaosExperimentRunsForPipelineQuery, } from './hooks/useGetChaosExperimentRunsForPipelineQuery';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { TypesApmAppDynamicsDetail } from '../schemas/TypesApmAppDynamicsDetail';
|
|
2
|
+
import type { TypesComparatorDetail } from '../schemas/TypesComparatorDetail';
|
|
3
|
+
import type { TypesApmDatadogDetail } from '../schemas/TypesApmDatadogDetail';
|
|
4
|
+
import type { TypesApmDynatraceDetail } from '../schemas/TypesApmDynatraceDetail';
|
|
5
|
+
import type { TypesApmGcpCloudMonitoringDetail } from '../schemas/TypesApmGcpCloudMonitoringDetail';
|
|
6
|
+
import type { TypesApmNewRelicDetail } from '../schemas/TypesApmNewRelicDetail';
|
|
7
|
+
import type { TypesApmPrometheusDetail } from '../schemas/TypesApmPrometheusDetail';
|
|
8
|
+
import type { TypesApmSplunkEnterpriseDetail } from '../schemas/TypesApmSplunkEnterpriseDetail';
|
|
9
|
+
import type { TypesApmSplunkObservabilityDetail } from '../schemas/TypesApmSplunkObservabilityDetail';
|
|
10
|
+
export interface TypesApmProbeDetail {
|
|
11
|
+
appDynamicsInputs?: TypesApmAppDynamicsDetail;
|
|
12
|
+
comparator?: TypesComparatorDetail;
|
|
13
|
+
datadogInputs?: TypesApmDatadogDetail;
|
|
14
|
+
dynatraceInputs?: TypesApmDynatraceDetail;
|
|
15
|
+
gcpCloudMonitoringInputs?: TypesApmGcpCloudMonitoringDetail;
|
|
16
|
+
newRelicInputs?: TypesApmNewRelicDetail;
|
|
17
|
+
prometheusInputs?: TypesApmPrometheusDetail;
|
|
18
|
+
splunkEnterpriseInputs?: TypesApmSplunkEnterpriseDetail;
|
|
19
|
+
splunkObservabilityInputs?: TypesApmSplunkObservabilityDetail;
|
|
20
|
+
type?: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TypesErrorDetail } from '../schemas/TypesErrorDetail';
|
|
2
|
+
import type { TypesBeta1ActionOverview } from '../schemas/TypesBeta1ActionOverview';
|
|
3
|
+
import type { TypesBeta1ActionProps } from '../schemas/TypesBeta1ActionProps';
|
|
4
|
+
import type { TypesActionRunProps } from '../schemas/TypesActionRunProps';
|
|
5
|
+
export interface TypesBeta1ActionDetail {
|
|
6
|
+
error?: TypesErrorDetail;
|
|
7
|
+
name?: string;
|
|
8
|
+
overview?: TypesBeta1ActionOverview;
|
|
9
|
+
properties?: TypesBeta1ActionProps;
|
|
10
|
+
runProperties?: TypesActionRunProps;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TypesContainerDetail } from '../schemas/TypesContainerDetail';
|
|
2
|
+
import type { TypesCustomScriptActionDetail } from '../schemas/TypesCustomScriptActionDetail';
|
|
3
|
+
import type { TypesDelayActionDetail } from '../schemas/TypesDelayActionDetail';
|
|
4
|
+
export interface TypesBeta1ActionProps {
|
|
5
|
+
container?: TypesContainerDetail;
|
|
6
|
+
customScript?: TypesCustomScriptActionDetail;
|
|
7
|
+
delay?: TypesDelayActionDetail;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|