@harnessio/react-chaos-manager-client 1.64.1 → 1.65.1-beta.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/useAbortChaosComponentForMachineMutation.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useAbortChaosComponentForMachineMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useCreateChaosServiceMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useCreateChaosServiceMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosServiceMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosServiceMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosServiceQuery.d.ts +29 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosServiceQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetDashboardV3Query.d.ts +29 -0
- package/dist/chaos-manager/src/services/hooks/useGetDashboardV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetKubeObjectV3Mutation.d.ts +32 -0
- package/dist/chaos-manager/src/services/hooks/useGetKubeObjectV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListChaosServicesQuery.d.ts +41 -0
- package/dist/chaos-manager/src/services/hooks/useListChaosServicesQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListDashboardsV3Query.d.ts +40 -0
- package/dist/chaos-manager/src/services/hooks/useListDashboardsV3Query.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useRunChaosComponentForMachineMutation.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useRunChaosComponentForMachineMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosServiceMutation.d.ts +33 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosServiceMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateDashboardV3Mutation.d.ts +33 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateDashboardV3Mutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +49 -0
- package/dist/chaos-manager/src/services/index.js +11 -0
- package/dist/chaos-manager/src/services/schemas/ActionAction.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/ActionAction.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ActionContainerAction.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/ActionContainerAction.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ActionCustomScriptAction.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ActionCustomScriptAction.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ActionDelayAction.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ActionDelayAction.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ActionRunProperties.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ActionRunProperties.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesChaosServiceResponse.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesChaosServiceResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesCreateRequest.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesCreateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesDeleteResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesDeleteResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesListChaosServiceResponse.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesListChaosServiceResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesServiceProbeAssociation.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesServiceProbeAssociation.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesUpdateRequest.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/ChaosservicesUpdateRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DashboardCategoryCount.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/DashboardCategoryCount.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DashboardDashboardCounts.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/DashboardDashboardCounts.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DashboardDashboardResponse.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/DashboardDashboardResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DashboardListDashboardResponse.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/DashboardListDashboardResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DashboardUpdateRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/DashboardUpdateRequest.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentActionRef.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentFault.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentFault.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentFaultRef.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentProbeRef.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentsGetResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateAction.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimenttemplateProbe.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTypesApiMachineInfraInfra.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraRegisterInfraRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsGetKubeObjectBody.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsGetKubeObjectBody.js +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsGetKubeObjectResponse.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsGetKubeObjectResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsKubeGvrRequest.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsKubeGvrRequest.js +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsKubeObject.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsKubeObject.js +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsObjectData.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraopsObjectData.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelAbortChaosComponentForMachineRequest.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ModelAbortChaosComponentForMachineRequest.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelAbortChaosComponentForMachineResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelAbortChaosComponentForMachineResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineRequest.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineResponse.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineResponseData.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ModelRunChaosComponentForMachineResponseData.js +4 -0
- package/package.json +1 -1
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export type { AbortChaosComponentForMachineErrorResponse, AbortChaosComponentForMachineMutationProps, AbortChaosComponentForMachineMutationQueryParams, AbortChaosComponentForMachineOkResponse, AbortChaosComponentForMachineProps, AbortChaosComponentForMachineRequestBody, } from './hooks/useAbortChaosComponentForMachineMutation';
|
|
2
|
+
export { abortChaosComponentForMachine, useAbortChaosComponentForMachineMutation, } from './hooks/useAbortChaosComponentForMachineMutation';
|
|
1
3
|
export type { AbortChaosComponentErrorResponse, AbortChaosComponentMutationProps, AbortChaosComponentMutationQueryParams, AbortChaosComponentOkResponse, AbortChaosComponentProps, AbortChaosComponentRequestBody, } from './hooks/useAbortChaosComponentMutation';
|
|
2
4
|
export { abortChaosComponent, useAbortChaosComponentMutation, } from './hooks/useAbortChaosComponentMutation';
|
|
3
5
|
export type { AddNoteErrorResponse, AddNoteMutationProps, AddNoteMutationQueryParams, AddNoteOkResponse, AddNoteProps, AddNoteRequestBody, } from './hooks/useAddNoteMutation';
|
|
@@ -26,6 +28,8 @@ export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentP
|
|
|
26
28
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
27
29
|
export type { CreateChaosHubErrorResponse, CreateChaosHubMutationProps, CreateChaosHubMutationQueryParams, CreateChaosHubOkResponse, CreateChaosHubProps, CreateChaosHubRequestBody, } from './hooks/useCreateChaosHubMutation';
|
|
28
30
|
export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
|
|
31
|
+
export type { CreateChaosServiceErrorResponse, CreateChaosServiceMutationProps, CreateChaosServiceMutationQueryParams, CreateChaosServiceOkResponse, CreateChaosServiceProps, CreateChaosServiceRequestBody, } from './hooks/useCreateChaosServiceMutation';
|
|
32
|
+
export { createChaosService, useCreateChaosServiceMutation, } from './hooks/useCreateChaosServiceMutation';
|
|
29
33
|
export type { CreateConditionErrorResponse, CreateConditionMutationProps, CreateConditionMutationQueryParams, CreateConditionOkResponse, CreateConditionProps, CreateConditionRequestBody, } from './hooks/useCreateConditionMutation';
|
|
30
34
|
export { createCondition, useCreateConditionMutation } from './hooks/useCreateConditionMutation';
|
|
31
35
|
export type { CreateDrTestErrorResponse, CreateDrTestMutationProps, CreateDrTestMutationQueryParams, CreateDrTestOkResponse, CreateDrTestProps, CreateDrTestRequestBody, } from './hooks/useCreateDrTestMutation';
|
|
@@ -62,6 +66,8 @@ export type { DeleteActionErrorResponse, DeleteActionMutationPathParams, DeleteA
|
|
|
62
66
|
export { deleteAction, useDeleteActionMutation } from './hooks/useDeleteActionMutation';
|
|
63
67
|
export type { DeleteActionTemplateErrorResponse, DeleteActionTemplateMutationPathParams, DeleteActionTemplateMutationProps, DeleteActionTemplateMutationQueryParams, DeleteActionTemplateOkResponse, DeleteActionTemplateProps, } from './hooks/useDeleteActionTemplateMutation';
|
|
64
68
|
export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
|
|
69
|
+
export type { DeleteChaosServiceErrorResponse, DeleteChaosServiceMutationPathParams, DeleteChaosServiceMutationProps, DeleteChaosServiceMutationQueryParams, DeleteChaosServiceOkResponse, DeleteChaosServiceProps, } from './hooks/useDeleteChaosServiceMutation';
|
|
70
|
+
export { deleteChaosService, useDeleteChaosServiceMutation, } from './hooks/useDeleteChaosServiceMutation';
|
|
65
71
|
export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationProps, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
66
72
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
67
73
|
export type { DeleteConditionErrorResponse, DeleteConditionMutationPathParams, DeleteConditionMutationProps, DeleteConditionMutationQueryParams, DeleteConditionOkResponse, DeleteConditionProps, } from './hooks/useDeleteConditionMutation';
|
|
@@ -140,6 +146,8 @@ export type { GetChaosPipelineExecutionErrorResponse, GetChaosPipelineExecutionO
|
|
|
140
146
|
export { getChaosPipelineExecution, useGetChaosPipelineExecutionQuery, } from './hooks/useGetChaosPipelineExecutionQuery';
|
|
141
147
|
export type { GetChaosPipelineStepDetailsErrorResponse, GetChaosPipelineStepDetailsOkResponse, GetChaosPipelineStepDetailsProps, GetChaosPipelineStepDetailsQueryPathParams, GetChaosPipelineStepDetailsQueryQueryParams, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
142
148
|
export { getChaosPipelineStepDetails, useGetChaosPipelineStepDetailsQuery, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
149
|
+
export type { GetChaosServiceErrorResponse, GetChaosServiceOkResponse, GetChaosServiceProps, GetChaosServiceQueryPathParams, GetChaosServiceQueryQueryParams, } from './hooks/useGetChaosServiceQuery';
|
|
150
|
+
export { getChaosService, useGetChaosServiceQuery } from './hooks/useGetChaosServiceQuery';
|
|
143
151
|
export type { GetChaosV2ExperimentErrorResponse, GetChaosV2ExperimentOkResponse, GetChaosV2ExperimentProps, GetChaosV2ExperimentQueryPathParams, GetChaosV2ExperimentQueryQueryParams, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
144
152
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
145
153
|
export type { GetChaosV2ExperimentRunInternalApiErrorResponse, GetChaosV2ExperimentRunInternalApiMutationPathParams, GetChaosV2ExperimentRunInternalApiMutationProps, GetChaosV2ExperimentRunInternalApiMutationQueryParams, GetChaosV2ExperimentRunInternalApiOkResponse, GetChaosV2ExperimentRunInternalApiProps, GetChaosV2ExperimentRunInternalApiRequestBody, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
@@ -154,6 +162,8 @@ export type { GetConditionErrorResponse, GetConditionOkResponse, GetConditionPro
|
|
|
154
162
|
export { getCondition, useGetConditionQuery } from './hooks/useGetConditionQuery';
|
|
155
163
|
export type { GetConnectorForInfraErrorResponse, GetConnectorForInfraOkResponse, GetConnectorForInfraProps, GetConnectorForInfraQueryPathParams, GetConnectorForInfraQueryQueryParams, } from './hooks/useGetConnectorForInfraQuery';
|
|
156
164
|
export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
|
|
165
|
+
export type { GetDashboardV3ErrorResponse, GetDashboardV3OkResponse, GetDashboardV3Props, GetDashboardV3QueryPathParams, GetDashboardV3QueryQueryParams, } from './hooks/useGetDashboardV3Query';
|
|
166
|
+
export { getDashboardV3, useGetDashboardV3Query } from './hooks/useGetDashboardV3Query';
|
|
157
167
|
export type { GetExperimentHelperImageVersionErrorResponse, GetExperimentHelperImageVersionOkResponse, GetExperimentHelperImageVersionProps, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
158
168
|
export { getExperimentHelperImageVersion, useGetExperimentHelperImageVersionQuery, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
159
169
|
export type { GetExperimentOrTemplateVariableErrorResponse, GetExperimentOrTemplateVariableOkResponse, GetExperimentOrTemplateVariableProps, GetExperimentOrTemplateVariableQueryQueryParams, } from './hooks/useGetExperimentOrTemplateVariableQuery';
|
|
@@ -200,6 +210,8 @@ export type { GetInfraV2ErrorResponse, GetInfraV2OkResponse, GetInfraV2Props, Ge
|
|
|
200
210
|
export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
|
|
201
211
|
export type { GetInputSetErrorResponse, GetInputSetOkResponse, GetInputSetProps, GetInputSetQueryPathParams, GetInputSetQueryQueryParams, } from './hooks/useGetInputSetQuery';
|
|
202
212
|
export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
|
|
213
|
+
export type { GetKubeObjectV3ErrorResponse, GetKubeObjectV3MutationPathParams, GetKubeObjectV3MutationProps, GetKubeObjectV3MutationQueryParams, GetKubeObjectV3OkResponse, GetKubeObjectV3Props, GetKubeObjectV3RequestBody, } from './hooks/useGetKubeObjectV3Mutation';
|
|
214
|
+
export { getKubeObjectV3, useGetKubeObjectV3Mutation } from './hooks/useGetKubeObjectV3Mutation';
|
|
203
215
|
export type { GetLegacyKubernetesChaosInfraDetailsErrorResponse, GetLegacyKubernetesChaosInfraDetailsOkResponse, GetLegacyKubernetesChaosInfraDetailsProps, GetLegacyKubernetesChaosInfraDetailsQueryPathParams, GetLegacyKubernetesChaosInfraDetailsQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
|
|
204
216
|
export { getLegacyKubernetesChaosInfraDetails, useGetLegacyKubernetesChaosInfraDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
|
|
205
217
|
export type { GetLegacyKubernetesChaosInfraManifestErrorResponse, GetLegacyKubernetesChaosInfraManifestOkResponse, GetLegacyKubernetesChaosInfraManifestProps, GetLegacyKubernetesChaosInfraManifestQueryPathParams, GetLegacyKubernetesChaosInfraManifestQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraManifestQuery';
|
|
@@ -270,10 +282,14 @@ export type { ListChaosEnabledInfraV2ErrorResponse, ListChaosEnabledInfraV2OkRes
|
|
|
270
282
|
export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hooks/useListChaosEnabledInfraV2Query';
|
|
271
283
|
export type { ListChaosHubErrorResponse, ListChaosHubOkResponse, ListChaosHubProps, ListChaosHubQueryQueryParams, } from './hooks/useListChaosHubQuery';
|
|
272
284
|
export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
|
|
285
|
+
export type { ListChaosServicesErrorResponse, ListChaosServicesOkResponse, ListChaosServicesProps, ListChaosServicesQueryQueryParams, } from './hooks/useListChaosServicesQuery';
|
|
286
|
+
export { listChaosServices, useListChaosServicesQuery } from './hooks/useListChaosServicesQuery';
|
|
273
287
|
export type { ListChaosV2ExperimentErrorResponse, ListChaosV2ExperimentOkResponse, ListChaosV2ExperimentProps, ListChaosV2ExperimentQueryQueryParams, } from './hooks/useListChaosV2ExperimentQuery';
|
|
274
288
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
275
289
|
export type { ListConditionErrorResponse, ListConditionOkResponse, ListConditionProps, ListConditionQueryQueryParams, } from './hooks/useListConditionQuery';
|
|
276
290
|
export { listCondition, useListConditionQuery } from './hooks/useListConditionQuery';
|
|
291
|
+
export type { ListDashboardsV3ErrorResponse, ListDashboardsV3OkResponse, ListDashboardsV3Props, ListDashboardsV3QueryQueryParams, } from './hooks/useListDashboardsV3Query';
|
|
292
|
+
export { listDashboardsV3, useListDashboardsV3Query } from './hooks/useListDashboardsV3Query';
|
|
277
293
|
export type { ListDrTestsErrorResponse, ListDrTestsOkResponse, ListDrTestsProps, ListDrTestsQueryQueryParams, } from './hooks/useListDrTestsQuery';
|
|
278
294
|
export { listDrTests, useListDrTestsQuery } from './hooks/useListDrTestsQuery';
|
|
279
295
|
export type { ListExperimentMetadataErrorResponse, ListExperimentMetadataOkResponse, ListExperimentMetadataProps, ListExperimentMetadataQueryQueryParams, ListExperimentMetadataRequestBody, } from './hooks/useListExperimentMetadataQuery';
|
|
@@ -374,6 +390,8 @@ export type { ResolveImageRegistryV3ErrorResponse, ResolveImageRegistryV3OkRespo
|
|
|
374
390
|
export { resolveImageRegistryV3, useResolveImageRegistryV3Query, } from './hooks/useResolveImageRegistryV3Query';
|
|
375
391
|
export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutationPathParams, RetryExperimentCreationMutationProps, RetryExperimentCreationMutationQueryParams, RetryExperimentCreationOkResponse, RetryExperimentCreationProps, RetryExperimentCreationRequestBody, } from './hooks/useRetryExperimentCreationMutation';
|
|
376
392
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
393
|
+
export type { RunChaosComponentForMachineErrorResponse, RunChaosComponentForMachineMutationProps, RunChaosComponentForMachineMutationQueryParams, RunChaosComponentForMachineOkResponse, RunChaosComponentForMachineProps, RunChaosComponentForMachineRequestBody, } from './hooks/useRunChaosComponentForMachineMutation';
|
|
394
|
+
export { runChaosComponentForMachine, useRunChaosComponentForMachineMutation, } from './hooks/useRunChaosComponentForMachineMutation';
|
|
377
395
|
export type { RunChaosComponentErrorResponse, RunChaosComponentMutationProps, RunChaosComponentMutationQueryParams, RunChaosComponentOkResponse, RunChaosComponentProps, RunChaosComponentRequestBody, } from './hooks/useRunChaosComponentMutation';
|
|
378
396
|
export { runChaosComponent, useRunChaosComponentMutation, } from './hooks/useRunChaosComponentMutation';
|
|
379
397
|
export type { RunChaosV2ExperimentErrorResponse, RunChaosV2ExperimentMutationPathParams, RunChaosV2ExperimentMutationProps, RunChaosV2ExperimentMutationQueryParams, RunChaosV2ExperimentOkResponse, RunChaosV2ExperimentProps, RunChaosV2ExperimentRequestBody, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
@@ -402,12 +420,16 @@ export type { UpdateChaosExperimentExecutionNodeErrorResponse, UpdateChaosExperi
|
|
|
402
420
|
export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNodeMutation, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
|
|
403
421
|
export type { UpdateChaosHubErrorResponse, UpdateChaosHubMutationPathParams, UpdateChaosHubMutationProps, UpdateChaosHubMutationQueryParams, UpdateChaosHubOkResponse, UpdateChaosHubProps, UpdateChaosHubRequestBody, } from './hooks/useUpdateChaosHubMutation';
|
|
404
422
|
export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
|
|
423
|
+
export type { UpdateChaosServiceErrorResponse, UpdateChaosServiceMutationPathParams, UpdateChaosServiceMutationProps, UpdateChaosServiceMutationQueryParams, UpdateChaosServiceOkResponse, UpdateChaosServiceProps, UpdateChaosServiceRequestBody, } from './hooks/useUpdateChaosServiceMutation';
|
|
424
|
+
export { updateChaosService, useUpdateChaosServiceMutation, } from './hooks/useUpdateChaosServiceMutation';
|
|
405
425
|
export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationProps, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
406
426
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
407
427
|
export type { UpdateConditionErrorResponse, UpdateConditionMutationPathParams, UpdateConditionMutationProps, UpdateConditionMutationQueryParams, UpdateConditionOkResponse, UpdateConditionProps, UpdateConditionRequestBody, } from './hooks/useUpdateConditionMutation';
|
|
408
428
|
export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
|
|
409
429
|
export type { UpdateCronStateV3ErrorResponse, UpdateCronStateV3MutationProps, UpdateCronStateV3MutationQueryParams, UpdateCronStateV3OkResponse, UpdateCronStateV3Props, UpdateCronStateV3RequestBody, } from './hooks/useUpdateCronStateV3Mutation';
|
|
410
430
|
export { updateCronStateV3, useUpdateCronStateV3Mutation, } from './hooks/useUpdateCronStateV3Mutation';
|
|
431
|
+
export type { UpdateDashboardV3ErrorResponse, UpdateDashboardV3MutationPathParams, UpdateDashboardV3MutationProps, UpdateDashboardV3MutationQueryParams, UpdateDashboardV3OkResponse, UpdateDashboardV3Props, UpdateDashboardV3RequestBody, } from './hooks/useUpdateDashboardV3Mutation';
|
|
432
|
+
export { updateDashboardV3, useUpdateDashboardV3Mutation, } from './hooks/useUpdateDashboardV3Mutation';
|
|
411
433
|
export type { UpdateEmissaryErrorResponse, UpdateEmissaryMutationPathParams, UpdateEmissaryMutationProps, UpdateEmissaryMutationQueryParams, UpdateEmissaryOkResponse, UpdateEmissaryProps, UpdateEmissaryRequestBody, } from './hooks/useUpdateEmissaryMutation';
|
|
412
434
|
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
413
435
|
export type { UpdateExperimentTemplateErrorResponse, UpdateExperimentTemplateMutationPathParams, UpdateExperimentTemplateMutationProps, UpdateExperimentTemplateMutationQueryParams, UpdateExperimentTemplateOkResponse, UpdateExperimentTemplateProps, UpdateExperimentTemplateRequestBody, } from './hooks/useUpdateExperimentTemplateMutation';
|
|
@@ -449,11 +471,16 @@ export { useVerifyProbeMutation, verifyProbe } from './hooks/useVerifyProbeMutat
|
|
|
449
471
|
export type { ChaosfaulttemplateActionTemplateRequestBody } from './requestBodies/ChaosfaulttemplateActionTemplateRequestBody';
|
|
450
472
|
export type { InfraV2ListKubernetesInfraV2RequestRequestBody } from './requestBodies/InfraV2ListKubernetesInfraV2RequestRequestBody';
|
|
451
473
|
export type { TypesProbeRequestRequestBody } from './requestBodies/TypesProbeRequestRequestBody';
|
|
474
|
+
export type { ActionAction } from './schemas/ActionAction';
|
|
452
475
|
export type { ActionActionTemplateProperties } from './schemas/ActionActionTemplateProperties';
|
|
453
476
|
export type { ActionActionTemplateRunProperties } from './schemas/ActionActionTemplateRunProperties';
|
|
477
|
+
export type { ActionContainerAction } from './schemas/ActionContainerAction';
|
|
478
|
+
export type { ActionCustomScriptAction } from './schemas/ActionCustomScriptAction';
|
|
454
479
|
export type { ActionCustomScriptActionTemplate } from './schemas/ActionCustomScriptActionTemplate';
|
|
480
|
+
export type { ActionDelayAction } from './schemas/ActionDelayAction';
|
|
455
481
|
export type { ActionDelayActionTemplate } from './schemas/ActionDelayActionTemplate';
|
|
456
482
|
export type { ActionEnv } from './schemas/ActionEnv';
|
|
483
|
+
export type { ActionRunProperties } from './schemas/ActionRunProperties';
|
|
457
484
|
export type { ActionsActionResponse } from './schemas/ActionsActionResponse';
|
|
458
485
|
export type { ActionsActionType } from './schemas/ActionsActionType';
|
|
459
486
|
export type { ActionsExecutedByExperiment } from './schemas/ActionsExecutedByExperiment';
|
|
@@ -622,6 +649,12 @@ export type { ChaosprobetemplateProbeTemplate } from './schemas/Chaosprobetempla
|
|
|
622
649
|
export type { ChaosprobetemplateProbeTemplateCount } from './schemas/ChaosprobetemplateProbeTemplateCount';
|
|
623
650
|
export type { ChaosprobetemplateProbeTemplateVariables } from './schemas/ChaosprobetemplateProbeTemplateVariables';
|
|
624
651
|
export type { ChaosresourcenotesNoteType } from './schemas/ChaosresourcenotesNoteType';
|
|
652
|
+
export type { ChaosservicesChaosServiceResponse } from './schemas/ChaosservicesChaosServiceResponse';
|
|
653
|
+
export type { ChaosservicesCreateRequest } from './schemas/ChaosservicesCreateRequest';
|
|
654
|
+
export type { ChaosservicesDeleteResponse } from './schemas/ChaosservicesDeleteResponse';
|
|
655
|
+
export type { ChaosservicesListChaosServiceResponse } from './schemas/ChaosservicesListChaosServiceResponse';
|
|
656
|
+
export type { ChaosservicesServiceProbeAssociation } from './schemas/ChaosservicesServiceProbeAssociation';
|
|
657
|
+
export type { ChaosservicesUpdateRequest } from './schemas/ChaosservicesUpdateRequest';
|
|
625
658
|
export type { ChaosserviceusageInfrastructureType } from './schemas/ChaosserviceusageInfrastructureType';
|
|
626
659
|
export type { ChaosserviceusageOverallServiceUsageStats } from './schemas/ChaosserviceusageOverallServiceUsageStats';
|
|
627
660
|
export type { ChaosserviceusagePeriodicStats } from './schemas/ChaosserviceusagePeriodicStats';
|
|
@@ -641,6 +674,11 @@ export type { CommonTypesExperimentRunsData } from './schemas/CommonTypesExperim
|
|
|
641
674
|
export type { CommonVolume } from './schemas/CommonVolume';
|
|
642
675
|
export type { CommonVolumeInputTemplate } from './schemas/CommonVolumeInputTemplate';
|
|
643
676
|
export type { CommonVolumeType } from './schemas/CommonVolumeType';
|
|
677
|
+
export type { DashboardCategoryCount } from './schemas/DashboardCategoryCount';
|
|
678
|
+
export type { DashboardDashboardCounts } from './schemas/DashboardDashboardCounts';
|
|
679
|
+
export type { DashboardDashboardResponse } from './schemas/DashboardDashboardResponse';
|
|
680
|
+
export type { DashboardListDashboardResponse } from './schemas/DashboardListDashboardResponse';
|
|
681
|
+
export type { DashboardUpdateRequest } from './schemas/DashboardUpdateRequest';
|
|
644
682
|
export type { DatabaseAgentConfiguration } from './schemas/DatabaseAgentConfiguration';
|
|
645
683
|
export type { DatabaseConnection } from './schemas/DatabaseConnection';
|
|
646
684
|
export type { DatabaseConnectionType } from './schemas/DatabaseConnectionType';
|
|
@@ -708,6 +746,7 @@ export type { ExperimentConditions } from './schemas/ExperimentConditions';
|
|
|
708
746
|
export type { ExperimentConfigMap } from './schemas/ExperimentConfigMap';
|
|
709
747
|
export type { ExperimentDefinition } from './schemas/ExperimentDefinition';
|
|
710
748
|
export type { ExperimentExperimentComponents } from './schemas/ExperimentExperimentComponents';
|
|
749
|
+
export type { ExperimentFault } from './schemas/ExperimentFault';
|
|
711
750
|
export type { ExperimentFaultRef } from './schemas/ExperimentFaultRef';
|
|
712
751
|
export type { ExperimentHelperConfig } from './schemas/ExperimentHelperConfig';
|
|
713
752
|
export type { ExperimentHostFile } from './schemas/ExperimentHostFile';
|
|
@@ -924,6 +963,11 @@ export type { InfraV2Upgrade } from './schemas/InfraV2Upgrade';
|
|
|
924
963
|
export type { InfraV2UpgradeStatus } from './schemas/InfraV2UpgradeStatus';
|
|
925
964
|
export type { InfraV2UserDetails } from './schemas/InfraV2UserDetails';
|
|
926
965
|
export type { InfraV2Volumes } from './schemas/InfraV2Volumes';
|
|
966
|
+
export type { InfraopsGetKubeObjectBody } from './schemas/InfraopsGetKubeObjectBody';
|
|
967
|
+
export type { InfraopsGetKubeObjectResponse } from './schemas/InfraopsGetKubeObjectResponse';
|
|
968
|
+
export type { InfraopsKubeGvrRequest } from './schemas/InfraopsKubeGvrRequest';
|
|
969
|
+
export type { InfraopsKubeObject } from './schemas/InfraopsKubeObject';
|
|
970
|
+
export type { InfraopsObjectData } from './schemas/InfraopsObjectData';
|
|
927
971
|
export type { InputsetInputSet } from './schemas/InputsetInputSet';
|
|
928
972
|
export type { InputsetsCreateInputSetRequest } from './schemas/InputsetsCreateInputSetRequest';
|
|
929
973
|
export type { InputsetsCreateInputSetResponse } from './schemas/InputsetsCreateInputSetResponse';
|
|
@@ -941,6 +985,8 @@ export type { K8sinfraUpdateEmissaryUrlRequest } from './schemas/K8sinfraUpdateE
|
|
|
941
985
|
export type { K8sinfraUpdateEmissaryUrlResponse } from './schemas/K8sinfraUpdateEmissaryUrlResponse';
|
|
942
986
|
export type { LogserviceCommandUnitStatus } from './schemas/LogserviceCommandUnitStatus';
|
|
943
987
|
export type { LogserviceCommandUnitStatusResponse } from './schemas/LogserviceCommandUnitStatusResponse';
|
|
988
|
+
export type { ModelAbortChaosComponentForMachineRequest } from './schemas/ModelAbortChaosComponentForMachineRequest';
|
|
989
|
+
export type { ModelAbortChaosComponentForMachineResponse } from './schemas/ModelAbortChaosComponentForMachineResponse';
|
|
944
990
|
export type { ModelClusterType } from './schemas/ModelClusterType';
|
|
945
991
|
export type { ModelConditionDetails } from './schemas/ModelConditionDetails';
|
|
946
992
|
export type { ModelDateRange } from './schemas/ModelDateRange';
|
|
@@ -964,6 +1010,9 @@ export type { ModelRecurrence } from './schemas/ModelRecurrence';
|
|
|
964
1010
|
export type { ModelRecurrenceSpec } from './schemas/ModelRecurrenceSpec';
|
|
965
1011
|
export type { ModelRecurrenceType } from './schemas/ModelRecurrenceType';
|
|
966
1012
|
export type { ModelRuleDetails } from './schemas/ModelRuleDetails';
|
|
1013
|
+
export type { ModelRunChaosComponentForMachineRequest } from './schemas/ModelRunChaosComponentForMachineRequest';
|
|
1014
|
+
export type { ModelRunChaosComponentForMachineResponse } from './schemas/ModelRunChaosComponentForMachineResponse';
|
|
1015
|
+
export type { ModelRunChaosComponentForMachineResponseData } from './schemas/ModelRunChaosComponentForMachineResponseData';
|
|
967
1016
|
export type { ModelScenarioType } from './schemas/ModelScenarioType';
|
|
968
1017
|
export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance';
|
|
969
1018
|
export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { abortChaosComponentForMachine, useAbortChaosComponentForMachineMutation, } from './hooks/useAbortChaosComponentForMachineMutation';
|
|
1
2
|
export { abortChaosComponent, useAbortChaosComponentMutation, } from './hooks/useAbortChaosComponentMutation';
|
|
2
3
|
export { addNote, useAddNoteMutation } from './hooks/useAddNoteMutation';
|
|
3
4
|
export { bulkExperimentDelete, useBulkExperimentDeleteMutation, } from './hooks/useBulkExperimentDeleteMutation';
|
|
@@ -12,6 +13,7 @@ export { createChaosComponent, useCreateChaosComponentMutation, } from './hooks/
|
|
|
12
13
|
export { createChaosExperimentExecutionNode, useCreateChaosExperimentExecutionNodeMutation, } from './hooks/useCreateChaosExperimentExecutionNodeMutation';
|
|
13
14
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
14
15
|
export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
|
|
16
|
+
export { createChaosService, useCreateChaosServiceMutation, } from './hooks/useCreateChaosServiceMutation';
|
|
15
17
|
export { createCondition, useCreateConditionMutation } from './hooks/useCreateConditionMutation';
|
|
16
18
|
export { createDrTest, useCreateDrTestMutation } from './hooks/useCreateDrTestMutation';
|
|
17
19
|
export { createExperimentFromTemplate, useCreateExperimentFromTemplateMutation, } from './hooks/useCreateExperimentFromTemplateMutation';
|
|
@@ -30,6 +32,7 @@ export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useC
|
|
|
30
32
|
export { delegateCallbackUpdate, useDelegateCallbackUpdateMutation, } from './hooks/useDelegateCallbackUpdateMutation';
|
|
31
33
|
export { deleteAction, useDeleteActionMutation } from './hooks/useDeleteActionMutation';
|
|
32
34
|
export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
|
|
35
|
+
export { deleteChaosService, useDeleteChaosServiceMutation, } from './hooks/useDeleteChaosServiceMutation';
|
|
33
36
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
34
37
|
export { deleteCondition, useDeleteConditionMutation } from './hooks/useDeleteConditionMutation';
|
|
35
38
|
export { deleteDrTest, useDeleteDrTestMutation } from './hooks/useDeleteDrTestMutation';
|
|
@@ -69,6 +72,7 @@ export { getChaosExperimentRunsForPipeline, useGetChaosExperimentRunsForPipeline
|
|
|
69
72
|
export { getChaosHub, useGetChaosHubQuery } from './hooks/useGetChaosHubQuery';
|
|
70
73
|
export { getChaosPipelineExecution, useGetChaosPipelineExecutionQuery, } from './hooks/useGetChaosPipelineExecutionQuery';
|
|
71
74
|
export { getChaosPipelineStepDetails, useGetChaosPipelineStepDetailsQuery, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
75
|
+
export { getChaosService, useGetChaosServiceQuery } from './hooks/useGetChaosServiceQuery';
|
|
72
76
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
73
77
|
export { getChaosV2ExperimentRunInternalApi, useGetChaosV2ExperimentRunInternalApiMutation, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
74
78
|
export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
|
|
@@ -76,6 +80,7 @@ export { getChaosV2ExperimentVariables, useGetChaosV2ExperimentVariablesQuery, }
|
|
|
76
80
|
export { getCommandUnitStatuses, useGetCommandUnitStatusesQuery, } from './hooks/useGetCommandUnitStatusesQuery';
|
|
77
81
|
export { getCondition, useGetConditionQuery } from './hooks/useGetConditionQuery';
|
|
78
82
|
export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
|
|
83
|
+
export { getDashboardV3, useGetDashboardV3Query } from './hooks/useGetDashboardV3Query';
|
|
79
84
|
export { getExperimentHelperImageVersion, useGetExperimentHelperImageVersionQuery, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
80
85
|
export { getExperimentOrTemplateVariable, useGetExperimentOrTemplateVariableQuery, } from './hooks/useGetExperimentOrTemplateVariableQuery';
|
|
81
86
|
export { getExperimentRunTimelineView, useGetExperimentRunTimelineViewQuery, } from './hooks/useGetExperimentRunTimelineViewQuery';
|
|
@@ -99,6 +104,7 @@ export { getImageRegistryV3, useGetImageRegistryV3Query } from './hooks/useGetIm
|
|
|
99
104
|
export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
|
|
100
105
|
export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
|
|
101
106
|
export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
|
|
107
|
+
export { getKubeObjectV3, useGetKubeObjectV3Mutation } from './hooks/useGetKubeObjectV3Mutation';
|
|
102
108
|
export { getLegacyKubernetesChaosInfraDetails, useGetLegacyKubernetesChaosInfraDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
|
|
103
109
|
export { getLegacyKubernetesChaosInfraManifest, useGetLegacyKubernetesChaosInfraManifestQuery, } from './hooks/useGetLegacyKubernetesChaosInfraManifestQuery';
|
|
104
110
|
export { getLegacyKubernetesChaosInfraStats, useGetLegacyKubernetesChaosInfraStatsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraStatsQuery';
|
|
@@ -134,8 +140,10 @@ export { listApplication, useListApplicationQuery } from './hooks/useListApplica
|
|
|
134
140
|
export { listChaosComponent, useListChaosComponentQuery } from './hooks/useListChaosComponentQuery';
|
|
135
141
|
export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hooks/useListChaosEnabledInfraV2Query';
|
|
136
142
|
export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
|
|
143
|
+
export { listChaosServices, useListChaosServicesQuery } from './hooks/useListChaosServicesQuery';
|
|
137
144
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
138
145
|
export { listCondition, useListConditionQuery } from './hooks/useListConditionQuery';
|
|
146
|
+
export { listDashboardsV3, useListDashboardsV3Query } from './hooks/useListDashboardsV3Query';
|
|
139
147
|
export { listDrTests, useListDrTestsQuery } from './hooks/useListDrTestsQuery';
|
|
140
148
|
export { listExperimentMetadata, useListExperimentMetadataQuery, } from './hooks/useListExperimentMetadataQuery';
|
|
141
149
|
export { listExperimentOrTemplate, useListExperimentOrTemplateQuery, } from './hooks/useListExperimentOrTemplateQuery';
|
|
@@ -186,6 +194,7 @@ export { registerMachineInfra, useRegisterMachineInfraMutation, } from './hooks/
|
|
|
186
194
|
export { renderTemplateForm, useRenderTemplateFormQuery } from './hooks/useRenderTemplateFormQuery';
|
|
187
195
|
export { resolveImageRegistryV3, useResolveImageRegistryV3Query, } from './hooks/useResolveImageRegistryV3Query';
|
|
188
196
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
197
|
+
export { runChaosComponentForMachine, useRunChaosComponentForMachineMutation, } from './hooks/useRunChaosComponentForMachineMutation';
|
|
189
198
|
export { runChaosComponent, useRunChaosComponentMutation, } from './hooks/useRunChaosComponentMutation';
|
|
190
199
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
191
200
|
export { runChaosV2InternalApi, useRunChaosV2InternalApiMutation, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
@@ -200,9 +209,11 @@ export { updateActionTemplate, useUpdateActionTemplateMutation, } from './hooks/
|
|
|
200
209
|
export { updateChaosComponent, useUpdateChaosComponentMutation, } from './hooks/useUpdateChaosComponentMutation';
|
|
201
210
|
export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNodeMutation, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
|
|
202
211
|
export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
|
|
212
|
+
export { updateChaosService, useUpdateChaosServiceMutation, } from './hooks/useUpdateChaosServiceMutation';
|
|
203
213
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
204
214
|
export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
|
|
205
215
|
export { updateCronStateV3, useUpdateCronStateV3Mutation, } from './hooks/useUpdateCronStateV3Mutation';
|
|
216
|
+
export { updateDashboardV3, useUpdateDashboardV3Mutation, } from './hooks/useUpdateDashboardV3Mutation';
|
|
206
217
|
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
207
218
|
export { updateExperimentTemplate, useUpdateExperimentTemplateMutation, } from './hooks/useUpdateExperimentTemplateMutation';
|
|
208
219
|
export { updateExperimentV3, useUpdateExperimentV3Mutation, } from './hooks/useUpdateExperimentV3Mutation';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ActionContainerAction } from '../schemas/ActionContainerAction';
|
|
2
|
+
import type { ActionCustomScriptAction } from '../schemas/ActionCustomScriptAction';
|
|
3
|
+
import type { ActionDelayAction } from '../schemas/ActionDelayAction';
|
|
4
|
+
import type { ActionRunProperties } from '../schemas/ActionRunProperties';
|
|
5
|
+
export interface ActionAction {
|
|
6
|
+
actionRef?: string;
|
|
7
|
+
containerAction?: ActionContainerAction;
|
|
8
|
+
customScriptAction?: ActionCustomScriptAction;
|
|
9
|
+
delayAction?: ActionDelayAction;
|
|
10
|
+
id?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
runProperties?: ActionRunProperties;
|
|
13
|
+
type?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { CommonNodeAffinity } from '../schemas/CommonNodeAffinity';
|
|
2
|
+
import type { V1SecurityContext } from '../schemas/V1SecurityContext';
|
|
3
|
+
import type { K8sIoApiCoreV1EnvVar } from '../schemas/K8sIoApiCoreV1EnvVar';
|
|
4
|
+
import type { V1PullPolicy } from '../schemas/V1PullPolicy';
|
|
5
|
+
import type { V1PodSecurityContext } from '../schemas/V1PodSecurityContext';
|
|
6
|
+
import type { CommonResourceRequirements } from '../schemas/CommonResourceRequirements';
|
|
7
|
+
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
8
|
+
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
9
|
+
import type { CommonVolume } from '../schemas/CommonVolume';
|
|
10
|
+
export interface ActionContainerAction {
|
|
11
|
+
affinity?: CommonNodeAffinity;
|
|
12
|
+
annotations?: {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
};
|
|
15
|
+
args?: string;
|
|
16
|
+
command?: string[];
|
|
17
|
+
containerSecurityContext?: V1SecurityContext;
|
|
18
|
+
env?: K8sIoApiCoreV1EnvVar[];
|
|
19
|
+
hostIPC?: boolean;
|
|
20
|
+
hostNetwork?: boolean;
|
|
21
|
+
hostPID?: boolean;
|
|
22
|
+
image?: string;
|
|
23
|
+
imagePullPolicy?: V1PullPolicy;
|
|
24
|
+
imagePullSecrets?: string[];
|
|
25
|
+
labels?: {
|
|
26
|
+
[key: string]: string;
|
|
27
|
+
};
|
|
28
|
+
namespace?: string;
|
|
29
|
+
nodeSelector?: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
};
|
|
32
|
+
podSecurityContext?: V1PodSecurityContext;
|
|
33
|
+
resources?: CommonResourceRequirements;
|
|
34
|
+
serviceAccountName?: string;
|
|
35
|
+
tolerations?: V1Toleration[];
|
|
36
|
+
volumeMounts?: V1VolumeMount[];
|
|
37
|
+
volumes?: CommonVolume[];
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -8,6 +8,10 @@ export interface ChaosExecutionNodesChaosExecutionNode {
|
|
|
8
8
|
chaosData?: ChaosExecutionNodesChaosData;
|
|
9
9
|
duration?: number;
|
|
10
10
|
errorData?: ChaosExecutionNodesErrorData;
|
|
11
|
+
/**
|
|
12
|
+
* TODO: Add this back when we have a way to store the service ref in the database
|
|
13
|
+
* ServiceRef *ServiceRef `json:"serviceRef,omitempty" bson:"service_ref,omitempty"`
|
|
14
|
+
*/
|
|
11
15
|
estimatedTime?: number;
|
|
12
16
|
executionOutput?: ChaosExecutionNodesExecutionOutput;
|
|
13
17
|
experimentID?: string;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
2
|
+
import type { ChaosservicesServiceProbeAssociation } from '../schemas/ChaosservicesServiceProbeAssociation';
|
|
3
|
+
import type { DatabaseDiscoveredServiceSpec } from '../schemas/DatabaseDiscoveredServiceSpec';
|
|
4
|
+
export interface ChaosservicesChaosServiceResponse {
|
|
5
|
+
accountID: string;
|
|
6
|
+
agentIdentity?: string;
|
|
7
|
+
createdAt?: number;
|
|
8
|
+
createdBy?: HcesdkUserDetails;
|
|
9
|
+
description?: string;
|
|
10
|
+
environmentIdentity?: string;
|
|
11
|
+
externalIdentity?: string;
|
|
12
|
+
identity?: string;
|
|
13
|
+
infrastructureIdentity?: string;
|
|
14
|
+
isRemoved: boolean;
|
|
15
|
+
name: string;
|
|
16
|
+
orgID?: string;
|
|
17
|
+
parentUniqueId?: string;
|
|
18
|
+
probes?: ChaosservicesServiceProbeAssociation[];
|
|
19
|
+
projectID?: string;
|
|
20
|
+
serviceType?: string;
|
|
21
|
+
spec?: DatabaseDiscoveredServiceSpec;
|
|
22
|
+
tags?: string[];
|
|
23
|
+
uniqueId?: string;
|
|
24
|
+
updatedAt?: number;
|
|
25
|
+
updatedBy?: HcesdkUserDetails;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ChaosservicesServiceProbeAssociation } from '../schemas/ChaosservicesServiceProbeAssociation';
|
|
2
|
+
export interface ChaosservicesCreateRequest {
|
|
3
|
+
agentIdentity?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
environmentIdentity?: string;
|
|
6
|
+
externalIdentity?: string;
|
|
7
|
+
identity?: string;
|
|
8
|
+
infrastructureIdentity?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
probes?: ChaosservicesServiceProbeAssociation[];
|
|
11
|
+
tags?: string[];
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ChaosservicesChaosServiceResponse } from '../schemas/ChaosservicesChaosServiceResponse';
|
|
2
|
+
import type { SharedPaginationResponse } from '../schemas/SharedPaginationResponse';
|
|
3
|
+
export interface ChaosservicesListChaosServiceResponse {
|
|
4
|
+
correlationID?: string;
|
|
5
|
+
data?: ChaosservicesChaosServiceResponse[];
|
|
6
|
+
pagination?: SharedPaginationResponse;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ChaosservicesServiceProbeAssociation } from '../schemas/ChaosservicesServiceProbeAssociation';
|
|
2
|
+
export interface ChaosservicesUpdateRequest {
|
|
3
|
+
agentIdentity?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
environmentIdentity?: string;
|
|
6
|
+
externalIdentity?: string;
|
|
7
|
+
identity?: string;
|
|
8
|
+
infrastructureIdentity?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
probes?: ChaosservicesServiceProbeAssociation[];
|
|
11
|
+
tags?: string[];
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
2
|
+
export interface DashboardDashboardResponse {
|
|
3
|
+
accountID: string;
|
|
4
|
+
category?: string;
|
|
5
|
+
createdBy?: HcesdkUserDetails;
|
|
6
|
+
dashboardID?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
identity?: string;
|
|
9
|
+
isFavourite?: boolean;
|
|
10
|
+
isOOTB?: boolean;
|
|
11
|
+
name: string;
|
|
12
|
+
orgID?: string;
|
|
13
|
+
parentUniqueId?: string;
|
|
14
|
+
projectID?: string;
|
|
15
|
+
seedVersion?: number;
|
|
16
|
+
tags?: string[];
|
|
17
|
+
uniqueId?: string;
|
|
18
|
+
updatedBy?: HcesdkUserDetails;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DashboardDashboardCounts } from '../schemas/DashboardDashboardCounts';
|
|
2
|
+
import type { DashboardDashboardResponse } from '../schemas/DashboardDashboardResponse';
|
|
3
|
+
import type { SharedPaginationResponse } from '../schemas/SharedPaginationResponse';
|
|
4
|
+
export interface DashboardListDashboardResponse {
|
|
5
|
+
correlationID?: string;
|
|
6
|
+
counts?: DashboardDashboardCounts;
|
|
7
|
+
data?: DashboardDashboardResponse[];
|
|
8
|
+
pagination?: SharedPaginationResponse;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -30,10 +30,12 @@ export interface ExperimentActionRef {
|
|
|
30
30
|
* InfraID contains the infrastructure id
|
|
31
31
|
*/
|
|
32
32
|
infraId?: string;
|
|
33
|
+
isRemote?: boolean;
|
|
33
34
|
/**
|
|
34
35
|
* Name of the action reference
|
|
35
36
|
*/
|
|
36
37
|
name?: string;
|
|
38
|
+
remoteInfraRef?: string;
|
|
37
39
|
/**
|
|
38
40
|
* Revision of the fault reference
|
|
39
41
|
*/
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ExperimentConditions } from '../schemas/ExperimentConditions';
|
|
2
|
+
import type { ExperimentDefinition } from '../schemas/ExperimentDefinition';
|
|
3
|
+
export interface ExperimentFault {
|
|
4
|
+
/**
|
|
5
|
+
* Conditions to check if the action should be executed
|
|
6
|
+
*/
|
|
7
|
+
conditionsV2?: ExperimentConditions;
|
|
8
|
+
/**
|
|
9
|
+
* Definition of the fault
|
|
10
|
+
*/
|
|
11
|
+
definition?: ExperimentDefinition;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the fault
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -21,10 +21,12 @@ export interface ExperimentFaultRef {
|
|
|
21
21
|
* HubRef of the fault reference
|
|
22
22
|
*/
|
|
23
23
|
isEnterprise?: boolean;
|
|
24
|
+
isRemote?: boolean;
|
|
24
25
|
/**
|
|
25
26
|
* Name of the fault reference
|
|
26
27
|
*/
|
|
27
28
|
name?: string;
|
|
29
|
+
remoteInfraRef?: string;
|
|
28
30
|
/**
|
|
29
31
|
* Values to store the inputs
|
|
30
32
|
*/
|