@harnessio/react-chaos-manager-client 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (326) hide show
  1. package/dist/chaos-manager/src/services/hooks/useCreateActionMutation.d.ts +26 -0
  2. package/dist/chaos-manager/src/services/hooks/useCreateActionMutation.js +14 -0
  3. package/dist/chaos-manager/src/services/hooks/useCreateActionTemplateMutation.d.ts +27 -0
  4. package/dist/chaos-manager/src/services/hooks/useCreateActionTemplateMutation.js +14 -0
  5. package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentExecutionNodeMutation.d.ts +24 -0
  6. package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentExecutionNodeMutation.js +14 -0
  7. package/dist/chaos-manager/src/services/hooks/useCreateChaosHubMutation.d.ts +30 -0
  8. package/dist/chaos-manager/src/services/hooks/useCreateChaosHubMutation.js +14 -0
  9. package/dist/chaos-manager/src/services/hooks/useDeleteActionMutation.d.ts +26 -0
  10. package/dist/chaos-manager/src/services/hooks/useDeleteActionMutation.js +14 -0
  11. package/dist/chaos-manager/src/services/hooks/useExperimentExecutionNodeDetailsQuery.d.ts +28 -0
  12. package/dist/chaos-manager/src/services/hooks/useExperimentExecutionNodeDetailsQuery.js +20 -0
  13. package/dist/chaos-manager/src/services/hooks/useGetActionManifestQuery.d.ts +25 -0
  14. package/dist/chaos-manager/src/services/hooks/useGetActionManifestQuery.js +14 -0
  15. package/dist/chaos-manager/src/services/hooks/useGetActionQuery.d.ts +26 -0
  16. package/dist/chaos-manager/src/services/hooks/useGetActionQuery.js +14 -0
  17. package/dist/chaos-manager/src/services/hooks/useGetActionTemplateQuery.d.ts +28 -0
  18. package/dist/chaos-manager/src/services/hooks/useGetActionTemplateQuery.js +14 -0
  19. package/dist/chaos-manager/src/services/hooks/useGetActionTemplateRevisionDifferenceQuery.d.ts +29 -0
  20. package/dist/chaos-manager/src/services/hooks/useGetActionTemplateRevisionDifferenceQuery.js +14 -0
  21. package/dist/chaos-manager/src/services/hooks/useGetChaosHubQuery.d.ts +26 -0
  22. package/dist/chaos-manager/src/services/hooks/useGetChaosHubQuery.js +14 -0
  23. package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineExecutionQuery.d.ts +27 -0
  24. package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineExecutionQuery.js +14 -0
  25. package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineStepDetailsQuery.d.ts +28 -0
  26. package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineStepDetailsQuery.js +20 -0
  27. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunInternalApiMutation.d.ts +31 -0
  28. package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunInternalApiMutation.js +14 -0
  29. package/dist/chaos-manager/src/services/hooks/useGetExperimentRunTimelineViewQuery.d.ts +28 -0
  30. package/dist/chaos-manager/src/services/hooks/useGetExperimentRunTimelineViewQuery.js +14 -0
  31. package/dist/chaos-manager/src/services/hooks/useGetInfraTokenQuery.d.ts +27 -0
  32. package/dist/chaos-manager/src/services/hooks/useGetInfraTokenQuery.js +14 -0
  33. package/dist/chaos-manager/src/services/hooks/useImportActionMutation.d.ts +27 -0
  34. package/dist/chaos-manager/src/services/hooks/useImportActionMutation.js +14 -0
  35. package/dist/chaos-manager/src/services/hooks/useListActionTemplateQuery.d.ts +36 -0
  36. package/dist/chaos-manager/src/services/hooks/useListActionTemplateQuery.js +14 -0
  37. package/dist/chaos-manager/src/services/hooks/useListActionTemplateRevisionsQuery.d.ts +35 -0
  38. package/dist/chaos-manager/src/services/hooks/useListActionTemplateRevisionsQuery.js +14 -0
  39. package/dist/chaos-manager/src/services/hooks/useListActionsQuery.d.ts +36 -0
  40. package/dist/chaos-manager/src/services/hooks/useListActionsQuery.js +14 -0
  41. package/dist/chaos-manager/src/services/hooks/useListApplicationQuery.d.ts +27 -0
  42. package/dist/chaos-manager/src/services/hooks/useListApplicationQuery.js +14 -0
  43. package/dist/chaos-manager/src/services/hooks/useListChaosHubQuery.d.ts +33 -0
  44. package/dist/chaos-manager/src/services/hooks/useListChaosHubQuery.js +14 -0
  45. package/dist/chaos-manager/src/services/hooks/useListFunctionQuery.d.ts +28 -0
  46. package/dist/chaos-manager/src/services/hooks/useListFunctionQuery.js +14 -0
  47. package/dist/chaos-manager/src/services/hooks/useListVariablesInActionTemplateQuery.d.ts +28 -0
  48. package/dist/chaos-manager/src/services/hooks/useListVariablesInActionTemplateQuery.js +14 -0
  49. package/dist/chaos-manager/src/services/hooks/useRunChaosV2InternalApiMutation.d.ts +30 -0
  50. package/dist/chaos-manager/src/services/hooks/useRunChaosV2InternalApiMutation.js +14 -0
  51. package/dist/chaos-manager/src/services/hooks/useUpdateActionMutation.d.ts +30 -0
  52. package/dist/chaos-manager/src/services/hooks/useUpdateActionMutation.js +14 -0
  53. package/dist/chaos-manager/src/services/hooks/useUpdateActionTemplateMutation.d.ts +31 -0
  54. package/dist/chaos-manager/src/services/hooks/useUpdateActionTemplateMutation.js +14 -0
  55. package/dist/chaos-manager/src/services/hooks/useUpdateChaosExperimentExecutionNodeMutation.d.ts +29 -0
  56. package/dist/chaos-manager/src/services/hooks/useUpdateChaosExperimentExecutionNodeMutation.js +14 -0
  57. package/dist/chaos-manager/src/services/hooks/useUpdateChaosHubMutation.d.ts +30 -0
  58. package/dist/chaos-manager/src/services/hooks/useUpdateChaosHubMutation.js +14 -0
  59. package/dist/chaos-manager/src/services/hooks/useUpdateEmissaryMutation.d.ts +31 -0
  60. package/dist/chaos-manager/src/services/hooks/useUpdateEmissaryMutation.js +14 -0
  61. package/dist/chaos-manager/src/services/index.d.ts +185 -0
  62. package/dist/chaos-manager/src/services/index.js +30 -0
  63. package/dist/chaos-manager/src/services/requestBodies/ChaosfaulttemplateActionTemplateRequestBody.d.ts +2 -0
  64. package/dist/chaos-manager/src/services/requestBodies/ChaosfaulttemplateActionTemplateRequestBody.js +1 -0
  65. package/dist/chaos-manager/src/services/schemas/ActionsActionDetails.d.ts +7 -0
  66. package/dist/chaos-manager/src/services/schemas/ActionsActionDetails.js +1 -0
  67. package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.d.ts +29 -0
  68. package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.js +1 -0
  69. package/dist/chaos-manager/src/services/schemas/ActionsActionRunProperties.d.ts +8 -0
  70. package/dist/chaos-manager/src/services/schemas/ActionsActionRunProperties.js +4 -0
  71. package/dist/chaos-manager/src/services/schemas/ActionsActionType.d.ts +1 -0
  72. package/dist/chaos-manager/src/services/schemas/ActionsActionType.js +4 -0
  73. package/dist/chaos-manager/src/services/schemas/ActionsExecutedByExperiment.d.ts +9 -0
  74. package/dist/chaos-manager/src/services/schemas/ActionsExecutedByExperiment.js +1 -0
  75. package/dist/chaos-manager/src/services/schemas/ActionsImportActionTemplateRequest.d.ts +11 -0
  76. package/dist/chaos-manager/src/services/schemas/ActionsImportActionTemplateRequest.js +4 -0
  77. package/dist/chaos-manager/src/services/schemas/ActionsInfrastructureType.d.ts +1 -0
  78. package/dist/chaos-manager/src/services/schemas/ActionsInfrastructureType.js +4 -0
  79. package/dist/chaos-manager/src/services/schemas/ActionsListActionTemplateResponse.d.ts +6 -0
  80. package/dist/chaos-manager/src/services/schemas/ActionsListActionTemplateResponse.js +1 -0
  81. package/dist/chaos-manager/src/services/schemas/ActionsRecentExecutions.d.ts +6 -0
  82. package/dist/chaos-manager/src/services/schemas/ActionsRecentExecutions.js +1 -0
  83. package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListApplicationResponse.d.ts +3 -0
  84. package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListApplicationResponse.js +4 -0
  85. package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListFunctionResponse.d.ts +3 -0
  86. package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListFunctionResponse.js +4 -0
  87. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesActionData.d.ts +3 -0
  88. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesActionData.js +4 -0
  89. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosData.d.ts +8 -0
  90. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosData.js +1 -0
  91. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.d.ts +23 -0
  92. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.js +1 -0
  93. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.d.ts +23 -0
  94. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.js +1 -0
  95. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepStatus.d.ts +1 -0
  96. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepStatus.js +4 -0
  97. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepType.d.ts +1 -0
  98. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepType.js +4 -0
  99. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesCommandProbe.d.ts +3 -0
  100. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesCommandProbe.js +4 -0
  101. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesErrorData.d.ts +4 -0
  102. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesErrorData.js +4 -0
  103. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultData.d.ts +8 -0
  104. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultData.js +1 -0
  105. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHelperPodDetails.d.ts +4 -0
  106. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHelperPodDetails.js +4 -0
  107. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHttpProbe.d.ts +5 -0
  108. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHttpProbe.js +4 -0
  109. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeData.d.ts +12 -0
  110. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeData.js +1 -0
  111. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeIterations.d.ts +11 -0
  112. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeIterations.js +1 -0
  113. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesPromProbe.d.ts +3 -0
  114. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesPromProbe.js +4 -0
  115. package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +3 -3
  116. package/dist/chaos-manager/src/services/schemas/ChaosExperimentExperimentRunDetail.d.ts +1 -1
  117. package/dist/chaos-manager/src/services/schemas/ChaosExperimentRunChaosExperimentRun.d.ts +2 -2
  118. package/dist/chaos-manager/src/services/schemas/ChaosHubAuthType.d.ts +1 -0
  119. package/dist/chaos-manager/src/services/schemas/ChaosHubAuthType.js +4 -0
  120. package/dist/chaos-manager/src/services/schemas/ChaosHubConnectorScope.d.ts +1 -0
  121. package/dist/chaos-manager/src/services/schemas/ChaosHubConnectorScope.js +4 -0
  122. package/dist/chaos-manager/src/services/schemas/ChaosHubStatus.d.ts +1 -0
  123. package/dist/chaos-manager/src/services/schemas/ChaosHubStatus.js +4 -0
  124. package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2ChaosInfraV2.d.ts +4 -3
  125. package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2K8sInfraV2SpecIdentifiers.d.ts +1 -1
  126. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateActionProperties.d.ts +7 -0
  127. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateActionProperties.js +1 -0
  128. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateActionsTemplateCount.d.ts +5 -0
  129. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateActionsTemplateCount.js +1 -0
  130. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateChaosActionTemplate.d.ts +44 -0
  131. package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateChaosActionTemplate.js +1 -0
  132. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplate.d.ts +16 -0
  133. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplate.js +1 -0
  134. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplateVariables.d.ts +6 -0
  135. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplateVariables.js +1 -0
  136. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateGetActionTemplateResponse.d.ts +5 -0
  137. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateGetActionTemplateResponse.js +1 -0
  138. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateListActionTemplateResponse.d.ts +9 -0
  139. package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateListActionTemplateResponse.js +1 -0
  140. package/dist/chaos-manager/src/services/schemas/Chaoshubv2ChaosHubResponse.d.ts +44 -0
  141. package/dist/chaos-manager/src/services/schemas/Chaoshubv2ChaosHubResponse.js +1 -0
  142. package/dist/chaos-manager/src/services/schemas/Chaoshubv2CreateHubRequest.d.ts +9 -0
  143. package/dist/chaos-manager/src/services/schemas/Chaoshubv2CreateHubRequest.js +4 -0
  144. package/dist/chaos-manager/src/services/schemas/Chaoshubv2GetHubResponse.d.ts +44 -0
  145. package/dist/chaos-manager/src/services/schemas/Chaoshubv2GetHubResponse.js +1 -0
  146. package/dist/chaos-manager/src/services/schemas/Chaoshubv2ListHubResponse.d.ts +6 -0
  147. package/dist/chaos-manager/src/services/schemas/Chaoshubv2ListHubResponse.js +1 -0
  148. package/dist/chaos-manager/src/services/schemas/Chaoshubv2UpdateHubRequest.d.ts +5 -0
  149. package/dist/chaos-manager/src/services/schemas/Chaoshubv2UpdateHubRequest.js +4 -0
  150. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction.d.ts +18 -0
  151. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction.js +1 -0
  152. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.d.ts +24 -0
  153. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.js +1 -0
  154. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate.d.ts +1 -1
  155. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData.d.ts +8 -0
  156. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData.js +1 -0
  157. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.d.ts +66 -0
  158. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.js +1 -0
  159. package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.d.ts +49 -0
  160. package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.js +1 -0
  161. package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.d.ts +12 -0
  162. package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.js +1 -0
  163. package/dist/chaos-manager/src/services/schemas/InputsetInputSet.d.ts +1 -1
  164. package/dist/chaos-manager/src/services/schemas/K8sinfraGetInfraTokenResponse.d.ts +3 -0
  165. package/dist/chaos-manager/src/services/schemas/K8sinfraGetInfraTokenResponse.js +4 -0
  166. package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlRequest.d.ts +3 -0
  167. package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlRequest.js +4 -0
  168. package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlResponse.d.ts +3 -0
  169. package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlResponse.js +4 -0
  170. package/dist/chaos-manager/src/services/schemas/ModelActionData.d.ts +3 -0
  171. package/dist/chaos-manager/src/services/schemas/ModelActionData.js +4 -0
  172. package/dist/chaos-manager/src/services/schemas/ModelChaosExecutionNode.d.ts +19 -0
  173. package/dist/chaos-manager/src/services/schemas/ModelChaosExecutionNode.js +1 -0
  174. package/dist/chaos-manager/src/services/schemas/ModelChaosStepStatus.d.ts +1 -0
  175. package/dist/chaos-manager/src/services/schemas/ModelChaosStepStatus.js +4 -0
  176. package/dist/chaos-manager/src/services/schemas/ModelChaosStepType.d.ts +1 -0
  177. package/dist/chaos-manager/src/services/schemas/ModelChaosStepType.js +4 -0
  178. package/dist/chaos-manager/src/services/schemas/ModelCommandProbe.d.ts +3 -0
  179. package/dist/chaos-manager/src/services/schemas/ModelCommandProbe.js +4 -0
  180. package/dist/chaos-manager/src/services/schemas/ModelConditionDetails.d.ts +7 -0
  181. package/dist/chaos-manager/src/services/schemas/ModelConditionDetails.js +1 -0
  182. package/dist/chaos-manager/src/services/schemas/ModelErrorData.d.ts +4 -0
  183. package/dist/chaos-manager/src/services/schemas/ModelErrorData.js +4 -0
  184. package/dist/chaos-manager/src/services/schemas/ModelFaultData.d.ts +10 -0
  185. package/dist/chaos-manager/src/services/schemas/ModelFaultData.js +1 -0
  186. package/dist/chaos-manager/src/services/schemas/ModelHelperPodDetails.d.ts +4 -0
  187. package/dist/chaos-manager/src/services/schemas/ModelHelperPodDetails.js +4 -0
  188. package/dist/chaos-manager/src/services/schemas/ModelHttpProbe.d.ts +5 -0
  189. package/dist/chaos-manager/src/services/schemas/ModelHttpProbe.js +4 -0
  190. package/dist/chaos-manager/src/services/schemas/ModelInfrastructure.d.ts +87 -0
  191. package/dist/chaos-manager/src/services/schemas/ModelInfrastructure.js +1 -0
  192. package/dist/chaos-manager/src/services/schemas/ModelProbeData.d.ts +8 -0
  193. package/dist/chaos-manager/src/services/schemas/ModelProbeData.js +1 -0
  194. package/dist/chaos-manager/src/services/schemas/ModelProbeIterations.d.ts +11 -0
  195. package/dist/chaos-manager/src/services/schemas/ModelProbeIterations.js +1 -0
  196. package/dist/chaos-manager/src/services/schemas/ModelProbeMap.d.ts +4 -0
  197. package/dist/chaos-manager/src/services/schemas/ModelProbeMap.js +4 -0
  198. package/dist/chaos-manager/src/services/schemas/ModelPromProbe.d.ts +3 -0
  199. package/dist/chaos-manager/src/services/schemas/ModelPromProbe.js +4 -0
  200. package/dist/chaos-manager/src/services/schemas/ModelRecurrence.d.ts +6 -0
  201. package/dist/chaos-manager/src/services/schemas/ModelRecurrence.js +1 -0
  202. package/dist/chaos-manager/src/services/schemas/ModelRecurrenceSpec.d.ts +4 -0
  203. package/dist/chaos-manager/src/services/schemas/ModelRecurrenceSpec.js +4 -0
  204. package/dist/chaos-manager/src/services/schemas/ModelRecurrenceType.d.ts +1 -0
  205. package/dist/chaos-manager/src/services/schemas/ModelRecurrenceType.js +4 -0
  206. package/dist/chaos-manager/src/services/schemas/ModelRuleDetails.d.ts +11 -0
  207. package/dist/chaos-manager/src/services/schemas/ModelRuleDetails.js +1 -0
  208. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernance.d.ts +11 -0
  209. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernance.js +1 -0
  210. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernanceNodeData.d.ts +6 -0
  211. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernanceNodeData.js +1 -0
  212. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernancePhase.d.ts +1 -0
  213. package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernancePhase.js +4 -0
  214. package/dist/chaos-manager/src/services/schemas/ModelTimeWindow.d.ts +8 -0
  215. package/dist/chaos-manager/src/services/schemas/ModelTimeWindow.js +1 -0
  216. package/dist/chaos-manager/src/services/schemas/ModelWeightages.d.ts +10 -0
  217. package/dist/chaos-manager/src/services/schemas/ModelWeightages.js +4 -0
  218. package/dist/chaos-manager/src/services/schemas/ModelWorkflowRun.d.ts +141 -0
  219. package/dist/chaos-manager/src/services/schemas/ModelWorkflowRun.js +1 -0
  220. package/dist/chaos-manager/src/services/schemas/NetworkmapGetTargetNetworkMapResponse.d.ts +2 -2
  221. package/dist/chaos-manager/src/services/schemas/TargetnetworkmapExperimentRunDetail.d.ts +1 -1
  222. package/dist/chaos-manager/src/services/schemas/TargetnetworkmapTargetNetworkMap.d.ts +2 -2
  223. package/dist/chaos-manager/src/services/schemas/TargetserviceTargetService.d.ts +2 -2
  224. package/dist/chaos-manager/src/services/schemas/TemplateVariable.d.ts +2 -1
  225. package/dist/chaos-manager/src/services/schemas/TypesConfigMap.d.ts +14 -0
  226. package/dist/chaos-manager/src/services/schemas/TypesConfigMap.js +4 -0
  227. package/dist/chaos-manager/src/services/schemas/TypesExperimentComponents.d.ts +66 -0
  228. package/dist/chaos-manager/src/services/schemas/TypesExperimentComponents.js +1 -0
  229. package/dist/chaos-manager/src/services/schemas/TypesFault.d.ts +21 -0
  230. package/dist/chaos-manager/src/services/schemas/TypesFault.js +1 -0
  231. package/dist/chaos-manager/src/services/schemas/TypesFaultRef.d.ts +14 -0
  232. package/dist/chaos-manager/src/services/schemas/TypesFaultRef.js +4 -0
  233. package/dist/chaos-manager/src/services/schemas/TypesHostFile.d.ts +19 -0
  234. package/dist/chaos-manager/src/services/schemas/TypesHostFile.js +1 -0
  235. package/dist/chaos-manager/src/services/schemas/TypesInternalExperimentRunRequest.d.ts +8 -0
  236. package/dist/chaos-manager/src/services/schemas/TypesInternalExperimentRunRequest.js +1 -0
  237. package/dist/chaos-manager/src/services/schemas/TypesProjectedVolumes.d.ts +19 -0
  238. package/dist/chaos-manager/src/services/schemas/TypesProjectedVolumes.js +1 -0
  239. package/dist/chaos-manager/src/services/schemas/TypesSecret.d.ts +14 -0
  240. package/dist/chaos-manager/src/services/schemas/TypesSecret.js +4 -0
  241. package/dist/chaos-manager/src/services/schemas/TypesSecurityContext.d.ts +12 -0
  242. package/dist/chaos-manager/src/services/schemas/TypesSecurityContext.js +1 -0
  243. package/dist/chaos-manager/src/services/schemas/TypesSelector.d.ts +7 -0
  244. package/dist/chaos-manager/src/services/schemas/TypesSelector.js +1 -0
  245. package/dist/chaos-manager/src/services/schemas/TypesSidecar.d.ts +26 -0
  246. package/dist/chaos-manager/src/services/schemas/TypesSidecar.js +1 -0
  247. package/dist/chaos-manager/src/services/schemas/TypesStatusCheckTimeout.d.ts +10 -0
  248. package/dist/chaos-manager/src/services/schemas/TypesStatusCheckTimeout.js +4 -0
  249. package/dist/chaos-manager/src/services/schemas/TypesTargets.d.ts +7 -0
  250. package/dist/chaos-manager/src/services/schemas/TypesTargets.js +1 -0
  251. package/dist/chaos-manager/src/services/schemas/TypesWorkload.d.ts +19 -0
  252. package/dist/chaos-manager/src/services/schemas/TypesWorkload.js +1 -0
  253. package/dist/chaos-manager/src/services/schemas/TypesWorkloadKind.d.ts +1 -0
  254. package/dist/chaos-manager/src/services/schemas/TypesWorkloadKind.js +4 -0
  255. package/dist/chaos-manager/src/services/schemas/V1Authorization.d.ts +5 -0
  256. package/dist/chaos-manager/src/services/schemas/V1Authorization.js +4 -0
  257. package/dist/chaos-manager/src/services/schemas/V1Capabilities.d.ts +12 -0
  258. package/dist/chaos-manager/src/services/schemas/V1Capabilities.js +4 -0
  259. package/dist/chaos-manager/src/services/schemas/V1CmdProbeInputs.d.ts +17 -0
  260. package/dist/chaos-manager/src/services/schemas/V1CmdProbeInputs.js +1 -0
  261. package/dist/chaos-manager/src/services/schemas/V1ComparatorInfo.d.ts +17 -0
  262. package/dist/chaos-manager/src/services/schemas/V1ComparatorInfo.js +4 -0
  263. package/dist/chaos-manager/src/services/schemas/V1ConfigMapEnvSource.d.ts +14 -0
  264. package/dist/chaos-manager/src/services/schemas/V1ConfigMapEnvSource.js +4 -0
  265. package/dist/chaos-manager/src/services/schemas/V1DatadogMetrics.d.ts +15 -0
  266. package/dist/chaos-manager/src/services/schemas/V1DatadogMetrics.js +1 -0
  267. package/dist/chaos-manager/src/services/schemas/V1DatadogProbeInputs.d.ts +20 -0
  268. package/dist/chaos-manager/src/services/schemas/V1DatadogProbeInputs.js +1 -0
  269. package/dist/chaos-manager/src/services/schemas/V1DatadogSyntheticsTestType.d.ts +1 -0
  270. package/dist/chaos-manager/src/services/schemas/V1DatadogSyntheticsTestType.js +4 -0
  271. package/dist/chaos-manager/src/services/schemas/V1DynatraceProbeInputs.d.ts +24 -0
  272. package/dist/chaos-manager/src/services/schemas/V1DynatraceProbeInputs.js +1 -0
  273. package/dist/chaos-manager/src/services/schemas/V1EnvFromSource.d.ts +19 -0
  274. package/dist/chaos-manager/src/services/schemas/V1EnvFromSource.js +1 -0
  275. package/dist/chaos-manager/src/services/schemas/V1GetMethod.d.ts +15 -0
  276. package/dist/chaos-manager/src/services/schemas/V1GetMethod.js +4 -0
  277. package/dist/chaos-manager/src/services/schemas/V1HttpMethod.d.ts +6 -0
  278. package/dist/chaos-manager/src/services/schemas/V1HttpMethod.js +1 -0
  279. package/dist/chaos-manager/src/services/schemas/V1HttpProbeInputs.d.ts +31 -0
  280. package/dist/chaos-manager/src/services/schemas/V1HttpProbeInputs.js +1 -0
  281. package/dist/chaos-manager/src/services/schemas/V1K8sProbeInputs.d.ts +40 -0
  282. package/dist/chaos-manager/src/services/schemas/V1K8sProbeInputs.js +4 -0
  283. package/dist/chaos-manager/src/services/schemas/V1Metrics.d.ts +10 -0
  284. package/dist/chaos-manager/src/services/schemas/V1Metrics.js +4 -0
  285. package/dist/chaos-manager/src/services/schemas/V1NewrelicMetrics.d.ts +19 -0
  286. package/dist/chaos-manager/src/services/schemas/V1NewrelicMetrics.js +1 -0
  287. package/dist/chaos-manager/src/services/schemas/V1NewrelicProbeInputs.d.ts +19 -0
  288. package/dist/chaos-manager/src/services/schemas/V1NewrelicProbeInputs.js +1 -0
  289. package/dist/chaos-manager/src/services/schemas/V1PodFsGroupChangePolicy.d.ts +1 -0
  290. package/dist/chaos-manager/src/services/schemas/V1PodFsGroupChangePolicy.js +4 -0
  291. package/dist/chaos-manager/src/services/schemas/V1PodSecurityContext.d.ts +92 -0
  292. package/dist/chaos-manager/src/services/schemas/V1PodSecurityContext.js +1 -0
  293. package/dist/chaos-manager/src/services/schemas/V1PostMethod.d.ts +27 -0
  294. package/dist/chaos-manager/src/services/schemas/V1PostMethod.js +4 -0
  295. package/dist/chaos-manager/src/services/schemas/V1ProcMountType.d.ts +1 -0
  296. package/dist/chaos-manager/src/services/schemas/V1ProcMountType.js +4 -0
  297. package/dist/chaos-manager/src/services/schemas/V1PromProbeInputs.d.ts +29 -0
  298. package/dist/chaos-manager/src/services/schemas/V1PromProbeInputs.js +1 -0
  299. package/dist/chaos-manager/src/services/schemas/V1RunProperty.d.ts +42 -0
  300. package/dist/chaos-manager/src/services/schemas/V1RunProperty.js +4 -0
  301. package/dist/chaos-manager/src/services/schemas/V1SeLinuxOptions.d.ts +22 -0
  302. package/dist/chaos-manager/src/services/schemas/V1SeLinuxOptions.js +4 -0
  303. package/dist/chaos-manager/src/services/schemas/V1SeccompProfile.d.ts +21 -0
  304. package/dist/chaos-manager/src/services/schemas/V1SeccompProfile.js +1 -0
  305. package/dist/chaos-manager/src/services/schemas/V1SeccompProfileType.d.ts +1 -0
  306. package/dist/chaos-manager/src/services/schemas/V1SeccompProfileType.js +4 -0
  307. package/dist/chaos-manager/src/services/schemas/V1SecretEnvSource.d.ts +14 -0
  308. package/dist/chaos-manager/src/services/schemas/V1SecretEnvSource.js +4 -0
  309. package/dist/chaos-manager/src/services/schemas/V1SecurityContext.d.ts +92 -0
  310. package/dist/chaos-manager/src/services/schemas/V1SecurityContext.js +1 -0
  311. package/dist/chaos-manager/src/services/schemas/V1SloProbeInputs.d.ts +34 -0
  312. package/dist/chaos-manager/src/services/schemas/V1SloProbeInputs.js +1 -0
  313. package/dist/chaos-manager/src/services/schemas/V1SyntheticsTest.d.ts +11 -0
  314. package/dist/chaos-manager/src/services/schemas/V1SyntheticsTest.js +1 -0
  315. package/dist/chaos-manager/src/services/schemas/V1Sysctl.d.ts +10 -0
  316. package/dist/chaos-manager/src/services/schemas/V1Sysctl.js +4 -0
  317. package/dist/chaos-manager/src/services/schemas/V1TlsConfig.d.ts +22 -0
  318. package/dist/chaos-manager/src/services/schemas/V1TlsConfig.js +4 -0
  319. package/dist/chaos-manager/src/services/schemas/V1WindowsSecurityContextOptions.d.ts +22 -0
  320. package/dist/chaos-manager/src/services/schemas/V1WindowsSecurityContextOptions.js +4 -0
  321. package/dist/chaos-manager/src/services/schemas/V1alpha1TargetDetails.d.ts +5 -0
  322. package/dist/chaos-manager/src/services/schemas/V1alpha1TargetDetails.js +4 -0
  323. package/dist/chaos-manager/src/services/schemas/V1alpha1Targets.d.ts +8 -0
  324. package/dist/chaos-manager/src/services/schemas/V1alpha1Targets.js +4 -0
  325. package/dist/chaos-manager/src/services/schemas/V2OnboardingV2Onboarding.d.ts +2 -2
  326. package/package.json +1 -1
@@ -0,0 +1,44 @@
1
+ import type { ChaosactiontemplateActionProperties } from '../schemas/ChaosactiontemplateActionProperties';
2
+ import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
3
+ import type { ActionsActionRunProperties } from '../schemas/ActionsActionRunProperties';
4
+ import type { ActionsActionType } from '../schemas/ActionsActionType';
5
+ import type { TemplateVariable } from '../schemas/TemplateVariable';
6
+ export interface ChaosactiontemplateChaosActionTemplate {
7
+ accountID: string;
8
+ actionProperties?: ChaosactiontemplateActionProperties;
9
+ createdAt?: number;
10
+ createdBy?: string;
11
+ description?: string;
12
+ hubRef?: string;
13
+ id?: string;
14
+ /**
15
+ * Unique identifier (human-readable) immutable
16
+ * Initially it will be same as name
17
+ */
18
+ identity?: string;
19
+ infrastructureType?: ActionsInfrastructureType;
20
+ /**
21
+ * isDefault indicates if it is the default version
22
+ * for predefined faults, latest should be set as default
23
+ */
24
+ isDefault?: boolean;
25
+ isRemoved: boolean;
26
+ /**
27
+ * Fault name to sync the changes from the hub
28
+ * HubRef + Name should be unique
29
+ */
30
+ name: string;
31
+ orgID?: string;
32
+ projectID?: string;
33
+ /**
34
+ * it increments every time a new version of fault is published
35
+ */
36
+ revision?: number;
37
+ runProperties?: ActionsActionRunProperties;
38
+ tags?: string[];
39
+ template?: string;
40
+ type?: ActionsActionType;
41
+ updatedAt?: number;
42
+ updatedBy?: string;
43
+ variables?: TemplateVariable[];
44
+ }
@@ -0,0 +1,16 @@
1
+ import type { ActionsActionDetails } from '../schemas/ActionsActionDetails';
2
+ import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
3
+ import type { ActionsActionRunProperties } from '../schemas/ActionsActionRunProperties';
4
+ import type { TemplateVariable } from '../schemas/TemplateVariable';
5
+ export interface ChaosfaulttemplateActionTemplate {
6
+ actionProperties?: ActionsActionDetails;
7
+ description?: string;
8
+ hubRef?: string;
9
+ identity?: string;
10
+ infrastructureType?: ActionsInfrastructureType;
11
+ name: string;
12
+ runProperties?: ActionsActionRunProperties;
13
+ tags?: string[];
14
+ type?: string;
15
+ variables?: TemplateVariable[];
16
+ }
@@ -0,0 +1,6 @@
1
+ import type { TemplateVariable } from '../schemas/TemplateVariable';
2
+ export interface ChaosfaulttemplateActionTemplateVariables {
3
+ actionProperties?: TemplateVariable[];
4
+ actionRunProperty?: TemplateVariable[];
5
+ variables?: TemplateVariable[];
6
+ }
@@ -0,0 +1,5 @@
1
+ import type { ChaosactiontemplateChaosActionTemplate } from '../schemas/ChaosactiontemplateChaosActionTemplate';
2
+ export interface ChaosfaulttemplateGetActionTemplateResponse {
3
+ correlationID?: string;
4
+ data?: ChaosactiontemplateChaosActionTemplate;
5
+ }
@@ -0,0 +1,9 @@
1
+ import type { ChaosactiontemplateActionsTemplateCount } from '../schemas/ChaosactiontemplateActionsTemplateCount';
2
+ import type { ChaosactiontemplateChaosActionTemplate } from '../schemas/ChaosactiontemplateChaosActionTemplate';
3
+ import type { GithubComHarnessHceSaasGraphqlServerApiPagination } from '../schemas/GithubComHarnessHceSaasGraphqlServerApiPagination';
4
+ export interface ChaosfaulttemplateListActionTemplateResponse {
5
+ correlationID?: string;
6
+ countDetails?: ChaosactiontemplateActionsTemplateCount[];
7
+ data?: ChaosactiontemplateChaosActionTemplate[];
8
+ pagination?: GithubComHarnessHceSaasGraphqlServerApiPagination;
9
+ }
@@ -0,0 +1,44 @@
1
+ import type { ChaosHubAuthType } from '../schemas/ChaosHubAuthType';
2
+ import type { ChaosHubConnectorScope } from '../schemas/ChaosHubConnectorScope';
3
+ import type { ChaosHubStatus } from '../schemas/ChaosHubStatus';
4
+ export interface Chaoshubv2ChaosHubResponse {
5
+ accountID: string;
6
+ actionTemplateCount?: number;
7
+ /**
8
+ * TBD check if this details is available in connector details if so deprecate it
9
+ */
10
+ authType?: ChaosHubAuthType;
11
+ /**
12
+ * TBD use ConnectorRef: org.test-connector and deprecate it
13
+ */
14
+ connectorId?: string;
15
+ /**
16
+ * TBD db migration to populate it from ConnectorID and ConnectorScope
17
+ */
18
+ connectorRef?: string;
19
+ /**
20
+ * TBD use ConnectorRef and deprecate it
21
+ */
22
+ connectorScope?: ChaosHubConnectorScope;
23
+ createdAt?: number;
24
+ createdBy?: string;
25
+ description?: string;
26
+ experimentTemplateCount?: number;
27
+ faultTemplateCount?: number;
28
+ hubId: string;
29
+ identity: string;
30
+ isDefault: boolean;
31
+ isRemoved: boolean;
32
+ lastSyncedAt?: number;
33
+ name: string;
34
+ orgID?: string;
35
+ probeTemplateCount?: number;
36
+ projectID?: string;
37
+ repoBranch?: string;
38
+ repoName?: string;
39
+ repoUrl?: string;
40
+ status: ChaosHubStatus;
41
+ tags?: string[];
42
+ updatedAt?: number;
43
+ updatedBy?: string;
44
+ }
@@ -0,0 +1,9 @@
1
+ export interface Chaoshubv2CreateHubRequest {
2
+ connectorRef?: string;
3
+ description?: string;
4
+ identity: string;
5
+ name: string;
6
+ repoBranch?: string;
7
+ repoName?: string;
8
+ tags?: string[];
9
+ }
@@ -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,44 @@
1
+ import type { ChaosHubAuthType } from '../schemas/ChaosHubAuthType';
2
+ import type { ChaosHubConnectorScope } from '../schemas/ChaosHubConnectorScope';
3
+ import type { ChaosHubStatus } from '../schemas/ChaosHubStatus';
4
+ export interface Chaoshubv2GetHubResponse {
5
+ accountID: string;
6
+ actionTemplateCount?: number;
7
+ /**
8
+ * TBD check if this details is available in connector details if so deprecate it
9
+ */
10
+ authType?: ChaosHubAuthType;
11
+ /**
12
+ * TBD use ConnectorRef: org.test-connector and deprecate it
13
+ */
14
+ connectorId?: string;
15
+ /**
16
+ * TBD db migration to populate it from ConnectorID and ConnectorScope
17
+ */
18
+ connectorRef?: string;
19
+ /**
20
+ * TBD use ConnectorRef and deprecate it
21
+ */
22
+ connectorScope?: ChaosHubConnectorScope;
23
+ createdAt?: number;
24
+ createdBy?: string;
25
+ description?: string;
26
+ experimentTemplateCount?: number;
27
+ faultTemplateCount?: number;
28
+ hubId: string;
29
+ identity: string;
30
+ isDefault: boolean;
31
+ isRemoved: boolean;
32
+ lastSyncedAt?: number;
33
+ name: string;
34
+ orgID?: string;
35
+ probeTemplateCount?: number;
36
+ projectID?: string;
37
+ repoBranch?: string;
38
+ repoName?: string;
39
+ repoUrl?: string;
40
+ status: ChaosHubStatus;
41
+ tags?: string[];
42
+ updatedAt?: number;
43
+ updatedBy?: string;
44
+ }
@@ -0,0 +1,6 @@
1
+ import type { Chaoshubv2ChaosHubResponse } from '../schemas/Chaoshubv2ChaosHubResponse';
2
+ import type { GithubComHarnessHceSaasGraphqlServerApiPagination } from '../schemas/GithubComHarnessHceSaasGraphqlServerApiPagination';
3
+ export interface Chaoshubv2ListHubResponse {
4
+ items?: Chaoshubv2ChaosHubResponse[];
5
+ pagination?: GithubComHarnessHceSaasGraphqlServerApiPagination;
6
+ }
@@ -0,0 +1,5 @@
1
+ export interface Chaoshubv2UpdateHubRequest {
2
+ description?: string;
3
+ name: string;
4
+ tags?: string[];
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,18 @@
1
+ import type { ActionsActionDetails } from '../schemas/ActionsActionDetails';
2
+ import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
3
+ import type { ActionsActionRunProperties } from '../schemas/ActionsActionRunProperties';
4
+ import type { ActionsActionType } from '../schemas/ActionsActionType';
5
+ import type { TemplateVariable } from '../schemas/TemplateVariable';
6
+ export interface GithubComHarnessHceSaasGraphqlServerPkgActionsAction {
7
+ actionProperties?: ActionsActionDetails;
8
+ actionsTemplateRef?: string;
9
+ description?: string;
10
+ hubRef?: string;
11
+ identity?: string;
12
+ infrastructureType?: ActionsInfrastructureType;
13
+ name: string;
14
+ runProperties?: ActionsActionRunProperties;
15
+ tags?: string[];
16
+ type?: ActionsActionType;
17
+ variables?: TemplateVariable[];
18
+ }
@@ -0,0 +1,24 @@
1
+ import type { ActionsActionDetails } from '../schemas/ActionsActionDetails';
2
+ import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
3
+ import type { ActionsRecentExecutions } from '../schemas/ActionsRecentExecutions';
4
+ import type { ActionsActionRunProperties } from '../schemas/ActionsActionRunProperties';
5
+ import type { ActionsActionType } from '../schemas/ActionsActionType';
6
+ import type { TemplateVariable } from '../schemas/TemplateVariable';
7
+ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction {
8
+ accountID: string;
9
+ actionProperties?: ActionsActionDetails;
10
+ actionsRef?: string;
11
+ description?: string;
12
+ hubRef?: string;
13
+ identity?: string;
14
+ infrastructureType?: ActionsInfrastructureType;
15
+ isRemoved?: boolean;
16
+ name: string;
17
+ orgID?: string;
18
+ projectID?: string;
19
+ recentExecutions?: ActionsRecentExecutions[];
20
+ runProperties?: ActionsActionRunProperties;
21
+ tags?: string[];
22
+ type?: ActionsActionType;
23
+ variables?: TemplateVariable[];
24
+ }
@@ -1,6 +1,6 @@
1
1
  import type { TemplateVariable } from '../schemas/TemplateVariable';
2
2
  export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate {
3
- accountID?: string;
3
+ accountID: string;
4
4
  /**
5
5
  * creation timestamp of the revision
6
6
  */
@@ -0,0 +1,8 @@
1
+ import type { ModelActionData } from '../schemas/ModelActionData';
2
+ import type { ModelFaultData } from '../schemas/ModelFaultData';
3
+ import type { ModelProbeData } from '../schemas/ModelProbeData';
4
+ export interface GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData {
5
+ actionData?: ModelActionData;
6
+ faultData?: ModelFaultData;
7
+ probeData?: ModelProbeData;
8
+ }
@@ -0,0 +1,66 @@
1
+ import type { V1CmdProbeInputs } from '../schemas/V1CmdProbeInputs';
2
+ import type { V1DatadogProbeInputs } from '../schemas/V1DatadogProbeInputs';
3
+ import type { V1DynatraceProbeInputs } from '../schemas/V1DynatraceProbeInputs';
4
+ import type { V1HttpProbeInputs } from '../schemas/V1HttpProbeInputs';
5
+ import type { V1K8sProbeInputs } from '../schemas/V1K8sProbeInputs';
6
+ import type { V1NewrelicProbeInputs } from '../schemas/V1NewrelicProbeInputs';
7
+ import type { V1PromProbeInputs } from '../schemas/V1PromProbeInputs';
8
+ import type { V1RunProperty } from '../schemas/V1RunProperty';
9
+ import type { V1SloProbeInputs } from '../schemas/V1SloProbeInputs';
10
+ export interface GithubComHarnessHceSaasHceSdkCommonProbeV1Probe {
11
+ /**
12
+ * inputs needed for the cmd probe
13
+ */
14
+ 'cmdProbe/inputs'?: V1CmdProbeInputs;
15
+ /**
16
+ * Data contains the manifest/data for the resource, which need to be created
17
+ * it supported for create operation only
18
+ */
19
+ data?: string;
20
+ /**
21
+ * inputs needed for the Datadog probe
22
+ */
23
+ 'datadogProbe/inputs'?: V1DatadogProbeInputs;
24
+ /**
25
+ * inputs needed for the Dynatrace probe
26
+ */
27
+ 'dynatraceProbe/inputs'?: V1DynatraceProbeInputs;
28
+ /**
29
+ * inputs needed for the http probe
30
+ */
31
+ 'httpProbe/inputs'?: V1HttpProbeInputs;
32
+ id?: string;
33
+ /**
34
+ * inputs needed for the k8s probe
35
+ */
36
+ 'k8sProbe/inputs'?: V1K8sProbeInputs;
37
+ /**
38
+ * mode for k8s probe
39
+ * it can be SOT, EOT, Edge
40
+ */
41
+ mode?: string;
42
+ /**
43
+ * Name of probe
44
+ */
45
+ name?: string;
46
+ /**
47
+ * inputs needed for the Newrelic probe
48
+ */
49
+ 'newrelicProbe/inputs'?: V1NewrelicProbeInputs;
50
+ /**
51
+ * inputs needed for the prometheus probe
52
+ */
53
+ 'promProbe/inputs'?: V1PromProbeInputs;
54
+ /**
55
+ * RunProperty contains timeout, retry and interval for the probe
56
+ */
57
+ runProperties?: V1RunProperty;
58
+ /**
59
+ * inputs needed for the SLO probe
60
+ */
61
+ 'sloProbe/inputs'?: V1SloProbeInputs;
62
+ /**
63
+ * Type of probe
64
+ */
65
+ type?: string;
66
+ }
@@ -0,0 +1,49 @@
1
+ import type { TypesExperimentComponents } from '../schemas/TypesExperimentComponents';
2
+ import type { V1EnvVar } from '../schemas/V1EnvVar';
3
+ import type { V1PullPolicy } from '../schemas/V1PullPolicy';
4
+ export interface GithubComWingsSoftwareDdcrPkgTypesChaosInputs {
5
+ /**
6
+ * Annotations to store the annotations
7
+ */
8
+ annotations?: {
9
+ [key: string]: string;
10
+ };
11
+ /**
12
+ * Args to store the args
13
+ */
14
+ args?: string[];
15
+ /**
16
+ * Command to store the command
17
+ */
18
+ command?: string[];
19
+ /**
20
+ * Components to store the components
21
+ */
22
+ components?: TypesExperimentComponents;
23
+ /**
24
+ * DefaultHealthCheck to store the default health check
25
+ */
26
+ defaultHealthCheck?: boolean;
27
+ /**
28
+ * ENV to store the env
29
+ */
30
+ env?: V1EnvVar[];
31
+ /**
32
+ * Fault to store the fault
33
+ */
34
+ fault?: string;
35
+ /**
36
+ * Image to store the image
37
+ */
38
+ image?: string;
39
+ /**
40
+ * ImagePullPolicy to store the image pull policy
41
+ */
42
+ imagePullPolicy?: V1PullPolicy;
43
+ /**
44
+ * Labels to store the labels
45
+ */
46
+ labels?: {
47
+ [key: string]: string;
48
+ };
49
+ }
@@ -0,0 +1,12 @@
1
+ import type { GithubComWingsSoftwareDdcrPkgTypesChaosInputs } from '../schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs';
2
+ import type { TypesTargets } from '../schemas/TypesTargets';
3
+ export interface GithubComWingsSoftwareDdcrPkgTypesDefinition {
4
+ /**
5
+ * Chaos to store the chaos inputs
6
+ */
7
+ chaos?: GithubComWingsSoftwareDdcrPkgTypesChaosInputs;
8
+ /**
9
+ * Type of the fault
10
+ */
11
+ targets?: TypesTargets;
12
+ }
@@ -1,5 +1,5 @@
1
1
  export interface InputsetInputSet {
2
- accountID?: string;
2
+ accountID: string;
3
3
  /**
4
4
  * creation timestamp of the input set
5
5
  */
@@ -0,0 +1,3 @@
1
+ export interface K8sinfraGetInfraTokenResponse {
2
+ token?: string;
3
+ }
@@ -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,3 @@
1
+ export interface K8sinfraUpdateEmissaryUrlRequest {
2
+ url?: string;
3
+ }
@@ -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,3 @@
1
+ export interface K8sinfraUpdateEmissaryUrlResponse {
2
+ [key: string]: any;
3
+ }
@@ -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,3 @@
1
+ export interface ModelActionData {
2
+ name?: string;
3
+ }
@@ -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,19 @@
1
+ import type { GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData } from '../schemas/GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData';
2
+ import type { ModelErrorData } from '../schemas/ModelErrorData';
3
+ import type { ModelChaosStepStatus } from '../schemas/ModelChaosStepStatus';
4
+ import type { ModelChaosStepType } from '../schemas/ModelChaosStepType';
5
+ export interface ModelChaosExecutionNode {
6
+ chaosData?: GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData;
7
+ errorData?: ModelErrorData;
8
+ estimatedTime?: number;
9
+ experimentID?: string;
10
+ experimentRunID?: string;
11
+ finishedAt?: number;
12
+ isRemoved?: boolean;
13
+ lastUpdatedAt?: number;
14
+ startedAt?: number;
15
+ status?: ModelChaosStepStatus;
16
+ stepName?: string;
17
+ stepType?: ModelChaosStepType;
18
+ streamID?: string;
19
+ }
@@ -0,0 +1 @@
1
+ export type ModelChaosStepStatus = 'COMPLETED' | 'COMPLETED_WITH_PROBE_FAILURE' | 'ERROR' | 'FAILED' | 'PASSED' | 'PENDING' | 'RUNNING' | 'SKIPPED' | 'STOPPED';
@@ -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 @@
1
+ export type ModelChaosStepType = 'ACTION' | 'EXPERIMENT' | 'FAULT' | 'PROBE';
@@ -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,3 @@
1
+ export interface ModelCommandProbe {
2
+ output?: number[];
3
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { ModelSecurityGovernancePhase } from '../schemas/ModelSecurityGovernancePhase';
2
+ export interface ModelConditionDetails {
3
+ conditionId?: string;
4
+ conditionName?: string;
5
+ message?: string;
6
+ phase?: ModelSecurityGovernancePhase;
7
+ }
@@ -0,0 +1,4 @@
1
+ export interface ModelErrorData {
2
+ code?: string;
3
+ message?: 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,10 @@
1
+ import type { ModelHelperPodDetails } from '../schemas/ModelHelperPodDetails';
2
+ import type { V1alpha1TargetDetails } from '../schemas/V1alpha1TargetDetails';
3
+ import type { V1alpha1Targets } from '../schemas/V1alpha1Targets';
4
+ export interface ModelFaultData {
5
+ helperPodDetails?: ModelHelperPodDetails[];
6
+ name?: string;
7
+ namespace?: string;
8
+ targetChaosStatus?: V1alpha1TargetDetails[];
9
+ targets?: V1alpha1Targets[];
10
+ }
@@ -0,0 +1,4 @@
1
+ export interface ModelHelperPodDetails {
2
+ logStreamID?: string;
3
+ name?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,5 @@
1
+ export interface ModelHttpProbe {
2
+ responseBody?: number[];
3
+ responseTime?: number;
4
+ statusCode?: number;
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 {};