@harnessio/react-chaos-manager-client 0.3.0 → 0.5.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 (273) hide show
  1. package/dist/chaos-manager/src/index.d.ts +1 -1
  2. package/dist/chaos-manager/src/index.js +1 -1
  3. package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.d.ts +27 -0
  4. package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
  5. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
  6. package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
  7. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
  8. package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
  9. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
  10. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
  11. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
  12. package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
  13. package/dist/chaos-manager/src/services/index.d.ts +137 -0
  14. package/dist/chaos-manager/src/services/index.js +5 -0
  15. package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
  16. package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.js +1 -0
  17. package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
  18. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
  19. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
  20. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
  21. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
  22. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
  23. package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
  24. package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
  25. package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
  26. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
  27. package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
  28. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
  29. package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
  30. package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
  31. package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
  32. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
  33. package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
  34. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
  35. package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
  36. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
  37. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
  38. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
  39. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
  40. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
  41. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
  42. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
  43. package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
  44. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
  45. package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
  46. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
  47. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
  48. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
  49. package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
  50. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
  51. package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
  52. package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
  53. package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
  54. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
  55. package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
  56. package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
  57. package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
  58. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
  59. package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
  60. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
  61. package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
  62. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
  63. package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
  64. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
  65. package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
  66. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
  67. package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
  68. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
  69. package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
  70. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
  71. package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
  72. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
  73. package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
  74. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
  75. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
  76. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
  77. package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
  78. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
  79. package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
  80. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
  81. package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
  82. package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
  83. package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
  84. package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
  85. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
  86. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
  87. package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
  88. package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
  89. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
  90. package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
  91. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
  92. package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
  93. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
  94. package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
  95. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
  96. package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
  97. package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
  98. package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
  99. package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
  100. package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
  101. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
  102. package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
  103. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
  104. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
  105. package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
  106. package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
  107. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
  108. package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
  109. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
  110. package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
  111. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
  112. package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
  113. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
  114. package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
  115. package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
  116. package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
  117. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
  118. package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
  119. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
  120. package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
  121. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
  122. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
  123. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
  124. package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
  125. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
  126. package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
  127. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
  128. package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
  129. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
  130. package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
  131. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
  132. package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
  133. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
  134. package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
  135. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
  136. package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
  137. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
  138. package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
  139. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
  140. package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
  141. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
  142. package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
  143. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
  144. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
  145. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
  146. package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
  147. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
  148. package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
  149. package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
  150. package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
  151. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
  152. package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
  153. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
  154. package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
  155. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
  156. package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
  157. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
  158. package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
  159. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
  160. package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
  161. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
  162. package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
  163. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
  164. package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
  165. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
  166. package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
  167. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
  168. package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
  169. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
  170. package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
  171. package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
  172. package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
  173. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
  174. package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
  175. package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
  176. package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
  177. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
  178. package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
  179. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
  180. package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
  181. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
  182. package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
  183. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
  184. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
  185. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
  186. package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
  187. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
  188. package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
  189. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
  190. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
  191. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
  192. package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
  193. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
  194. package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
  195. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
  196. package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
  197. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
  198. package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
  199. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
  200. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
  201. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
  202. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
  203. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
  204. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
  205. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
  206. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
  207. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
  208. package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
  209. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
  210. package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
  211. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
  212. package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
  213. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
  214. package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
  215. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
  216. package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
  217. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
  218. package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
  219. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
  220. package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
  221. package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
  222. package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
  223. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
  224. package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
  225. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
  226. package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
  227. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
  228. package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
  229. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
  230. package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
  231. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
  232. package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
  233. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
  234. package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
  235. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
  236. package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
  237. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
  238. package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
  239. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
  240. package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
  241. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
  242. package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
  243. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
  244. package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
  245. package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
  246. package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
  247. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
  248. package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
  249. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
  250. package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
  251. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
  252. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
  253. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
  254. package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
  255. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
  256. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
  257. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
  258. package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
  259. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
  260. package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
  261. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
  262. package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
  263. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
  264. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
  265. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
  266. package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
  267. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
  268. package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
  269. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
  270. package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
  271. package/package.json +1 -1
  272. package/dist/fetcher/index.d.ts +0 -17
  273. package/dist/fetcher/index.js +0 -65
@@ -1,4 +1,4 @@
1
- import { type ClientCallbacks } from '../../fetcher';
1
+ import { type ClientCallbacks } from '../../custom-fetcher';
2
2
  export * from './services/index';
3
3
  export declare class ChaosManagerAPIClient {
4
4
  updateHeaders: (headers: Record<string, any>) => void;
@@ -1,4 +1,4 @@
1
- import { setupClient, updateClientHeaders } from '../../fetcher';
1
+ import { setupClient, updateClientHeaders } from '../../custom-fetcher';
2
2
  export * from './services/index';
3
3
  export class ChaosManagerAPIClient {
4
4
  constructor(callbacks) {
@@ -0,0 +1,27 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { TypesCreateProbeResponse } from '../schemas/TypesCreateProbeResponse';
3
+ import type { ApiRestError } from '../schemas/ApiRestError';
4
+ import type { TypesProbeRequestRequestBody } from '../requestBodies/TypesProbeRequestRequestBody';
5
+ import { FetcherOptions } from '../../../../custom-fetcher/index.js';
6
+ export interface CreateProbeMutationQueryParams {
7
+ accountIdentifier: string;
8
+ organizationIdentifier: string;
9
+ projectIdentifier: string;
10
+ }
11
+ export type CreateProbeRequestBody = TypesProbeRequestRequestBody;
12
+ export type CreateProbeOkResponse = TypesCreateProbeResponse;
13
+ export type CreateProbeErrorResponse = ApiRestError;
14
+ export interface CreateProbeProps extends Omit<FetcherOptions<CreateProbeMutationQueryParams, CreateProbeRequestBody>, 'url'> {
15
+ queryParams: CreateProbeMutationQueryParams;
16
+ body: CreateProbeRequestBody;
17
+ }
18
+ export interface CreateProbeResponseContainer {
19
+ body: CreateProbeOkResponse;
20
+ headers: Headers;
21
+ }
22
+ export declare function createProbe(props: CreateProbeProps): Promise<CreateProbeResponseContainer>;
23
+ export type CreateProbeMutationProps<T extends keyof CreateProbeProps> = Omit<CreateProbeProps, T> & Partial<Pick<CreateProbeProps, T>>;
24
+ /**
25
+ * Create a new probe
26
+ */
27
+ export declare function useCreateProbeMutation<T extends keyof CreateProbeProps>(props: Pick<Partial<CreateProbeProps>, T>, options?: Omit<UseMutationOptions<CreateProbeResponseContainer, CreateProbeErrorResponse, CreateProbeMutationProps<T>>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<CreateProbeResponseContainer, ApiRestError, CreateProbeMutationProps<T>, unknown>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../custom-fetcher/index.js';
6
+ export function createProbe(props) {
7
+ return fetcher(Object.assign({ url: `/rest/v2/probes`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Create a new probe
11
+ */
12
+ export function useCreateProbeMutation(props, options) {
13
+ return useMutation((mutateProps) => createProbe(Object.assign(Object.assign({}, props), mutateProps)), options);
14
+ }
@@ -0,0 +1,25 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ApiRestError } from '../schemas/ApiRestError';
3
+ import { FetcherOptions } from '../../../../custom-fetcher/index.js';
4
+ export interface GetProbeManifestQueryPathParams {
5
+ probeId: string;
6
+ }
7
+ export interface GetProbeManifestQueryQueryParams {
8
+ accountIdentifier: string;
9
+ organizationIdentifier: string;
10
+ projectIdentifier: string;
11
+ }
12
+ export type GetProbeManifestOkResponse = string;
13
+ export type GetProbeManifestErrorResponse = ApiRestError;
14
+ export interface GetProbeManifestProps extends GetProbeManifestQueryPathParams, Omit<FetcherOptions<GetProbeManifestQueryQueryParams, unknown>, 'url'> {
15
+ queryParams: GetProbeManifestQueryQueryParams;
16
+ }
17
+ export interface GetProbeManifestResponseContainer {
18
+ body: GetProbeManifestOkResponse;
19
+ headers: Headers;
20
+ }
21
+ export declare function getProbeManifest(props: GetProbeManifestProps): Promise<GetProbeManifestResponseContainer>;
22
+ /**
23
+ * Retrieve probe manifest of a specific probe by its ID
24
+ */
25
+ export declare function useGetProbeManifestQuery(props: GetProbeManifestProps, options?: Omit<UseQueryOptions<GetProbeManifestResponseContainer, GetProbeManifestErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<GetProbeManifestResponseContainer, ApiRestError>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../custom-fetcher/index.js';
6
+ export function getProbeManifest(props) {
7
+ return fetcher(Object.assign({ url: `/rest/v2/probes/manifest/${props.probeId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Retrieve probe manifest of a specific probe by its ID
11
+ */
12
+ export function useGetProbeManifestQuery(props, options) {
13
+ return useQuery(['getProbeManifest', props.probeId, props.queryParams], ({ signal }) => getProbeManifest(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,26 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TypesGetProbeResponse } from '../schemas/TypesGetProbeResponse';
3
+ import type { ApiRestError } from '../schemas/ApiRestError';
4
+ import { FetcherOptions } from '../../../../custom-fetcher/index.js';
5
+ export interface GetProbeQueryPathParams {
6
+ probeId: string;
7
+ }
8
+ export interface GetProbeQueryQueryParams {
9
+ accountIdentifier: string;
10
+ organizationIdentifier: string;
11
+ projectIdentifier: string;
12
+ }
13
+ export type GetProbeOkResponse = TypesGetProbeResponse;
14
+ export type GetProbeErrorResponse = ApiRestError;
15
+ export interface GetProbeProps extends GetProbeQueryPathParams, Omit<FetcherOptions<GetProbeQueryQueryParams, unknown>, 'url'> {
16
+ queryParams: GetProbeQueryQueryParams;
17
+ }
18
+ export interface GetProbeResponseContainer {
19
+ body: GetProbeOkResponse;
20
+ headers: Headers;
21
+ }
22
+ export declare function getProbe(props: GetProbeProps): Promise<GetProbeResponseContainer>;
23
+ /**
24
+ * Retrieve details of a specific probe by its ID
25
+ */
26
+ export declare function useGetProbeQuery(props: GetProbeProps, options?: Omit<UseQueryOptions<GetProbeResponseContainer, GetProbeErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<GetProbeResponseContainer, ApiRestError>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../custom-fetcher/index.js';
6
+ export function getProbe(props) {
7
+ return fetcher(Object.assign({ url: `/rest/v2/probes/${props.probeId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Retrieve details of a specific probe by its ID
11
+ */
12
+ export function useGetProbeQuery(props, options) {
13
+ return useQuery(['getProbe', props.probeId, props.queryParams], ({ signal }) => getProbe(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,40 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TypesListProbeResponse } from '../schemas/TypesListProbeResponse';
3
+ import type { ApiRestError } from '../schemas/ApiRestError';
4
+ import { FetcherOptions } from '../../../../custom-fetcher/index.js';
5
+ export interface ListProbesQueryQueryParams {
6
+ accountIdentifier: string;
7
+ organizationIdentifier: string;
8
+ projectIdentifier: string;
9
+ name?: string;
10
+ tags?: string;
11
+ startDate?: string;
12
+ endDate?: string;
13
+ probeIDs?: string;
14
+ infrastructureType?: string;
15
+ /**
16
+ * @default 1
17
+ */
18
+ page?: number;
19
+ /**
20
+ * @default 50
21
+ */
22
+ limit?: number;
23
+ sortField?: 'ENABLED' | 'NAME' | 'TIME';
24
+ sortAscending?: boolean;
25
+ probeType?: string;
26
+ }
27
+ export type ListProbesOkResponse = TypesListProbeResponse;
28
+ export type ListProbesErrorResponse = ApiRestError;
29
+ export interface ListProbesProps extends Omit<FetcherOptions<ListProbesQueryQueryParams, unknown>, 'url'> {
30
+ queryParams: ListProbesQueryQueryParams;
31
+ }
32
+ export interface ListProbesResponseContainer {
33
+ body: ListProbesOkResponse;
34
+ headers: Headers;
35
+ }
36
+ export declare function listProbes(props: ListProbesProps): Promise<ListProbesResponseContainer>;
37
+ /**
38
+ * Retrieve a list of probes based on various filters like name, tags, date range, and infrastructure type, with pagination support.
39
+ */
40
+ export declare function useListProbesQuery(props: ListProbesProps, options?: Omit<UseQueryOptions<ListProbesResponseContainer, ListProbesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ListProbesResponseContainer, ApiRestError>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../custom-fetcher/index.js';
6
+ export function listProbes(props) {
7
+ return fetcher(Object.assign({ url: `/rest/v2/probes`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Retrieve a list of probes based on various filters like name, tags, date range, and infrastructure type, with pagination support.
11
+ */
12
+ export function useListProbesQuery(props, options) {
13
+ return useQuery(['listProbes', props.queryParams], ({ signal }) => listProbes(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,30 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { TypesCreateProbeResponse } from '../schemas/TypesCreateProbeResponse';
3
+ import type { ApiRestError } from '../schemas/ApiRestError';
4
+ import type { TypesProbeRequestRequestBody } from '../requestBodies/TypesProbeRequestRequestBody';
5
+ import { FetcherOptions } from '../../../../custom-fetcher/index.js';
6
+ export interface UpdateProbeMutationPathParams {
7
+ probeId: string;
8
+ }
9
+ export interface UpdateProbeMutationQueryParams {
10
+ accountIdentifier: string;
11
+ organizationIdentifier: string;
12
+ projectIdentifier: string;
13
+ }
14
+ export type UpdateProbeRequestBody = TypesProbeRequestRequestBody;
15
+ export type UpdateProbeOkResponse = TypesCreateProbeResponse;
16
+ export type UpdateProbeErrorResponse = ApiRestError;
17
+ export interface UpdateProbeProps extends UpdateProbeMutationPathParams, Omit<FetcherOptions<UpdateProbeMutationQueryParams, UpdateProbeRequestBody>, 'url'> {
18
+ queryParams: UpdateProbeMutationQueryParams;
19
+ body: UpdateProbeRequestBody;
20
+ }
21
+ export interface UpdateProbeResponseContainer {
22
+ body: UpdateProbeOkResponse;
23
+ headers: Headers;
24
+ }
25
+ export declare function updateProbe(props: UpdateProbeProps): Promise<UpdateProbeResponseContainer>;
26
+ export type UpdateProbeMutationProps<T extends keyof UpdateProbeProps> = Omit<UpdateProbeProps, T> & Partial<Pick<UpdateProbeProps, T>>;
27
+ /**
28
+ * Update a new probe with the specified configuration
29
+ */
30
+ export declare function useUpdateProbeMutation<T extends keyof UpdateProbeProps>(props: Pick<Partial<UpdateProbeProps>, T>, options?: Omit<UseMutationOptions<UpdateProbeResponseContainer, UpdateProbeErrorResponse, UpdateProbeMutationProps<T>>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<UpdateProbeResponseContainer, ApiRestError, UpdateProbeMutationProps<T>, unknown>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../custom-fetcher/index.js';
6
+ export function updateProbe(props) {
7
+ return fetcher(Object.assign({ url: `/rest/v2/probes/${props.probeId}`, method: 'PUT' }, props));
8
+ }
9
+ /**
10
+ * Update a new probe with the specified configuration
11
+ */
12
+ export function useUpdateProbeMutation(props, options) {
13
+ return useMutation((mutateProps) => updateProbe(Object.assign(Object.assign({}, props), mutateProps)), options);
14
+ }
@@ -14,6 +14,8 @@ export type { CreateGamedayV2ErrorResponse, CreateGamedayV2MutationProps, Create
14
14
  export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
15
15
  export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, CreateInputSetMutationProps, CreateInputSetMutationQueryParams, CreateInputSetOkResponse, CreateInputSetProps, CreateInputSetRequestBody, } from './hooks/useCreateInputSetMutation';
16
16
  export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
17
+ export type { CreateProbeErrorResponse, CreateProbeMutationProps, CreateProbeMutationQueryParams, CreateProbeOkResponse, CreateProbeProps, CreateProbeRequestBody, } from './hooks/useCreateProbeMutation';
18
+ export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
17
19
  export type { CreateV2OnboardingErrorResponse, CreateV2OnboardingMutationProps, CreateV2OnboardingMutationQueryParams, CreateV2OnboardingOkResponse, CreateV2OnboardingProps, CreateV2OnboardingRequestBody, } from './hooks/useCreateV2OnboardingMutation';
18
20
  export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
19
21
  export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationProps, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
@@ -66,6 +68,10 @@ export type { GetOnboardingExperimentsErrorResponse, GetOnboardingExperimentsOkR
66
68
  export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './hooks/useGetOnboardingExperimentsQuery';
67
69
  export type { GetOverallServiceUsageStatsErrorResponse, GetOverallServiceUsageStatsOkResponse, GetOverallServiceUsageStatsProps, GetOverallServiceUsageStatsQueryPathParams, GetOverallServiceUsageStatsQueryQueryParams, } from './hooks/useGetOverallServiceUsageStatsQuery';
68
70
  export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
71
+ export type { GetProbeManifestErrorResponse, GetProbeManifestOkResponse, GetProbeManifestProps, GetProbeManifestQueryPathParams, GetProbeManifestQueryQueryParams, } from './hooks/useGetProbeManifestQuery';
72
+ export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
73
+ export type { GetProbeErrorResponse, GetProbeOkResponse, GetProbeProps, GetProbeQueryPathParams, GetProbeQueryQueryParams, } from './hooks/useGetProbeQuery';
74
+ export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
69
75
  export type { GetResourceUsageErrorResponse, GetResourceUsageOkResponse, GetResourceUsageProps, } from './hooks/useGetResourceUsageQuery';
70
76
  export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
71
77
  export type { GetServiceResponseErrorResponse, GetServiceResponseOkResponse, GetServiceResponseProps, GetServiceResponseQueryPathParams, GetServiceResponseQueryQueryParams, } from './hooks/useGetServiceResponseQuery';
@@ -102,6 +108,8 @@ export type { ListInputSetErrorResponse, ListInputSetOkResponse, ListInputSetPro
102
108
  export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
103
109
  export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationProps, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
104
110
  export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
111
+ export type { ListProbesErrorResponse, ListProbesOkResponse, ListProbesProps, ListProbesQueryQueryParams, } from './hooks/useListProbesQuery';
112
+ export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
105
113
  export type { ListServiceErrorResponse, ListServiceOkResponse, ListServiceProps, ListServiceQueryPathParams, ListServiceQueryQueryParams, } from './hooks/useListServiceQuery';
106
114
  export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
107
115
  export type { ListTargetNetworkMapsErrorResponse, ListTargetNetworkMapsOkResponse, ListTargetNetworkMapsProps, ListTargetNetworkMapsQueryQueryParams, ListTargetNetworkMapsRequestBody, } from './hooks/useListTargetNetworkMapsQuery';
@@ -146,7 +154,10 @@ export type { UpdateInputSetErrorResponse, UpdateInputSetMutationPathParams, Upd
146
154
  export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
147
155
  export type { UpdateNoteErrorResponse, UpdateNoteMutationProps, UpdateNoteMutationQueryParams, UpdateNoteOkResponse, UpdateNoteProps, UpdateNoteRequestBody, } from './hooks/useUpdateNoteMutation';
148
156
  export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
157
+ export type { UpdateProbeErrorResponse, UpdateProbeMutationPathParams, UpdateProbeMutationProps, UpdateProbeMutationQueryParams, UpdateProbeOkResponse, UpdateProbeProps, UpdateProbeRequestBody, } from './hooks/useUpdateProbeMutation';
158
+ export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
149
159
  export type { InfraV2ListKubernetesInfraV2RequestRequestBody } from './requestBodies/InfraV2ListKubernetesInfraV2RequestRequestBody';
160
+ export type { TypesProbeRequestRequestBody } from './requestBodies/TypesProbeRequestRequestBody';
150
161
  export type { ApiGetHarnessInfrastructureResponse } from './schemas/ApiGetHarnessInfrastructureResponse';
151
162
  export type { ApiHarnessInfrastructure } from './schemas/ApiHarnessInfrastructure';
152
163
  export type { ApiListHarnessInfrastructureResponse } from './schemas/ApiListHarnessInfrastructureResponse';
@@ -222,6 +233,8 @@ export type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from '
222
233
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput';
223
234
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelPagination } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelPagination';
224
235
  export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
236
+ export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict';
237
+ export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig';
225
238
  export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate';
226
239
  export type { GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers } from './schemas/GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers';
227
240
  export type { HandlersChaosExperimentRunsStatsResponse } from './schemas/HandlersChaosExperimentRunsStatsResponse';
@@ -303,6 +316,30 @@ export type { PipelinesBulkExperimentRunResponse } from './schemas/PipelinesBulk
303
316
  export type { PipelinesChaosPipelineInput } from './schemas/PipelinesChaosPipelineInput';
304
317
  export type { PipelinesCreatePipelineResponse } from './schemas/PipelinesCreatePipelineResponse';
305
318
  export type { PipelinesExperimentSpec } from './schemas/PipelinesExperimentSpec';
319
+ export type { ProbeAuthorization } from './schemas/ProbeAuthorization';
320
+ export type { ProbeComparator } from './schemas/ProbeComparator';
321
+ export type { ProbeDatadogMetrics } from './schemas/ProbeDatadogMetrics';
322
+ export type { ProbeDatadogSyntheticsTestType } from './schemas/ProbeDatadogSyntheticsTestType';
323
+ export type { ProbeGet } from './schemas/ProbeGet';
324
+ export type { ProbeHeaders } from './schemas/ProbeHeaders';
325
+ export type { ProbeK8SProbe } from './schemas/ProbeK8SProbe';
326
+ export type { ProbeKubernetesCmdProbe } from './schemas/ProbeKubernetesCmdProbe';
327
+ export type { ProbeKubernetesDatadogProbe } from './schemas/ProbeKubernetesDatadogProbe';
328
+ export type { ProbeKubernetesDynatraceProbe } from './schemas/ProbeKubernetesDynatraceProbe';
329
+ export type { ProbeKubernetesHttpProbe } from './schemas/ProbeKubernetesHttpProbe';
330
+ export type { ProbeLinuxCmdProbe } from './schemas/ProbeLinuxCmdProbe';
331
+ export type { ProbeLinuxDatadogProbe } from './schemas/ProbeLinuxDatadogProbe';
332
+ export type { ProbeLinuxDynatraceProbe } from './schemas/ProbeLinuxDynatraceProbe';
333
+ export type { ProbeLinuxHttpProbe } from './schemas/ProbeLinuxHttpProbe';
334
+ export type { ProbeMethod } from './schemas/ProbeMethod';
335
+ export type { ProbeMetrics } from './schemas/ProbeMetrics';
336
+ export type { ProbePost } from './schemas/ProbePost';
337
+ export type { ProbePromProbe } from './schemas/ProbePromProbe';
338
+ export type { ProbeSloProbe } from './schemas/ProbeSloProbe';
339
+ export type { ProbeSyntheticsTest } from './schemas/ProbeSyntheticsTest';
340
+ export type { ProbeTlsConfig } from './schemas/ProbeTlsConfig';
341
+ export type { ProbeWindowsHttpProbe } from './schemas/ProbeWindowsHttpProbe';
342
+ export type { ResourceQuantity } from './schemas/ResourceQuantity';
306
343
  export type { SecurityGovernanceApplicationSpec } from './schemas/SecurityGovernanceApplicationSpec';
307
344
  export type { SecurityGovernanceChaosServiceAccountSpec } from './schemas/SecurityGovernanceChaosServiceAccountSpec';
308
345
  export type { SecurityGovernanceCondition } from './schemas/SecurityGovernanceCondition';
@@ -335,12 +372,18 @@ export type { TemplateVariableCategory } from './schemas/TemplateVariableCategor
335
372
  export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
336
373
  export type { TemplateVariableType } from './schemas/TemplateVariableType';
337
374
  export type { TypesActionItem } from './schemas/TypesActionItem';
375
+ export type { TypesAuthorization } from './schemas/TypesAuthorization';
376
+ export type { TypesCmdProbe } from './schemas/TypesCmdProbe';
338
377
  export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
339
378
  export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
340
379
  export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGamedayRunResponse';
341
380
  export type { TypesCreateNoteRequest } from './schemas/TypesCreateNoteRequest';
342
381
  export type { TypesCreateNoteResponse } from './schemas/TypesCreateNoteResponse';
382
+ export type { TypesCreateProbeResponse } from './schemas/TypesCreateProbeResponse';
383
+ export type { TypesDatadogProbe } from './schemas/TypesDatadogProbe';
343
384
  export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
385
+ export type { TypesDynatraceProbe } from './schemas/TypesDynatraceProbe';
386
+ export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
344
387
  export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
345
388
  export type { TypesExperimentCreationRequest } from './schemas/TypesExperimentCreationRequest';
346
389
  export type { TypesExperimentCreationResponse } from './schemas/TypesExperimentCreationResponse';
@@ -350,22 +393,39 @@ export type { TypesExperimentRuns } from './schemas/TypesExperimentRuns';
350
393
  export type { TypesExperimentV2 } from './schemas/TypesExperimentV2';
351
394
  export type { TypesGamedayInfraDetails } from './schemas/TypesGamedayInfraDetails';
352
395
  export type { TypesGamedayV2 } from './schemas/TypesGamedayV2';
396
+ export type { TypesGet } from './schemas/TypesGet';
353
397
  export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGamedayExperimentResponse';
354
398
  export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
399
+ export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
400
+ export type { TypesHeaders } from './schemas/TypesHeaders';
401
+ export type { TypesHttpProbe } from './schemas/TypesHttpProbe';
402
+ export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
403
+ export type { TypesK8SProbe } from './schemas/TypesK8SProbe';
355
404
  export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
356
405
  export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
357
406
  export type { TypesListGamedayRunV2Response } from './schemas/TypesListGamedayRunV2Response';
358
407
  export type { TypesListGamedayV2Response } from './schemas/TypesListGamedayV2Response';
408
+ export type { TypesListProbeResponse } from './schemas/TypesListProbeResponse';
409
+ export type { TypesMethod } from './schemas/TypesMethod';
359
410
  export type { TypesNote } from './schemas/TypesNote';
360
411
  export type { TypesNotes } from './schemas/TypesNotes';
412
+ export type { TypesPost } from './schemas/TypesPost';
361
413
  export type { TypesPrerequisite } from './schemas/TypesPrerequisite';
362
414
  export type { TypesPrerequisiteForRun } from './schemas/TypesPrerequisiteForRun';
415
+ export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecutions';
416
+ export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
417
+ export type { TypesProbeType } from './schemas/TypesProbeType';
418
+ export type { TypesPromProbe } from './schemas/TypesPromProbe';
363
419
  export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
364
420
  export type { TypesRun } from './schemas/TypesRun';
421
+ export type { TypesRunProperties } from './schemas/TypesRunProperties';
422
+ export type { TypesScenarioType } from './schemas/TypesScenarioType';
423
+ export type { TypesSloProbe } from './schemas/TypesSloProbe';
365
424
  export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
366
425
  export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
367
426
  export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
368
427
  export type { TypesStakeHolderRole } from './schemas/TypesStakeHolderRole';
428
+ export type { TypesStatus } from './schemas/TypesStatus';
369
429
  export type { TypesStopChaosV2ExperimentResponse } from './schemas/TypesStopChaosV2ExperimentResponse';
370
430
  export type { TypesSummary } from './schemas/TypesSummary';
371
431
  export type { TypesUpdateCronExperimentAction } from './schemas/TypesUpdateCronExperimentAction';
@@ -377,20 +437,79 @@ export type { TypesUpdateNoteRequest } from './schemas/TypesUpdateNoteRequest';
377
437
  export type { TypesUpdateOperation } from './schemas/TypesUpdateOperation';
378
438
  export type { TypesUpdatePrerequisiteRequest } from './schemas/TypesUpdatePrerequisiteRequest';
379
439
  export type { TypesUpdateStakeHolderActionRequest } from './schemas/TypesUpdateStakeHolderActionRequest';
440
+ export type { TypesUserDetails } from './schemas/TypesUserDetails';
380
441
  export type { TypesWeightages } from './schemas/TypesWeightages';
442
+ export type { V1AwsElasticBlockStoreVolumeSource } from './schemas/V1AwsElasticBlockStoreVolumeSource';
443
+ export type { V1AzureDataDiskCachingMode } from './schemas/V1AzureDataDiskCachingMode';
444
+ export type { V1AzureDataDiskKind } from './schemas/V1AzureDataDiskKind';
445
+ export type { V1AzureDiskVolumeSource } from './schemas/V1AzureDiskVolumeSource';
446
+ export type { V1AzureFileVolumeSource } from './schemas/V1AzureFileVolumeSource';
447
+ export type { V1CephFsVolumeSource } from './schemas/V1CephFsVolumeSource';
448
+ export type { V1CinderVolumeSource } from './schemas/V1CinderVolumeSource';
381
449
  export type { V1ClientIpConfig } from './schemas/V1ClientIpConfig';
382
450
  export type { V1Condition } from './schemas/V1Condition';
451
+ export type { V1ConfigMapKeySelector } from './schemas/V1ConfigMapKeySelector';
452
+ export type { V1ConfigMapProjection } from './schemas/V1ConfigMapProjection';
453
+ export type { V1ConfigMapVolumeSource } from './schemas/V1ConfigMapVolumeSource';
454
+ export type { V1CsiVolumeSource } from './schemas/V1CsiVolumeSource';
455
+ export type { V1DownwardApiProjection } from './schemas/V1DownwardApiProjection';
456
+ export type { V1DownwardApiVolumeFile } from './schemas/V1DownwardApiVolumeFile';
457
+ export type { V1DownwardApiVolumeSource } from './schemas/V1DownwardApiVolumeSource';
458
+ export type { V1EmptyDirVolumeSource } from './schemas/V1EmptyDirVolumeSource';
459
+ export type { V1EnvVar } from './schemas/V1EnvVar';
460
+ export type { V1EnvVarSource } from './schemas/V1EnvVarSource';
461
+ export type { V1EphemeralVolumeSource } from './schemas/V1EphemeralVolumeSource';
462
+ export type { V1EvaluationWindow } from './schemas/V1EvaluationWindow';
463
+ export type { V1FcVolumeSource } from './schemas/V1FcVolumeSource';
464
+ export type { V1FieldsV1 } from './schemas/V1FieldsV1';
465
+ export type { V1FlexVolumeSource } from './schemas/V1FlexVolumeSource';
466
+ export type { V1FlockerVolumeSource } from './schemas/V1FlockerVolumeSource';
467
+ export type { V1GcePersistentDiskVolumeSource } from './schemas/V1GcePersistentDiskVolumeSource';
468
+ export type { V1GitRepoVolumeSource } from './schemas/V1GitRepoVolumeSource';
469
+ export type { V1GlusterfsVolumeSource } from './schemas/V1GlusterfsVolumeSource';
470
+ export type { V1HostPathType } from './schemas/V1HostPathType';
471
+ export type { V1HostPathVolumeSource } from './schemas/V1HostPathVolumeSource';
472
+ export type { V1Identifier } from './schemas/V1Identifier';
383
473
  export type { V1IpFamily } from './schemas/V1IpFamily';
384
474
  export type { V1IpFamilyPolicyType } from './schemas/V1IpFamilyPolicyType';
475
+ export type { V1IscsiVolumeSource } from './schemas/V1IscsiVolumeSource';
476
+ export type { V1KeyToPath } from './schemas/V1KeyToPath';
477
+ export type { V1LabelSelector } from './schemas/V1LabelSelector';
478
+ export type { V1LabelSelectorOperator } from './schemas/V1LabelSelectorOperator';
479
+ export type { V1LabelSelectorRequirement } from './schemas/V1LabelSelectorRequirement';
385
480
  export type { V1LoadBalancerIngress } from './schemas/V1LoadBalancerIngress';
386
481
  export type { V1LoadBalancerStatus } from './schemas/V1LoadBalancerStatus';
482
+ export type { V1LocalObjectReference } from './schemas/V1LocalObjectReference';
483
+ export type { V1ManagedFieldsEntry } from './schemas/V1ManagedFieldsEntry';
484
+ export type { V1ManagedFieldsOperationType } from './schemas/V1ManagedFieldsOperationType';
387
485
  export type { V1MountPropagationMode } from './schemas/V1MountPropagationMode';
486
+ export type { V1NfsVolumeSource } from './schemas/V1NfsVolumeSource';
487
+ export type { V1ObjectFieldSelector } from './schemas/V1ObjectFieldSelector';
488
+ export type { V1ObjectMeta } from './schemas/V1ObjectMeta';
388
489
  export type { V1ObjectReference } from './schemas/V1ObjectReference';
389
490
  export type { V1OwnerReference } from './schemas/V1OwnerReference';
491
+ export type { V1PersistentVolumeAccessMode } from './schemas/V1PersistentVolumeAccessMode';
492
+ export type { V1PersistentVolumeClaimSpec } from './schemas/V1PersistentVolumeClaimSpec';
493
+ export type { V1PersistentVolumeClaimTemplate } from './schemas/V1PersistentVolumeClaimTemplate';
494
+ export type { V1PersistentVolumeClaimVolumeSource } from './schemas/V1PersistentVolumeClaimVolumeSource';
495
+ export type { V1PersistentVolumeMode } from './schemas/V1PersistentVolumeMode';
496
+ export type { V1PhotonPersistentDiskVolumeSource } from './schemas/V1PhotonPersistentDiskVolumeSource';
390
497
  export type { V1PodPhase } from './schemas/V1PodPhase';
391
498
  export type { V1PortStatus } from './schemas/V1PortStatus';
499
+ export type { V1PortworxVolumeSource } from './schemas/V1PortworxVolumeSource';
500
+ export type { V1ProjectedVolumeSource } from './schemas/V1ProjectedVolumeSource';
392
501
  export type { V1Protocol } from './schemas/V1Protocol';
393
502
  export type { V1PullPolicy } from './schemas/V1PullPolicy';
503
+ export type { V1QuobyteVolumeSource } from './schemas/V1QuobyteVolumeSource';
504
+ export type { V1RbdVolumeSource } from './schemas/V1RbdVolumeSource';
505
+ export type { V1ResourceFieldSelector } from './schemas/V1ResourceFieldSelector';
506
+ export type { V1ResourceList } from './schemas/V1ResourceList';
507
+ export type { V1ResourceRequirements } from './schemas/V1ResourceRequirements';
508
+ export type { V1ScaleIoVolumeSource } from './schemas/V1ScaleIoVolumeSource';
509
+ export type { V1SecretKeySelector } from './schemas/V1SecretKeySelector';
510
+ export type { V1SecretProjection } from './schemas/V1SecretProjection';
511
+ export type { V1SecretVolumeSource } from './schemas/V1SecretVolumeSource';
512
+ export type { V1ServiceAccountTokenProjection } from './schemas/V1ServiceAccountTokenProjection';
394
513
  export type { V1ServiceAffinity } from './schemas/V1ServiceAffinity';
395
514
  export type { V1ServiceExternalTrafficPolicyType } from './schemas/V1ServiceExternalTrafficPolicyType';
396
515
  export type { V1ServiceInternalTrafficPolicyType } from './schemas/V1ServiceInternalTrafficPolicyType';
@@ -399,10 +518,28 @@ export type { V1ServiceSpec } from './schemas/V1ServiceSpec';
399
518
  export type { V1ServiceStatus } from './schemas/V1ServiceStatus';
400
519
  export type { V1ServiceType } from './schemas/V1ServiceType';
401
520
  export type { V1SessionAffinityConfig } from './schemas/V1SessionAffinityConfig';
521
+ export type { V1SloSourceMetadata } from './schemas/V1SloSourceMetadata';
522
+ export type { V1SourceDetails } from './schemas/V1SourceDetails';
523
+ export type { V1StorageMedium } from './schemas/V1StorageMedium';
524
+ export type { V1StorageOsVolumeSource } from './schemas/V1StorageOsVolumeSource';
402
525
  export type { V1TaintEffect } from './schemas/V1TaintEffect';
403
526
  export type { V1Toleration } from './schemas/V1Toleration';
404
527
  export type { V1TolerationOperator } from './schemas/V1TolerationOperator';
528
+ export type { V1TypedLocalObjectReference } from './schemas/V1TypedLocalObjectReference';
529
+ export type { V1Volume } from './schemas/V1Volume';
405
530
  export type { V1VolumeMount } from './schemas/V1VolumeMount';
531
+ export type { V1VolumeProjection } from './schemas/V1VolumeProjection';
532
+ export type { V1VsphereVirtualDiskVolumeSource } from './schemas/V1VsphereVirtualDiskVolumeSource';
533
+ export type { V1alpha1ConfigMapKeySelector } from './schemas/V1alpha1ConfigMapKeySelector';
534
+ export type { V1alpha1ConfigMapVolumeSource } from './schemas/V1alpha1ConfigMapVolumeSource';
535
+ export type { V1alpha1EnvVar } from './schemas/V1alpha1EnvVar';
536
+ export type { V1alpha1EnvVarSource } from './schemas/V1alpha1EnvVarSource';
537
+ export type { V1alpha1KeyToPath } from './schemas/V1alpha1KeyToPath';
538
+ export type { V1alpha1ObjectFieldSelector } from './schemas/V1alpha1ObjectFieldSelector';
539
+ export type { V1alpha1SecretKeySelector } from './schemas/V1alpha1SecretKeySelector';
540
+ export type { V1alpha1SecretVolumeSource } from './schemas/V1alpha1SecretVolumeSource';
541
+ export type { V1alpha1SourceDetails } from './schemas/V1alpha1SourceDetails';
542
+ export type { V1alpha1Volume } from './schemas/V1alpha1Volume';
406
543
  export type { V2OnboardingAgentData } from './schemas/V2OnboardingAgentData';
407
544
  export type { V2OnboardingAgentDetails } from './schemas/V2OnboardingAgentDetails';
408
545
  export type { V2OnboardingAutoCreatedNetworkMapStatus } from './schemas/V2OnboardingAutoCreatedNetworkMapStatus';
@@ -6,6 +6,7 @@ export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation
6
6
  export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
7
7
  export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
8
8
  export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
9
+ export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
9
10
  export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
10
11
  export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
11
12
  export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGamedayV2Mutation';
@@ -32,6 +33,8 @@ export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
32
33
  export { getNote, useGetNoteQuery } from './hooks/useGetNoteQuery';
33
34
  export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './hooks/useGetOnboardingExperimentsQuery';
34
35
  export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
36
+ export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
37
+ export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
35
38
  export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
36
39
  export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
37
40
  export { getServiceUsageReport, useGetServiceUsageReportQuery, } from './hooks/useGetServiceUsageReportQuery';
@@ -50,6 +53,7 @@ export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarne
50
53
  export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
51
54
  export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
52
55
  export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
56
+ export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
53
57
  export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
54
58
  export { listTargetNetworkMaps, useListTargetNetworkMapsQuery, } from './hooks/useListTargetNetworkMapsQuery';
55
59
  export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
@@ -72,3 +76,4 @@ export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGa
72
76
  export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
73
77
  export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
74
78
  export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
79
+ export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
@@ -0,0 +1,2 @@
1
+ import type { TypesProbeRequest } from '../schemas/TypesProbeRequest';
2
+ export type TypesProbeRequestRequestBody = TypesProbeRequest;
@@ -11,6 +11,10 @@ export interface ChaosExperimentChaosExperimentRequest {
11
11
  description?: string;
12
12
  experimentID?: string;
13
13
  experimentType?: ChaosExperimentChaosExperimentType;
14
+ /**
15
+ * identity field is a human-readable ID
16
+ */
17
+ identity?: string;
14
18
  infraID?: string;
15
19
  infraType?: string;
16
20
  isCronEnabled?: boolean;
@@ -0,0 +1 @@
1
+ export type GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict = 'Awaited' | 'Failed' | 'NA' | 'Passed';
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig {
2
+ caFile?: string;
3
+ certFile?: string;
4
+ insecureSkipVerify?: boolean;
5
+ keyFile?: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,5 @@
1
+ export interface ProbeAuthorization {
2
+ credentials?: string;
3
+ credentialsFile?: string;
4
+ type?: 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,5 @@
1
+ export interface ProbeComparator {
2
+ criteria?: string;
3
+ type?: string;
4
+ value?: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { ProbeComparator } from '../schemas/ProbeComparator';
2
+ export interface ProbeDatadogMetrics {
3
+ comparator?: ProbeComparator;
4
+ query?: string;
5
+ timeFrame?: string;
6
+ }
@@ -0,0 +1 @@
1
+ export type ProbeDatadogSyntheticsTestType = 'api' | 'browser';