@harnessio/react-chaos-manager-client 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chaos-manager/src/services/hooks/useCreateChaosHubMutation.d.ts +1 -4
- package/dist/chaos-manager/src/services/hooks/useCreateProbeTemplateMutation.d.ts +26 -0
- package/dist/chaos-manager/src/services/hooks/useCreateProbeTemplateMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteActionMutation.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useDeleteActionMutation.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useDeleteActionTemplateMutation.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteActionTemplateMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteProbeTemplateMutation.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteProbeTemplateMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeTemplateQuery.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeTemplateQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useImportProbeMutation.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useImportProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListActionTemplateQuery.d.ts +2 -2
- package/dist/chaos-manager/src/services/hooks/useListActionsQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListChaosHubQuery.d.ts +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultQuery.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useListFaultQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListProbeTemplateQuery.d.ts +36 -0
- package/dist/chaos-manager/src/services/hooks/useListProbeTemplateQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListVariablesInProbeTemplateQuery.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useListVariablesInProbeTemplateQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeTemplateMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeTemplateMutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +72 -82
- package/dist/chaos-manager/src/services/index.js +9 -8
- package/dist/chaos-manager/src/services/schemas/ActionActionTemplateProperties.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/{ActionsActionRunProperties.d.ts → ActionActionTemplateRunProperties.d.ts} +2 -2
- package/dist/chaos-manager/src/services/schemas/ActionCustomScriptActionTemplate.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ActionDelayActionTemplate.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.d.ts +5 -6
- package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateChaosActionTemplate.d.ts +7 -4
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplate.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/Chaoshubv2ChaosHubResponse.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/Chaoshubv2GetHubResponse.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateGetProbeTemplateResponse.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateListProbeTemplateResponse.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplate.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplateCount.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplateVariables.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction.d.ts +4 -6
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.d.ts +4 -6
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate.d.ts +40 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeIdentifier.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/{TypesPost.d.ts → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePost.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/{TypesGet.d.ts → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGet.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeIdentifier.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/{ProbePost.d.ts → GithubComHarnessHceSaasHceSdkTemplateSchemaProbePost.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/ModelAnnotation.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ModelChart.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/ModelExperiments.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ModelFaultList.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ModelLink.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelMaintainer.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/ModelMetadata.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ModelPackageInformation.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ModelProvider.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ModelSpec.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/{TypesAuthorization.d.ts → ProbeAuthorizationTemplate.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/ProbeCmdProbeTemplate.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparatorTemplate.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetricsTemplate.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogProbe.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogProbeTemplate.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDynatraceMetricsTemplate.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDynatraceProbe.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ProbeDynatraceProbeTemplate.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/ProbeEvaluationWindow.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/ProbeEvaluationWindowTemplate.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHttpProbe.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/ProbeHttpProbeTemplate.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ProbeInfrastructureType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/{TypesK8SProbe.d.ts → ProbeK8SProbeTemplate.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +3 -4
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +3 -4
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/ProbeMethodTemplate.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeProbeTemplateProperties.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/{TypesRunProperties.d.ts → ProbeProbeTemplateRunProperties.d.ts} +3 -3
- package/dist/chaos-manager/src/services/schemas/ProbeProbeType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ProbePromProbeTemplate.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +6 -6
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbeTemplate.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloSourceMetadata.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloSourceMetadataTemplate.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTestTemplate.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts → ProbeTlsConfigTemplate.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +4 -16
- package/dist/chaos-manager/src/services/schemas/TypesImportProbeTemplateRequest.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +4 -16
- package/package.json +2 -2
- package/dist/chaos-manager/src/services/hooks/useCreateRecommendationMutation.d.ts +0 -24
- package/dist/chaos-manager/src/services/hooks/useCreateRecommendationMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useDeleteRecommendationMutation.d.ts +0 -23
- package/dist/chaos-manager/src/services/hooks/useDeleteRecommendationMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useGetRecommendationQuery.d.ts +0 -23
- package/dist/chaos-manager/src/services/hooks/useGetRecommendationQuery.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useGetRecommendationStatusMutation.d.ts +0 -20
- package/dist/chaos-manager/src/services/hooks/useGetRecommendationStatusMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useInsertRecommendationsMutation.d.ts +0 -19
- package/dist/chaos-manager/src/services/hooks/useInsertRecommendationsMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useListRecommendationsQuery.d.ts +0 -25
- package/dist/chaos-manager/src/services/hooks/useListRecommendationsQuery.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useRunRecommendationMutation.d.ts +0 -24
- package/dist/chaos-manager/src/services/hooks/useRunRecommendationMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useUpdateRecommendationStatusMutation.d.ts +0 -24
- package/dist/chaos-manager/src/services/hooks/useUpdateRecommendationStatusMutation.js +0 -14
- package/dist/chaos-manager/src/services/schemas/ActionsActionDetails.d.ts +0 -7
- package/dist/chaos-manager/src/services/schemas/ChaosHubStatus.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateActionProperties.d.ts +0 -7
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationNode.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationRecommendation.d.ts +0 -26
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationTarget.d.ts +0 -10
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationWorkload.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationEc2Instance.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationFaultFilters.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationFixes.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationProbeFilters.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationRecommendationCategory.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/RecommendationRecommendationSource.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/RecommendationRecommendationStatus.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/RecommendationRecommendationTargetType.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/RecommendationRecommendationType.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/RecommendationSuggestions.d.ts +0 -13
- package/dist/chaos-manager/src/services/schemas/RecommendationsCreateActionResponse.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsEc2Instance.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/RecommendationsFault.d.ts +0 -12
- package/dist/chaos-manager/src/services/schemas/RecommendationsFaultFilters.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsFilters.d.ts +0 -7
- package/dist/chaos-manager/src/services/schemas/RecommendationsGetRecommendationsStatusRequest.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/RecommendationsGetRecommendationsStatusResponse.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationsIdentifiers.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/RecommendationsInActiveEvent.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/RecommendationsInsertRecommendationsRequest.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/RecommendationsListRecommendationsRequest.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsListRecommendationsResponse.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsLlmResponse.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationsNode.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/RecommendationsProbeFilters.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsProbeFix.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/RecommendationsRunActionResponse.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/RecommendationsTarget.d.ts +0 -10
- package/dist/chaos-manager/src/services/schemas/RecommendationsWorkload.d.ts +0 -7
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +0 -9
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +0 -9
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +0 -4
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +0 -12
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +0 -18
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +0 -4
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +0 -37
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +0 -24
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +0 -21
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +0 -23
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +0 -4
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +0 -4
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +0 -18
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +0 -4
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +0 -36
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +0 -48
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +0 -1
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +0 -21
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +0 -1
- /package/dist/chaos-manager/src/services/schemas/{ActionsActionDetails.js → ActionActionTemplateProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ActionsActionRunProperties.js → ActionActionTemplateRunProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ChaosHubStatus.js → ActionCustomScriptActionTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js → ActionDelayActionTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ChaosactiontemplateActionProperties.js → ChaosprobetemplateGetProbeTemplateResponse.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationRecommendation.js → ChaosprobetemplateListProbeTemplateResponse.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationTarget.js → ChaosprobetemplateProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationFaultFilters.js → ChaosprobetemplateProbeTemplateCount.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationSuggestions.js → ChaosprobetemplateProbeTemplateVariables.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsFault.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationNode.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogSyntheticsTestType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationWorkload.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGet.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeDatadogSyntheticsTestType.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeGet.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeIdentifier.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeHeaders.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePost.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbePost.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogSyntheticsTestType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationEc2Instance.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGet.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationFixes.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeHeaders.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationProbeFilters.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeIdentifier.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationRecommendationCategory.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbePost.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationRecommendationSource.js → ModelAnnotation.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsFaultFilters.js → ModelChart.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationRecommendationStatus.js → ModelExperiments.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationRecommendationTargetType.js → ModelFaultList.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationRecommendationType.js → ModelLink.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsCreateActionResponse.js → ModelMaintainer.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsFilters.js → ModelMetadata.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsGetRecommendationsStatusRequest.js → ModelPackageInformation.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsEc2Instance.js → ModelProvider.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsGetRecommendationsStatusResponse.js → ModelSpec.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsIdentifiers.js → ProbeAuthorizationTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsInActiveEvent.js → ProbeCmdProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsLlmResponse.js → ProbeComparatorTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsInsertRecommendationsRequest.js → ProbeDatadogMetricsTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsListRecommendationsRequest.js → ProbeDatadogProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsNode.js → ProbeDynatraceMetricsTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsListRecommendationsResponse.js → ProbeDynatraceProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsProbeFilters.js → ProbeEvaluationWindow.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsRunActionResponse.js → ProbeEvaluationWindowTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsProbeFix.js → ProbeHttpProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsWorkload.js → ProbeInfrastructureType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesAuthorization.js → ProbeK8SProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{RecommendationsTarget.js → ProbeMethodTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesCmdProbe.js → ProbeProbeTemplateProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesGet.js → ProbeProbeTemplateRunProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesHeaders.js → ProbeProbeType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesDatadogProbe.js → ProbePromProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesDynatraceProbe.js → ProbeSloProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesHttpProbe.js → ProbeSloSourceMetadata.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesMethod.js → ProbeSloSourceMetadataTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesPromProbe.js → ProbeSyntheticsTestTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesK8SProbe.js → ProbeTlsConfigTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesPost.js → TypesImportProbeTemplateRequest.js} +0 -0
|
@@ -12,7 +12,7 @@ export type { CreateActionTemplateErrorResponse, CreateActionTemplateMutationPro
|
|
|
12
12
|
export { createActionTemplate, useCreateActionTemplateMutation, } from './hooks/useCreateActionTemplateMutation';
|
|
13
13
|
export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentPipelineMutationProps, CreateChaosExperimentPipelineMutationQueryParams, CreateChaosExperimentPipelineOkResponse, CreateChaosExperimentPipelineProps, CreateChaosExperimentPipelineRequestBody, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
14
14
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
15
|
-
export type { CreateChaosHubErrorResponse,
|
|
15
|
+
export type { CreateChaosHubErrorResponse, CreateChaosHubMutationProps, CreateChaosHubMutationQueryParams, CreateChaosHubOkResponse, CreateChaosHubProps, CreateChaosHubRequestBody, } from './hooks/useCreateChaosHubMutation';
|
|
16
16
|
export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
|
|
17
17
|
export type { CreateGamedayRunV2ErrorResponse, CreateGamedayRunV2MutationPathParams, CreateGamedayRunV2MutationProps, CreateGamedayRunV2MutationQueryParams, CreateGamedayRunV2OkResponse, CreateGamedayRunV2Props, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
18
18
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
@@ -22,12 +22,14 @@ export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, Cre
|
|
|
22
22
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
23
23
|
export type { CreateProbeErrorResponse, CreateProbeMutationProps, CreateProbeMutationQueryParams, CreateProbeOkResponse, CreateProbeProps, CreateProbeRequestBody, } from './hooks/useCreateProbeMutation';
|
|
24
24
|
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
25
|
-
export type {
|
|
26
|
-
export {
|
|
25
|
+
export type { CreateProbeTemplateErrorResponse, CreateProbeTemplateMutationProps, CreateProbeTemplateMutationQueryParams, CreateProbeTemplateOkResponse, CreateProbeTemplateProps, CreateProbeTemplateRequestBody, } from './hooks/useCreateProbeTemplateMutation';
|
|
26
|
+
export { createProbeTemplate, useCreateProbeTemplateMutation, } from './hooks/useCreateProbeTemplateMutation';
|
|
27
27
|
export type { CreateV2OnboardingErrorResponse, CreateV2OnboardingMutationProps, CreateV2OnboardingMutationQueryParams, CreateV2OnboardingOkResponse, CreateV2OnboardingProps, CreateV2OnboardingRequestBody, } from './hooks/useCreateV2OnboardingMutation';
|
|
28
28
|
export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
|
|
29
29
|
export type { DeleteActionErrorResponse, DeleteActionMutationPathParams, DeleteActionMutationProps, DeleteActionMutationQueryParams, DeleteActionOkResponse, DeleteActionProps, } from './hooks/useDeleteActionMutation';
|
|
30
30
|
export { deleteAction, useDeleteActionMutation } from './hooks/useDeleteActionMutation';
|
|
31
|
+
export type { DeleteActionTemplateErrorResponse, DeleteActionTemplateMutationPathParams, DeleteActionTemplateMutationProps, DeleteActionTemplateMutationQueryParams, DeleteActionTemplateOkResponse, DeleteActionTemplateProps, } from './hooks/useDeleteActionTemplateMutation';
|
|
32
|
+
export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
|
|
31
33
|
export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationProps, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
32
34
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
33
35
|
export type { DeleteGamedayV2ErrorResponse, DeleteGamedayV2MutationPathParams, DeleteGamedayV2MutationProps, DeleteGamedayV2MutationQueryParams, DeleteGamedayV2OkResponse, DeleteGamedayV2Props, } from './hooks/useDeleteGamedayV2Mutation';
|
|
@@ -38,8 +40,8 @@ export type { DeleteInputSetErrorResponse, DeleteInputSetMutationPathParams, Del
|
|
|
38
40
|
export { deleteInputSet, useDeleteInputSetMutation } from './hooks/useDeleteInputSetMutation';
|
|
39
41
|
export type { DeleteProbeErrorResponse, DeleteProbeMutationPathParams, DeleteProbeMutationProps, DeleteProbeMutationQueryParams, DeleteProbeOkResponse, DeleteProbeProps, } from './hooks/useDeleteProbeMutation';
|
|
40
42
|
export { deleteProbe, useDeleteProbeMutation } from './hooks/useDeleteProbeMutation';
|
|
41
|
-
export type {
|
|
42
|
-
export {
|
|
43
|
+
export type { DeleteProbeTemplateErrorResponse, DeleteProbeTemplateMutationPathParams, DeleteProbeTemplateMutationProps, DeleteProbeTemplateMutationQueryParams, DeleteProbeTemplateOkResponse, DeleteProbeTemplateProps, } from './hooks/useDeleteProbeTemplateMutation';
|
|
44
|
+
export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
|
|
43
45
|
export type { DeleteTargetNetworkMapErrorResponse, DeleteTargetNetworkMapMutationPathParams, DeleteTargetNetworkMapMutationProps, DeleteTargetNetworkMapMutationQueryParams, DeleteTargetNetworkMapOkResponse, DeleteTargetNetworkMapProps, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
44
46
|
export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
45
47
|
export type { EnableProbeErrorResponse, EnableProbeMutationPathParams, EnableProbeMutationProps, EnableProbeMutationQueryParams, EnableProbeOkResponse, EnableProbeProps, EnableProbeRequestBody, } from './hooks/useEnableProbeMutation';
|
|
@@ -104,10 +106,8 @@ export type { GetProbeManifestErrorResponse, GetProbeManifestOkResponse, GetProb
|
|
|
104
106
|
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
105
107
|
export type { GetProbeErrorResponse, GetProbeOkResponse, GetProbeProps, GetProbeQueryPathParams, GetProbeQueryQueryParams, } from './hooks/useGetProbeQuery';
|
|
106
108
|
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
107
|
-
export type {
|
|
108
|
-
export {
|
|
109
|
-
export type { GetRecommendationStatusErrorResponse, GetRecommendationStatusMutationProps, GetRecommendationStatusOkResponse, GetRecommendationStatusProps, GetRecommendationStatusRequestBody, } from './hooks/useGetRecommendationStatusMutation';
|
|
110
|
-
export { getRecommendationStatus, useGetRecommendationStatusMutation, } from './hooks/useGetRecommendationStatusMutation';
|
|
109
|
+
export type { GetProbeTemplateErrorResponse, GetProbeTemplateOkResponse, GetProbeTemplateProps, GetProbeTemplateQueryPathParams, GetProbeTemplateQueryQueryParams, } from './hooks/useGetProbeTemplateQuery';
|
|
110
|
+
export { getProbeTemplate, useGetProbeTemplateQuery } from './hooks/useGetProbeTemplateQuery';
|
|
111
111
|
export type { GetResourceUsageErrorResponse, GetResourceUsageOkResponse, GetResourceUsageProps, } from './hooks/useGetResourceUsageQuery';
|
|
112
112
|
export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
|
|
113
113
|
export type { GetServiceResponseErrorResponse, GetServiceResponseOkResponse, GetServiceResponseProps, GetServiceResponseQueryPathParams, GetServiceResponseQueryQueryParams, } from './hooks/useGetServiceResponseQuery';
|
|
@@ -124,8 +124,8 @@ export type { GetV2OnboardingErrorResponse, GetV2OnboardingOkResponse, GetV2Onbo
|
|
|
124
124
|
export { getV2Onboarding, useGetV2OnboardingQuery } from './hooks/useGetV2OnboardingQuery';
|
|
125
125
|
export type { ImportActionErrorResponse, ImportActionMutationProps, ImportActionMutationQueryParams, ImportActionOkResponse, ImportActionProps, ImportActionRequestBody, } from './hooks/useImportActionMutation';
|
|
126
126
|
export { importAction, useImportActionMutation } from './hooks/useImportActionMutation';
|
|
127
|
-
export type {
|
|
128
|
-
export {
|
|
127
|
+
export type { ImportProbeErrorResponse, ImportProbeMutationProps, ImportProbeMutationQueryParams, ImportProbeOkResponse, ImportProbeProps, ImportProbeRequestBody, } from './hooks/useImportProbeMutation';
|
|
128
|
+
export { importProbe, useImportProbeMutation } from './hooks/useImportProbeMutation';
|
|
129
129
|
export type { ListActionTemplateErrorResponse, ListActionTemplateOkResponse, ListActionTemplateProps, ListActionTemplateQueryQueryParams, } from './hooks/useListActionTemplateQuery';
|
|
130
130
|
export { listActionTemplate, useListActionTemplateQuery } from './hooks/useListActionTemplateQuery';
|
|
131
131
|
export type { ListActionTemplateRevisionsErrorResponse, ListActionTemplateRevisionsOkResponse, ListActionTemplateRevisionsProps, ListActionTemplateRevisionsQueryPathParams, ListActionTemplateRevisionsQueryQueryParams, } from './hooks/useListActionTemplateRevisionsQuery';
|
|
@@ -142,6 +142,8 @@ export type { ListChaosV2ExperimentErrorResponse, ListChaosV2ExperimentOkRespons
|
|
|
142
142
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
143
143
|
export type { ListExperimentsWithActiveInfrasMinimalNotificationErrorResponse, ListExperimentsWithActiveInfrasMinimalNotificationOkResponse, ListExperimentsWithActiveInfrasMinimalNotificationProps, ListExperimentsWithActiveInfrasMinimalNotificationQueryQueryParams, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
144
144
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
145
|
+
export type { ListFaultErrorResponse, ListFaultOkResponse, ListFaultProps, ListFaultQueryPathParams, ListFaultQueryQueryParams, } from './hooks/useListFaultQuery';
|
|
146
|
+
export { listFault, useListFaultQuery } from './hooks/useListFaultQuery';
|
|
145
147
|
export type { ListFaultTemplateErrorResponse, ListFaultTemplateOkResponse, ListFaultTemplateProps, ListFaultTemplateQueryQueryParams, } from './hooks/useListFaultTemplateQuery';
|
|
146
148
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
147
149
|
export type { ListFaultTemplateRevisionsErrorResponse, ListFaultTemplateRevisionsOkResponse, ListFaultTemplateRevisionsProps, ListFaultTemplateRevisionsQueryPathParams, ListFaultTemplateRevisionsQueryQueryParams, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
@@ -160,10 +162,10 @@ export type { ListInputSetErrorResponse, ListInputSetOkResponse, ListInputSetPro
|
|
|
160
162
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
161
163
|
export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationProps, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
|
|
162
164
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
165
|
+
export type { ListProbeTemplateErrorResponse, ListProbeTemplateOkResponse, ListProbeTemplateProps, ListProbeTemplateQueryQueryParams, } from './hooks/useListProbeTemplateQuery';
|
|
166
|
+
export { listProbeTemplate, useListProbeTemplateQuery } from './hooks/useListProbeTemplateQuery';
|
|
163
167
|
export type { ListProbesErrorResponse, ListProbesOkResponse, ListProbesProps, ListProbesQueryQueryParams, } from './hooks/useListProbesQuery';
|
|
164
168
|
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
165
|
-
export type { ListRecommendationsErrorResponse, ListRecommendationsOkResponse, ListRecommendationsProps, ListRecommendationsQueryQueryParams, ListRecommendationsRequestBody, } from './hooks/useListRecommendationsQuery';
|
|
166
|
-
export { listRecommendations, useListRecommendationsQuery, } from './hooks/useListRecommendationsQuery';
|
|
167
169
|
export type { ListServiceErrorResponse, ListServiceOkResponse, ListServiceProps, ListServiceQueryPathParams, ListServiceQueryQueryParams, } from './hooks/useListServiceQuery';
|
|
168
170
|
export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
|
|
169
171
|
export type { ListTargetNetworkMapsErrorResponse, ListTargetNetworkMapsOkResponse, ListTargetNetworkMapsProps, ListTargetNetworkMapsQueryQueryParams, ListTargetNetworkMapsRequestBody, } from './hooks/useListTargetNetworkMapsQuery';
|
|
@@ -174,6 +176,8 @@ export type { ListVariablesInActionTemplateErrorResponse, ListVariablesInActionT
|
|
|
174
176
|
export { listVariablesInActionTemplate, useListVariablesInActionTemplateQuery, } from './hooks/useListVariablesInActionTemplateQuery';
|
|
175
177
|
export type { ListVariablesInFaultTemplateErrorResponse, ListVariablesInFaultTemplateOkResponse, ListVariablesInFaultTemplateProps, ListVariablesInFaultTemplateQueryPathParams, ListVariablesInFaultTemplateQueryQueryParams, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
176
178
|
export { listVariablesInFaultTemplate, useListVariablesInFaultTemplateQuery, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
179
|
+
export type { ListVariablesInProbeTemplateErrorResponse, ListVariablesInProbeTemplateOkResponse, ListVariablesInProbeTemplateProps, ListVariablesInProbeTemplateQueryPathParams, ListVariablesInProbeTemplateQueryQueryParams, } from './hooks/useListVariablesInProbeTemplateQuery';
|
|
180
|
+
export { listVariablesInProbeTemplate, useListVariablesInProbeTemplateQuery, } from './hooks/useListVariablesInProbeTemplateQuery';
|
|
177
181
|
export type { OnboardingConfirmDiscoveryErrorResponse, OnboardingConfirmDiscoveryMutationPathParams, OnboardingConfirmDiscoveryMutationProps, OnboardingConfirmDiscoveryMutationQueryParams, OnboardingConfirmDiscoveryOkResponse, OnboardingConfirmDiscoveryProps, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
178
182
|
export { onboardingConfirmDiscovery, useOnboardingConfirmDiscoveryMutation, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
179
183
|
export type { OnboardingConfirmExperimentCreationErrorResponse, OnboardingConfirmExperimentCreationMutationPathParams, OnboardingConfirmExperimentCreationMutationProps, OnboardingConfirmExperimentCreationMutationQueryParams, OnboardingConfirmExperimentCreationOkResponse, OnboardingConfirmExperimentCreationProps, OnboardingConfirmExperimentCreationRequestBody, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
@@ -190,8 +194,6 @@ export type { RunChaosV2ExperimentErrorResponse, RunChaosV2ExperimentMutationPat
|
|
|
190
194
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
191
195
|
export type { RunChaosV2InternalApiErrorResponse, RunChaosV2InternalApiMutationPathParams, RunChaosV2InternalApiMutationProps, RunChaosV2InternalApiMutationQueryParams, RunChaosV2InternalApiOkResponse, RunChaosV2InternalApiProps, RunChaosV2InternalApiRequestBody, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
192
196
|
export { runChaosV2InternalApi, useRunChaosV2InternalApiMutation, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
193
|
-
export type { RunRecommendationErrorResponse, RunRecommendationMutationProps, RunRecommendationMutationQueryParams, RunRecommendationOkResponse, RunRecommendationProps, } from './hooks/useRunRecommendationMutation';
|
|
194
|
-
export { runRecommendation, useRunRecommendationMutation, } from './hooks/useRunRecommendationMutation';
|
|
195
197
|
export type { SaveChaosV2ExperimentErrorResponse, SaveChaosV2ExperimentMutationProps, SaveChaosV2ExperimentMutationQueryParams, SaveChaosV2ExperimentOkResponse, SaveChaosV2ExperimentProps, SaveChaosV2ExperimentRequestBody, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
196
198
|
export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
197
199
|
export type { StopChaosV2ExperimentErrorResponse, StopChaosV2ExperimentMutationPathParams, StopChaosV2ExperimentMutationProps, StopChaosV2ExperimentMutationQueryParams, StopChaosV2ExperimentOkResponse, StopChaosV2ExperimentProps, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
@@ -224,14 +226,16 @@ export type { UpdateNoteErrorResponse, UpdateNoteMutationProps, UpdateNoteMutati
|
|
|
224
226
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
225
227
|
export type { UpdateProbeErrorResponse, UpdateProbeMutationPathParams, UpdateProbeMutationProps, UpdateProbeMutationQueryParams, UpdateProbeOkResponse, UpdateProbeProps, UpdateProbeRequestBody, } from './hooks/useUpdateProbeMutation';
|
|
226
228
|
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
227
|
-
export type {
|
|
228
|
-
export {
|
|
229
|
+
export type { UpdateProbeTemplateErrorResponse, UpdateProbeTemplateMutationPathParams, UpdateProbeTemplateMutationProps, UpdateProbeTemplateMutationQueryParams, UpdateProbeTemplateOkResponse, UpdateProbeTemplateProps, UpdateProbeTemplateRequestBody, } from './hooks/useUpdateProbeTemplateMutation';
|
|
230
|
+
export { updateProbeTemplate, useUpdateProbeTemplateMutation, } from './hooks/useUpdateProbeTemplateMutation';
|
|
229
231
|
export type { ChaosfaulttemplateActionTemplateRequestBody } from './requestBodies/ChaosfaulttemplateActionTemplateRequestBody';
|
|
230
232
|
export type { InfraV2ListKubernetesInfraV2RequestRequestBody } from './requestBodies/InfraV2ListKubernetesInfraV2RequestRequestBody';
|
|
231
233
|
export type { TypesProbeRequestRequestBody } from './requestBodies/TypesProbeRequestRequestBody';
|
|
232
|
-
export type {
|
|
234
|
+
export type { ActionActionTemplateProperties } from './schemas/ActionActionTemplateProperties';
|
|
235
|
+
export type { ActionActionTemplateRunProperties } from './schemas/ActionActionTemplateRunProperties';
|
|
236
|
+
export type { ActionCustomScriptActionTemplate } from './schemas/ActionCustomScriptActionTemplate';
|
|
237
|
+
export type { ActionDelayActionTemplate } from './schemas/ActionDelayActionTemplate';
|
|
233
238
|
export type { ActionsActionResponse } from './schemas/ActionsActionResponse';
|
|
234
|
-
export type { ActionsActionRunProperties } from './schemas/ActionsActionRunProperties';
|
|
235
239
|
export type { ActionsActionType } from './schemas/ActionsActionType';
|
|
236
240
|
export type { ActionsExecutedByExperiment } from './schemas/ActionsExecutedByExperiment';
|
|
237
241
|
export type { ActionsImportActionTemplateRequest } from './schemas/ActionsImportActionTemplateRequest';
|
|
@@ -281,13 +285,11 @@ export type { ChaosExperimentWeightagesInput } from './schemas/ChaosExperimentWe
|
|
|
281
285
|
export type { ChaosExperimentWorkflowRevision } from './schemas/ChaosExperimentWorkflowRevision';
|
|
282
286
|
export type { ChaosHubAuthType } from './schemas/ChaosHubAuthType';
|
|
283
287
|
export type { ChaosHubConnectorScope } from './schemas/ChaosHubConnectorScope';
|
|
284
|
-
export type { ChaosHubStatus } from './schemas/ChaosHubStatus';
|
|
285
288
|
export type { ChaosInfrastructureV2ChaosInfraV2 } from './schemas/ChaosInfrastructureV2ChaosInfraV2';
|
|
286
289
|
export type { ChaosInfrastructureV2ChaosInfraV2Spec } from './schemas/ChaosInfrastructureV2ChaosInfraV2Spec';
|
|
287
290
|
export type { ChaosInfrastructureV2InfraScope } from './schemas/ChaosInfrastructureV2InfraScope';
|
|
288
291
|
export type { ChaosInfrastructureV2InfraType } from './schemas/ChaosInfrastructureV2InfraType';
|
|
289
292
|
export type { ChaosInfrastructureV2K8sInfraV2SpecIdentifiers } from './schemas/ChaosInfrastructureV2K8sInfraV2SpecIdentifiers';
|
|
290
|
-
export type { ChaosactiontemplateActionProperties } from './schemas/ChaosactiontemplateActionProperties';
|
|
291
293
|
export type { ChaosactiontemplateActionsTemplateCount } from './schemas/ChaosactiontemplateActionsTemplateCount';
|
|
292
294
|
export type { ChaosactiontemplateChaosActionTemplate } from './schemas/ChaosactiontemplateChaosActionTemplate';
|
|
293
295
|
export type { ChaosfaulttemplateActionTemplate } from './schemas/ChaosfaulttemplateActionTemplate';
|
|
@@ -302,6 +304,11 @@ export type { Chaoshubv2CreateHubRequest } from './schemas/Chaoshubv2CreateHubRe
|
|
|
302
304
|
export type { Chaoshubv2GetHubResponse } from './schemas/Chaoshubv2GetHubResponse';
|
|
303
305
|
export type { Chaoshubv2ListHubResponse } from './schemas/Chaoshubv2ListHubResponse';
|
|
304
306
|
export type { Chaoshubv2UpdateHubRequest } from './schemas/Chaoshubv2UpdateHubRequest';
|
|
307
|
+
export type { ChaosprobetemplateGetProbeTemplateResponse } from './schemas/ChaosprobetemplateGetProbeTemplateResponse';
|
|
308
|
+
export type { ChaosprobetemplateListProbeTemplateResponse } from './schemas/ChaosprobetemplateListProbeTemplateResponse';
|
|
309
|
+
export type { ChaosprobetemplateProbeTemplate } from './schemas/ChaosprobetemplateProbeTemplate';
|
|
310
|
+
export type { ChaosprobetemplateProbeTemplateCount } from './schemas/ChaosprobetemplateProbeTemplateCount';
|
|
311
|
+
export type { ChaosprobetemplateProbeTemplateVariables } from './schemas/ChaosprobetemplateProbeTemplateVariables';
|
|
305
312
|
export type { ChaosresourcenotesNoteType } from './schemas/ChaosresourcenotesNoteType';
|
|
306
313
|
export type { ChaosserviceusageInfrastructureType } from './schemas/ChaosserviceusageInfrastructureType';
|
|
307
314
|
export type { ChaosserviceusageOverallServiceUsageStats } from './schemas/ChaosserviceusageOverallServiceUsageStats';
|
|
@@ -347,14 +354,20 @@ export type { GithubComHarnessHceSaasGraphqlServerGraphModelPagination } from '.
|
|
|
347
354
|
export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
348
355
|
export type { GithubComHarnessHceSaasGraphqlServerPkgActionsAction } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction';
|
|
349
356
|
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict';
|
|
350
|
-
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig';
|
|
351
357
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction';
|
|
352
358
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate';
|
|
353
|
-
export type {
|
|
354
|
-
export type {
|
|
355
|
-
export type {
|
|
356
|
-
export type {
|
|
359
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate';
|
|
360
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogSyntheticsTestType } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogSyntheticsTestType';
|
|
361
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGet } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGet';
|
|
362
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders';
|
|
363
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeIdentifier } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeIdentifier';
|
|
364
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePost } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePost';
|
|
357
365
|
export type { GithubComHarnessHceSaasHceSdkCommonProbeV1Probe } from './schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe';
|
|
366
|
+
export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogSyntheticsTestType } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogSyntheticsTestType';
|
|
367
|
+
export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGet } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGet';
|
|
368
|
+
export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeHeaders } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeHeaders';
|
|
369
|
+
export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeIdentifier } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeIdentifier';
|
|
370
|
+
export type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbePost } from './schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbePost';
|
|
358
371
|
export type { GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers } from './schemas/GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers';
|
|
359
372
|
export type { GithubComWingsSoftwareDdcrPkgTypesChaosInputs } from './schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs';
|
|
360
373
|
export type { GithubComWingsSoftwareDdcrPkgTypesDefinition } from './schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition';
|
|
@@ -411,17 +424,26 @@ export type { K8sIoApimachineryPkgApisMetaV1ConditionStatus } from './schemas/K8
|
|
|
411
424
|
export type { K8sinfraGetInfraTokenResponse } from './schemas/K8sinfraGetInfraTokenResponse';
|
|
412
425
|
export type { K8sinfraUpdateEmissaryUrlRequest } from './schemas/K8sinfraUpdateEmissaryUrlRequest';
|
|
413
426
|
export type { K8sinfraUpdateEmissaryUrlResponse } from './schemas/K8sinfraUpdateEmissaryUrlResponse';
|
|
427
|
+
export type { ModelAnnotation } from './schemas/ModelAnnotation';
|
|
428
|
+
export type { ModelChart } from './schemas/ModelChart';
|
|
414
429
|
export type { ModelClusterType } from './schemas/ModelClusterType';
|
|
415
430
|
export type { ModelConditionDetails } from './schemas/ModelConditionDetails';
|
|
416
431
|
export type { ModelEventMetadata } from './schemas/ModelEventMetadata';
|
|
432
|
+
export type { ModelExperiments } from './schemas/ModelExperiments';
|
|
433
|
+
export type { ModelFaultList } from './schemas/ModelFaultList';
|
|
417
434
|
export type { ModelInfraScope } from './schemas/ModelInfraScope';
|
|
418
435
|
export type { ModelInfrastructure } from './schemas/ModelInfrastructure';
|
|
419
436
|
export type { ModelInfrastructureType } from './schemas/ModelInfrastructureType';
|
|
420
437
|
export type { ModelInstallationType } from './schemas/ModelInstallationType';
|
|
421
438
|
export type { ModelKubernetesInfra } from './schemas/ModelKubernetesInfra';
|
|
439
|
+
export type { ModelLink } from './schemas/ModelLink';
|
|
422
440
|
export type { ModelListInfraRequest } from './schemas/ModelListInfraRequest';
|
|
423
441
|
export type { ModelListInfraResponse } from './schemas/ModelListInfraResponse';
|
|
442
|
+
export type { ModelMaintainer } from './schemas/ModelMaintainer';
|
|
443
|
+
export type { ModelMetadata } from './schemas/ModelMetadata';
|
|
444
|
+
export type { ModelPackageInformation } from './schemas/ModelPackageInformation';
|
|
424
445
|
export type { ModelProbeMap } from './schemas/ModelProbeMap';
|
|
446
|
+
export type { ModelProvider } from './schemas/ModelProvider';
|
|
425
447
|
export type { ModelReRunChaosWorkflowResponse } from './schemas/ModelReRunChaosWorkflowResponse';
|
|
426
448
|
export type { ModelRecentWorkflowRun } from './schemas/ModelRecentWorkflowRun';
|
|
427
449
|
export type { ModelRecurrence } from './schemas/ModelRecurrence';
|
|
@@ -431,6 +453,7 @@ export type { ModelRuleDetails } from './schemas/ModelRuleDetails';
|
|
|
431
453
|
export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance';
|
|
432
454
|
export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
|
|
433
455
|
export type { ModelSecurityGovernancePhase } from './schemas/ModelSecurityGovernancePhase';
|
|
456
|
+
export type { ModelSpec } from './schemas/ModelSpec';
|
|
434
457
|
export type { ModelTimeWindow } from './schemas/ModelTimeWindow';
|
|
435
458
|
export type { ModelUpdateStatus } from './schemas/ModelUpdateStatus';
|
|
436
459
|
export type { ModelUpgrade } from './schemas/ModelUpgrade';
|
|
@@ -454,53 +477,42 @@ export type { PipelinesChaosPipelineInput } from './schemas/PipelinesChaosPipeli
|
|
|
454
477
|
export type { PipelinesCreatePipelineResponse } from './schemas/PipelinesCreatePipelineResponse';
|
|
455
478
|
export type { PipelinesExperimentSpec } from './schemas/PipelinesExperimentSpec';
|
|
456
479
|
export type { ProbeAuthorization } from './schemas/ProbeAuthorization';
|
|
480
|
+
export type { ProbeAuthorizationTemplate } from './schemas/ProbeAuthorizationTemplate';
|
|
481
|
+
export type { ProbeCmdProbeTemplate } from './schemas/ProbeCmdProbeTemplate';
|
|
457
482
|
export type { ProbeComparator } from './schemas/ProbeComparator';
|
|
483
|
+
export type { ProbeComparatorTemplate } from './schemas/ProbeComparatorTemplate';
|
|
458
484
|
export type { ProbeDatadogMetrics } from './schemas/ProbeDatadogMetrics';
|
|
485
|
+
export type { ProbeDatadogMetricsTemplate } from './schemas/ProbeDatadogMetricsTemplate';
|
|
459
486
|
export type { ProbeDatadogProbe } from './schemas/ProbeDatadogProbe';
|
|
460
|
-
export type {
|
|
487
|
+
export type { ProbeDatadogProbeTemplate } from './schemas/ProbeDatadogProbeTemplate';
|
|
488
|
+
export type { ProbeDynatraceMetricsTemplate } from './schemas/ProbeDynatraceMetricsTemplate';
|
|
461
489
|
export type { ProbeDynatraceProbe } from './schemas/ProbeDynatraceProbe';
|
|
462
|
-
export type {
|
|
463
|
-
export type {
|
|
490
|
+
export type { ProbeDynatraceProbeTemplate } from './schemas/ProbeDynatraceProbeTemplate';
|
|
491
|
+
export type { ProbeEvaluationWindow } from './schemas/ProbeEvaluationWindow';
|
|
492
|
+
export type { ProbeEvaluationWindowTemplate } from './schemas/ProbeEvaluationWindowTemplate';
|
|
464
493
|
export type { ProbeHttpProbe } from './schemas/ProbeHttpProbe';
|
|
494
|
+
export type { ProbeHttpProbeTemplate } from './schemas/ProbeHttpProbeTemplate';
|
|
495
|
+
export type { ProbeInfrastructureType } from './schemas/ProbeInfrastructureType';
|
|
465
496
|
export type { ProbeK8SProbe } from './schemas/ProbeK8SProbe';
|
|
497
|
+
export type { ProbeK8SProbeTemplate } from './schemas/ProbeK8SProbeTemplate';
|
|
466
498
|
export type { ProbeKubernetesCmdProbe } from './schemas/ProbeKubernetesCmdProbe';
|
|
467
499
|
export type { ProbeLinuxCmdProbe } from './schemas/ProbeLinuxCmdProbe';
|
|
468
500
|
export type { ProbeMethod } from './schemas/ProbeMethod';
|
|
501
|
+
export type { ProbeMethodTemplate } from './schemas/ProbeMethodTemplate';
|
|
469
502
|
export type { ProbeMetrics } from './schemas/ProbeMetrics';
|
|
470
|
-
export type {
|
|
503
|
+
export type { ProbeProbeTemplateProperties } from './schemas/ProbeProbeTemplateProperties';
|
|
504
|
+
export type { ProbeProbeTemplateRunProperties } from './schemas/ProbeProbeTemplateRunProperties';
|
|
505
|
+
export type { ProbeProbeType } from './schemas/ProbeProbeType';
|
|
471
506
|
export type { ProbePromProbe } from './schemas/ProbePromProbe';
|
|
507
|
+
export type { ProbePromProbeTemplate } from './schemas/ProbePromProbeTemplate';
|
|
472
508
|
export type { ProbeSloProbe } from './schemas/ProbeSloProbe';
|
|
509
|
+
export type { ProbeSloProbeTemplate } from './schemas/ProbeSloProbeTemplate';
|
|
510
|
+
export type { ProbeSloSourceMetadata } from './schemas/ProbeSloSourceMetadata';
|
|
511
|
+
export type { ProbeSloSourceMetadataTemplate } from './schemas/ProbeSloSourceMetadataTemplate';
|
|
473
512
|
export type { ProbeSyntheticsTest } from './schemas/ProbeSyntheticsTest';
|
|
513
|
+
export type { ProbeSyntheticsTestTemplate } from './schemas/ProbeSyntheticsTestTemplate';
|
|
474
514
|
export type { ProbeTlsConfig } from './schemas/ProbeTlsConfig';
|
|
475
|
-
export type {
|
|
476
|
-
export type { RecommendationFaultFilters } from './schemas/RecommendationFaultFilters';
|
|
477
|
-
export type { RecommendationFixes } from './schemas/RecommendationFixes';
|
|
478
|
-
export type { RecommendationProbeFilters } from './schemas/RecommendationProbeFilters';
|
|
479
|
-
export type { RecommendationRecommendationCategory } from './schemas/RecommendationRecommendationCategory';
|
|
480
|
-
export type { RecommendationRecommendationSource } from './schemas/RecommendationRecommendationSource';
|
|
481
|
-
export type { RecommendationRecommendationStatus } from './schemas/RecommendationRecommendationStatus';
|
|
482
|
-
export type { RecommendationRecommendationTargetType } from './schemas/RecommendationRecommendationTargetType';
|
|
483
|
-
export type { RecommendationRecommendationType } from './schemas/RecommendationRecommendationType';
|
|
484
|
-
export type { RecommendationSuggestions } from './schemas/RecommendationSuggestions';
|
|
485
|
-
export type { RecommendationsCreateActionResponse } from './schemas/RecommendationsCreateActionResponse';
|
|
486
|
-
export type { RecommendationsEc2Instance } from './schemas/RecommendationsEc2Instance';
|
|
487
|
-
export type { RecommendationsFault } from './schemas/RecommendationsFault';
|
|
488
|
-
export type { RecommendationsFaultFilters } from './schemas/RecommendationsFaultFilters';
|
|
489
|
-
export type { RecommendationsFilters } from './schemas/RecommendationsFilters';
|
|
490
|
-
export type { RecommendationsGetRecommendationsStatusRequest } from './schemas/RecommendationsGetRecommendationsStatusRequest';
|
|
491
|
-
export type { RecommendationsGetRecommendationsStatusResponse } from './schemas/RecommendationsGetRecommendationsStatusResponse';
|
|
492
|
-
export type { RecommendationsIdentifiers } from './schemas/RecommendationsIdentifiers';
|
|
493
|
-
export type { RecommendationsInActiveEvent } from './schemas/RecommendationsInActiveEvent';
|
|
494
|
-
export type { RecommendationsInsertRecommendationsRequest } from './schemas/RecommendationsInsertRecommendationsRequest';
|
|
495
|
-
export type { RecommendationsListRecommendationsRequest } from './schemas/RecommendationsListRecommendationsRequest';
|
|
496
|
-
export type { RecommendationsListRecommendationsResponse } from './schemas/RecommendationsListRecommendationsResponse';
|
|
497
|
-
export type { RecommendationsLlmResponse } from './schemas/RecommendationsLlmResponse';
|
|
498
|
-
export type { RecommendationsNode } from './schemas/RecommendationsNode';
|
|
499
|
-
export type { RecommendationsProbeFilters } from './schemas/RecommendationsProbeFilters';
|
|
500
|
-
export type { RecommendationsProbeFix } from './schemas/RecommendationsProbeFix';
|
|
501
|
-
export type { RecommendationsRunActionResponse } from './schemas/RecommendationsRunActionResponse';
|
|
502
|
-
export type { RecommendationsTarget } from './schemas/RecommendationsTarget';
|
|
503
|
-
export type { RecommendationsWorkload } from './schemas/RecommendationsWorkload';
|
|
515
|
+
export type { ProbeTlsConfigTemplate } from './schemas/ProbeTlsConfigTemplate';
|
|
504
516
|
export type { ResourceQuantity } from './schemas/ResourceQuantity';
|
|
505
517
|
export type { SecurityGovernanceApplicationSpec } from './schemas/SecurityGovernanceApplicationSpec';
|
|
506
518
|
export type { SecurityGovernanceChaosServiceAccountSpec } from './schemas/SecurityGovernanceChaosServiceAccountSpec';
|
|
@@ -535,9 +547,7 @@ export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum'
|
|
|
535
547
|
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
536
548
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
537
549
|
export type { TypesApplication } from './schemas/TypesApplication';
|
|
538
|
-
export type { TypesAuthorization } from './schemas/TypesAuthorization';
|
|
539
550
|
export type { TypesCleanupPolicy } from './schemas/TypesCleanupPolicy';
|
|
540
|
-
export type { TypesCmdProbe } from './schemas/TypesCmdProbe';
|
|
541
551
|
export type { TypesConfigMap } from './schemas/TypesConfigMap';
|
|
542
552
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
543
553
|
export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
|
|
@@ -545,9 +555,7 @@ export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGameday
|
|
|
545
555
|
export type { TypesCreateNoteRequest } from './schemas/TypesCreateNoteRequest';
|
|
546
556
|
export type { TypesCreateNoteResponse } from './schemas/TypesCreateNoteResponse';
|
|
547
557
|
export type { TypesCreateProbeResponse } from './schemas/TypesCreateProbeResponse';
|
|
548
|
-
export type { TypesDatadogProbe } from './schemas/TypesDatadogProbe';
|
|
549
558
|
export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
|
|
550
|
-
export type { TypesDynatraceProbe } from './schemas/TypesDynatraceProbe';
|
|
551
559
|
export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
|
|
552
560
|
export type { TypesExperimentComponents } from './schemas/TypesExperimentComponents';
|
|
553
561
|
export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
|
|
@@ -559,25 +567,20 @@ export type { TypesExperimentRuns } from './schemas/TypesExperimentRuns';
|
|
|
559
567
|
export type { TypesExperimentV2 } from './schemas/TypesExperimentV2';
|
|
560
568
|
export type { TypesGamedayInfraDetails } from './schemas/TypesGamedayInfraDetails';
|
|
561
569
|
export type { TypesGamedayV2 } from './schemas/TypesGamedayV2';
|
|
562
|
-
export type { TypesGet } from './schemas/TypesGet';
|
|
563
570
|
export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGamedayExperimentResponse';
|
|
564
571
|
export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
|
|
565
572
|
export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
|
|
566
|
-
export type { TypesHeaders } from './schemas/TypesHeaders';
|
|
567
573
|
export type { TypesHostFile } from './schemas/TypesHostFile';
|
|
568
|
-
export type {
|
|
574
|
+
export type { TypesImportProbeTemplateRequest } from './schemas/TypesImportProbeTemplateRequest';
|
|
569
575
|
export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
|
|
570
576
|
export type { TypesInternalExperimentRunRequest } from './schemas/TypesInternalExperimentRunRequest';
|
|
571
|
-
export type { TypesK8SProbe } from './schemas/TypesK8SProbe';
|
|
572
577
|
export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
|
|
573
578
|
export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
|
|
574
579
|
export type { TypesListGamedayRunV2Response } from './schemas/TypesListGamedayRunV2Response';
|
|
575
580
|
export type { TypesListGamedayV2Response } from './schemas/TypesListGamedayV2Response';
|
|
576
581
|
export type { TypesListProbeResponse } from './schemas/TypesListProbeResponse';
|
|
577
|
-
export type { TypesMethod } from './schemas/TypesMethod';
|
|
578
582
|
export type { TypesNote } from './schemas/TypesNote';
|
|
579
583
|
export type { TypesNotes } from './schemas/TypesNotes';
|
|
580
|
-
export type { TypesPost } from './schemas/TypesPost';
|
|
581
584
|
export type { TypesPrerequisite } from './schemas/TypesPrerequisite';
|
|
582
585
|
export type { TypesPrerequisiteForRun } from './schemas/TypesPrerequisiteForRun';
|
|
583
586
|
export type { TypesProbeBulkEnableRequest } from './schemas/TypesProbeBulkEnableRequest';
|
|
@@ -585,16 +588,13 @@ export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecu
|
|
|
585
588
|
export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
|
|
586
589
|
export type { TypesProbeType } from './schemas/TypesProbeType';
|
|
587
590
|
export type { TypesProjectedVolumes } from './schemas/TypesProjectedVolumes';
|
|
588
|
-
export type { TypesPromProbe } from './schemas/TypesPromProbe';
|
|
589
591
|
export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
|
|
590
592
|
export type { TypesRun } from './schemas/TypesRun';
|
|
591
|
-
export type { TypesRunProperties } from './schemas/TypesRunProperties';
|
|
592
593
|
export type { TypesScenarioType } from './schemas/TypesScenarioType';
|
|
593
594
|
export type { TypesSecret } from './schemas/TypesSecret';
|
|
594
595
|
export type { TypesSecurityContext } from './schemas/TypesSecurityContext';
|
|
595
596
|
export type { TypesSelector } from './schemas/TypesSelector';
|
|
596
597
|
export type { TypesSidecar } from './schemas/TypesSidecar';
|
|
597
|
-
export type { TypesSloProbe } from './schemas/TypesSloProbe';
|
|
598
598
|
export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
|
|
599
599
|
export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
|
|
600
600
|
export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
|
|
@@ -741,16 +741,6 @@ export type { V1VolumeMount } from './schemas/V1VolumeMount';
|
|
|
741
741
|
export type { V1VolumeProjection } from './schemas/V1VolumeProjection';
|
|
742
742
|
export type { V1VsphereVirtualDiskVolumeSource } from './schemas/V1VsphereVirtualDiskVolumeSource';
|
|
743
743
|
export type { V1WindowsSecurityContextOptions } from './schemas/V1WindowsSecurityContextOptions';
|
|
744
|
-
export type { V1alpha1ConfigMapKeySelector } from './schemas/V1alpha1ConfigMapKeySelector';
|
|
745
|
-
export type { V1alpha1ConfigMapVolumeSource } from './schemas/V1alpha1ConfigMapVolumeSource';
|
|
746
|
-
export type { V1alpha1EnvVar } from './schemas/V1alpha1EnvVar';
|
|
747
|
-
export type { V1alpha1EnvVarSource } from './schemas/V1alpha1EnvVarSource';
|
|
748
|
-
export type { V1alpha1KeyToPath } from './schemas/V1alpha1KeyToPath';
|
|
749
|
-
export type { V1alpha1ObjectFieldSelector } from './schemas/V1alpha1ObjectFieldSelector';
|
|
750
|
-
export type { V1alpha1SecretKeySelector } from './schemas/V1alpha1SecretKeySelector';
|
|
751
|
-
export type { V1alpha1SecretVolumeSource } from './schemas/V1alpha1SecretVolumeSource';
|
|
752
|
-
export type { V1alpha1SourceDetails } from './schemas/V1alpha1SourceDetails';
|
|
753
|
-
export type { V1alpha1Volume } from './schemas/V1alpha1Volume';
|
|
754
744
|
export type { V2OnboardingAgentData } from './schemas/V2OnboardingAgentData';
|
|
755
745
|
export type { V2OnboardingAgentDetails } from './schemas/V2OnboardingAgentDetails';
|
|
756
746
|
export type { V2OnboardingAutoCreatedNetworkMapStatus } from './schemas/V2OnboardingAutoCreatedNetworkMapStatus';
|
|
@@ -10,15 +10,16 @@ export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useC
|
|
|
10
10
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
11
11
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
12
12
|
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
13
|
-
export {
|
|
13
|
+
export { createProbeTemplate, useCreateProbeTemplateMutation, } from './hooks/useCreateProbeTemplateMutation';
|
|
14
14
|
export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
|
|
15
15
|
export { deleteAction, useDeleteActionMutation } from './hooks/useDeleteActionMutation';
|
|
16
|
+
export { deleteActionTemplate, useDeleteActionTemplateMutation, } from './hooks/useDeleteActionTemplateMutation';
|
|
16
17
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
17
18
|
export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGamedayV2Mutation';
|
|
18
19
|
export { deleteInfraV2, useDeleteInfraV2Mutation } from './hooks/useDeleteInfraV2Mutation';
|
|
19
20
|
export { deleteInputSet, useDeleteInputSetMutation } from './hooks/useDeleteInputSetMutation';
|
|
20
21
|
export { deleteProbe, useDeleteProbeMutation } from './hooks/useDeleteProbeMutation';
|
|
21
|
-
export {
|
|
22
|
+
export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
|
|
22
23
|
export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
23
24
|
export { enableProbe, useEnableProbeMutation } from './hooks/useEnableProbeMutation';
|
|
24
25
|
export { getAccountServiceDetails, useGetAccountServiceDetailsQuery, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
@@ -51,8 +52,7 @@ export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './h
|
|
|
51
52
|
export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
|
|
52
53
|
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
53
54
|
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
54
|
-
export {
|
|
55
|
-
export { getRecommendationStatus, useGetRecommendationStatusMutation, } from './hooks/useGetRecommendationStatusMutation';
|
|
55
|
+
export { getProbeTemplate, useGetProbeTemplateQuery } from './hooks/useGetProbeTemplateQuery';
|
|
56
56
|
export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
|
|
57
57
|
export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
|
|
58
58
|
export { getServiceUsageReport, useGetServiceUsageReportQuery, } from './hooks/useGetServiceUsageReportQuery';
|
|
@@ -61,7 +61,7 @@ export { getTargetNetworkMap, useGetTargetNetworkMapQuery, } from './hooks/useGe
|
|
|
61
61
|
export { getV2InfrastructureYaml, useGetV2InfrastructureYamlMutation, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
62
62
|
export { getV2Onboarding, useGetV2OnboardingQuery } from './hooks/useGetV2OnboardingQuery';
|
|
63
63
|
export { importAction, useImportActionMutation } from './hooks/useImportActionMutation';
|
|
64
|
-
export {
|
|
64
|
+
export { importProbe, useImportProbeMutation } from './hooks/useImportProbeMutation';
|
|
65
65
|
export { listActionTemplate, useListActionTemplateQuery } from './hooks/useListActionTemplateQuery';
|
|
66
66
|
export { listActionTemplateRevisions, useListActionTemplateRevisionsQuery, } from './hooks/useListActionTemplateRevisionsQuery';
|
|
67
67
|
export { listActions, useListActionsQuery } from './hooks/useListActionsQuery';
|
|
@@ -70,6 +70,7 @@ export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hoo
|
|
|
70
70
|
export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
|
|
71
71
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
72
72
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
73
|
+
export { listFault, useListFaultQuery } from './hooks/useListFaultQuery';
|
|
73
74
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
74
75
|
export { listFaultTemplateRevisions, useListFaultTemplateRevisionsQuery, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
75
76
|
export { listFunction, useListFunctionQuery } from './hooks/useListFunctionQuery';
|
|
@@ -79,13 +80,14 @@ export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarne
|
|
|
79
80
|
export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
|
|
80
81
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
81
82
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
83
|
+
export { listProbeTemplate, useListProbeTemplateQuery } from './hooks/useListProbeTemplateQuery';
|
|
82
84
|
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
83
|
-
export { listRecommendations, useListRecommendationsQuery, } from './hooks/useListRecommendationsQuery';
|
|
84
85
|
export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
|
|
85
86
|
export { listTargetNetworkMaps, useListTargetNetworkMapsQuery, } from './hooks/useListTargetNetworkMapsQuery';
|
|
86
87
|
export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
|
|
87
88
|
export { listVariablesInActionTemplate, useListVariablesInActionTemplateQuery, } from './hooks/useListVariablesInActionTemplateQuery';
|
|
88
89
|
export { listVariablesInFaultTemplate, useListVariablesInFaultTemplateQuery, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
90
|
+
export { listVariablesInProbeTemplate, useListVariablesInProbeTemplateQuery, } from './hooks/useListVariablesInProbeTemplateQuery';
|
|
89
91
|
export { onboardingConfirmDiscovery, useOnboardingConfirmDiscoveryMutation, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
90
92
|
export { onboardingConfirmExperimentCreation, useOnboardingConfirmExperimentCreationMutation, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
91
93
|
export { onboardingConfirmExperimentRun, useOnboardingConfirmExperimentRunMutation, } from './hooks/useOnboardingConfirmExperimentRunMutation';
|
|
@@ -94,7 +96,6 @@ export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegister
|
|
|
94
96
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
95
97
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
96
98
|
export { runChaosV2InternalApi, useRunChaosV2InternalApiMutation, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
97
|
-
export { runRecommendation, useRunRecommendationMutation, } from './hooks/useRunRecommendationMutation';
|
|
98
99
|
export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
99
100
|
export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
100
101
|
export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
@@ -111,4 +112,4 @@ export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV
|
|
|
111
112
|
export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
|
|
112
113
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
113
114
|
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
114
|
-
export {
|
|
115
|
+
export { updateProbeTemplate, useUpdateProbeTemplateMutation, } from './hooks/useUpdateProbeTemplateMutation';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ActionCustomScriptActionTemplate } from '../schemas/ActionCustomScriptActionTemplate';
|
|
2
|
+
import type { ActionDelayActionTemplate } from '../schemas/ActionDelayActionTemplate';
|
|
3
|
+
export interface ActionActionTemplateProperties {
|
|
4
|
+
customScriptAction?: ActionCustomScriptActionTemplate;
|
|
5
|
+
delayAction?: ActionDelayActionTemplate;
|
|
6
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
3
3
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
4
4
|
import type { ActionsRecentExecutions } from '../schemas/ActionsRecentExecutions';
|
|
5
|
-
import type {
|
|
5
|
+
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
6
6
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
7
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
8
7
|
export interface ActionsActionResponse {
|
|
9
8
|
accountID: string;
|
|
10
|
-
actionProperties?:
|
|
9
|
+
actionProperties?: ActionActionTemplateProperties;
|
|
10
|
+
actionTemplate?: string;
|
|
11
11
|
actionsRef?: string;
|
|
12
12
|
createdAt?: number;
|
|
13
13
|
createdBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
@@ -20,10 +20,9 @@ export interface ActionsActionResponse {
|
|
|
20
20
|
orgID?: string;
|
|
21
21
|
projectID?: string;
|
|
22
22
|
recentExecutions?: ActionsRecentExecutions[];
|
|
23
|
-
runProperties?:
|
|
23
|
+
runProperties?: ActionActionTemplateRunProperties;
|
|
24
24
|
tags?: string[];
|
|
25
25
|
type?: ActionsActionType;
|
|
26
26
|
updatedAt?: number;
|
|
27
27
|
updatedBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
28
|
-
variables?: TemplateVariable[];
|
|
29
28
|
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
3
|
-
import type {
|
|
3
|
+
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
4
4
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
5
5
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
6
6
|
export interface ChaosactiontemplateChaosActionTemplate {
|
|
7
7
|
accountID: string;
|
|
8
|
-
|
|
8
|
+
/**
|
|
9
|
+
* Needed for API response *not to be stored in DB*
|
|
10
|
+
*/
|
|
11
|
+
actionProperties?: ActionActionTemplateProperties;
|
|
9
12
|
createdAt?: number;
|
|
10
13
|
createdBy?: string;
|
|
11
14
|
description?: string;
|
|
@@ -34,7 +37,7 @@ export interface ChaosactiontemplateChaosActionTemplate {
|
|
|
34
37
|
* it increments every time a new version of fault is published
|
|
35
38
|
*/
|
|
36
39
|
revision?: number;
|
|
37
|
-
runProperties?:
|
|
40
|
+
runProperties?: ActionActionTemplateRunProperties;
|
|
38
41
|
tags?: string[];
|
|
39
42
|
template?: string;
|
|
40
43
|
type?: ActionsActionType;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
3
|
-
import type {
|
|
3
|
+
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
4
4
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
5
5
|
export interface ChaosfaulttemplateActionTemplate {
|
|
6
|
-
actionProperties?:
|
|
6
|
+
actionProperties?: ActionActionTemplateProperties;
|
|
7
7
|
description?: string;
|
|
8
8
|
hubRef?: string;
|
|
9
9
|
identity?: string;
|
|
10
10
|
infrastructureType?: ActionsInfrastructureType;
|
|
11
11
|
name: string;
|
|
12
|
-
runProperties?:
|
|
12
|
+
runProperties?: ActionActionTemplateRunProperties;
|
|
13
13
|
tags?: string[];
|
|
14
14
|
type?: string;
|
|
15
15
|
variables?: TemplateVariable[];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { ChaosHubAuthType } from '../schemas/ChaosHubAuthType';
|
|
2
2
|
import type { ChaosHubConnectorScope } from '../schemas/ChaosHubConnectorScope';
|
|
3
|
-
import type { ChaosHubStatus } from '../schemas/ChaosHubStatus';
|
|
4
3
|
export interface Chaoshubv2ChaosHubResponse {
|
|
5
4
|
accountID: string;
|
|
6
5
|
actionTemplateCount?: number;
|
|
@@ -12,10 +11,6 @@ export interface Chaoshubv2ChaosHubResponse {
|
|
|
12
11
|
* TBD use ConnectorRef: org.test-connector and deprecate it
|
|
13
12
|
*/
|
|
14
13
|
connectorId?: string;
|
|
15
|
-
/**
|
|
16
|
-
* TBD db migration to populate it from ConnectorID and ConnectorScope
|
|
17
|
-
*/
|
|
18
|
-
connectorRef?: string;
|
|
19
14
|
/**
|
|
20
15
|
* TBD use ConnectorRef and deprecate it
|
|
21
16
|
*/
|
|
@@ -37,7 +32,6 @@ export interface Chaoshubv2ChaosHubResponse {
|
|
|
37
32
|
repoBranch?: string;
|
|
38
33
|
repoName?: string;
|
|
39
34
|
repoUrl?: string;
|
|
40
|
-
status: ChaosHubStatus;
|
|
41
35
|
tags?: string[];
|
|
42
36
|
updatedAt?: number;
|
|
43
37
|
updatedBy?: string;
|