@harnessio/react-chaos-manager-client 1.29.0 → 1.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/chaos-manager/src/services/hooks/useCreateConditionMutation.d.ts +28 -0
  2. package/dist/chaos-manager/src/services/hooks/useCreateConditionMutation.js +14 -0
  3. package/dist/chaos-manager/src/services/hooks/useCreateRuleMutation.d.ts +28 -0
  4. package/dist/chaos-manager/src/services/hooks/useCreateRuleMutation.js +14 -0
  5. package/dist/chaos-manager/src/services/hooks/useDeleteConditionMutation.d.ts +28 -0
  6. package/dist/chaos-manager/src/services/hooks/useDeleteConditionMutation.js +14 -0
  7. package/dist/chaos-manager/src/services/hooks/useDeleteLegacyKubernetesChaosInfraMutation.d.ts +27 -0
  8. package/dist/chaos-manager/src/services/hooks/useDeleteLegacyKubernetesChaosInfraMutation.js +14 -0
  9. package/dist/chaos-manager/src/services/hooks/useDeleteRuleMutation.d.ts +28 -0
  10. package/dist/chaos-manager/src/services/hooks/useDeleteRuleMutation.js +14 -0
  11. package/dist/chaos-manager/src/services/hooks/useEnableRuleMutation.d.ts +29 -0
  12. package/dist/chaos-manager/src/services/hooks/useEnableRuleMutation.js +14 -0
  13. package/dist/chaos-manager/src/services/hooks/useGetConditionQuery.d.ts +27 -0
  14. package/dist/chaos-manager/src/services/hooks/useGetConditionQuery.js +14 -0
  15. package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateRevisionsQuery.d.ts +1 -1
  16. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraDetailsQuery.d.ts +26 -0
  17. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraDetailsQuery.js +14 -0
  18. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraManifestQuery.d.ts +25 -0
  19. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraManifestQuery.js +14 -0
  20. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraStatsQuery.d.ts +23 -0
  21. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraStatsQuery.js +14 -0
  22. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraVersionDetailsQuery.d.ts +23 -0
  23. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesChaosInfraVersionDetailsQuery.js +14 -0
  24. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesHelmInfraCommandQuery.d.ts +25 -0
  25. package/dist/chaos-manager/src/services/hooks/useGetLegacyKubernetesHelmInfraCommandQuery.js +14 -0
  26. package/dist/chaos-manager/src/services/hooks/useGetRuleQuery.d.ts +27 -0
  27. package/dist/chaos-manager/src/services/hooks/useGetRuleQuery.js +14 -0
  28. package/dist/chaos-manager/src/services/hooks/useListConditionQuery.d.ts +37 -0
  29. package/dist/chaos-manager/src/services/hooks/useListConditionQuery.js +14 -0
  30. package/dist/chaos-manager/src/services/hooks/useListExperimentRunsOfFaultQuery.d.ts +1 -1
  31. package/dist/chaos-manager/src/services/hooks/useListExperimentTemplateQuery.d.ts +1 -1
  32. package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +1 -1
  33. package/dist/chaos-manager/src/services/hooks/useListFaultv2Query.d.ts +1 -1
  34. package/dist/chaos-manager/src/services/hooks/useListLegacyKubernetesChaosInfraMutation.d.ts +27 -0
  35. package/dist/chaos-manager/src/services/hooks/useListLegacyKubernetesChaosInfraMutation.js +14 -0
  36. package/dist/chaos-manager/src/services/hooks/useListRuleQuery.d.ts +37 -0
  37. package/dist/chaos-manager/src/services/hooks/useListRuleQuery.js +14 -0
  38. package/dist/chaos-manager/src/services/hooks/useRegisterLegacyKubernetesInfraMutation.d.ts +27 -0
  39. package/dist/chaos-manager/src/services/hooks/useRegisterLegacyKubernetesInfraMutation.js +14 -0
  40. package/dist/chaos-manager/src/services/hooks/useTestLegacyKubernetesChaosInfraConnectionMutation.d.ts +26 -0
  41. package/dist/chaos-manager/src/services/hooks/useTestLegacyKubernetesChaosInfraConnectionMutation.js +14 -0
  42. package/dist/chaos-manager/src/services/hooks/useUpdateConditionMutation.d.ts +31 -0
  43. package/dist/chaos-manager/src/services/hooks/useUpdateConditionMutation.js +14 -0
  44. package/dist/chaos-manager/src/services/hooks/useUpdateLegacyKubernetesChaosInfraMutation.d.ts +29 -0
  45. package/dist/chaos-manager/src/services/hooks/useUpdateLegacyKubernetesChaosInfraMutation.js +14 -0
  46. package/dist/chaos-manager/src/services/hooks/useUpdateMachineInfraMutation.d.ts +30 -0
  47. package/dist/chaos-manager/src/services/hooks/useUpdateMachineInfraMutation.js +14 -0
  48. package/dist/chaos-manager/src/services/hooks/useUpdateRuleMutation.d.ts +31 -0
  49. package/dist/chaos-manager/src/services/hooks/useUpdateRuleMutation.js +14 -0
  50. package/dist/chaos-manager/src/services/hooks/useUpgradeLegacyKubernetesChaosInfraMutation.d.ts +26 -0
  51. package/dist/chaos-manager/src/services/hooks/useUpgradeLegacyKubernetesChaosInfraMutation.js +14 -0
  52. package/dist/chaos-manager/src/services/index.d.ts +73 -0
  53. package/dist/chaos-manager/src/services/index.js +23 -0
  54. package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateCreateExperimentFromTemplateRequest.d.ts +9 -0
  55. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsConditionResponse.d.ts +21 -0
  56. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsConditionResponse.js +1 -0
  57. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsCreateConditionRequest.d.ts +14 -0
  58. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsCreateConditionRequest.js +1 -0
  59. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsCreateConditionResponse.d.ts +15 -0
  60. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsCreateConditionResponse.js +1 -0
  61. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsDeleteConditionResponse.d.ts +5 -0
  62. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsDeleteConditionResponse.js +4 -0
  63. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsGetConditionResponse.d.ts +22 -0
  64. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsGetConditionResponse.js +1 -0
  65. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsListConditionResponse.d.ts +7 -0
  66. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsListConditionResponse.js +1 -0
  67. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsRule.d.ts +4 -0
  68. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsRule.js +4 -0
  69. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsUpdateConditionResponse.d.ts +15 -0
  70. package/dist/chaos-manager/src/services/schemas/ChaosguardconditionsUpdateConditionResponse.js +1 -0
  71. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesCreateRuleRequest.d.ts +11 -0
  72. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesCreateRuleRequest.js +1 -0
  73. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesCreateRuleResponse.d.ts +12 -0
  74. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesCreateRuleResponse.js +1 -0
  75. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesDeleteRuleResponse.d.ts +5 -0
  76. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesDeleteRuleResponse.js +4 -0
  77. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesGetRuleResponse.d.ts +19 -0
  78. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesGetRuleResponse.js +1 -0
  79. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesListRuleResponse.d.ts +7 -0
  80. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesListRuleResponse.js +1 -0
  81. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesRuleResponse.d.ts +19 -0
  82. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesRuleResponse.js +1 -0
  83. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesUpdateRuleResponse.d.ts +12 -0
  84. package/dist/chaos-manager/src/services/schemas/ChaosguardrulesUpdateRuleResponse.js +1 -0
  85. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraRequest.d.ts +85 -0
  86. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraRequest.js +1 -0
  87. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResponse.d.ts +22 -0
  88. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResponse.js +4 -0
  89. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbSecurityGovernanceRule.d.ts +11 -0
  90. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbSecurityGovernanceRule.js +1 -0
  91. package/dist/chaos-manager/src/services/schemas/HcesdkUserDetails.d.ts +5 -0
  92. package/dist/chaos-manager/src/services/schemas/HcesdkUserDetails.js +4 -0
  93. package/dist/chaos-manager/src/services/schemas/InfraInfraFilterInput.d.ts +8 -0
  94. package/dist/chaos-manager/src/services/schemas/InfraListInfraRequest.d.ts +5 -0
  95. package/dist/chaos-manager/src/services/schemas/InfraRegisterInfraUserInputs.d.ts +16 -0
  96. package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraRequest.d.ts +13 -0
  97. package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraRequest.js +1 -0
  98. package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraResponse.d.ts +4 -0
  99. package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraResponse.js +4 -0
  100. package/dist/chaos-manager/src/services/schemas/InfraV2KubernetesInfraV2FilterInput.d.ts +2 -0
  101. package/dist/chaos-manager/src/services/schemas/InfraV2ListKubernetesInfraV2Request.d.ts +2 -0
  102. package/dist/chaos-manager/src/services/schemas/InfraV2SortInput.d.ts +11 -0
  103. package/dist/chaos-manager/src/services/schemas/InfraV2SortInput.js +1 -0
  104. package/dist/chaos-manager/src/services/schemas/InfraV2SortingField.d.ts +1 -0
  105. package/dist/chaos-manager/src/services/schemas/InfraV2SortingField.js +4 -0
  106. package/dist/chaos-manager/src/services/schemas/ModelGetInfraStatsResponse.d.ts +22 -0
  107. package/dist/chaos-manager/src/services/schemas/ModelGetInfraStatsResponse.js +4 -0
  108. package/dist/chaos-manager/src/services/schemas/ModelInfraVersionDetails.d.ts +10 -0
  109. package/dist/chaos-manager/src/services/schemas/ModelInfraVersionDetails.js +4 -0
  110. package/dist/chaos-manager/src/services/schemas/ModelToleration.d.ts +7 -0
  111. package/dist/chaos-manager/src/services/schemas/ModelToleration.js +4 -0
  112. package/dist/chaos-manager/src/services/schemas/ModelUpdateInfraRequest.d.ts +22 -0
  113. package/dist/chaos-manager/src/services/schemas/ModelUpdateInfraRequest.js +4 -0
  114. package/dist/chaos-manager/src/services/schemas/PipelineonboardingPipelineChaosOnboardingStatusResponse.d.ts +1 -1
  115. package/dist/chaos-manager/src/services/schemas/PipelineonboardingPipelineChaosOnboardingTaskRequest.d.ts +1 -1
  116. package/dist/chaos-manager/src/services/schemas/PipelineonboardingPipelineOnboarding.d.ts +1 -1
  117. package/dist/chaos-manager/src/services/schemas/SecurityGovernanceCondition.d.ts +4 -4
  118. package/dist/chaos-manager/src/services/schemas/SecurityGovernanceRecurrence.d.ts +1 -1
  119. package/dist/chaos-manager/src/services/schemas/SecurityGovernanceTimeWindow.d.ts +2 -2
  120. package/package.json +1 -1
@@ -20,6 +20,8 @@ export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentP
20
20
  export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
21
21
  export type { CreateChaosHubErrorResponse, CreateChaosHubMutationProps, CreateChaosHubMutationQueryParams, CreateChaosHubOkResponse, CreateChaosHubProps, CreateChaosHubRequestBody, } from './hooks/useCreateChaosHubMutation';
22
22
  export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
23
+ export type { CreateConditionErrorResponse, CreateConditionMutationProps, CreateConditionMutationQueryParams, CreateConditionOkResponse, CreateConditionProps, CreateConditionRequestBody, } from './hooks/useCreateConditionMutation';
24
+ export { createCondition, useCreateConditionMutation } from './hooks/useCreateConditionMutation';
23
25
  export type { CreateExperimentFromTemplateErrorResponse, CreateExperimentFromTemplateMutationPathParams, CreateExperimentFromTemplateMutationProps, CreateExperimentFromTemplateMutationQueryParams, CreateExperimentFromTemplateOkResponse, CreateExperimentFromTemplateProps, CreateExperimentFromTemplateRequestBody, } from './hooks/useCreateExperimentFromTemplateMutation';
24
26
  export { createExperimentFromTemplate, useCreateExperimentFromTemplateMutation, } from './hooks/useCreateExperimentFromTemplateMutation';
25
27
  export type { CreateExperimentTemplateErrorResponse, CreateExperimentTemplateMutationProps, CreateExperimentTemplateMutationQueryParams, CreateExperimentTemplateOkResponse, CreateExperimentTemplateProps, CreateExperimentTemplateRequestBody, } from './hooks/useCreateExperimentTemplateMutation';
@@ -40,6 +42,8 @@ export type { CreateProbeTemplateErrorResponse, CreateProbeTemplateMutationProps
40
42
  export { createProbeTemplate, useCreateProbeTemplateMutation, } from './hooks/useCreateProbeTemplateMutation';
41
43
  export type { CreateRecommendationErrorResponse, CreateRecommendationMutationProps, CreateRecommendationMutationQueryParams, CreateRecommendationOkResponse, CreateRecommendationProps, } from './hooks/useCreateRecommendationMutation';
42
44
  export { createRecommendation, useCreateRecommendationMutation, } from './hooks/useCreateRecommendationMutation';
45
+ export type { CreateRuleErrorResponse, CreateRuleMutationProps, CreateRuleMutationQueryParams, CreateRuleOkResponse, CreateRuleProps, CreateRuleRequestBody, } from './hooks/useCreateRuleMutation';
46
+ export { createRule, useCreateRuleMutation } from './hooks/useCreateRuleMutation';
43
47
  export type { CreateV2OnboardingErrorResponse, CreateV2OnboardingMutationProps, CreateV2OnboardingMutationQueryParams, CreateV2OnboardingOkResponse, CreateV2OnboardingProps, CreateV2OnboardingRequestBody, } from './hooks/useCreateV2OnboardingMutation';
44
48
  export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
45
49
  export type { DeleteActionErrorResponse, DeleteActionMutationPathParams, DeleteActionMutationProps, DeleteActionMutationQueryParams, DeleteActionOkResponse, DeleteActionProps, } from './hooks/useDeleteActionMutation';
@@ -48,6 +52,8 @@ export type { DeleteActionTemplateErrorResponse, DeleteActionTemplateMutationPat
48
52
  export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
49
53
  export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationProps, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
50
54
  export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
55
+ export type { DeleteConditionErrorResponse, DeleteConditionMutationPathParams, DeleteConditionMutationProps, DeleteConditionMutationQueryParams, DeleteConditionOkResponse, DeleteConditionProps, } from './hooks/useDeleteConditionMutation';
56
+ export { deleteCondition, useDeleteConditionMutation } from './hooks/useDeleteConditionMutation';
51
57
  export type { DeleteExperimentTemplateErrorResponse, DeleteExperimentTemplateMutationPathParams, DeleteExperimentTemplateMutationProps, DeleteExperimentTemplateMutationQueryParams, DeleteExperimentTemplateOkResponse, DeleteExperimentTemplateProps, } from './hooks/useDeleteExperimentTemplateMutation';
52
58
  export { deleteExperimentTemplate, useDeleteExperimentTemplateMutation, } from './hooks/useDeleteExperimentTemplateMutation';
53
59
  export type { DeleteFaultErrorResponse, DeleteFaultMutationPathParams, DeleteFaultMutationProps, DeleteFaultMutationQueryParams, DeleteFaultOkResponse, DeleteFaultProps, } from './hooks/useDeleteFaultMutation';
@@ -62,6 +68,8 @@ export type { DeleteInfraV2ErrorResponse, DeleteInfraV2MutationPathParams, Delet
62
68
  export { deleteInfraV2, useDeleteInfraV2Mutation } from './hooks/useDeleteInfraV2Mutation';
63
69
  export type { DeleteInputSetErrorResponse, DeleteInputSetMutationPathParams, DeleteInputSetMutationProps, DeleteInputSetMutationQueryParams, DeleteInputSetOkResponse, DeleteInputSetProps, } from './hooks/useDeleteInputSetMutation';
64
70
  export { deleteInputSet, useDeleteInputSetMutation } from './hooks/useDeleteInputSetMutation';
71
+ export type { DeleteLegacyKubernetesChaosInfraErrorResponse, DeleteLegacyKubernetesChaosInfraMutationPathParams, DeleteLegacyKubernetesChaosInfraMutationProps, DeleteLegacyKubernetesChaosInfraMutationQueryParams, DeleteLegacyKubernetesChaosInfraOkResponse, DeleteLegacyKubernetesChaosInfraProps, } from './hooks/useDeleteLegacyKubernetesChaosInfraMutation';
72
+ export { deleteLegacyKubernetesChaosInfra, useDeleteLegacyKubernetesChaosInfraMutation, } from './hooks/useDeleteLegacyKubernetesChaosInfraMutation';
65
73
  export type { DeleteMachineChaosInfraErrorResponse, DeleteMachineChaosInfraMutationPathParams, DeleteMachineChaosInfraMutationProps, DeleteMachineChaosInfraMutationQueryParams, DeleteMachineChaosInfraOkResponse, DeleteMachineChaosInfraProps, } from './hooks/useDeleteMachineChaosInfraMutation';
66
74
  export { deleteMachineChaosInfra, useDeleteMachineChaosInfraMutation, } from './hooks/useDeleteMachineChaosInfraMutation';
67
75
  export type { DeletePipelineOnboardingErrorResponse, DeletePipelineOnboardingMutationPathParams, DeletePipelineOnboardingMutationProps, DeletePipelineOnboardingMutationQueryParams, DeletePipelineOnboardingOkResponse, DeletePipelineOnboardingProps, } from './hooks/useDeletePipelineOnboardingMutation';
@@ -72,10 +80,14 @@ export type { DeleteProbeTemplateErrorResponse, DeleteProbeTemplateMutationPathP
72
80
  export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
73
81
  export type { DeleteRecommendationErrorResponse, DeleteRecommendationMutationProps, DeleteRecommendationMutationQueryParams, DeleteRecommendationOkResponse, DeleteRecommendationProps, } from './hooks/useDeleteRecommendationMutation';
74
82
  export { deleteRecommendation, useDeleteRecommendationMutation, } from './hooks/useDeleteRecommendationMutation';
83
+ export type { DeleteRuleErrorResponse, DeleteRuleMutationPathParams, DeleteRuleMutationProps, DeleteRuleMutationQueryParams, DeleteRuleOkResponse, DeleteRuleProps, } from './hooks/useDeleteRuleMutation';
84
+ export { deleteRule, useDeleteRuleMutation } from './hooks/useDeleteRuleMutation';
75
85
  export type { DeleteTargetNetworkMapErrorResponse, DeleteTargetNetworkMapMutationPathParams, DeleteTargetNetworkMapMutationProps, DeleteTargetNetworkMapMutationQueryParams, DeleteTargetNetworkMapOkResponse, DeleteTargetNetworkMapProps, } from './hooks/useDeleteTargetNetworkMapMutation';
76
86
  export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
77
87
  export type { EnableProbeErrorResponse, EnableProbeMutationPathParams, EnableProbeMutationProps, EnableProbeMutationQueryParams, EnableProbeOkResponse, EnableProbeProps, EnableProbeRequestBody, } from './hooks/useEnableProbeMutation';
78
88
  export { enableProbe, useEnableProbeMutation } from './hooks/useEnableProbeMutation';
89
+ export type { EnableRuleErrorResponse, EnableRuleMutationPathParams, EnableRuleMutationProps, EnableRuleMutationQueryParams, EnableRuleOkResponse, EnableRuleProps, } from './hooks/useEnableRuleMutation';
90
+ export { enableRule, useEnableRuleMutation } from './hooks/useEnableRuleMutation';
79
91
  export type { ExperimentExecutionNodeDetailsErrorResponse, ExperimentExecutionNodeDetailsOkResponse, ExperimentExecutionNodeDetailsProps, ExperimentExecutionNodeDetailsQueryPathParams, ExperimentExecutionNodeDetailsQueryQueryParams, } from './hooks/useExperimentExecutionNodeDetailsQuery';
80
92
  export { experimentExecutionNodeDetails, useExperimentExecutionNodeDetailsQuery, } from './hooks/useExperimentExecutionNodeDetailsQuery';
81
93
  export type { GetAccountServiceDetailsErrorResponse, GetAccountServiceDetailsOkResponse, GetAccountServiceDetailsProps, GetAccountServiceDetailsQueryPathParams, GetAccountServiceDetailsQueryQueryParams, } from './hooks/useGetAccountServiceDetailsQuery';
@@ -110,6 +122,8 @@ export type { GetChaosV2ExperimentRunErrorResponse, GetChaosV2ExperimentRunOkRes
110
122
  export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
111
123
  export type { GetChaosV2ExperimentVariablesErrorResponse, GetChaosV2ExperimentVariablesOkResponse, GetChaosV2ExperimentVariablesProps, GetChaosV2ExperimentVariablesQueryPathParams, GetChaosV2ExperimentVariablesQueryQueryParams, } from './hooks/useGetChaosV2ExperimentVariablesQuery';
112
124
  export { getChaosV2ExperimentVariables, useGetChaosV2ExperimentVariablesQuery, } from './hooks/useGetChaosV2ExperimentVariablesQuery';
125
+ export type { GetConditionErrorResponse, GetConditionOkResponse, GetConditionProps, GetConditionQueryPathParams, GetConditionQueryQueryParams, } from './hooks/useGetConditionQuery';
126
+ export { getCondition, useGetConditionQuery } from './hooks/useGetConditionQuery';
113
127
  export type { GetConnectorForInfraErrorResponse, GetConnectorForInfraOkResponse, GetConnectorForInfraProps, GetConnectorForInfraQueryPathParams, GetConnectorForInfraQueryQueryParams, } from './hooks/useGetConnectorForInfraQuery';
114
128
  export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
115
129
  export type { GetExperimentHelperImageVersionErrorResponse, GetExperimentHelperImageVersionOkResponse, GetExperimentHelperImageVersionProps, } from './hooks/useGetExperimentHelperImageVersionQuery';
@@ -154,6 +168,16 @@ export type { GetInfraV2ErrorResponse, GetInfraV2OkResponse, GetInfraV2Props, Ge
154
168
  export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
155
169
  export type { GetInputSetErrorResponse, GetInputSetOkResponse, GetInputSetProps, GetInputSetQueryPathParams, GetInputSetQueryQueryParams, } from './hooks/useGetInputSetQuery';
156
170
  export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
171
+ export type { GetLegacyKubernetesChaosInfraDetailsErrorResponse, GetLegacyKubernetesChaosInfraDetailsOkResponse, GetLegacyKubernetesChaosInfraDetailsProps, GetLegacyKubernetesChaosInfraDetailsQueryPathParams, GetLegacyKubernetesChaosInfraDetailsQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
172
+ export { getLegacyKubernetesChaosInfraDetails, useGetLegacyKubernetesChaosInfraDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
173
+ export type { GetLegacyKubernetesChaosInfraManifestErrorResponse, GetLegacyKubernetesChaosInfraManifestOkResponse, GetLegacyKubernetesChaosInfraManifestProps, GetLegacyKubernetesChaosInfraManifestQueryPathParams, GetLegacyKubernetesChaosInfraManifestQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraManifestQuery';
174
+ export { getLegacyKubernetesChaosInfraManifest, useGetLegacyKubernetesChaosInfraManifestQuery, } from './hooks/useGetLegacyKubernetesChaosInfraManifestQuery';
175
+ export type { GetLegacyKubernetesChaosInfraStatsErrorResponse, GetLegacyKubernetesChaosInfraStatsOkResponse, GetLegacyKubernetesChaosInfraStatsProps, GetLegacyKubernetesChaosInfraStatsQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraStatsQuery';
176
+ export { getLegacyKubernetesChaosInfraStats, useGetLegacyKubernetesChaosInfraStatsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraStatsQuery';
177
+ export type { GetLegacyKubernetesChaosInfraVersionDetailsErrorResponse, GetLegacyKubernetesChaosInfraVersionDetailsOkResponse, GetLegacyKubernetesChaosInfraVersionDetailsProps, GetLegacyKubernetesChaosInfraVersionDetailsQueryQueryParams, } from './hooks/useGetLegacyKubernetesChaosInfraVersionDetailsQuery';
178
+ export { getLegacyKubernetesChaosInfraVersionDetails, useGetLegacyKubernetesChaosInfraVersionDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraVersionDetailsQuery';
179
+ export type { GetLegacyKubernetesHelmInfraCommandErrorResponse, GetLegacyKubernetesHelmInfraCommandOkResponse, GetLegacyKubernetesHelmInfraCommandProps, GetLegacyKubernetesHelmInfraCommandQueryPathParams, GetLegacyKubernetesHelmInfraCommandQueryQueryParams, } from './hooks/useGetLegacyKubernetesHelmInfraCommandQuery';
180
+ export { getLegacyKubernetesHelmInfraCommand, useGetLegacyKubernetesHelmInfraCommandQuery, } from './hooks/useGetLegacyKubernetesHelmInfraCommandQuery';
157
181
  export type { GetMachineChaosInfraDetailsErrorResponse, GetMachineChaosInfraDetailsOkResponse, GetMachineChaosInfraDetailsProps, GetMachineChaosInfraDetailsQueryPathParams, GetMachineChaosInfraDetailsQueryQueryParams, } from './hooks/useGetMachineChaosInfraDetailsQuery';
158
182
  export { getMachineChaosInfraDetails, useGetMachineChaosInfraDetailsQuery, } from './hooks/useGetMachineChaosInfraDetailsQuery';
159
183
  export type { GetMachineChaosInfraVersionDetailsErrorResponse, GetMachineChaosInfraVersionDetailsOkResponse, GetMachineChaosInfraVersionDetailsProps, GetMachineChaosInfraVersionDetailsQueryQueryParams, } from './hooks/useGetMachineChaosInfraVersionDetailsQuery';
@@ -176,6 +200,8 @@ export type { GetRecommendationErrorResponse, GetRecommendationOkResponse, GetRe
176
200
  export { getRecommendation, useGetRecommendationQuery } from './hooks/useGetRecommendationQuery';
177
201
  export type { GetResourceUsageErrorResponse, GetResourceUsageOkResponse, GetResourceUsageProps, } from './hooks/useGetResourceUsageQuery';
178
202
  export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
203
+ export type { GetRuleErrorResponse, GetRuleOkResponse, GetRuleProps, GetRuleQueryPathParams, GetRuleQueryQueryParams, } from './hooks/useGetRuleQuery';
204
+ export { getRule, useGetRuleQuery } from './hooks/useGetRuleQuery';
179
205
  export type { GetServiceResponseErrorResponse, GetServiceResponseOkResponse, GetServiceResponseProps, GetServiceResponseQueryPathParams, GetServiceResponseQueryQueryParams, } from './hooks/useGetServiceResponseQuery';
180
206
  export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
181
207
  export type { GetServiceUsageReportErrorResponse, GetServiceUsageReportOkResponse, GetServiceUsageReportProps, GetServiceUsageReportQueryPathParams, GetServiceUsageReportQueryQueryParams, } from './hooks/useGetServiceUsageReportQuery';
@@ -208,6 +234,8 @@ export type { ListChaosHubErrorResponse, ListChaosHubOkResponse, ListChaosHubPro
208
234
  export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
209
235
  export type { ListChaosV2ExperimentErrorResponse, ListChaosV2ExperimentOkResponse, ListChaosV2ExperimentProps, ListChaosV2ExperimentQueryQueryParams, } from './hooks/useListChaosV2ExperimentQuery';
210
236
  export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
237
+ export type { ListConditionErrorResponse, ListConditionOkResponse, ListConditionProps, ListConditionQueryQueryParams, } from './hooks/useListConditionQuery';
238
+ export { listCondition, useListConditionQuery } from './hooks/useListConditionQuery';
211
239
  export type { ListExperimentRunsOfFaultErrorResponse, ListExperimentRunsOfFaultOkResponse, ListExperimentRunsOfFaultProps, ListExperimentRunsOfFaultQueryPathParams, ListExperimentRunsOfFaultQueryQueryParams, } from './hooks/useListExperimentRunsOfFaultQuery';
212
240
  export { listExperimentRunsOfFault, useListExperimentRunsOfFaultQuery, } from './hooks/useListExperimentRunsOfFaultQuery';
213
241
  export type { ListExperimentTemplateErrorResponse, ListExperimentTemplateOkResponse, ListExperimentTemplateProps, ListExperimentTemplateQueryQueryParams, } from './hooks/useListExperimentTemplateQuery';
@@ -234,6 +262,8 @@ export type { ListInputSetErrorResponse, ListInputSetOkResponse, ListInputSetPro
234
262
  export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
235
263
  export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationProps, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
236
264
  export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
265
+ export type { ListLegacyKubernetesChaosInfraErrorResponse, ListLegacyKubernetesChaosInfraMutationProps, ListLegacyKubernetesChaosInfraMutationQueryParams, ListLegacyKubernetesChaosInfraOkResponse, ListLegacyKubernetesChaosInfraProps, ListLegacyKubernetesChaosInfraRequestBody, } from './hooks/useListLegacyKubernetesChaosInfraMutation';
266
+ export { listLegacyKubernetesChaosInfra, useListLegacyKubernetesChaosInfraMutation, } from './hooks/useListLegacyKubernetesChaosInfraMutation';
237
267
  export type { ListMachineChaosInfraErrorResponse, ListMachineChaosInfraOkResponse, ListMachineChaosInfraProps, ListMachineChaosInfraQueryQueryParams, ListMachineChaosInfraRequestBody, } from './hooks/useListMachineChaosInfraQuery';
238
268
  export { listMachineChaosInfra, useListMachineChaosInfraQuery, } from './hooks/useListMachineChaosInfraQuery';
239
269
  export type { ListPipelineOnboardingErrorResponse, ListPipelineOnboardingOkResponse, ListPipelineOnboardingProps, ListPipelineOnboardingQueryQueryParams, } from './hooks/useListPipelineOnboardingQuery';
@@ -244,6 +274,8 @@ export type { ListProbesErrorResponse, ListProbesOkResponse, ListProbesProps, Li
244
274
  export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
245
275
  export type { ListRecommendationsErrorResponse, ListRecommendationsOkResponse, ListRecommendationsProps, ListRecommendationsQueryQueryParams, ListRecommendationsRequestBody, } from './hooks/useListRecommendationsQuery';
246
276
  export { listRecommendations, useListRecommendationsQuery, } from './hooks/useListRecommendationsQuery';
277
+ export type { ListRuleErrorResponse, ListRuleOkResponse, ListRuleProps, ListRuleQueryQueryParams, } from './hooks/useListRuleQuery';
278
+ export { listRule, useListRuleQuery } from './hooks/useListRuleQuery';
247
279
  export type { ListServiceErrorResponse, ListServiceOkResponse, ListServiceProps, ListServiceQueryPathParams, ListServiceQueryQueryParams, } from './hooks/useListServiceQuery';
248
280
  export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
249
281
  export type { ListTargetNetworkMapsErrorResponse, ListTargetNetworkMapsOkResponse, ListTargetNetworkMapsProps, ListTargetNetworkMapsQueryQueryParams, ListTargetNetworkMapsRequestBody, } from './hooks/useListTargetNetworkMapsQuery';
@@ -274,6 +306,8 @@ export type { RecommendationEventErrorResponse, RecommendationEventMutationProps
274
306
  export { recommendationEvent, useRecommendationEventMutation, } from './hooks/useRecommendationEventMutation';
275
307
  export type { RegisterInfraV2ErrorResponse, RegisterInfraV2MutationProps, RegisterInfraV2MutationQueryParams, RegisterInfraV2OkResponse, RegisterInfraV2Props, RegisterInfraV2RequestBody, } from './hooks/useRegisterInfraV2Mutation';
276
308
  export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegisterInfraV2Mutation';
309
+ export type { RegisterLegacyKubernetesInfraErrorResponse, RegisterLegacyKubernetesInfraMutationProps, RegisterLegacyKubernetesInfraMutationQueryParams, RegisterLegacyKubernetesInfraOkResponse, RegisterLegacyKubernetesInfraProps, RegisterLegacyKubernetesInfraRequestBody, } from './hooks/useRegisterLegacyKubernetesInfraMutation';
310
+ export { registerLegacyKubernetesInfra, useRegisterLegacyKubernetesInfraMutation, } from './hooks/useRegisterLegacyKubernetesInfraMutation';
277
311
  export type { RegisterMachineInfraErrorResponse, RegisterMachineInfraMutationProps, RegisterMachineInfraMutationQueryParams, RegisterMachineInfraOkResponse, RegisterMachineInfraProps, RegisterMachineInfraRequestBody, } from './hooks/useRegisterMachineInfraMutation';
278
312
  export { registerMachineInfra, useRegisterMachineInfraMutation, } from './hooks/useRegisterMachineInfraMutation';
279
313
  export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutationPathParams, RetryExperimentCreationMutationProps, RetryExperimentCreationMutationQueryParams, RetryExperimentCreationOkResponse, RetryExperimentCreationProps, RetryExperimentCreationRequestBody, } from './hooks/useRetryExperimentCreationMutation';
@@ -290,6 +324,8 @@ export type { StopChaosV2ExperimentErrorResponse, StopChaosV2ExperimentMutationP
290
324
  export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hooks/useStopChaosV2ExperimentMutation';
291
325
  export type { StopOnboardingExperimentsErrorResponse, StopOnboardingExperimentsMutationPathParams, StopOnboardingExperimentsMutationProps, StopOnboardingExperimentsMutationQueryParams, StopOnboardingExperimentsOkResponse, StopOnboardingExperimentsProps, } from './hooks/useStopOnboardingExperimentsMutation';
292
326
  export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
327
+ export type { TestLegacyKubernetesChaosInfraConnectionErrorResponse, TestLegacyKubernetesChaosInfraConnectionMutationPathParams, TestLegacyKubernetesChaosInfraConnectionMutationProps, TestLegacyKubernetesChaosInfraConnectionMutationQueryParams, TestLegacyKubernetesChaosInfraConnectionOkResponse, TestLegacyKubernetesChaosInfraConnectionProps, } from './hooks/useTestLegacyKubernetesChaosInfraConnectionMutation';
328
+ export { testLegacyKubernetesChaosInfraConnection, useTestLegacyKubernetesChaosInfraConnectionMutation, } from './hooks/useTestLegacyKubernetesChaosInfraConnectionMutation';
293
329
  export type { UpdateActionErrorResponse, UpdateActionMutationPathParams, UpdateActionMutationProps, UpdateActionMutationQueryParams, UpdateActionOkResponse, UpdateActionProps, UpdateActionRequestBody, } from './hooks/useUpdateActionMutation';
294
330
  export { updateAction, useUpdateActionMutation } from './hooks/useUpdateActionMutation';
295
331
  export type { UpdateActionTemplateErrorResponse, UpdateActionTemplateMutationPathParams, UpdateActionTemplateMutationProps, UpdateActionTemplateMutationQueryParams, UpdateActionTemplateOkResponse, UpdateActionTemplateProps, UpdateActionTemplateRequestBody, } from './hooks/useUpdateActionTemplateMutation';
@@ -300,6 +336,8 @@ export type { UpdateChaosHubErrorResponse, UpdateChaosHubMutationPathParams, Upd
300
336
  export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
301
337
  export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationProps, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
302
338
  export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
339
+ export type { UpdateConditionErrorResponse, UpdateConditionMutationPathParams, UpdateConditionMutationProps, UpdateConditionMutationQueryParams, UpdateConditionOkResponse, UpdateConditionProps, UpdateConditionRequestBody, } from './hooks/useUpdateConditionMutation';
340
+ export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
303
341
  export type { UpdateEmissaryErrorResponse, UpdateEmissaryMutationPathParams, UpdateEmissaryMutationProps, UpdateEmissaryMutationQueryParams, UpdateEmissaryOkResponse, UpdateEmissaryProps, UpdateEmissaryRequestBody, } from './hooks/useUpdateEmissaryMutation';
304
342
  export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
305
343
  export type { UpdateExperimentTemplateErrorResponse, UpdateExperimentTemplateMutationPathParams, UpdateExperimentTemplateMutationProps, UpdateExperimentTemplateMutationQueryParams, UpdateExperimentTemplateOkResponse, UpdateExperimentTemplateProps, UpdateExperimentTemplateRequestBody, } from './hooks/useUpdateExperimentTemplateMutation';
@@ -320,6 +358,10 @@ export type { UpdateInfraV2ErrorResponse, UpdateInfraV2MutationProps, UpdateInfr
320
358
  export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
321
359
  export type { UpdateInputSetErrorResponse, UpdateInputSetMutationPathParams, UpdateInputSetMutationProps, UpdateInputSetMutationQueryParams, UpdateInputSetOkResponse, UpdateInputSetProps, UpdateInputSetRequestBody, } from './hooks/useUpdateInputSetMutation';
322
360
  export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
361
+ export type { UpdateLegacyKubernetesChaosInfraErrorResponse, UpdateLegacyKubernetesChaosInfraMutationPathParams, UpdateLegacyKubernetesChaosInfraMutationProps, UpdateLegacyKubernetesChaosInfraMutationQueryParams, UpdateLegacyKubernetesChaosInfraOkResponse, UpdateLegacyKubernetesChaosInfraProps, UpdateLegacyKubernetesChaosInfraRequestBody, } from './hooks/useUpdateLegacyKubernetesChaosInfraMutation';
362
+ export { updateLegacyKubernetesChaosInfra, useUpdateLegacyKubernetesChaosInfraMutation, } from './hooks/useUpdateLegacyKubernetesChaosInfraMutation';
363
+ export type { UpdateMachineInfraErrorResponse, UpdateMachineInfraMutationPathParams, UpdateMachineInfraMutationProps, UpdateMachineInfraMutationQueryParams, UpdateMachineInfraOkResponse, UpdateMachineInfraProps, UpdateMachineInfraRequestBody, } from './hooks/useUpdateMachineInfraMutation';
364
+ export { updateMachineInfra, useUpdateMachineInfraMutation, } from './hooks/useUpdateMachineInfraMutation';
323
365
  export type { UpdateNoteErrorResponse, UpdateNoteMutationProps, UpdateNoteMutationQueryParams, UpdateNoteOkResponse, UpdateNoteProps, UpdateNoteRequestBody, } from './hooks/useUpdateNoteMutation';
324
366
  export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
325
367
  export type { UpdateProbeErrorResponse, UpdateProbeMutationPathParams, UpdateProbeMutationProps, UpdateProbeMutationQueryParams, UpdateProbeOkResponse, UpdateProbeProps, UpdateProbeRequestBody, } from './hooks/useUpdateProbeMutation';
@@ -328,6 +370,10 @@ export type { UpdateProbeTemplateErrorResponse, UpdateProbeTemplateMutationPathP
328
370
  export { updateProbeTemplate, useUpdateProbeTemplateMutation, } from './hooks/useUpdateProbeTemplateMutation';
329
371
  export type { UpdateRecommendationStatusErrorResponse, UpdateRecommendationStatusMutationProps, UpdateRecommendationStatusMutationQueryParams, UpdateRecommendationStatusOkResponse, UpdateRecommendationStatusProps, } from './hooks/useUpdateRecommendationStatusMutation';
330
372
  export { updateRecommendationStatus, useUpdateRecommendationStatusMutation, } from './hooks/useUpdateRecommendationStatusMutation';
373
+ export type { UpdateRuleErrorResponse, UpdateRuleMutationPathParams, UpdateRuleMutationProps, UpdateRuleMutationQueryParams, UpdateRuleOkResponse, UpdateRuleProps, UpdateRuleRequestBody, } from './hooks/useUpdateRuleMutation';
374
+ export { updateRule, useUpdateRuleMutation } from './hooks/useUpdateRuleMutation';
375
+ export type { UpgradeLegacyKubernetesChaosInfraErrorResponse, UpgradeLegacyKubernetesChaosInfraMutationPathParams, UpgradeLegacyKubernetesChaosInfraMutationProps, UpgradeLegacyKubernetesChaosInfraMutationQueryParams, UpgradeLegacyKubernetesChaosInfraOkResponse, UpgradeLegacyKubernetesChaosInfraProps, } from './hooks/useUpgradeLegacyKubernetesChaosInfraMutation';
376
+ export { upgradeLegacyKubernetesChaosInfra, useUpgradeLegacyKubernetesChaosInfraMutation, } from './hooks/useUpgradeLegacyKubernetesChaosInfraMutation';
331
377
  export type { VerifyChaosStageInPipelineRunErrorResponse, VerifyChaosStageInPipelineRunOkResponse, VerifyChaosStageInPipelineRunProps, VerifyChaosStageInPipelineRunQueryQueryParams, } from './hooks/useVerifyChaosStageInPipelineRunQuery';
332
378
  export { useVerifyChaosStageInPipelineRunQuery, verifyChaosStageInPipelineRun, } from './hooks/useVerifyChaosStageInPipelineRunQuery';
333
379
  export type { VerifyProbeErrorResponse, VerifyProbeMutationPathParams, VerifyProbeMutationProps, VerifyProbeMutationQueryParams, VerifyProbeOkResponse, VerifyProbeProps, VerifyProbeRequestBody, } from './hooks/useVerifyProbeMutation';
@@ -441,6 +487,21 @@ export type { ChaosfaulttemplateLink } from './schemas/ChaosfaulttemplateLink';
441
487
  export type { ChaosfaulttemplateListActionTemplateResponse } from './schemas/ChaosfaulttemplateListActionTemplateResponse';
442
488
  export type { ChaosfaulttemplateListFaultTemplateResponse } from './schemas/ChaosfaulttemplateListFaultTemplateResponse';
443
489
  export type { ChaosfaulttemplateUpdateFaultTemplateResponse } from './schemas/ChaosfaulttemplateUpdateFaultTemplateResponse';
490
+ export type { ChaosguardconditionsConditionResponse } from './schemas/ChaosguardconditionsConditionResponse';
491
+ export type { ChaosguardconditionsCreateConditionRequest } from './schemas/ChaosguardconditionsCreateConditionRequest';
492
+ export type { ChaosguardconditionsCreateConditionResponse } from './schemas/ChaosguardconditionsCreateConditionResponse';
493
+ export type { ChaosguardconditionsDeleteConditionResponse } from './schemas/ChaosguardconditionsDeleteConditionResponse';
494
+ export type { ChaosguardconditionsGetConditionResponse } from './schemas/ChaosguardconditionsGetConditionResponse';
495
+ export type { ChaosguardconditionsListConditionResponse } from './schemas/ChaosguardconditionsListConditionResponse';
496
+ export type { ChaosguardconditionsRule } from './schemas/ChaosguardconditionsRule';
497
+ export type { ChaosguardconditionsUpdateConditionResponse } from './schemas/ChaosguardconditionsUpdateConditionResponse';
498
+ export type { ChaosguardrulesCreateRuleRequest } from './schemas/ChaosguardrulesCreateRuleRequest';
499
+ export type { ChaosguardrulesCreateRuleResponse } from './schemas/ChaosguardrulesCreateRuleResponse';
500
+ export type { ChaosguardrulesDeleteRuleResponse } from './schemas/ChaosguardrulesDeleteRuleResponse';
501
+ export type { ChaosguardrulesGetRuleResponse } from './schemas/ChaosguardrulesGetRuleResponse';
502
+ export type { ChaosguardrulesListRuleResponse } from './schemas/ChaosguardrulesListRuleResponse';
503
+ export type { ChaosguardrulesRuleResponse } from './schemas/ChaosguardrulesRuleResponse';
504
+ export type { ChaosguardrulesUpdateRuleResponse } from './schemas/ChaosguardrulesUpdateRuleResponse';
444
505
  export type { ChaoshubFaultCategoriesCount } from './schemas/ChaoshubFaultCategoriesCount';
445
506
  export type { ChaoshubListFaultsResponse } from './schemas/ChaoshubListFaultsResponse';
446
507
  export type { ChaoshubresourcesChaosHubResource } from './schemas/ChaoshubresourcesChaosHubResource';
@@ -574,6 +635,8 @@ export type { GithubComHarnessHceSaasGraphqlServerApiPagination } from './schema
574
635
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers';
575
636
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput';
576
637
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelPagination } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelPagination';
638
+ export type { GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraRequest } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraRequest';
639
+ export type { GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResponse } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResponse';
577
640
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
578
641
  export type { GithubComHarnessHceSaasGraphqlServerPkgActionsAction } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction';
579
642
  export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ExperimentRunTypesUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ExperimentRunTypesUserDetails';
@@ -602,6 +665,7 @@ export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendati
602
665
  export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationRecommendationTargetType } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationRecommendationTargetType';
603
666
  export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationTarget } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationTarget';
604
667
  export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationWorkload } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationWorkload';
668
+ export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbSecurityGovernanceRule } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbSecurityGovernanceRule';
605
669
  export type { GithubComHarnessHceSaasHceSdkCommonProbeV1EnvVar } from './schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1EnvVar';
606
670
  export type { GithubComHarnessHceSaasHceSdkCommonProbeV1Probe } from './schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe';
607
671
  export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeAppDynamicsProbeInputs } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeAppDynamicsProbeInputs';
@@ -633,6 +697,7 @@ export type { HandlersListExperimentsWithActiveInfrasMinimalNotificationResponse
633
697
  export type { HandlersMinimalNotificationWorkflow } from './schemas/HandlersMinimalNotificationWorkflow';
634
698
  export type { HandlersReferenceDto } from './schemas/HandlersReferenceDto';
635
699
  export type { HandlersUsageDataDto } from './schemas/HandlersUsageDataDto';
700
+ export type { HcesdkUserDetails } from './schemas/HcesdkUserDetails';
636
701
  export type { HealthHealthCheckResponse } from './schemas/HealthHealthCheckResponse';
637
702
  export type { ImageRegistryCustomImagesRequest } from './schemas/ImageRegistryCustomImagesRequest';
638
703
  export type { ImageRegistryImageRegistryV2 } from './schemas/ImageRegistryImageRegistryV2';
@@ -655,6 +720,8 @@ export type { InfraPlatformType } from './schemas/InfraPlatformType';
655
720
  export type { InfraRegisterInfraRequest } from './schemas/InfraRegisterInfraRequest';
656
721
  export type { InfraRegisterInfraResponse } from './schemas/InfraRegisterInfraResponse';
657
722
  export type { InfraRegisterInfraUserInputs } from './schemas/InfraRegisterInfraUserInputs';
723
+ export type { InfraUpdateInfraRequest } from './schemas/InfraUpdateInfraRequest';
724
+ export type { InfraUpdateInfraResponse } from './schemas/InfraUpdateInfraResponse';
658
725
  export type { InfraUserDetails } from './schemas/InfraUserDetails';
659
726
  export type { InfraV2DeleteKubernetesInfraV2Response } from './schemas/InfraV2DeleteKubernetesInfraV2Response';
660
727
  export type { InfraV2Env } from './schemas/InfraV2Env';
@@ -676,6 +743,8 @@ export type { InfraV2Pagination } from './schemas/InfraV2Pagination';
676
743
  export type { InfraV2ProxyConfiguration } from './schemas/InfraV2ProxyConfiguration';
677
744
  export type { InfraV2RegisterInfrastructureV2Request } from './schemas/InfraV2RegisterInfrastructureV2Request';
678
745
  export type { InfraV2RegisterInfrastructureV2Response } from './schemas/InfraV2RegisterInfrastructureV2Response';
746
+ export type { InfraV2SortInput } from './schemas/InfraV2SortInput';
747
+ export type { InfraV2SortingField } from './schemas/InfraV2SortingField';
679
748
  export type { InfraV2UpdateKubernetesInfrastructureV2Request } from './schemas/InfraV2UpdateKubernetesInfrastructureV2Request';
680
749
  export type { InfraV2UpdateKubernetesInfrastructureV2Response } from './schemas/InfraV2UpdateKubernetesInfrastructureV2Response';
681
750
  export type { InfraV2UpdateStatus } from './schemas/InfraV2UpdateStatus';
@@ -701,7 +770,9 @@ export type { K8sinfraUpdateEmissaryUrlResponse } from './schemas/K8sinfraUpdate
701
770
  export type { ModelClusterType } from './schemas/ModelClusterType';
702
771
  export type { ModelConditionDetails } from './schemas/ModelConditionDetails';
703
772
  export type { ModelEventMetadata } from './schemas/ModelEventMetadata';
773
+ export type { ModelGetInfraStatsResponse } from './schemas/ModelGetInfraStatsResponse';
704
774
  export type { ModelInfraScope } from './schemas/ModelInfraScope';
775
+ export type { ModelInfraVersionDetails } from './schemas/ModelInfraVersionDetails';
705
776
  export type { ModelInfrastructure } from './schemas/ModelInfrastructure';
706
777
  export type { ModelInfrastructureType } from './schemas/ModelInfrastructureType';
707
778
  export type { ModelInstallationType } from './schemas/ModelInstallationType';
@@ -719,6 +790,8 @@ export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance'
719
790
  export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
720
791
  export type { ModelSecurityGovernancePhase } from './schemas/ModelSecurityGovernancePhase';
721
792
  export type { ModelTimeWindow } from './schemas/ModelTimeWindow';
793
+ export type { ModelToleration } from './schemas/ModelToleration';
794
+ export type { ModelUpdateInfraRequest } from './schemas/ModelUpdateInfraRequest';
722
795
  export type { ModelUpdateStatus } from './schemas/ModelUpdateStatus';
723
796
  export type { ModelUpgrade } from './schemas/ModelUpgrade';
724
797
  export type { ModelUpgradeStatus } from './schemas/ModelUpgradeStatus';
@@ -9,6 +9,7 @@ export { createActionTemplate, useCreateActionTemplateMutation, } from './hooks/
9
9
  export { createChaosExperimentExecutionNode, useCreateChaosExperimentExecutionNodeMutation, } from './hooks/useCreateChaosExperimentExecutionNodeMutation';
10
10
  export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
11
11
  export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
12
+ export { createCondition, useCreateConditionMutation } from './hooks/useCreateConditionMutation';
12
13
  export { createExperimentFromTemplate, useCreateExperimentFromTemplateMutation, } from './hooks/useCreateExperimentFromTemplateMutation';
13
14
  export { createExperimentTemplate, useCreateExperimentTemplateMutation, } from './hooks/useCreateExperimentTemplateMutation';
14
15
  export { createFault, useCreateFaultMutation } from './hooks/useCreateFaultMutation';
@@ -19,10 +20,12 @@ export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInpu
19
20
  export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
20
21
  export { createProbeTemplate, useCreateProbeTemplateMutation, } from './hooks/useCreateProbeTemplateMutation';
21
22
  export { createRecommendation, useCreateRecommendationMutation, } from './hooks/useCreateRecommendationMutation';
23
+ export { createRule, useCreateRuleMutation } from './hooks/useCreateRuleMutation';
22
24
  export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
23
25
  export { deleteAction, useDeleteActionMutation } from './hooks/useDeleteActionMutation';
24
26
  export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
25
27
  export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
28
+ export { deleteCondition, useDeleteConditionMutation } from './hooks/useDeleteConditionMutation';
26
29
  export { deleteExperimentTemplate, useDeleteExperimentTemplateMutation, } from './hooks/useDeleteExperimentTemplateMutation';
27
30
  export { deleteFault, useDeleteFaultMutation } from './hooks/useDeleteFaultMutation';
28
31
  export { deleteFaultTemplate, useDeleteFaultTemplateMutation, } from './hooks/useDeleteFaultTemplateMutation';
@@ -30,13 +33,16 @@ export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGa
30
33
  export { deleteHub, useDeleteHubMutation } from './hooks/useDeleteHubMutation';
31
34
  export { deleteInfraV2, useDeleteInfraV2Mutation } from './hooks/useDeleteInfraV2Mutation';
32
35
  export { deleteInputSet, useDeleteInputSetMutation } from './hooks/useDeleteInputSetMutation';
36
+ export { deleteLegacyKubernetesChaosInfra, useDeleteLegacyKubernetesChaosInfraMutation, } from './hooks/useDeleteLegacyKubernetesChaosInfraMutation';
33
37
  export { deleteMachineChaosInfra, useDeleteMachineChaosInfraMutation, } from './hooks/useDeleteMachineChaosInfraMutation';
34
38
  export { deletePipelineOnboarding, useDeletePipelineOnboardingMutation, } from './hooks/useDeletePipelineOnboardingMutation';
35
39
  export { deleteProbe, useDeleteProbeMutation } from './hooks/useDeleteProbeMutation';
36
40
  export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
37
41
  export { deleteRecommendation, useDeleteRecommendationMutation, } from './hooks/useDeleteRecommendationMutation';
42
+ export { deleteRule, useDeleteRuleMutation } from './hooks/useDeleteRuleMutation';
38
43
  export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
39
44
  export { enableProbe, useEnableProbeMutation } from './hooks/useEnableProbeMutation';
45
+ export { enableRule, useEnableRuleMutation } from './hooks/useEnableRuleMutation';
40
46
  export { experimentExecutionNodeDetails, useExperimentExecutionNodeDetailsQuery, } from './hooks/useExperimentExecutionNodeDetailsQuery';
41
47
  export { getAccountServiceDetails, useGetAccountServiceDetailsQuery, } from './hooks/useGetAccountServiceDetailsQuery';
42
48
  export { getAccountServiceUsageStats, useGetAccountServiceUsageStatsQuery, } from './hooks/useGetAccountServiceUsageStatsQuery';
@@ -54,6 +60,7 @@ export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/use
54
60
  export { getChaosV2ExperimentRunInternalApi, useGetChaosV2ExperimentRunInternalApiMutation, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
55
61
  export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
56
62
  export { getChaosV2ExperimentVariables, useGetChaosV2ExperimentVariablesQuery, } from './hooks/useGetChaosV2ExperimentVariablesQuery';
63
+ export { getCondition, useGetConditionQuery } from './hooks/useGetConditionQuery';
57
64
  export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
58
65
  export { getExperimentHelperImageVersion, useGetExperimentHelperImageVersionQuery, } from './hooks/useGetExperimentHelperImageVersionQuery';
59
66
  export { getExperimentRunTimelineView, useGetExperimentRunTimelineViewQuery, } from './hooks/useGetExperimentRunTimelineViewQuery';
@@ -76,6 +83,11 @@ export { getImageRegistry, useGetImageRegistryQuery } from './hooks/useGetImageR
76
83
  export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
77
84
  export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
78
85
  export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
86
+ export { getLegacyKubernetesChaosInfraDetails, useGetLegacyKubernetesChaosInfraDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraDetailsQuery';
87
+ export { getLegacyKubernetesChaosInfraManifest, useGetLegacyKubernetesChaosInfraManifestQuery, } from './hooks/useGetLegacyKubernetesChaosInfraManifestQuery';
88
+ export { getLegacyKubernetesChaosInfraStats, useGetLegacyKubernetesChaosInfraStatsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraStatsQuery';
89
+ export { getLegacyKubernetesChaosInfraVersionDetails, useGetLegacyKubernetesChaosInfraVersionDetailsQuery, } from './hooks/useGetLegacyKubernetesChaosInfraVersionDetailsQuery';
90
+ export { getLegacyKubernetesHelmInfraCommand, useGetLegacyKubernetesHelmInfraCommandQuery, } from './hooks/useGetLegacyKubernetesHelmInfraCommandQuery';
79
91
  export { getMachineChaosInfraDetails, useGetMachineChaosInfraDetailsQuery, } from './hooks/useGetMachineChaosInfraDetailsQuery';
80
92
  export { getMachineChaosInfraVersionDetails, useGetMachineChaosInfraVersionDetailsQuery, } from './hooks/useGetMachineChaosInfraVersionDetailsQuery';
81
93
  export { getNote, useGetNoteQuery } from './hooks/useGetNoteQuery';
@@ -87,6 +99,7 @@ export { getProbeTemplate, useGetProbeTemplateQuery } from './hooks/useGetProbeT
87
99
  export { getProbesInExperiment, useGetProbesInExperimentQuery, } from './hooks/useGetProbesInExperimentQuery';
88
100
  export { getRecommendation, useGetRecommendationQuery } from './hooks/useGetRecommendationQuery';
89
101
  export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
102
+ export { getRule, useGetRuleQuery } from './hooks/useGetRuleQuery';
90
103
  export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
91
104
  export { getServiceUsageReport, useGetServiceUsageReportQuery, } from './hooks/useGetServiceUsageReportQuery';
92
105
  export { getSgpTemplateByGenAi, useGetSgpTemplateByGenAiMutation, } from './hooks/useGetSgpTemplateByGenAiMutation';
@@ -103,6 +116,7 @@ export { listApplication, useListApplicationQuery } from './hooks/useListApplica
103
116
  export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hooks/useListChaosEnabledInfraV2Query';
104
117
  export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
105
118
  export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
119
+ export { listCondition, useListConditionQuery } from './hooks/useListConditionQuery';
106
120
  export { listExperimentRunsOfFault, useListExperimentRunsOfFaultQuery, } from './hooks/useListExperimentRunsOfFaultQuery';
107
121
  export { listExperimentTemplate, useListExperimentTemplateQuery, } from './hooks/useListExperimentTemplateQuery';
108
122
  export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
@@ -116,11 +130,13 @@ export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarne
116
130
  export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
117
131
  export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
118
132
  export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
133
+ export { listLegacyKubernetesChaosInfra, useListLegacyKubernetesChaosInfraMutation, } from './hooks/useListLegacyKubernetesChaosInfraMutation';
119
134
  export { listMachineChaosInfra, useListMachineChaosInfraQuery, } from './hooks/useListMachineChaosInfraQuery';
120
135
  export { listPipelineOnboarding, useListPipelineOnboardingQuery, } from './hooks/useListPipelineOnboardingQuery';
121
136
  export { listProbeTemplate, useListProbeTemplateQuery } from './hooks/useListProbeTemplateQuery';
122
137
  export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
123
138
  export { listRecommendations, useListRecommendationsQuery, } from './hooks/useListRecommendationsQuery';
139
+ export { listRule, useListRuleQuery } from './hooks/useListRuleQuery';
124
140
  export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
125
141
  export { listTargetNetworkMaps, useListTargetNetworkMapsQuery, } from './hooks/useListTargetNetworkMapsQuery';
126
142
  export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
@@ -136,6 +152,7 @@ export { pipelineOnboardChaos, usePipelineOnboardChaosMutation, } from './hooks/
136
152
  export { pipelineOnboardChaosStatus, usePipelineOnboardChaosStatusQuery, } from './hooks/usePipelineOnboardChaosStatusQuery';
137
153
  export { recommendationEvent, useRecommendationEventMutation, } from './hooks/useRecommendationEventMutation';
138
154
  export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegisterInfraV2Mutation';
155
+ export { registerLegacyKubernetesInfra, useRegisterLegacyKubernetesInfraMutation, } from './hooks/useRegisterLegacyKubernetesInfraMutation';
139
156
  export { registerMachineInfra, useRegisterMachineInfraMutation, } from './hooks/useRegisterMachineInfraMutation';
140
157
  export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
141
158
  export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
@@ -144,11 +161,13 @@ export { runRecommendation, useRunRecommendationMutation, } from './hooks/useRun
144
161
  export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
145
162
  export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hooks/useStopChaosV2ExperimentMutation';
146
163
  export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
164
+ export { testLegacyKubernetesChaosInfraConnection, useTestLegacyKubernetesChaosInfraConnectionMutation, } from './hooks/useTestLegacyKubernetesChaosInfraConnectionMutation';
147
165
  export { updateAction, useUpdateActionMutation } from './hooks/useUpdateActionMutation';
148
166
  export { updateActionTemplate, useUpdateActionTemplateMutation, } from './hooks/useUpdateActionTemplateMutation';
149
167
  export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNodeMutation, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
150
168
  export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
151
169
  export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
170
+ export { updateCondition, useUpdateConditionMutation } from './hooks/useUpdateConditionMutation';
152
171
  export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
153
172
  export { updateExperimentTemplate, useUpdateExperimentTemplateMutation, } from './hooks/useUpdateExperimentTemplateMutation';
154
173
  export { updateFault, useUpdateFaultMutation } from './hooks/useUpdateFaultMutation';
@@ -159,9 +178,13 @@ export { updateGamedayRunV2, useUpdateGamedayRunV2Mutation, } from './hooks/useU
159
178
  export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGamedayV2Mutation';
160
179
  export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
161
180
  export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
181
+ export { updateLegacyKubernetesChaosInfra, useUpdateLegacyKubernetesChaosInfraMutation, } from './hooks/useUpdateLegacyKubernetesChaosInfraMutation';
182
+ export { updateMachineInfra, useUpdateMachineInfraMutation, } from './hooks/useUpdateMachineInfraMutation';
162
183
  export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
163
184
  export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
164
185
  export { updateProbeTemplate, useUpdateProbeTemplateMutation, } from './hooks/useUpdateProbeTemplateMutation';
165
186
  export { updateRecommendationStatus, useUpdateRecommendationStatusMutation, } from './hooks/useUpdateRecommendationStatusMutation';
187
+ export { updateRule, useUpdateRuleMutation } from './hooks/useUpdateRuleMutation';
188
+ export { upgradeLegacyKubernetesChaosInfra, useUpgradeLegacyKubernetesChaosInfraMutation, } from './hooks/useUpgradeLegacyKubernetesChaosInfraMutation';
166
189
  export { useVerifyChaosStageInPipelineRunQuery, verifyChaosStageInPipelineRun, } from './hooks/useVerifyChaosStageInPipelineRunQuery';
167
190
  export { useVerifyProbeMutation, verifyProbe } from './hooks/useVerifyProbeMutation';
@@ -1,6 +1,15 @@
1
1
  export interface ChaosexperimenttemplateCreateExperimentFromTemplateRequest {
2
+ /**
3
+ * account id to access the resource
4
+ */
2
5
  accountIdentifier: string;
3
6
  infraRef?: string;
7
+ /**
8
+ * organization id to access the resource
9
+ */
4
10
  organizationIdentifier?: string;
11
+ /**
12
+ * project id to access the resource
13
+ */
5
14
  projectIdentifier?: string;
6
15
  }
@@ -0,0 +1,21 @@
1
+ import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
2
+ import type { SecurityGovernanceFaultSpec } from '../schemas/SecurityGovernanceFaultSpec';
3
+ import type { SecurityGovernanceInfraType } from '../schemas/SecurityGovernanceInfraType';
4
+ import type { SecurityGovernanceK8sSpec } from '../schemas/SecurityGovernanceK8sSpec';
5
+ import type { SecurityGovernanceMachineSpec } from '../schemas/SecurityGovernanceMachineSpec';
6
+ import type { ChaosguardconditionsRule } from '../schemas/ChaosguardconditionsRule';
7
+ export interface ChaosguardconditionsConditionResponse {
8
+ conditionId: string;
9
+ createdAt?: number;
10
+ createdBy?: HcesdkUserDetails;
11
+ description?: string;
12
+ faultSpec: SecurityGovernanceFaultSpec;
13
+ infraType: SecurityGovernanceInfraType;
14
+ k8sSpec?: SecurityGovernanceK8sSpec;
15
+ machineSpec?: SecurityGovernanceMachineSpec;
16
+ name: string;
17
+ rules?: ChaosguardconditionsRule[];
18
+ tags?: string[];
19
+ updatedAt?: number;
20
+ updatedBy?: HcesdkUserDetails;
21
+ }
@@ -0,0 +1,14 @@
1
+ import type { SecurityGovernanceFaultSpec } from '../schemas/SecurityGovernanceFaultSpec';
2
+ import type { SecurityGovernanceInfraType } from '../schemas/SecurityGovernanceInfraType';
3
+ import type { SecurityGovernanceK8sSpec } from '../schemas/SecurityGovernanceK8sSpec';
4
+ import type { SecurityGovernanceMachineSpec } from '../schemas/SecurityGovernanceMachineSpec';
5
+ export interface ChaosguardconditionsCreateConditionRequest {
6
+ conditionId: string;
7
+ description?: string;
8
+ faultSpec: SecurityGovernanceFaultSpec;
9
+ infraType: SecurityGovernanceInfraType;
10
+ k8sSpec?: SecurityGovernanceK8sSpec;
11
+ machineSpec?: SecurityGovernanceMachineSpec;
12
+ name: string;
13
+ tags?: string[];
14
+ }
@@ -0,0 +1,15 @@
1
+ import type { SecurityGovernanceFaultSpec } from '../schemas/SecurityGovernanceFaultSpec';
2
+ import type { SecurityGovernanceInfraType } from '../schemas/SecurityGovernanceInfraType';
3
+ import type { SecurityGovernanceK8sSpec } from '../schemas/SecurityGovernanceK8sSpec';
4
+ import type { SecurityGovernanceMachineSpec } from '../schemas/SecurityGovernanceMachineSpec';
5
+ export interface ChaosguardconditionsCreateConditionResponse {
6
+ conditionId: string;
7
+ correlationID?: string;
8
+ description?: string;
9
+ faultSpec: SecurityGovernanceFaultSpec;
10
+ infraType: SecurityGovernanceInfraType;
11
+ k8sSpec?: SecurityGovernanceK8sSpec;
12
+ machineSpec?: SecurityGovernanceMachineSpec;
13
+ name: string;
14
+ tags?: string[];
15
+ }
@@ -0,0 +1,5 @@
1
+ export interface ChaosguardconditionsDeleteConditionResponse {
2
+ correlationID?: string;
3
+ message?: string;
4
+ success?: boolean;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,22 @@
1
+ import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
2
+ import type { SecurityGovernanceFaultSpec } from '../schemas/SecurityGovernanceFaultSpec';
3
+ import type { SecurityGovernanceInfraType } from '../schemas/SecurityGovernanceInfraType';
4
+ import type { SecurityGovernanceK8sSpec } from '../schemas/SecurityGovernanceK8sSpec';
5
+ import type { SecurityGovernanceMachineSpec } from '../schemas/SecurityGovernanceMachineSpec';
6
+ import type { ChaosguardconditionsRule } from '../schemas/ChaosguardconditionsRule';
7
+ export interface ChaosguardconditionsGetConditionResponse {
8
+ conditionId: string;
9
+ correlationID?: string;
10
+ createdAt?: number;
11
+ createdBy?: HcesdkUserDetails;
12
+ description?: string;
13
+ faultSpec: SecurityGovernanceFaultSpec;
14
+ infraType: SecurityGovernanceInfraType;
15
+ k8sSpec?: SecurityGovernanceK8sSpec;
16
+ machineSpec?: SecurityGovernanceMachineSpec;
17
+ name: string;
18
+ rules?: ChaosguardconditionsRule[];
19
+ tags?: string[];
20
+ updatedAt?: number;
21
+ updatedBy?: HcesdkUserDetails;
22
+ }
@@ -0,0 +1,7 @@
1
+ import type { ChaosguardconditionsConditionResponse } from '../schemas/ChaosguardconditionsConditionResponse';
2
+ import type { GithubComHarnessHceSaasGraphqlServerApiPagination } from '../schemas/GithubComHarnessHceSaasGraphqlServerApiPagination';
3
+ export interface ChaosguardconditionsListConditionResponse {
4
+ conditions?: ChaosguardconditionsConditionResponse[];
5
+ correlationID?: string;
6
+ pagination?: GithubComHarnessHceSaasGraphqlServerApiPagination;
7
+ }
@@ -0,0 +1,4 @@
1
+ export interface ChaosguardconditionsRule {
2
+ name: string;
3
+ ruleId: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,15 @@
1
+ import type { SecurityGovernanceFaultSpec } from '../schemas/SecurityGovernanceFaultSpec';
2
+ import type { SecurityGovernanceInfraType } from '../schemas/SecurityGovernanceInfraType';
3
+ import type { SecurityGovernanceK8sSpec } from '../schemas/SecurityGovernanceK8sSpec';
4
+ import type { SecurityGovernanceMachineSpec } from '../schemas/SecurityGovernanceMachineSpec';
5
+ export interface ChaosguardconditionsUpdateConditionResponse {
6
+ conditionId: string;
7
+ correlationID?: string;
8
+ description?: string;
9
+ faultSpec: SecurityGovernanceFaultSpec;
10
+ infraType: SecurityGovernanceInfraType;
11
+ k8sSpec?: SecurityGovernanceK8sSpec;
12
+ machineSpec?: SecurityGovernanceMachineSpec;
13
+ name: string;
14
+ tags?: string[];
15
+ }
@@ -0,0 +1,11 @@
1
+ import type { SecurityGovernanceTimeWindow } from '../schemas/SecurityGovernanceTimeWindow';
2
+ export interface ChaosguardrulesCreateRuleRequest {
3
+ conditionIds: string[];
4
+ description?: string;
5
+ isEnabled?: boolean;
6
+ name: string;
7
+ ruleId: string;
8
+ tags?: string[];
9
+ timeWindows: SecurityGovernanceTimeWindow[];
10
+ userGroupIds: string[];
11
+ }
@@ -0,0 +1,12 @@
1
+ import type { SecurityGovernanceTimeWindow } from '../schemas/SecurityGovernanceTimeWindow';
2
+ export interface ChaosguardrulesCreateRuleResponse {
3
+ conditionIds: string[];
4
+ correlationID?: string;
5
+ description?: string;
6
+ isEnabled?: boolean;
7
+ name: string;
8
+ ruleId: string;
9
+ tags?: string[];
10
+ timeWindows: SecurityGovernanceTimeWindow[];
11
+ userGroupIds: string[];
12
+ }