@harnessio/react-chaos-manager-client 1.55.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.
Files changed (120) hide show
  1. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportJsonQuery.d.ts +26 -0
  2. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportJsonQuery.js +14 -0
  3. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfLegacyQuery.d.ts +25 -0
  4. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfLegacyQuery.js +19 -0
  5. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfQuery.d.ts +3 -6
  6. package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfQuery.js +2 -7
  7. package/dist/chaos-manager/src/services/index.d.ts +59 -0
  8. package/dist/chaos-manager/src/services/index.js +2 -0
  9. package/dist/chaos-manager/src/services/schemas/InfraRegisterInfraRequest.d.ts +4 -0
  10. package/dist/chaos-manager/src/services/schemas/TypesActionRunProps.d.ts +8 -0
  11. package/dist/chaos-manager/src/services/schemas/TypesActionRunProps.js +4 -0
  12. package/dist/chaos-manager/src/services/schemas/TypesApmAppDynamicsDetail.d.ts +6 -0
  13. package/dist/chaos-manager/src/services/schemas/TypesApmAppDynamicsDetail.js +4 -0
  14. package/dist/chaos-manager/src/services/schemas/TypesApmDatadogDetail.d.ts +7 -0
  15. package/dist/chaos-manager/src/services/schemas/TypesApmDatadogDetail.js +1 -0
  16. package/dist/chaos-manager/src/services/schemas/TypesApmDynatraceDetail.d.ts +6 -0
  17. package/dist/chaos-manager/src/services/schemas/TypesApmDynatraceDetail.js +1 -0
  18. package/dist/chaos-manager/src/services/schemas/TypesApmGcpCloudMonitoringDetail.d.ts +5 -0
  19. package/dist/chaos-manager/src/services/schemas/TypesApmGcpCloudMonitoringDetail.js +4 -0
  20. package/dist/chaos-manager/src/services/schemas/TypesApmNewRelicDetail.d.ts +6 -0
  21. package/dist/chaos-manager/src/services/schemas/TypesApmNewRelicDetail.js +1 -0
  22. package/dist/chaos-manager/src/services/schemas/TypesApmProbeDetail.d.ts +21 -0
  23. package/dist/chaos-manager/src/services/schemas/TypesApmProbeDetail.js +1 -0
  24. package/dist/chaos-manager/src/services/schemas/TypesApmPrometheusDetail.d.ts +6 -0
  25. package/dist/chaos-manager/src/services/schemas/TypesApmPrometheusDetail.js +1 -0
  26. package/dist/chaos-manager/src/services/schemas/TypesApmSplunkEnterpriseDetail.d.ts +8 -0
  27. package/dist/chaos-manager/src/services/schemas/TypesApmSplunkEnterpriseDetail.js +1 -0
  28. package/dist/chaos-manager/src/services/schemas/TypesApmSplunkObservabilityDetail.d.ts +5 -0
  29. package/dist/chaos-manager/src/services/schemas/TypesApmSplunkObservabilityDetail.js +4 -0
  30. package/dist/chaos-manager/src/services/schemas/TypesApplicationDetail.d.ts +4 -0
  31. package/dist/chaos-manager/src/services/schemas/TypesApplicationDetail.js +4 -0
  32. package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.d.ts +4 -0
  33. package/dist/chaos-manager/src/services/schemas/TypesAuthDetail.js +4 -0
  34. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionDetail.d.ts +11 -0
  35. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionDetail.js +1 -0
  36. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionOverview.d.ts +8 -0
  37. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionOverview.js +4 -0
  38. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionProps.d.ts +8 -0
  39. package/dist/chaos-manager/src/services/schemas/TypesBeta1ActionProps.js +1 -0
  40. package/dist/chaos-manager/src/services/schemas/TypesBeta1ChaosConfig.d.ts +15 -0
  41. package/dist/chaos-manager/src/services/schemas/TypesBeta1ChaosConfig.js +1 -0
  42. package/dist/chaos-manager/src/services/schemas/TypesBeta1ExperimentRunReportJson.d.ts +17 -0
  43. package/dist/chaos-manager/src/services/schemas/TypesBeta1ExperimentRunReportJson.js +1 -0
  44. package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultDetail.d.ts +13 -0
  45. package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultDetail.js +1 -0
  46. package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultOverview.d.ts +8 -0
  47. package/dist/chaos-manager/src/services/schemas/TypesBeta1FaultOverview.js +4 -0
  48. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeDetail.d.ts +15 -0
  49. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeDetail.js +1 -0
  50. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeOverview.d.ts +9 -0
  51. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeOverview.js +4 -0
  52. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeProps.d.ts +22 -0
  53. package/dist/chaos-manager/src/services/schemas/TypesBeta1ProbeProps.js +1 -0
  54. package/dist/chaos-manager/src/services/schemas/TypesBeta1RunDetails.d.ts +18 -0
  55. package/dist/chaos-manager/src/services/schemas/TypesBeta1RunDetails.js +4 -0
  56. package/dist/chaos-manager/src/services/schemas/TypesBeta1RunProperties.d.ts +11 -0
  57. package/dist/chaos-manager/src/services/schemas/TypesBeta1RunProperties.js +4 -0
  58. package/dist/chaos-manager/src/services/schemas/TypesBeta1Statistics.d.ts +5 -0
  59. package/dist/chaos-manager/src/services/schemas/TypesBeta1Statistics.js +4 -0
  60. package/dist/chaos-manager/src/services/schemas/TypesBeta1TargetConfig.d.ts +6 -0
  61. package/dist/chaos-manager/src/services/schemas/TypesBeta1TargetConfig.js +1 -0
  62. package/dist/chaos-manager/src/services/schemas/TypesCmdProbeDetail.d.ts +9 -0
  63. package/dist/chaos-manager/src/services/schemas/TypesCmdProbeDetail.js +1 -0
  64. package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.d.ts +5 -0
  65. package/dist/chaos-manager/src/services/schemas/TypesComparatorDetail.js +4 -0
  66. package/dist/chaos-manager/src/services/schemas/TypesContainerDetail.d.ts +21 -0
  67. package/dist/chaos-manager/src/services/schemas/TypesContainerDetail.js +1 -0
  68. package/dist/chaos-manager/src/services/schemas/TypesCustomScriptActionDetail.d.ts +6 -0
  69. package/dist/chaos-manager/src/services/schemas/TypesCustomScriptActionDetail.js +1 -0
  70. package/dist/chaos-manager/src/services/schemas/TypesDatadogMetricsDetail.d.ts +6 -0
  71. package/dist/chaos-manager/src/services/schemas/TypesDatadogMetricsDetail.js +1 -0
  72. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbeDetail.d.ts +8 -0
  73. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbeDetail.js +1 -0
  74. package/dist/chaos-manager/src/services/schemas/TypesDelayActionDetail.d.ts +3 -0
  75. package/dist/chaos-manager/src/services/schemas/TypesDelayActionDetail.js +4 -0
  76. package/dist/chaos-manager/src/services/schemas/TypesDynatraceMetricsDetail.d.ts +4 -0
  77. package/dist/chaos-manager/src/services/schemas/TypesDynatraceMetricsDetail.js +4 -0
  78. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbeDetail.d.ts +9 -0
  79. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbeDetail.js +1 -0
  80. package/dist/chaos-manager/src/services/schemas/TypesErrorDetail.d.ts +4 -0
  81. package/dist/chaos-manager/src/services/schemas/TypesErrorDetail.js +4 -0
  82. package/dist/chaos-manager/src/services/schemas/TypesEvalWindowDetail.d.ts +4 -0
  83. package/dist/chaos-manager/src/services/schemas/TypesEvalWindowDetail.js +4 -0
  84. package/dist/chaos-manager/src/services/schemas/TypesExecutionStage.d.ts +5 -0
  85. package/dist/chaos-manager/src/services/schemas/TypesExecutionStage.js +1 -0
  86. package/dist/chaos-manager/src/services/schemas/TypesExecutionStep.d.ts +5 -0
  87. package/dist/chaos-manager/src/services/schemas/TypesExecutionStep.js +4 -0
  88. package/dist/chaos-manager/src/services/schemas/TypesFaultExecutionData.d.ts +3 -0
  89. package/dist/chaos-manager/src/services/schemas/TypesFaultExecutionData.js +4 -0
  90. package/dist/chaos-manager/src/services/schemas/TypesHttpProbeDetail.d.ts +18 -0
  91. package/dist/chaos-manager/src/services/schemas/TypesHttpProbeDetail.js +1 -0
  92. package/dist/chaos-manager/src/services/schemas/TypesK8sProbeDetail.d.ts +10 -0
  93. package/dist/chaos-manager/src/services/schemas/TypesK8sProbeDetail.js +4 -0
  94. package/dist/chaos-manager/src/services/schemas/TypesKeyValuePair.d.ts +4 -0
  95. package/dist/chaos-manager/src/services/schemas/TypesKeyValuePair.js +4 -0
  96. package/dist/chaos-manager/src/services/schemas/TypesNewRelicMetricDetail.d.ts +4 -0
  97. package/dist/chaos-manager/src/services/schemas/TypesNewRelicMetricDetail.js +4 -0
  98. package/dist/chaos-manager/src/services/schemas/TypesNewrelicMetricsDetail.d.ts +7 -0
  99. package/dist/chaos-manager/src/services/schemas/TypesNewrelicMetricsDetail.js +1 -0
  100. package/dist/chaos-manager/src/services/schemas/TypesNewrelicProbeDetail.d.ts +7 -0
  101. package/dist/chaos-manager/src/services/schemas/TypesNewrelicProbeDetail.js +1 -0
  102. package/dist/chaos-manager/src/services/schemas/TypesProbeExecutionData.d.ts +8 -0
  103. package/dist/chaos-manager/src/services/schemas/TypesProbeExecutionData.js +1 -0
  104. package/dist/chaos-manager/src/services/schemas/TypesProbeIteration.d.ts +5 -0
  105. package/dist/chaos-manager/src/services/schemas/TypesProbeIteration.js +4 -0
  106. package/dist/chaos-manager/src/services/schemas/TypesPromProbeDetail.d.ts +11 -0
  107. package/dist/chaos-manager/src/services/schemas/TypesPromProbeDetail.js +1 -0
  108. package/dist/chaos-manager/src/services/schemas/TypesSloProbeDetail.d.ts +12 -0
  109. package/dist/chaos-manager/src/services/schemas/TypesSloProbeDetail.js +1 -0
  110. package/dist/chaos-manager/src/services/schemas/TypesSloSourceDetail.d.ts +6 -0
  111. package/dist/chaos-manager/src/services/schemas/TypesSloSourceDetail.js +4 -0
  112. package/dist/chaos-manager/src/services/schemas/TypesSourceDetail.d.ts +20 -0
  113. package/dist/chaos-manager/src/services/schemas/TypesSourceDetail.js +1 -0
  114. package/dist/chaos-manager/src/services/schemas/TypesSyntheticsTestDetail.d.ts +4 -0
  115. package/dist/chaos-manager/src/services/schemas/TypesSyntheticsTestDetail.js +4 -0
  116. package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.d.ts +7 -0
  117. package/dist/chaos-manager/src/services/schemas/TypesTlsConfigDetail.js +4 -0
  118. package/dist/chaos-manager/src/services/schemas/TypesWorkloadDetail.d.ts +6 -0
  119. package/dist/chaos-manager/src/services/schemas/TypesWorkloadDetail.js +4 -0
  120. 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
+ }
@@ -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
- experimentId: string;
5
- chaosExperimentRunId: string;
4
+ experimentRunId: string;
6
5
  }
7
6
  export interface GetChaosExperimentRunReportPdfQueryQueryParams {
8
7
  accountIdentifier: string;
9
- correlationID?: string;
10
- organizationIdentifier?: string;
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/chaos-experiment-run/report/${props.experimentId}/${props.chaosExperimentRunId}`, method: 'GET' }, props));
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';
@@ -13,6 +13,10 @@ export interface InfraRegisterInfraRequest {
13
13
  * Environment ID for the infra
14
14
  */
15
15
  environmentID?: string;
16
+ /**
17
+ * Whether load testing is enabled on this infra
18
+ */
19
+ loadEnabled?: boolean;
16
20
  /**
17
21
  * Name of the infra
18
22
  */
@@ -0,0 +1,8 @@
1
+ export interface TypesActionRunProps {
2
+ initialDelay?: string;
3
+ interval?: string;
4
+ iterations?: number;
5
+ maxRetries?: number;
6
+ timeout?: string;
7
+ verbosity?: string;
8
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface TypesApmAppDynamicsDetail {
2
+ applicationName?: string;
3
+ durationInMin?: number;
4
+ endpoint?: string;
5
+ metricsFullPath?: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { TypesSyntheticsTestDetail } from '../schemas/TypesSyntheticsTestDetail';
2
+ export interface TypesApmDatadogDetail {
3
+ durationInMin?: number;
4
+ endpoint?: string;
5
+ query?: string;
6
+ syntheticsTest?: TypesSyntheticsTestDetail;
7
+ }
@@ -0,0 +1,6 @@
1
+ import type { TypesDynatraceMetricsDetail } from '../schemas/TypesDynatraceMetricsDetail';
2
+ export interface TypesApmDynatraceDetail {
3
+ durationInMin?: number;
4
+ endpoint?: string;
5
+ metrics?: TypesDynatraceMetricsDetail;
6
+ }
@@ -0,0 +1,5 @@
1
+ export interface TypesApmGcpCloudMonitoringDetail {
2
+ projectID?: string;
3
+ query?: string;
4
+ serviceAccountKey?: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { TypesNewRelicMetricDetail } from '../schemas/TypesNewRelicMetricDetail';
2
+ export interface TypesApmNewRelicDetail {
3
+ accountId?: string;
4
+ endpoint?: string;
5
+ newRelicMetric?: TypesNewRelicMetricDetail;
6
+ }
@@ -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,6 @@
1
+ import type { TypesTlsConfigDetail } from '../schemas/TypesTlsConfigDetail';
2
+ export interface TypesApmPrometheusDetail {
3
+ endpoint?: string;
4
+ query?: string;
5
+ tlsConfig?: TypesTlsConfigDetail;
6
+ }
@@ -0,0 +1,8 @@
1
+ import type { TypesTlsConfigDetail } from '../schemas/TypesTlsConfigDetail';
2
+ export interface TypesApmSplunkEnterpriseDetail {
3
+ durationInMin?: number;
4
+ endpoint?: string;
5
+ fieldToFetch?: string;
6
+ searchQuery?: string;
7
+ tlsConfig?: TypesTlsConfigDetail;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface TypesApmSplunkObservabilityDetail {
2
+ durationInMin?: number;
3
+ endpoint?: string;
4
+ query?: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export interface TypesApplicationDetail {
2
+ function?: string;
3
+ name?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export interface TypesAuthDetail {
2
+ credentials?: string;
3
+ type?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,8 @@
1
+ export interface TypesBeta1ActionOverview {
2
+ actionType?: string;
3
+ duration?: string;
4
+ finishedAt?: string;
5
+ infrastructureType?: string;
6
+ startedAt?: string;
7
+ status?: string;
8
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,15 @@
1
+ import type { TypesKeyValuePair } from '../schemas/TypesKeyValuePair';
2
+ export interface TypesBeta1ChaosConfig {
3
+ annotations?: {
4
+ [key: string]: string;
5
+ };
6
+ args?: string[];
7
+ command?: string[];
8
+ defaultHealthCheck?: boolean;
9
+ env?: TypesKeyValuePair[];
10
+ image?: string;
11
+ imagePullPolicy?: string;
12
+ labels?: {
13
+ [key: string]: string;
14
+ };
15
+ }
@@ -0,0 +1,17 @@
1
+ import type { TypesBeta1ActionDetail } from '../schemas/TypesBeta1ActionDetail';
2
+ import type { TypesExecutionStage } from '../schemas/TypesExecutionStage';
3
+ import type { TypesBeta1FaultDetail } from '../schemas/TypesBeta1FaultDetail';
4
+ import type { TypesBeta1ProbeDetail } from '../schemas/TypesBeta1ProbeDetail';
5
+ import type { TypesBeta1RunDetails } from '../schemas/TypesBeta1RunDetails';
6
+ import type { TypesBeta1Statistics } from '../schemas/TypesBeta1Statistics';
7
+ export interface TypesBeta1ExperimentRunReportJson {
8
+ actionDetails?: TypesBeta1ActionDetail[];
9
+ createdAt?: string;
10
+ executionSequence?: TypesExecutionStage[];
11
+ faultDetails?: TypesBeta1FaultDetail[];
12
+ probeDetails?: TypesBeta1ProbeDetail[];
13
+ resilienceScore?: string;
14
+ runDetails?: TypesBeta1RunDetails;
15
+ runSequence?: string;
16
+ statistics?: TypesBeta1Statistics;
17
+ }
@@ -0,0 +1,13 @@
1
+ import type { TypesBeta1ChaosConfig } from '../schemas/TypesBeta1ChaosConfig';
2
+ import type { TypesErrorDetail } from '../schemas/TypesErrorDetail';
3
+ import type { TypesFaultExecutionData } from '../schemas/TypesFaultExecutionData';
4
+ import type { TypesBeta1FaultOverview } from '../schemas/TypesBeta1FaultOverview';
5
+ import type { TypesBeta1TargetConfig } from '../schemas/TypesBeta1TargetConfig';
6
+ export interface TypesBeta1FaultDetail {
7
+ chaosConfig?: TypesBeta1ChaosConfig;
8
+ error?: TypesErrorDetail;
9
+ executionData?: TypesFaultExecutionData;
10
+ name?: string;
11
+ overview?: TypesBeta1FaultOverview;
12
+ targetConfig?: TypesBeta1TargetConfig;
13
+ }
@@ -0,0 +1,8 @@
1
+ export interface TypesBeta1FaultOverview {
2
+ duration?: string;
3
+ faultType?: string;
4
+ finishedAt?: string;
5
+ infrastructureType?: string;
6
+ startedAt?: string;
7
+ status?: string;
8
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,15 @@
1
+ import type { TypesComparatorDetail } from '../schemas/TypesComparatorDetail';
2
+ import type { TypesErrorDetail } from '../schemas/TypesErrorDetail';
3
+ import type { TypesProbeExecutionData } from '../schemas/TypesProbeExecutionData';
4
+ import type { TypesBeta1ProbeOverview } from '../schemas/TypesBeta1ProbeOverview';
5
+ import type { TypesBeta1ProbeProps } from '../schemas/TypesBeta1ProbeProps';
6
+ import type { TypesBeta1RunProperties } from '../schemas/TypesBeta1RunProperties';
7
+ export interface TypesBeta1ProbeDetail {
8
+ comparatorInfo?: TypesComparatorDetail;
9
+ error?: TypesErrorDetail;
10
+ executionData?: TypesProbeExecutionData;
11
+ name?: string;
12
+ overview?: TypesBeta1ProbeOverview;
13
+ properties?: TypesBeta1ProbeProps;
14
+ runProperties?: TypesBeta1RunProperties;
15
+ }
@@ -0,0 +1,9 @@
1
+ export interface TypesBeta1ProbeOverview {
2
+ duration?: string;
3
+ finishedAt?: string;
4
+ infrastructureType?: string;
5
+ mode?: string;
6
+ probeType?: string;
7
+ startedAt?: string;
8
+ status?: string;
9
+ }