@harnessio/react-chaos-manager-client 1.60.0 → 1.62.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/useCreateExperimentV3Mutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useCreateExperimentV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useCreateImageRegistryV3Mutation.d.ts +31 -0
- package/dist/chaos-manager/src/services/hooks/useCreateImageRegistryV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteExperimentV3Mutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteExperimentV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsCsvMutation.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateRevisionsQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentV3Query.d.ts +29 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryV3Query.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListActionMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListConditionQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentOrTemplateQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentRunsOfFaultQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentTemplateQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentsV3Query.d.ts +50 -0
- package/dist/chaos-manager/src/services/hooks/useListExperimentsV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListFaultMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultv2Query.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListGamedayMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListHubMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListProbeExecutionsQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListProbeMetadataQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListRisksQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListRuleQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useResolveImageRegistryV3Query.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useResolveImageRegistryV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateCronStateV3Mutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateCronStateV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateExperimentV3Mutation.d.ts +33 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateExperimentV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateImageRegistryV3Mutation.d.ts +31 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateImageRegistryV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +47 -3
- package/dist/chaos-manager/src/services/index.js +10 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentActionRef.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentConditionOperator.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentConditions.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentFaultRef.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentProbeRef.d.ts +3 -3
- package/dist/chaos-manager/src/services/schemas/ExperimentsAuditInfo.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsCreateRequest.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsCreateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsCreateResponse.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsCreateResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsDeleteResponse.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsDeleteResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsEventMetadata.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsEventMetadata.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsExperimentListItem.d.ts +28 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsExperimentListItem.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsGetResponse.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsGetResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsInfraDetails.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsInfraDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsListExperimentsResponse.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsListExperimentsResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsRecentRunDetails.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsRecentRunDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsTemplateResourceDetails.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsTemplateResourceDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsTemplateResources.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsTemplateResources.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateAction.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateAction.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateRequest.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateCronStateResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateRequest.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateResponse.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsUpdateResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateAction.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateFault.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateProbe.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ImageregistriesArtifactType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesArtifactType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesConnectorSpec.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesConnectorSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesCreateRequest.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesCreateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesCustomImages.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesCustomImages.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesImageRegistryResponse.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesImageRegistryResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesResolveResponse.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesResolveResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesUpdateRequest.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ImageregistriesUpdateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/{ChaosexperimentListExperimentData.d.ts → V3ListExperimentData.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/V3ListExperimentData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V3ListExperimentOrTemplateResponse.d.ts +2 -2
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/schemas/ExperimentProbeConditions.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateProbeConditions.d.ts +0 -3
- /package/dist/chaos-manager/src/services/schemas/{ExperimentProbeConditions.js → ExperimentConditionOperator.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ChaosexperimentListExperimentData.js → ExperimentConditions.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ExperimenttemplateProbeConditions.js → ExperimentsAuditInfo.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ImageregistriesImageRegistryResponse } from '../schemas/ImageregistriesImageRegistryResponse';
|
|
3
|
+
import type { ApiRestError } from '../schemas/ApiRestError';
|
|
4
|
+
import type { ImageregistriesUpdateRequest } from '../schemas/ImageregistriesUpdateRequest';
|
|
5
|
+
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export interface UpdateImageRegistryV3MutationQueryParams {
|
|
7
|
+
accountIdentifier: string;
|
|
8
|
+
correlationID?: string;
|
|
9
|
+
infraID?: string;
|
|
10
|
+
organizationIdentifier?: string;
|
|
11
|
+
parentUniqueId?: string;
|
|
12
|
+
projectIdentifier?: string;
|
|
13
|
+
useParentUniqueID?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export type UpdateImageRegistryV3RequestBody = ImageregistriesUpdateRequest;
|
|
16
|
+
export type UpdateImageRegistryV3OkResponse = ImageregistriesImageRegistryResponse;
|
|
17
|
+
export type UpdateImageRegistryV3ErrorResponse = ApiRestError;
|
|
18
|
+
export interface UpdateImageRegistryV3Props extends Omit<FetcherOptions<UpdateImageRegistryV3MutationQueryParams, UpdateImageRegistryV3RequestBody>, 'url'> {
|
|
19
|
+
queryParams: UpdateImageRegistryV3MutationQueryParams;
|
|
20
|
+
body: UpdateImageRegistryV3RequestBody;
|
|
21
|
+
}
|
|
22
|
+
export interface UpdateImageRegistryV3ResponseContainer {
|
|
23
|
+
body: UpdateImageRegistryV3OkResponse;
|
|
24
|
+
headers: Headers;
|
|
25
|
+
}
|
|
26
|
+
export declare function updateImageRegistryV3(props: UpdateImageRegistryV3Props): Promise<UpdateImageRegistryV3ResponseContainer>;
|
|
27
|
+
export type UpdateImageRegistryV3MutationProps<T extends keyof UpdateImageRegistryV3Props> = Omit<UpdateImageRegistryV3Props, T> & Partial<Pick<UpdateImageRegistryV3Props, T>>;
|
|
28
|
+
/**
|
|
29
|
+
* updates an image registry for the given scope
|
|
30
|
+
*/
|
|
31
|
+
export declare function useUpdateImageRegistryV3Mutation<T extends keyof UpdateImageRegistryV3Props>(props: Pick<Partial<UpdateImageRegistryV3Props>, T>, options?: Omit<UseMutationOptions<UpdateImageRegistryV3ResponseContainer, UpdateImageRegistryV3ErrorResponse, UpdateImageRegistryV3MutationProps<T>>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<UpdateImageRegistryV3ResponseContainer, ApiRestError, UpdateImageRegistryV3MutationProps<T>, unknown>;
|
|
@@ -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 { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export function updateImageRegistryV3(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v3/image-registries`, method: 'PUT' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* updates an image registry for the given scope
|
|
11
|
+
*/
|
|
12
|
+
export function useUpdateImageRegistryV3Mutation(props, options) {
|
|
13
|
+
return useMutation((mutateProps) => updateImageRegistryV3(Object.assign(Object.assign({}, props), mutateProps)), options);
|
|
14
|
+
}
|
|
@@ -34,6 +34,8 @@ export type { CreateExperimentFromTemplateErrorResponse, CreateExperimentFromTem
|
|
|
34
34
|
export { createExperimentFromTemplate, useCreateExperimentFromTemplateMutation, } from './hooks/useCreateExperimentFromTemplateMutation';
|
|
35
35
|
export type { CreateExperimentTemplateErrorResponse, CreateExperimentTemplateMutationProps, CreateExperimentTemplateMutationQueryParams, CreateExperimentTemplateOkResponse, CreateExperimentTemplateProps, CreateExperimentTemplateRequestBody, } from './hooks/useCreateExperimentTemplateMutation';
|
|
36
36
|
export { createExperimentTemplate, useCreateExperimentTemplateMutation, } from './hooks/useCreateExperimentTemplateMutation';
|
|
37
|
+
export type { CreateExperimentV3ErrorResponse, CreateExperimentV3MutationProps, CreateExperimentV3MutationQueryParams, CreateExperimentV3OkResponse, CreateExperimentV3Props, CreateExperimentV3RequestBody, } from './hooks/useCreateExperimentV3Mutation';
|
|
38
|
+
export { createExperimentV3, useCreateExperimentV3Mutation, } from './hooks/useCreateExperimentV3Mutation';
|
|
37
39
|
export type { CreateFaultErrorResponse, CreateFaultMutationProps, CreateFaultMutationQueryParams, CreateFaultOkResponse, CreateFaultProps, CreateFaultRequestBody, } from './hooks/useCreateFaultMutation';
|
|
38
40
|
export { createFault, useCreateFaultMutation } from './hooks/useCreateFaultMutation';
|
|
39
41
|
export type { CreateFaultTemplateErrorResponse, CreateFaultTemplateMutationProps, CreateFaultTemplateMutationQueryParams, CreateFaultTemplateOkResponse, CreateFaultTemplateProps, CreateFaultTemplateRequestBody, } from './hooks/useCreateFaultTemplateMutation';
|
|
@@ -42,6 +44,8 @@ export type { CreateGamedayRunV2ErrorResponse, CreateGamedayRunV2MutationPathPar
|
|
|
42
44
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
43
45
|
export type { CreateGamedayV2ErrorResponse, CreateGamedayV2MutationProps, CreateGamedayV2MutationQueryParams, CreateGamedayV2OkResponse, CreateGamedayV2Props, CreateGamedayV2RequestBody, } from './hooks/useCreateGamedayV2Mutation';
|
|
44
46
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
47
|
+
export type { CreateImageRegistryV3ErrorResponse, CreateImageRegistryV3MutationProps, CreateImageRegistryV3MutationQueryParams, CreateImageRegistryV3OkResponse, CreateImageRegistryV3Props, CreateImageRegistryV3RequestBody, } from './hooks/useCreateImageRegistryV3Mutation';
|
|
48
|
+
export { createImageRegistryV3, useCreateImageRegistryV3Mutation, } from './hooks/useCreateImageRegistryV3Mutation';
|
|
45
49
|
export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, CreateInputSetMutationProps, CreateInputSetMutationQueryParams, CreateInputSetOkResponse, CreateInputSetProps, CreateInputSetRequestBody, } from './hooks/useCreateInputSetMutation';
|
|
46
50
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
47
51
|
export type { CreateProbeErrorResponse, CreateProbeMutationProps, CreateProbeMutationQueryParams, CreateProbeOkResponse, CreateProbeProps, CreateProbeRequestBody, } from './hooks/useCreateProbeMutation';
|
|
@@ -70,6 +74,8 @@ export type { DeleteDrTestErrorResponse, DeleteDrTestMutationPathParams, DeleteD
|
|
|
70
74
|
export { deleteDrTest, useDeleteDrTestMutation } from './hooks/useDeleteDrTestMutation';
|
|
71
75
|
export type { DeleteExperimentTemplateErrorResponse, DeleteExperimentTemplateMutationPathParams, DeleteExperimentTemplateMutationProps, DeleteExperimentTemplateMutationQueryParams, DeleteExperimentTemplateOkResponse, DeleteExperimentTemplateProps, } from './hooks/useDeleteExperimentTemplateMutation';
|
|
72
76
|
export { deleteExperimentTemplate, useDeleteExperimentTemplateMutation, } from './hooks/useDeleteExperimentTemplateMutation';
|
|
77
|
+
export type { DeleteExperimentV3ErrorResponse, DeleteExperimentV3MutationPathParams, DeleteExperimentV3MutationProps, DeleteExperimentV3MutationQueryParams, DeleteExperimentV3OkResponse, DeleteExperimentV3Props, } from './hooks/useDeleteExperimentV3Mutation';
|
|
78
|
+
export { deleteExperimentV3, useDeleteExperimentV3Mutation, } from './hooks/useDeleteExperimentV3Mutation';
|
|
73
79
|
export type { DeleteFaultErrorResponse, DeleteFaultMutationPathParams, DeleteFaultMutationProps, DeleteFaultMutationQueryParams, DeleteFaultOkResponse, DeleteFaultProps, } from './hooks/useDeleteFaultMutation';
|
|
74
80
|
export { deleteFault, useDeleteFaultMutation } from './hooks/useDeleteFaultMutation';
|
|
75
81
|
export type { DeleteFaultTemplateErrorResponse, DeleteFaultTemplateMutationPathParams, DeleteFaultTemplateMutationProps, DeleteFaultTemplateMutationQueryParams, DeleteFaultTemplateOkResponse, DeleteFaultTemplateProps, } from './hooks/useDeleteFaultTemplateMutation';
|
|
@@ -172,6 +178,8 @@ export type { GetExperimentTemplateVariablesErrorResponse, GetExperimentTemplate
|
|
|
172
178
|
export { getExperimentTemplateVariables, useGetExperimentTemplateVariablesQuery, } from './hooks/useGetExperimentTemplateVariablesQuery';
|
|
173
179
|
export type { GetExperimentTemplateYamlErrorResponse, GetExperimentTemplateYamlOkResponse, GetExperimentTemplateYamlProps, GetExperimentTemplateYamlQueryPathParams, GetExperimentTemplateYamlQueryQueryParams, } from './hooks/useGetExperimentTemplateYamlQuery';
|
|
174
180
|
export { getExperimentTemplateYaml, useGetExperimentTemplateYamlQuery, } from './hooks/useGetExperimentTemplateYamlQuery';
|
|
181
|
+
export type { GetExperimentV3ErrorResponse, GetExperimentV3OkResponse, GetExperimentV3Props, GetExperimentV3QueryPathParams, GetExperimentV3QueryQueryParams, } from './hooks/useGetExperimentV3Query';
|
|
182
|
+
export { getExperimentV3, useGetExperimentV3Query } from './hooks/useGetExperimentV3Query';
|
|
175
183
|
export type { GetExperimentationActivityReportErrorResponse, GetExperimentationActivityReportOkResponse, GetExperimentationActivityReportProps, GetExperimentationActivityReportQueryPathParams, GetExperimentationActivityReportQueryQueryParams, } from './hooks/useGetExperimentationActivityReportQuery';
|
|
176
184
|
export { getExperimentationActivityReport, useGetExperimentationActivityReportQuery, } from './hooks/useGetExperimentationActivityReportQuery';
|
|
177
185
|
export type { GetFaultErrorResponse, GetFaultOkResponse, GetFaultProps, GetFaultQueryPathParams, GetFaultQueryQueryParams, } from './hooks/useGetFaultQuery';
|
|
@@ -194,6 +202,8 @@ export type { GetGamedayV2ErrorResponse, GetGamedayV2OkResponse, GetGamedayV2Pro
|
|
|
194
202
|
export { getGamedayV2, useGetGamedayV2Query } from './hooks/useGetGamedayV2Query';
|
|
195
203
|
export type { GetImageRegistryErrorResponse, GetImageRegistryOkResponse, GetImageRegistryProps, } from './hooks/useGetImageRegistryQuery';
|
|
196
204
|
export { getImageRegistry, useGetImageRegistryQuery } from './hooks/useGetImageRegistryQuery';
|
|
205
|
+
export type { GetImageRegistryV3ErrorResponse, GetImageRegistryV3OkResponse, GetImageRegistryV3Props, GetImageRegistryV3QueryQueryParams, } from './hooks/useGetImageRegistryV3Query';
|
|
206
|
+
export { getImageRegistryV3, useGetImageRegistryV3Query } from './hooks/useGetImageRegistryV3Query';
|
|
197
207
|
export type { GetInfraTokenErrorResponse, GetInfraTokenOkResponse, GetInfraTokenProps, GetInfraTokenQueryPathParams, GetInfraTokenQueryQueryParams, } from './hooks/useGetInfraTokenQuery';
|
|
198
208
|
export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
|
|
199
209
|
export type { GetInfraV2ErrorResponse, GetInfraV2OkResponse, GetInfraV2Props, GetInfraV2QueryPathParams, GetInfraV2QueryQueryParams, } from './hooks/useGetInfraV2Query';
|
|
@@ -286,6 +296,8 @@ export type { ListExperimentTemplateErrorResponse, ListExperimentTemplateOkRespo
|
|
|
286
296
|
export { listExperimentTemplate, useListExperimentTemplateQuery, } from './hooks/useListExperimentTemplateQuery';
|
|
287
297
|
export type { ListExperimentsErrorResponse, ListExperimentsOkResponse, ListExperimentsProps, ListExperimentsQueryQueryParams, ListExperimentsRequestBody, } from './hooks/useListExperimentsQuery';
|
|
288
298
|
export { listExperiments, useListExperimentsQuery } from './hooks/useListExperimentsQuery';
|
|
299
|
+
export type { ListExperimentsV3ErrorResponse, ListExperimentsV3OkResponse, ListExperimentsV3Props, ListExperimentsV3QueryQueryParams, } from './hooks/useListExperimentsV3Query';
|
|
300
|
+
export { listExperimentsV3, useListExperimentsV3Query } from './hooks/useListExperimentsV3Query';
|
|
289
301
|
export type { ListExperimentsWithActiveInfrasMinimalNotificationErrorResponse, ListExperimentsWithActiveInfrasMinimalNotificationOkResponse, ListExperimentsWithActiveInfrasMinimalNotificationProps, ListExperimentsWithActiveInfrasMinimalNotificationQueryQueryParams, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
290
302
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
291
303
|
export type { ListFaultMetadataErrorResponse, ListFaultMetadataOkResponse, ListFaultMetadataProps, ListFaultMetadataQueryQueryParams, ListFaultMetadataRequestBody, } from './hooks/useListFaultMetadataQuery';
|
|
@@ -372,6 +384,8 @@ export type { RegisterMachineInfraErrorResponse, RegisterMachineInfraMutationPro
|
|
|
372
384
|
export { registerMachineInfra, useRegisterMachineInfraMutation, } from './hooks/useRegisterMachineInfraMutation';
|
|
373
385
|
export type { RenderTemplateFormErrorResponse, RenderTemplateFormOkResponse, RenderTemplateFormProps, } from './hooks/useRenderTemplateFormQuery';
|
|
374
386
|
export { renderTemplateForm, useRenderTemplateFormQuery } from './hooks/useRenderTemplateFormQuery';
|
|
387
|
+
export type { ResolveImageRegistryV3ErrorResponse, ResolveImageRegistryV3OkResponse, ResolveImageRegistryV3Props, ResolveImageRegistryV3QueryQueryParams, } from './hooks/useResolveImageRegistryV3Query';
|
|
388
|
+
export { resolveImageRegistryV3, useResolveImageRegistryV3Query, } from './hooks/useResolveImageRegistryV3Query';
|
|
375
389
|
export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutationPathParams, RetryExperimentCreationMutationProps, RetryExperimentCreationMutationQueryParams, RetryExperimentCreationOkResponse, RetryExperimentCreationProps, RetryExperimentCreationRequestBody, } from './hooks/useRetryExperimentCreationMutation';
|
|
376
390
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
377
391
|
export type { RunChaosComponentErrorResponse, RunChaosComponentMutationProps, RunChaosComponentMutationQueryParams, RunChaosComponentOkResponse, RunChaosComponentProps, RunChaosComponentRequestBody, } from './hooks/useRunChaosComponentMutation';
|
|
@@ -406,10 +420,14 @@ export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperim
|
|
|
406
420
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
407
421
|
export type { UpdateConditionErrorResponse, UpdateConditionMutationPathParams, UpdateConditionMutationProps, UpdateConditionMutationQueryParams, UpdateConditionOkResponse, UpdateConditionProps, UpdateConditionRequestBody, } from './hooks/useUpdateConditionMutation';
|
|
408
422
|
export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
|
|
423
|
+
export type { UpdateCronStateV3ErrorResponse, UpdateCronStateV3MutationProps, UpdateCronStateV3MutationQueryParams, UpdateCronStateV3OkResponse, UpdateCronStateV3Props, UpdateCronStateV3RequestBody, } from './hooks/useUpdateCronStateV3Mutation';
|
|
424
|
+
export { updateCronStateV3, useUpdateCronStateV3Mutation, } from './hooks/useUpdateCronStateV3Mutation';
|
|
409
425
|
export type { UpdateEmissaryErrorResponse, UpdateEmissaryMutationPathParams, UpdateEmissaryMutationProps, UpdateEmissaryMutationQueryParams, UpdateEmissaryOkResponse, UpdateEmissaryProps, UpdateEmissaryRequestBody, } from './hooks/useUpdateEmissaryMutation';
|
|
410
426
|
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
411
427
|
export type { UpdateExperimentTemplateErrorResponse, UpdateExperimentTemplateMutationPathParams, UpdateExperimentTemplateMutationProps, UpdateExperimentTemplateMutationQueryParams, UpdateExperimentTemplateOkResponse, UpdateExperimentTemplateProps, UpdateExperimentTemplateRequestBody, } from './hooks/useUpdateExperimentTemplateMutation';
|
|
412
428
|
export { updateExperimentTemplate, useUpdateExperimentTemplateMutation, } from './hooks/useUpdateExperimentTemplateMutation';
|
|
429
|
+
export type { UpdateExperimentV3ErrorResponse, UpdateExperimentV3MutationPathParams, UpdateExperimentV3MutationProps, UpdateExperimentV3MutationQueryParams, UpdateExperimentV3OkResponse, UpdateExperimentV3Props, UpdateExperimentV3RequestBody, } from './hooks/useUpdateExperimentV3Mutation';
|
|
430
|
+
export { updateExperimentV3, useUpdateExperimentV3Mutation, } from './hooks/useUpdateExperimentV3Mutation';
|
|
413
431
|
export type { UpdateFaultErrorResponse, UpdateFaultMutationPathParams, UpdateFaultMutationProps, UpdateFaultMutationQueryParams, UpdateFaultOkResponse, UpdateFaultProps, UpdateFaultRequestBody, } from './hooks/useUpdateFaultMutation';
|
|
414
432
|
export { updateFault, useUpdateFaultMutation } from './hooks/useUpdateFaultMutation';
|
|
415
433
|
export type { UpdateFaultTemplateErrorResponse, UpdateFaultTemplateMutationPathParams, UpdateFaultTemplateMutationProps, UpdateFaultTemplateMutationQueryParams, UpdateFaultTemplateOkResponse, UpdateFaultTemplateProps, } from './hooks/useUpdateFaultTemplateMutation';
|
|
@@ -422,6 +440,8 @@ export type { UpdateGamedayRunV2ErrorResponse, UpdateGamedayRunV2MutationPathPar
|
|
|
422
440
|
export { updateGamedayRunV2, useUpdateGamedayRunV2Mutation, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
423
441
|
export type { UpdateGamedayV2ErrorResponse, UpdateGamedayV2MutationProps, UpdateGamedayV2MutationQueryParams, UpdateGamedayV2OkResponse, UpdateGamedayV2Props, UpdateGamedayV2RequestBody, } from './hooks/useUpdateGamedayV2Mutation';
|
|
424
442
|
export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGamedayV2Mutation';
|
|
443
|
+
export type { UpdateImageRegistryV3ErrorResponse, UpdateImageRegistryV3MutationProps, UpdateImageRegistryV3MutationQueryParams, UpdateImageRegistryV3OkResponse, UpdateImageRegistryV3Props, UpdateImageRegistryV3RequestBody, } from './hooks/useUpdateImageRegistryV3Mutation';
|
|
444
|
+
export { updateImageRegistryV3, useUpdateImageRegistryV3Mutation, } from './hooks/useUpdateImageRegistryV3Mutation';
|
|
425
445
|
export type { UpdateInfraV2ErrorResponse, UpdateInfraV2MutationProps, UpdateInfraV2MutationQueryParams, UpdateInfraV2OkResponse, UpdateInfraV2Props, UpdateInfraV2RequestBody, } from './hooks/useUpdateInfraV2Mutation';
|
|
426
446
|
export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
|
|
427
447
|
export type { UpdateInputSetErrorResponse, UpdateInputSetMutationPathParams, UpdateInputSetMutationProps, UpdateInputSetMutationQueryParams, UpdateInputSetOkResponse, UpdateInputSetProps, UpdateInputSetRequestBody, } from './hooks/useUpdateInputSetMutation';
|
|
@@ -553,7 +573,6 @@ export type { ChaoscomponentsStage } from './schemas/ChaoscomponentsStage';
|
|
|
553
573
|
export type { ChaoscomponentsStopDrTestResponse } from './schemas/ChaoscomponentsStopDrTestResponse';
|
|
554
574
|
export type { ChaoscomponentsStopDrTestResponseData } from './schemas/ChaoscomponentsStopDrTestResponseData';
|
|
555
575
|
export type { ChaoscomponentsUserMetaData } from './schemas/ChaoscomponentsUserMetaData';
|
|
556
|
-
export type { ChaosexperimentListExperimentData } from './schemas/ChaosexperimentListExperimentData';
|
|
557
576
|
export type { ChaosexperimentpipelineGetChaosPipelineNodesResponse } from './schemas/ChaosexperimentpipelineGetChaosPipelineNodesResponse';
|
|
558
577
|
export type { ChaosexperimentpipelineReferenceEntities } from './schemas/ChaosexperimentpipelineReferenceEntities';
|
|
559
578
|
export type { ChaosexperimenttemplateChaosExperimentTemplate } from './schemas/ChaosexperimenttemplateChaosExperimentTemplate';
|
|
@@ -704,6 +723,8 @@ export type { ExperimentAuth } from './schemas/ExperimentAuth';
|
|
|
704
723
|
export type { ExperimentAuthType } from './schemas/ExperimentAuthType';
|
|
705
724
|
export type { ExperimentChaosInputs } from './schemas/ExperimentChaosInputs';
|
|
706
725
|
export type { ExperimentCleanupPolicy } from './schemas/ExperimentCleanupPolicy';
|
|
726
|
+
export type { ExperimentConditionOperator } from './schemas/ExperimentConditionOperator';
|
|
727
|
+
export type { ExperimentConditions } from './schemas/ExperimentConditions';
|
|
707
728
|
export type { ExperimentConfigMap } from './schemas/ExperimentConfigMap';
|
|
708
729
|
export type { ExperimentDefinition } from './schemas/ExperimentDefinition';
|
|
709
730
|
export type { ExperimentExperimentComponents } from './schemas/ExperimentExperimentComponents';
|
|
@@ -712,7 +733,6 @@ export type { ExperimentHelperConfig } from './schemas/ExperimentHelperConfig';
|
|
|
712
733
|
export type { ExperimentHostFile } from './schemas/ExperimentHostFile';
|
|
713
734
|
export type { ExperimentInfraType } from './schemas/ExperimentInfraType';
|
|
714
735
|
export type { ExperimentProbeActions } from './schemas/ExperimentProbeActions';
|
|
715
|
-
export type { ExperimentProbeConditions } from './schemas/ExperimentProbeConditions';
|
|
716
736
|
export type { ExperimentProbeRef } from './schemas/ExperimentProbeRef';
|
|
717
737
|
export type { ExperimentProjectedVolumes } from './schemas/ExperimentProjectedVolumes';
|
|
718
738
|
export type { ExperimentRedisAuth } from './schemas/ExperimentRedisAuth';
|
|
@@ -728,11 +748,27 @@ export type { ExperimentTargets } from './schemas/ExperimentTargets';
|
|
|
728
748
|
export type { ExperimentVmWareAuth } from './schemas/ExperimentVmWareAuth';
|
|
729
749
|
export type { ExperimentWorkload } from './schemas/ExperimentWorkload';
|
|
730
750
|
export type { ExperimentWorkloadKind } from './schemas/ExperimentWorkloadKind';
|
|
751
|
+
export type { ExperimentsAuditInfo } from './schemas/ExperimentsAuditInfo';
|
|
752
|
+
export type { ExperimentsCreateRequest } from './schemas/ExperimentsCreateRequest';
|
|
753
|
+
export type { ExperimentsCreateResponse } from './schemas/ExperimentsCreateResponse';
|
|
754
|
+
export type { ExperimentsDeleteResponse } from './schemas/ExperimentsDeleteResponse';
|
|
755
|
+
export type { ExperimentsEventMetadata } from './schemas/ExperimentsEventMetadata';
|
|
756
|
+
export type { ExperimentsExperimentListItem } from './schemas/ExperimentsExperimentListItem';
|
|
757
|
+
export type { ExperimentsGetResponse } from './schemas/ExperimentsGetResponse';
|
|
758
|
+
export type { ExperimentsInfraDetails } from './schemas/ExperimentsInfraDetails';
|
|
759
|
+
export type { ExperimentsListExperimentsResponse } from './schemas/ExperimentsListExperimentsResponse';
|
|
760
|
+
export type { ExperimentsRecentRunDetails } from './schemas/ExperimentsRecentRunDetails';
|
|
761
|
+
export type { ExperimentsTemplateResourceDetails } from './schemas/ExperimentsTemplateResourceDetails';
|
|
762
|
+
export type { ExperimentsTemplateResources } from './schemas/ExperimentsTemplateResources';
|
|
763
|
+
export type { ExperimentsUpdateCronStateAction } from './schemas/ExperimentsUpdateCronStateAction';
|
|
764
|
+
export type { ExperimentsUpdateCronStateRequest } from './schemas/ExperimentsUpdateCronStateRequest';
|
|
765
|
+
export type { ExperimentsUpdateCronStateResponse } from './schemas/ExperimentsUpdateCronStateResponse';
|
|
766
|
+
export type { ExperimentsUpdateRequest } from './schemas/ExperimentsUpdateRequest';
|
|
767
|
+
export type { ExperimentsUpdateResponse } from './schemas/ExperimentsUpdateResponse';
|
|
731
768
|
export type { ExperimenttemplateAction } from './schemas/ExperimenttemplateAction';
|
|
732
769
|
export type { ExperimenttemplateFault } from './schemas/ExperimenttemplateFault';
|
|
733
770
|
export type { ExperimenttemplateListExperimentTemplateData } from './schemas/ExperimenttemplateListExperimentTemplateData';
|
|
734
771
|
export type { ExperimenttemplateProbe } from './schemas/ExperimenttemplateProbe';
|
|
735
|
-
export type { ExperimenttemplateProbeConditions } from './schemas/ExperimenttemplateProbeConditions';
|
|
736
772
|
export type { ExperimenttemplateSpec } from './schemas/ExperimenttemplateSpec';
|
|
737
773
|
export type { ExperimenttemplateStatusCheckTimeout } from './schemas/ExperimenttemplateStatusCheckTimeout';
|
|
738
774
|
export type { ExperimenttemplateVertex } from './schemas/ExperimenttemplateVertex';
|
|
@@ -854,6 +890,13 @@ export type { HealthHealthCheckResponse } from './schemas/HealthHealthCheckRespo
|
|
|
854
890
|
export type { ImageRegistryCustomImagesRequest } from './schemas/ImageRegistryCustomImagesRequest';
|
|
855
891
|
export type { ImageRegistryImageRegistryV2 } from './schemas/ImageRegistryImageRegistryV2';
|
|
856
892
|
export type { ImageRegistryUserDetails } from './schemas/ImageRegistryUserDetails';
|
|
893
|
+
export type { ImageregistriesArtifactType } from './schemas/ImageregistriesArtifactType';
|
|
894
|
+
export type { ImageregistriesConnectorSpec } from './schemas/ImageregistriesConnectorSpec';
|
|
895
|
+
export type { ImageregistriesCreateRequest } from './schemas/ImageregistriesCreateRequest';
|
|
896
|
+
export type { ImageregistriesCustomImages } from './schemas/ImageregistriesCustomImages';
|
|
897
|
+
export type { ImageregistriesImageRegistryResponse } from './schemas/ImageregistriesImageRegistryResponse';
|
|
898
|
+
export type { ImageregistriesResolveResponse } from './schemas/ImageregistriesResolveResponse';
|
|
899
|
+
export type { ImageregistriesUpdateRequest } from './schemas/ImageregistriesUpdateRequest';
|
|
857
900
|
export type { InfraCloudFoundryInfraUserInputs } from './schemas/InfraCloudFoundryInfraUserInputs';
|
|
858
901
|
export type { InfraContainerInfraInstallationManifest } from './schemas/InfraContainerInfraInstallationManifest';
|
|
859
902
|
export type { InfraContainerInfraUserInputs } from './schemas/InfraContainerInfraUserInputs';
|
|
@@ -1384,6 +1427,7 @@ export type { V2OnboardingV2OnboardingRequest } from './schemas/V2OnboardingV2On
|
|
|
1384
1427
|
export type { V2OnboardingV2OnboardingStatus } from './schemas/V2OnboardingV2OnboardingStatus';
|
|
1385
1428
|
export type { V3GetExperimentOrTemplateVariableData } from './schemas/V3GetExperimentOrTemplateVariableData';
|
|
1386
1429
|
export type { V3GetExperimentOrTemplateVariableResponse } from './schemas/V3GetExperimentOrTemplateVariableResponse';
|
|
1430
|
+
export type { V3ListExperimentData } from './schemas/V3ListExperimentData';
|
|
1387
1431
|
export type { V3ListExperimentOrTemplateResponse } from './schemas/V3ListExperimentOrTemplateResponse';
|
|
1388
1432
|
export type { V3ProcessTemplateRequest } from './schemas/V3ProcessTemplateRequest';
|
|
1389
1433
|
export type { V3ProcessTemplateResponse } from './schemas/V3ProcessTemplateResponse';
|
|
@@ -16,10 +16,12 @@ export { createCondition, useCreateConditionMutation } from './hooks/useCreateCo
|
|
|
16
16
|
export { createDrTest, useCreateDrTestMutation } from './hooks/useCreateDrTestMutation';
|
|
17
17
|
export { createExperimentFromTemplate, useCreateExperimentFromTemplateMutation, } from './hooks/useCreateExperimentFromTemplateMutation';
|
|
18
18
|
export { createExperimentTemplate, useCreateExperimentTemplateMutation, } from './hooks/useCreateExperimentTemplateMutation';
|
|
19
|
+
export { createExperimentV3, useCreateExperimentV3Mutation, } from './hooks/useCreateExperimentV3Mutation';
|
|
19
20
|
export { createFault, useCreateFaultMutation } from './hooks/useCreateFaultMutation';
|
|
20
21
|
export { createFaultTemplate, useCreateFaultTemplateMutation, } from './hooks/useCreateFaultTemplateMutation';
|
|
21
22
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
22
23
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
24
|
+
export { createImageRegistryV3, useCreateImageRegistryV3Mutation, } from './hooks/useCreateImageRegistryV3Mutation';
|
|
23
25
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
24
26
|
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
25
27
|
export { createProbeTemplate, useCreateProbeTemplateMutation, } from './hooks/useCreateProbeTemplateMutation';
|
|
@@ -34,6 +36,7 @@ export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './
|
|
|
34
36
|
export { deleteCondition, useDeleteConditionMutation } from './hooks/useDeleteConditionMutation';
|
|
35
37
|
export { deleteDrTest, useDeleteDrTestMutation } from './hooks/useDeleteDrTestMutation';
|
|
36
38
|
export { deleteExperimentTemplate, useDeleteExperimentTemplateMutation, } from './hooks/useDeleteExperimentTemplateMutation';
|
|
39
|
+
export { deleteExperimentV3, useDeleteExperimentV3Mutation, } from './hooks/useDeleteExperimentV3Mutation';
|
|
37
40
|
export { deleteFault, useDeleteFaultMutation } from './hooks/useDeleteFaultMutation';
|
|
38
41
|
export { deleteFaultTemplate, useDeleteFaultTemplateMutation, } from './hooks/useDeleteFaultTemplateMutation';
|
|
39
42
|
export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGamedayV2Mutation';
|
|
@@ -85,6 +88,7 @@ export { getExperimentTemplate, useGetExperimentTemplateQuery, } from './hooks/u
|
|
|
85
88
|
export { getExperimentTemplateRevisions, useGetExperimentTemplateRevisionsQuery, } from './hooks/useGetExperimentTemplateRevisionsQuery';
|
|
86
89
|
export { getExperimentTemplateVariables, useGetExperimentTemplateVariablesQuery, } from './hooks/useGetExperimentTemplateVariablesQuery';
|
|
87
90
|
export { getExperimentTemplateYaml, useGetExperimentTemplateYamlQuery, } from './hooks/useGetExperimentTemplateYamlQuery';
|
|
91
|
+
export { getExperimentV3, useGetExperimentV3Query } from './hooks/useGetExperimentV3Query';
|
|
88
92
|
export { getExperimentationActivityReport, useGetExperimentationActivityReportQuery, } from './hooks/useGetExperimentationActivityReportQuery';
|
|
89
93
|
export { getFault, useGetFaultQuery } from './hooks/useGetFaultQuery';
|
|
90
94
|
export { getFaultTemplate, useGetFaultTemplateQuery } from './hooks/useGetFaultTemplateQuery';
|
|
@@ -96,6 +100,7 @@ export { getFaultYaml, useGetFaultYamlQuery } from './hooks/useGetFaultYamlQuery
|
|
|
96
100
|
export { getGamedayRunV2, useGetGamedayRunV2Query } from './hooks/useGetGamedayRunV2Query';
|
|
97
101
|
export { getGamedayV2, useGetGamedayV2Query } from './hooks/useGetGamedayV2Query';
|
|
98
102
|
export { getImageRegistry, useGetImageRegistryQuery } from './hooks/useGetImageRegistryQuery';
|
|
103
|
+
export { getImageRegistryV3, useGetImageRegistryV3Query } from './hooks/useGetImageRegistryV3Query';
|
|
99
104
|
export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
|
|
100
105
|
export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
|
|
101
106
|
export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
|
|
@@ -142,6 +147,7 @@ export { listExperimentOrTemplate, useListExperimentOrTemplateQuery, } from './h
|
|
|
142
147
|
export { listExperimentRunsOfFault, useListExperimentRunsOfFaultQuery, } from './hooks/useListExperimentRunsOfFaultQuery';
|
|
143
148
|
export { listExperimentTemplate, useListExperimentTemplateQuery, } from './hooks/useListExperimentTemplateQuery';
|
|
144
149
|
export { listExperiments, useListExperimentsQuery } from './hooks/useListExperimentsQuery';
|
|
150
|
+
export { listExperimentsV3, useListExperimentsV3Query } from './hooks/useListExperimentsV3Query';
|
|
145
151
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
146
152
|
export { listFaultMetadata, useListFaultMetadataQuery } from './hooks/useListFaultMetadataQuery';
|
|
147
153
|
export { listFault, useListFaultQuery } from './hooks/useListFaultQuery';
|
|
@@ -185,6 +191,7 @@ export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegister
|
|
|
185
191
|
export { registerLegacyKubernetesInfra, useRegisterLegacyKubernetesInfraMutation, } from './hooks/useRegisterLegacyKubernetesInfraMutation';
|
|
186
192
|
export { registerMachineInfra, useRegisterMachineInfraMutation, } from './hooks/useRegisterMachineInfraMutation';
|
|
187
193
|
export { renderTemplateForm, useRenderTemplateFormQuery } from './hooks/useRenderTemplateFormQuery';
|
|
194
|
+
export { resolveImageRegistryV3, useResolveImageRegistryV3Query, } from './hooks/useResolveImageRegistryV3Query';
|
|
188
195
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
189
196
|
export { runChaosComponent, useRunChaosComponentMutation, } from './hooks/useRunChaosComponentMutation';
|
|
190
197
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
@@ -202,14 +209,17 @@ export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNo
|
|
|
202
209
|
export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
|
|
203
210
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
204
211
|
export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
|
|
212
|
+
export { updateCronStateV3, useUpdateCronStateV3Mutation, } from './hooks/useUpdateCronStateV3Mutation';
|
|
205
213
|
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
206
214
|
export { updateExperimentTemplate, useUpdateExperimentTemplateMutation, } from './hooks/useUpdateExperimentTemplateMutation';
|
|
215
|
+
export { updateExperimentV3, useUpdateExperimentV3Mutation, } from './hooks/useUpdateExperimentV3Mutation';
|
|
207
216
|
export { updateFault, useUpdateFaultMutation } from './hooks/useUpdateFaultMutation';
|
|
208
217
|
export { updateFaultTemplate, useUpdateFaultTemplateMutation, } from './hooks/useUpdateFaultTemplateMutation';
|
|
209
218
|
export { updateGamedayRunPrerequisitesV2, useUpdateGamedayRunPrerequisitesV2Mutation, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
210
219
|
export { updateGamedayRunStakeHolderActionsV2, useUpdateGamedayRunStakeHolderActionsV2Mutation, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
211
220
|
export { updateGamedayRunV2, useUpdateGamedayRunV2Mutation, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
212
221
|
export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGamedayV2Mutation';
|
|
222
|
+
export { updateImageRegistryV3, useUpdateImageRegistryV3Mutation, } from './hooks/useUpdateImageRegistryV3Mutation';
|
|
213
223
|
export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
|
|
214
224
|
export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
|
|
215
225
|
export { updateLegacyKubernetesChaosInfra, useUpdateLegacyKubernetesChaosInfraMutation, } from './hooks/useUpdateLegacyKubernetesChaosInfraMutation';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ExperimentConditions } from '../schemas/ExperimentConditions';
|
|
1
2
|
import type { K8sIoApiCoreV1EnvVar } from '../schemas/K8sIoApiCoreV1EnvVar';
|
|
2
3
|
import type { TemplateInputMinimum } from '../schemas/TemplateInputMinimum';
|
|
3
4
|
export interface ExperimentActionRef {
|
|
@@ -5,6 +6,10 @@ export interface ExperimentActionRef {
|
|
|
5
6
|
* Args of the action
|
|
6
7
|
*/
|
|
7
8
|
args?: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Conditions to check if the action should be executed
|
|
11
|
+
*/
|
|
12
|
+
conditions?: ExperimentConditions;
|
|
8
13
|
/**
|
|
9
14
|
* ContinueOnCompletion to continue on completion
|
|
10
15
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ExperimentConditionOperator = 'AND' | 'OR';
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
import type { ExperimentConditions } from '../schemas/ExperimentConditions';
|
|
1
2
|
import type { TemplateInputMinimum } from '../schemas/TemplateInputMinimum';
|
|
2
3
|
export interface ExperimentFaultRef {
|
|
3
4
|
/**
|
|
4
5
|
* AuthEnabled denotes whether authentication is enabled for the fault
|
|
5
6
|
*/
|
|
6
7
|
authEnabled?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Conditions to check if the action should be executed
|
|
10
|
+
*/
|
|
11
|
+
conditions?: ExperimentConditions;
|
|
7
12
|
/**
|
|
8
13
|
* Identity of the fault reference
|
|
9
14
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExperimentProbeActions } from '../schemas/ExperimentProbeActions';
|
|
2
|
-
import type {
|
|
2
|
+
import type { ExperimentConditions } from '../schemas/ExperimentConditions';
|
|
3
3
|
import type { TemplateInputMinimum } from '../schemas/TemplateInputMinimum';
|
|
4
4
|
export interface ExperimentProbeRef {
|
|
5
5
|
/**
|
|
@@ -7,9 +7,9 @@ export interface ExperimentProbeRef {
|
|
|
7
7
|
*/
|
|
8
8
|
actions?: ExperimentProbeActions[];
|
|
9
9
|
/**
|
|
10
|
-
* Conditions to be
|
|
10
|
+
* Conditions to check if the action should be executed
|
|
11
11
|
*/
|
|
12
|
-
conditions?:
|
|
12
|
+
conditions?: ExperimentConditions;
|
|
13
13
|
/**
|
|
14
14
|
* Duration of the probe
|
|
15
15
|
*/
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ExperimentsEventMetadata } from '../schemas/ExperimentsEventMetadata';
|
|
2
|
+
import type { ChaosExperimentChaosExperimentType } from '../schemas/ChaosExperimentChaosExperimentType';
|
|
3
|
+
import type { ExperimentInfraType } from '../schemas/ExperimentInfraType';
|
|
4
|
+
import type { TemplateInput } from '../schemas/TemplateInput';
|
|
5
|
+
import type { ChaosExperimentRecommendation } from '../schemas/ChaosExperimentRecommendation';
|
|
6
|
+
import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
|
|
7
|
+
import type { ExperimentsTemplateResources } from '../schemas/ExperimentsTemplateResources';
|
|
8
|
+
export interface ExperimentsCreateRequest {
|
|
9
|
+
cronSyntax?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
eventsMetadata?: ExperimentsEventMetadata[];
|
|
12
|
+
experimentId?: string;
|
|
13
|
+
experimentType?: ChaosExperimentChaosExperimentType;
|
|
14
|
+
identity?: string;
|
|
15
|
+
infraId?: string;
|
|
16
|
+
infraType?: ExperimentInfraType;
|
|
17
|
+
inputs?: TemplateInput[];
|
|
18
|
+
isSingleRunCronEnabled?: boolean;
|
|
19
|
+
manifest?: string;
|
|
20
|
+
name?: string;
|
|
21
|
+
recommendation?: ChaosExperimentRecommendation;
|
|
22
|
+
tags?: string[];
|
|
23
|
+
templateDetails?: ChaosExperimentRunTemplateDetails;
|
|
24
|
+
templateResources?: ExperimentsTemplateResources;
|
|
25
|
+
validateManifest?: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { ExperimentsAuditInfo } from '../schemas/ExperimentsAuditInfo';
|
|
2
|
+
import type { ExperimentsCreateRequest } from '../schemas/ExperimentsCreateRequest';
|
|
3
|
+
export interface ExperimentsCreateResponse {
|
|
4
|
+
/**
|
|
5
|
+
* account id to access the resource
|
|
6
|
+
*/
|
|
7
|
+
accountIdentifier: string;
|
|
8
|
+
audit?: ExperimentsAuditInfo;
|
|
9
|
+
data?: ExperimentsCreateRequest;
|
|
10
|
+
/**
|
|
11
|
+
* organization id to access the resource
|
|
12
|
+
*/
|
|
13
|
+
organizationIdentifier?: string;
|
|
14
|
+
/**
|
|
15
|
+
* resolved parent scope unique ID (from scope-info API or query param)
|
|
16
|
+
*/
|
|
17
|
+
parentUniqueId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* project id to access the resource
|
|
20
|
+
*/
|
|
21
|
+
projectIdentifier?: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
2
|
+
import type { ChaosExperimentChaosExperimentType } from '../schemas/ChaosExperimentChaosExperimentType';
|
|
3
|
+
import type { ExperimentsInfraDetails } from '../schemas/ExperimentsInfraDetails';
|
|
4
|
+
import type { ExperimentsRecentRunDetails } from '../schemas/ExperimentsRecentRunDetails';
|
|
5
|
+
import type { ChaosExperimentRecommendation } from '../schemas/ChaosExperimentRecommendation';
|
|
6
|
+
import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
|
|
7
|
+
export interface ExperimentsExperimentListItem {
|
|
8
|
+
createdAt?: number;
|
|
9
|
+
createdBy?: HcesdkUserDetails;
|
|
10
|
+
cronSyntax?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
experimentId?: string;
|
|
13
|
+
experimentType?: ChaosExperimentChaosExperimentType;
|
|
14
|
+
identity?: string;
|
|
15
|
+
infra?: ExperimentsInfraDetails;
|
|
16
|
+
isCronEnabled?: boolean;
|
|
17
|
+
isCustomExperiment?: boolean;
|
|
18
|
+
isSingleRunCronEnabled?: boolean;
|
|
19
|
+
lastExecutedAt?: number;
|
|
20
|
+
name?: string;
|
|
21
|
+
recentRuns?: ExperimentsRecentRunDetails[];
|
|
22
|
+
recommendation?: ChaosExperimentRecommendation;
|
|
23
|
+
tags?: string[];
|
|
24
|
+
templateDetails?: ChaosExperimentRunTemplateDetails;
|
|
25
|
+
totalRuns?: number;
|
|
26
|
+
updatedAt?: number;
|
|
27
|
+
updatedBy?: HcesdkUserDetails;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
2
|
+
import type { ChaosExperimentChaosExperimentType } from '../schemas/ChaosExperimentChaosExperimentType';
|
|
3
|
+
import type { ExperimentsInfraDetails } from '../schemas/ExperimentsInfraDetails';
|
|
4
|
+
import type { TemplateInput } from '../schemas/TemplateInput';
|
|
5
|
+
import type { ExperimentsRecentRunDetails } from '../schemas/ExperimentsRecentRunDetails';
|
|
6
|
+
import type { ChaosExperimentRecommendation } from '../schemas/ChaosExperimentRecommendation';
|
|
7
|
+
import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
|
|
8
|
+
export interface ExperimentsGetResponse {
|
|
9
|
+
createdAt?: number;
|
|
10
|
+
createdBy?: HcesdkUserDetails;
|
|
11
|
+
cronSyntax?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
experimentId?: string;
|
|
14
|
+
experimentType?: ChaosExperimentChaosExperimentType;
|
|
15
|
+
identity?: string;
|
|
16
|
+
infra?: ExperimentsInfraDetails;
|
|
17
|
+
inputs?: TemplateInput[];
|
|
18
|
+
isCronEnabled?: boolean;
|
|
19
|
+
isCustomExperiment?: boolean;
|
|
20
|
+
isSingleRunCronEnabled?: boolean;
|
|
21
|
+
lastExecutedAt?: number;
|
|
22
|
+
manifest?: string;
|
|
23
|
+
name?: string;
|
|
24
|
+
recentRuns?: ExperimentsRecentRunDetails[];
|
|
25
|
+
recommendation?: ChaosExperimentRecommendation;
|
|
26
|
+
tags?: string[];
|
|
27
|
+
templateDetails?: ChaosExperimentRunTemplateDetails;
|
|
28
|
+
totalRuns?: number;
|
|
29
|
+
updatedAt?: number;
|
|
30
|
+
updatedBy?: HcesdkUserDetails;
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ExperimentsExperimentListItem } from '../schemas/ExperimentsExperimentListItem';
|
|
2
|
+
import type { SharedPaginationResponse } from '../schemas/SharedPaginationResponse';
|
|
3
|
+
export interface ExperimentsListExperimentsResponse {
|
|
4
|
+
data?: ExperimentsExperimentListItem[];
|
|
5
|
+
pagination?: SharedPaginationResponse;
|
|
6
|
+
totalItems?: number;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
2
|
+
export interface ExperimentsRecentRunDetails {
|
|
3
|
+
createdAt?: number;
|
|
4
|
+
createdBy?: HcesdkUserDetails;
|
|
5
|
+
experimentRunId?: string;
|
|
6
|
+
phase?: string;
|
|
7
|
+
resiliencyScore?: number;
|
|
8
|
+
updatedBy?: HcesdkUserDetails;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ExperimentsTemplateResourceDetails } from '../schemas/ExperimentsTemplateResourceDetails';
|
|
2
|
+
export interface ExperimentsTemplateResources {
|
|
3
|
+
actions?: ExperimentsTemplateResourceDetails[];
|
|
4
|
+
faults?: ExperimentsTemplateResourceDetails[];
|
|
5
|
+
probes?: ExperimentsTemplateResourceDetails[];
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ExperimentsUpdateCronStateAction = 'Disable' | 'Enable' | 'Update';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|