@harnessio/react-chaos-manager-client 0.10.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/useStopChaosV2ExperimentMutation.d.ts +1 -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 +75 -60
- package/dist/chaos-manager/src/services/index.js +9 -5
- 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/ChaosExecutionNodesChaosStepStatus.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultData.d.ts +2 -2
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultDetails.d.ts +5 -0
- 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/DatabaseAgentConfiguration.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceCollection.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseNetworkMapEntity.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseNetworkMapEntityKubernetesInfo.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseServiceCollection.d.ts +4 -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/{ProbeGet.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/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.d.ts +5 -31
- package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.d.ts +0 -6
- 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/NetworkmapTargetServiceDetails.d.ts +9 -3
- package/dist/chaos-manager/src/services/schemas/NetworkmapTargetServiceDetails.js +0 -3
- 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/ProbeSloSourceMetadata.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloSourceMetadataTemplate.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloSourceMetadataTemplate.js +1 -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/ProbeSyntheticsTestTemplate.js +1 -0
- package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts → ProbeTlsConfigTemplate.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfigTemplate.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApplication.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApplication.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesCleanupPolicy.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCleanupPolicy.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesConfigMap.d.ts +0 -9
- package/dist/chaos-manager/src/services/schemas/TypesExperimentComponents.d.ts +0 -39
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +4 -16
- package/dist/chaos-manager/src/services/schemas/TypesHostFile.d.ts +0 -12
- package/dist/chaos-manager/src/services/schemas/TypesImportProbeTemplateRequest.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesImportProbeTemplateRequest.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +4 -16
- package/dist/chaos-manager/src/services/schemas/TypesProjectedVolumes.d.ts +0 -12
- package/dist/chaos-manager/src/services/schemas/TypesSecret.d.ts +0 -9
- package/dist/chaos-manager/src/services/schemas/TypesSecurityContext.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/TypesSelector.d.ts +0 -3
- package/dist/chaos-manager/src/services/schemas/TypesSidecar.d.ts +0 -15
- package/dist/chaos-manager/src/services/schemas/TypesStatusCheckTimeout.d.ts +0 -6
- package/dist/chaos-manager/src/services/schemas/TypesTargets.d.ts +2 -3
- package/dist/chaos-manager/src/services/schemas/TypesWorkload.d.ts +0 -12
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentExecutionNodeMutation.d.ts +0 -24
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentExecutionNodeMutation.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useExperimentExecutionNodeDetailsQuery.d.ts +0 -28
- package/dist/chaos-manager/src/services/hooks/useExperimentExecutionNodeDetailsQuery.js +0 -20
- package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineExecutionQuery.d.ts +0 -27
- package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineExecutionQuery.js +0 -14
- package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineStepDetailsQuery.d.ts +0 -28
- package/dist/chaos-manager/src/services/hooks/useGetChaosPipelineStepDetailsQuery.js +0 -20
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosExperimentExecutionNodeMutation.d.ts +0 -29
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosExperimentExecutionNodeMutation.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/GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/ModelActionData.d.ts +0 -3
- package/dist/chaos-manager/src/services/schemas/ModelChaosExecutionNode.d.ts +0 -19
- package/dist/chaos-manager/src/services/schemas/ModelChaosStepStatus.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/ModelChaosStepType.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/ModelCommandProbe.d.ts +0 -3
- package/dist/chaos-manager/src/services/schemas/ModelErrorData.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/ModelFaultData.d.ts +0 -10
- package/dist/chaos-manager/src/services/schemas/ModelHelperPodDetails.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/ModelHttpProbe.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/ModelProbeData.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/ModelProbeIterations.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/ModelPromProbe.d.ts +0 -3
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +0 -4
- 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/TypesFault.d.ts +0 -21
- package/dist/chaos-manager/src/services/schemas/TypesFaultRef.d.ts +0 -14
- package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +0 -5
- 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/TypesSloProbe.d.ts +0 -12
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +0 -18
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +0 -37
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +0 -24
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +0 -21
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +0 -23
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +0 -11
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +0 -18
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +0 -36
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +0 -48
- package/dist/chaos-manager/src/services/schemas/V1alpha1TargetDetails.d.ts +0 -5
- package/dist/chaos-manager/src/services/schemas/V1alpha1Targets.d.ts +0 -8
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +0 -21
- /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 → ChaosExecutionNodesFaultDetails.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{GithubComHarnessHceSaasHceSdkCommonKubernetesV2ModelChaosData.js → ChaosprobetemplateGetProbeTemplateResponse.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelChaosExecutionNode.js → ChaosprobetemplateListProbeTemplateResponse.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelFaultData.js → ChaosprobetemplateProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelProbeData.js → ChaosprobetemplateProbeTemplateCount.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelProbeIterations.js → ChaosprobetemplateProbeTemplateVariables.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesCmdProbe.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelActionData.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogSyntheticsTestType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelChaosStepStatus.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGet.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelChaosStepType.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelCommandProbe.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeIdentifier.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelErrorData.js → GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePost.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelHelperPodDetails.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogSyntheticsTestType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelHttpProbe.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGet.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ModelPromProbe.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeHeaders.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeDatadogSyntheticsTestType.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbeIdentifier.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeGet.js → GithubComHarnessHceSaasHceSdkTemplateSchemaProbePost.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbeHeaders.js → ModelAnnotation.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesDatadogProbe.js → ModelChart.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{ProbePost.js → ModelExperiments.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesAuthorization.js → ModelFaultList.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesFaultRef.js → ModelLink.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesGet.js → ModelMaintainer.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesDynatraceProbe.js → ModelMetadata.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesFault.js → ModelPackageInformation.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesHeaders.js → ModelProvider.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesHttpProbe.js → ModelSpec.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesK8SProbe.js → ProbeAuthorizationTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesMethod.js → ProbeCmdProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesPost.js → ProbeComparatorTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesPromProbe.js → ProbeDatadogMetricsTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesSloProbe.js → ProbeDatadogProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TypesRunProperties.js → ProbeDynatraceMetricsTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1ConfigMapVolumeSource.js → ProbeDynatraceProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1ConfigMapKeySelector.js → ProbeEvaluationWindow.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1KeyToPath.js → ProbeEvaluationWindowTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1EnvVar.js → ProbeHttpProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1ObjectFieldSelector.js → ProbeInfrastructureType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1SecretKeySelector.js → ProbeK8SProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1EnvVarSource.js → ProbeMethodTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1SecretVolumeSource.js → ProbeProbeTemplateProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1TargetDetails.js → ProbeProbeTemplateRunProperties.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1Targets.js → ProbeProbeType.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1SourceDetails.js → ProbePromProbeTemplate.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{V1alpha1Volume.js → ProbeSloProbeTemplate.js} +0 -0
|
@@ -10,11 +10,9 @@ export type { CreateActionErrorResponse, CreateActionMutationProps, CreateAction
|
|
|
10
10
|
export { createAction, useCreateActionMutation } from './hooks/useCreateActionMutation';
|
|
11
11
|
export type { CreateActionTemplateErrorResponse, CreateActionTemplateMutationProps, CreateActionTemplateMutationQueryParams, CreateActionTemplateOkResponse, CreateActionTemplateProps, CreateActionTemplateRequestBody, } from './hooks/useCreateActionTemplateMutation';
|
|
12
12
|
export { createActionTemplate, useCreateActionTemplateMutation, } from './hooks/useCreateActionTemplateMutation';
|
|
13
|
-
export type { CreateChaosExperimentExecutionNodeErrorResponse, CreateChaosExperimentExecutionNodeMutationPathParams, CreateChaosExperimentExecutionNodeMutationProps, CreateChaosExperimentExecutionNodeOkResponse, CreateChaosExperimentExecutionNodeProps, CreateChaosExperimentExecutionNodeRequestBody, } from './hooks/useCreateChaosExperimentExecutionNodeMutation';
|
|
14
|
-
export { createChaosExperimentExecutionNode, useCreateChaosExperimentExecutionNodeMutation, } from './hooks/useCreateChaosExperimentExecutionNodeMutation';
|
|
15
13
|
export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentPipelineMutationProps, CreateChaosExperimentPipelineMutationQueryParams, CreateChaosExperimentPipelineOkResponse, CreateChaosExperimentPipelineProps, CreateChaosExperimentPipelineRequestBody, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
16
14
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
17
|
-
export type { CreateChaosHubErrorResponse,
|
|
15
|
+
export type { CreateChaosHubErrorResponse, CreateChaosHubMutationProps, CreateChaosHubMutationQueryParams, CreateChaosHubOkResponse, CreateChaosHubProps, CreateChaosHubRequestBody, } from './hooks/useCreateChaosHubMutation';
|
|
18
16
|
export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
|
|
19
17
|
export type { CreateGamedayRunV2ErrorResponse, CreateGamedayRunV2MutationPathParams, CreateGamedayRunV2MutationProps, CreateGamedayRunV2MutationQueryParams, CreateGamedayRunV2OkResponse, CreateGamedayRunV2Props, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
20
18
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
@@ -24,10 +22,14 @@ export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, Cre
|
|
|
24
22
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
25
23
|
export type { CreateProbeErrorResponse, CreateProbeMutationProps, CreateProbeMutationQueryParams, CreateProbeOkResponse, CreateProbeProps, CreateProbeRequestBody, } from './hooks/useCreateProbeMutation';
|
|
26
24
|
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
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,12 +40,12 @@ 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';
|
|
43
|
+
export type { DeleteProbeTemplateErrorResponse, DeleteProbeTemplateMutationPathParams, DeleteProbeTemplateMutationProps, DeleteProbeTemplateMutationQueryParams, DeleteProbeTemplateOkResponse, DeleteProbeTemplateProps, } from './hooks/useDeleteProbeTemplateMutation';
|
|
44
|
+
export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
|
|
41
45
|
export type { DeleteTargetNetworkMapErrorResponse, DeleteTargetNetworkMapMutationPathParams, DeleteTargetNetworkMapMutationProps, DeleteTargetNetworkMapMutationQueryParams, DeleteTargetNetworkMapOkResponse, DeleteTargetNetworkMapProps, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
42
46
|
export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
43
47
|
export type { EnableProbeErrorResponse, EnableProbeMutationPathParams, EnableProbeMutationProps, EnableProbeMutationQueryParams, EnableProbeOkResponse, EnableProbeProps, EnableProbeRequestBody, } from './hooks/useEnableProbeMutation';
|
|
44
48
|
export { enableProbe, useEnableProbeMutation } from './hooks/useEnableProbeMutation';
|
|
45
|
-
export type { ExperimentExecutionNodeDetailsErrorResponse, ExperimentExecutionNodeDetailsOkResponse, ExperimentExecutionNodeDetailsProps, ExperimentExecutionNodeDetailsQueryPathParams, ExperimentExecutionNodeDetailsQueryQueryParams, } from './hooks/useExperimentExecutionNodeDetailsQuery';
|
|
46
|
-
export { experimentExecutionNodeDetails, useExperimentExecutionNodeDetailsQuery, } from './hooks/useExperimentExecutionNodeDetailsQuery';
|
|
47
49
|
export type { GetAccountServiceDetailsErrorResponse, GetAccountServiceDetailsOkResponse, GetAccountServiceDetailsProps, GetAccountServiceDetailsQueryPathParams, GetAccountServiceDetailsQueryQueryParams, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
48
50
|
export { getAccountServiceDetails, useGetAccountServiceDetailsQuery, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
49
51
|
export type { GetAccountServiceUsageStatsErrorResponse, GetAccountServiceUsageStatsOkResponse, GetAccountServiceUsageStatsProps, GetAccountServiceUsageStatsQueryPathParams, GetAccountServiceUsageStatsQueryQueryParams, } from './hooks/useGetAccountServiceUsageStatsQuery';
|
|
@@ -62,10 +64,6 @@ export type { GetChaosExperimentRunReportErrorResponse, GetChaosExperimentRunRep
|
|
|
62
64
|
export { getChaosExperimentRunReport, useGetChaosExperimentRunReportQuery, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
63
65
|
export type { GetChaosHubErrorResponse, GetChaosHubOkResponse, GetChaosHubProps, GetChaosHubQueryPathParams, GetChaosHubQueryQueryParams, } from './hooks/useGetChaosHubQuery';
|
|
64
66
|
export { getChaosHub, useGetChaosHubQuery } from './hooks/useGetChaosHubQuery';
|
|
65
|
-
export type { GetChaosPipelineExecutionErrorResponse, GetChaosPipelineExecutionOkResponse, GetChaosPipelineExecutionProps, GetChaosPipelineExecutionQueryPathParams, GetChaosPipelineExecutionQueryQueryParams, } from './hooks/useGetChaosPipelineExecutionQuery';
|
|
66
|
-
export { getChaosPipelineExecution, useGetChaosPipelineExecutionQuery, } from './hooks/useGetChaosPipelineExecutionQuery';
|
|
67
|
-
export type { GetChaosPipelineStepDetailsErrorResponse, GetChaosPipelineStepDetailsOkResponse, GetChaosPipelineStepDetailsProps, GetChaosPipelineStepDetailsQueryPathParams, GetChaosPipelineStepDetailsQueryQueryParams, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
68
|
-
export { getChaosPipelineStepDetails, useGetChaosPipelineStepDetailsQuery, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
69
67
|
export type { GetChaosV2ExperimentErrorResponse, GetChaosV2ExperimentOkResponse, GetChaosV2ExperimentProps, GetChaosV2ExperimentQueryPathParams, GetChaosV2ExperimentQueryQueryParams, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
70
68
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
71
69
|
export type { GetChaosV2ExperimentRunInternalApiErrorResponse, GetChaosV2ExperimentRunInternalApiMutationPathParams, GetChaosV2ExperimentRunInternalApiMutationProps, GetChaosV2ExperimentRunInternalApiMutationQueryParams, GetChaosV2ExperimentRunInternalApiOkResponse, GetChaosV2ExperimentRunInternalApiProps, GetChaosV2ExperimentRunInternalApiRequestBody, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
@@ -108,6 +106,8 @@ export type { GetProbeManifestErrorResponse, GetProbeManifestOkResponse, GetProb
|
|
|
108
106
|
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
109
107
|
export type { GetProbeErrorResponse, GetProbeOkResponse, GetProbeProps, GetProbeQueryPathParams, GetProbeQueryQueryParams, } from './hooks/useGetProbeQuery';
|
|
110
108
|
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
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,6 +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 { ImportProbeErrorResponse, ImportProbeMutationProps, ImportProbeMutationQueryParams, ImportProbeOkResponse, ImportProbeProps, ImportProbeRequestBody, } from './hooks/useImportProbeMutation';
|
|
128
|
+
export { importProbe, useImportProbeMutation } from './hooks/useImportProbeMutation';
|
|
127
129
|
export type { ListActionTemplateErrorResponse, ListActionTemplateOkResponse, ListActionTemplateProps, ListActionTemplateQueryQueryParams, } from './hooks/useListActionTemplateQuery';
|
|
128
130
|
export { listActionTemplate, useListActionTemplateQuery } from './hooks/useListActionTemplateQuery';
|
|
129
131
|
export type { ListActionTemplateRevisionsErrorResponse, ListActionTemplateRevisionsOkResponse, ListActionTemplateRevisionsProps, ListActionTemplateRevisionsQueryPathParams, ListActionTemplateRevisionsQueryQueryParams, } from './hooks/useListActionTemplateRevisionsQuery';
|
|
@@ -140,6 +142,8 @@ export type { ListChaosV2ExperimentErrorResponse, ListChaosV2ExperimentOkRespons
|
|
|
140
142
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
141
143
|
export type { ListExperimentsWithActiveInfrasMinimalNotificationErrorResponse, ListExperimentsWithActiveInfrasMinimalNotificationOkResponse, ListExperimentsWithActiveInfrasMinimalNotificationProps, ListExperimentsWithActiveInfrasMinimalNotificationQueryQueryParams, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
142
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';
|
|
143
147
|
export type { ListFaultTemplateErrorResponse, ListFaultTemplateOkResponse, ListFaultTemplateProps, ListFaultTemplateQueryQueryParams, } from './hooks/useListFaultTemplateQuery';
|
|
144
148
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
145
149
|
export type { ListFaultTemplateRevisionsErrorResponse, ListFaultTemplateRevisionsOkResponse, ListFaultTemplateRevisionsProps, ListFaultTemplateRevisionsQueryPathParams, ListFaultTemplateRevisionsQueryQueryParams, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
@@ -158,6 +162,8 @@ export type { ListInputSetErrorResponse, ListInputSetOkResponse, ListInputSetPro
|
|
|
158
162
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
159
163
|
export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationProps, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
|
|
160
164
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
165
|
+
export type { ListProbeTemplateErrorResponse, ListProbeTemplateOkResponse, ListProbeTemplateProps, ListProbeTemplateQueryQueryParams, } from './hooks/useListProbeTemplateQuery';
|
|
166
|
+
export { listProbeTemplate, useListProbeTemplateQuery } from './hooks/useListProbeTemplateQuery';
|
|
161
167
|
export type { ListProbesErrorResponse, ListProbesOkResponse, ListProbesProps, ListProbesQueryQueryParams, } from './hooks/useListProbesQuery';
|
|
162
168
|
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
163
169
|
export type { ListServiceErrorResponse, ListServiceOkResponse, ListServiceProps, ListServiceQueryPathParams, ListServiceQueryQueryParams, } from './hooks/useListServiceQuery';
|
|
@@ -170,6 +176,8 @@ export type { ListVariablesInActionTemplateErrorResponse, ListVariablesInActionT
|
|
|
170
176
|
export { listVariablesInActionTemplate, useListVariablesInActionTemplateQuery, } from './hooks/useListVariablesInActionTemplateQuery';
|
|
171
177
|
export type { ListVariablesInFaultTemplateErrorResponse, ListVariablesInFaultTemplateOkResponse, ListVariablesInFaultTemplateProps, ListVariablesInFaultTemplateQueryPathParams, ListVariablesInFaultTemplateQueryQueryParams, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
172
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';
|
|
173
181
|
export type { OnboardingConfirmDiscoveryErrorResponse, OnboardingConfirmDiscoveryMutationPathParams, OnboardingConfirmDiscoveryMutationProps, OnboardingConfirmDiscoveryMutationQueryParams, OnboardingConfirmDiscoveryOkResponse, OnboardingConfirmDiscoveryProps, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
174
182
|
export { onboardingConfirmDiscovery, useOnboardingConfirmDiscoveryMutation, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
175
183
|
export type { OnboardingConfirmExperimentCreationErrorResponse, OnboardingConfirmExperimentCreationMutationPathParams, OnboardingConfirmExperimentCreationMutationProps, OnboardingConfirmExperimentCreationMutationQueryParams, OnboardingConfirmExperimentCreationOkResponse, OnboardingConfirmExperimentCreationProps, OnboardingConfirmExperimentCreationRequestBody, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
@@ -196,8 +204,6 @@ export type { UpdateActionErrorResponse, UpdateActionMutationPathParams, UpdateA
|
|
|
196
204
|
export { updateAction, useUpdateActionMutation } from './hooks/useUpdateActionMutation';
|
|
197
205
|
export type { UpdateActionTemplateErrorResponse, UpdateActionTemplateMutationPathParams, UpdateActionTemplateMutationProps, UpdateActionTemplateMutationQueryParams, UpdateActionTemplateOkResponse, UpdateActionTemplateProps, UpdateActionTemplateRequestBody, } from './hooks/useUpdateActionTemplateMutation';
|
|
198
206
|
export { updateActionTemplate, useUpdateActionTemplateMutation, } from './hooks/useUpdateActionTemplateMutation';
|
|
199
|
-
export type { UpdateChaosExperimentExecutionNodeErrorResponse, UpdateChaosExperimentExecutionNodeMutationPathParams, UpdateChaosExperimentExecutionNodeMutationProps, UpdateChaosExperimentExecutionNodeMutationQueryParams, UpdateChaosExperimentExecutionNodeOkResponse, UpdateChaosExperimentExecutionNodeProps, UpdateChaosExperimentExecutionNodeRequestBody, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
|
|
200
|
-
export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNodeMutation, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
|
|
201
207
|
export type { UpdateChaosHubErrorResponse, UpdateChaosHubMutationPathParams, UpdateChaosHubMutationProps, UpdateChaosHubMutationQueryParams, UpdateChaosHubOkResponse, UpdateChaosHubProps, UpdateChaosHubRequestBody, } from './hooks/useUpdateChaosHubMutation';
|
|
202
208
|
export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
|
|
203
209
|
export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationProps, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
@@ -220,12 +226,16 @@ export type { UpdateNoteErrorResponse, UpdateNoteMutationProps, UpdateNoteMutati
|
|
|
220
226
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
221
227
|
export type { UpdateProbeErrorResponse, UpdateProbeMutationPathParams, UpdateProbeMutationProps, UpdateProbeMutationQueryParams, UpdateProbeOkResponse, UpdateProbeProps, UpdateProbeRequestBody, } from './hooks/useUpdateProbeMutation';
|
|
222
228
|
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
229
|
+
export type { UpdateProbeTemplateErrorResponse, UpdateProbeTemplateMutationPathParams, UpdateProbeTemplateMutationProps, UpdateProbeTemplateMutationQueryParams, UpdateProbeTemplateOkResponse, UpdateProbeTemplateProps, UpdateProbeTemplateRequestBody, } from './hooks/useUpdateProbeTemplateMutation';
|
|
230
|
+
export { updateProbeTemplate, useUpdateProbeTemplateMutation, } from './hooks/useUpdateProbeTemplateMutation';
|
|
223
231
|
export type { ChaosfaulttemplateActionTemplateRequestBody } from './requestBodies/ChaosfaulttemplateActionTemplateRequestBody';
|
|
224
232
|
export type { InfraV2ListKubernetesInfraV2RequestRequestBody } from './requestBodies/InfraV2ListKubernetesInfraV2RequestRequestBody';
|
|
225
233
|
export type { TypesProbeRequestRequestBody } from './requestBodies/TypesProbeRequestRequestBody';
|
|
226
|
-
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';
|
|
227
238
|
export type { ActionsActionResponse } from './schemas/ActionsActionResponse';
|
|
228
|
-
export type { ActionsActionRunProperties } from './schemas/ActionsActionRunProperties';
|
|
229
239
|
export type { ActionsActionType } from './schemas/ActionsActionType';
|
|
230
240
|
export type { ActionsExecutedByExperiment } from './schemas/ActionsExecutedByExperiment';
|
|
231
241
|
export type { ActionsImportActionTemplateRequest } from './schemas/ActionsImportActionTemplateRequest';
|
|
@@ -251,6 +261,7 @@ export type { ChaosExecutionNodesChaosStepType } from './schemas/ChaosExecutionN
|
|
|
251
261
|
export type { ChaosExecutionNodesCommandProbe } from './schemas/ChaosExecutionNodesCommandProbe';
|
|
252
262
|
export type { ChaosExecutionNodesErrorData } from './schemas/ChaosExecutionNodesErrorData';
|
|
253
263
|
export type { ChaosExecutionNodesFaultData } from './schemas/ChaosExecutionNodesFaultData';
|
|
264
|
+
export type { ChaosExecutionNodesFaultDetails } from './schemas/ChaosExecutionNodesFaultDetails';
|
|
254
265
|
export type { ChaosExecutionNodesHelperPodDetails } from './schemas/ChaosExecutionNodesHelperPodDetails';
|
|
255
266
|
export type { ChaosExecutionNodesHttpProbe } from './schemas/ChaosExecutionNodesHttpProbe';
|
|
256
267
|
export type { ChaosExecutionNodesProbeData } from './schemas/ChaosExecutionNodesProbeData';
|
|
@@ -274,13 +285,11 @@ export type { ChaosExperimentWeightagesInput } from './schemas/ChaosExperimentWe
|
|
|
274
285
|
export type { ChaosExperimentWorkflowRevision } from './schemas/ChaosExperimentWorkflowRevision';
|
|
275
286
|
export type { ChaosHubAuthType } from './schemas/ChaosHubAuthType';
|
|
276
287
|
export type { ChaosHubConnectorScope } from './schemas/ChaosHubConnectorScope';
|
|
277
|
-
export type { ChaosHubStatus } from './schemas/ChaosHubStatus';
|
|
278
288
|
export type { ChaosInfrastructureV2ChaosInfraV2 } from './schemas/ChaosInfrastructureV2ChaosInfraV2';
|
|
279
289
|
export type { ChaosInfrastructureV2ChaosInfraV2Spec } from './schemas/ChaosInfrastructureV2ChaosInfraV2Spec';
|
|
280
290
|
export type { ChaosInfrastructureV2InfraScope } from './schemas/ChaosInfrastructureV2InfraScope';
|
|
281
291
|
export type { ChaosInfrastructureV2InfraType } from './schemas/ChaosInfrastructureV2InfraType';
|
|
282
292
|
export type { ChaosInfrastructureV2K8sInfraV2SpecIdentifiers } from './schemas/ChaosInfrastructureV2K8sInfraV2SpecIdentifiers';
|
|
283
|
-
export type { ChaosactiontemplateActionProperties } from './schemas/ChaosactiontemplateActionProperties';
|
|
284
293
|
export type { ChaosactiontemplateActionsTemplateCount } from './schemas/ChaosactiontemplateActionsTemplateCount';
|
|
285
294
|
export type { ChaosactiontemplateChaosActionTemplate } from './schemas/ChaosactiontemplateChaosActionTemplate';
|
|
286
295
|
export type { ChaosfaulttemplateActionTemplate } from './schemas/ChaosfaulttemplateActionTemplate';
|
|
@@ -295,6 +304,11 @@ export type { Chaoshubv2CreateHubRequest } from './schemas/Chaoshubv2CreateHubRe
|
|
|
295
304
|
export type { Chaoshubv2GetHubResponse } from './schemas/Chaoshubv2GetHubResponse';
|
|
296
305
|
export type { Chaoshubv2ListHubResponse } from './schemas/Chaoshubv2ListHubResponse';
|
|
297
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';
|
|
298
312
|
export type { ChaosresourcenotesNoteType } from './schemas/ChaosresourcenotesNoteType';
|
|
299
313
|
export type { ChaosserviceusageInfrastructureType } from './schemas/ChaosserviceusageInfrastructureType';
|
|
300
314
|
export type { ChaosserviceusageOverallServiceUsageStats } from './schemas/ChaosserviceusageOverallServiceUsageStats';
|
|
@@ -340,11 +354,20 @@ export type { GithubComHarnessHceSaasGraphqlServerGraphModelPagination } from '.
|
|
|
340
354
|
export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
341
355
|
export type { GithubComHarnessHceSaasGraphqlServerPkgActionsAction } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction';
|
|
342
356
|
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict';
|
|
343
|
-
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig';
|
|
344
357
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction';
|
|
345
358
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate';
|
|
346
|
-
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';
|
|
347
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';
|
|
348
371
|
export type { GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers } from './schemas/GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers';
|
|
349
372
|
export type { GithubComWingsSoftwareDdcrPkgTypesChaosInputs } from './schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs';
|
|
350
373
|
export type { GithubComWingsSoftwareDdcrPkgTypesDefinition } from './schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition';
|
|
@@ -401,29 +424,26 @@ export type { K8sIoApimachineryPkgApisMetaV1ConditionStatus } from './schemas/K8
|
|
|
401
424
|
export type { K8sinfraGetInfraTokenResponse } from './schemas/K8sinfraGetInfraTokenResponse';
|
|
402
425
|
export type { K8sinfraUpdateEmissaryUrlRequest } from './schemas/K8sinfraUpdateEmissaryUrlRequest';
|
|
403
426
|
export type { K8sinfraUpdateEmissaryUrlResponse } from './schemas/K8sinfraUpdateEmissaryUrlResponse';
|
|
404
|
-
export type {
|
|
405
|
-
export type {
|
|
406
|
-
export type { ModelChaosStepStatus } from './schemas/ModelChaosStepStatus';
|
|
407
|
-
export type { ModelChaosStepType } from './schemas/ModelChaosStepType';
|
|
427
|
+
export type { ModelAnnotation } from './schemas/ModelAnnotation';
|
|
428
|
+
export type { ModelChart } from './schemas/ModelChart';
|
|
408
429
|
export type { ModelClusterType } from './schemas/ModelClusterType';
|
|
409
|
-
export type { ModelCommandProbe } from './schemas/ModelCommandProbe';
|
|
410
430
|
export type { ModelConditionDetails } from './schemas/ModelConditionDetails';
|
|
411
|
-
export type { ModelErrorData } from './schemas/ModelErrorData';
|
|
412
431
|
export type { ModelEventMetadata } from './schemas/ModelEventMetadata';
|
|
413
|
-
export type {
|
|
414
|
-
export type {
|
|
415
|
-
export type { ModelHttpProbe } from './schemas/ModelHttpProbe';
|
|
432
|
+
export type { ModelExperiments } from './schemas/ModelExperiments';
|
|
433
|
+
export type { ModelFaultList } from './schemas/ModelFaultList';
|
|
416
434
|
export type { ModelInfraScope } from './schemas/ModelInfraScope';
|
|
417
435
|
export type { ModelInfrastructure } from './schemas/ModelInfrastructure';
|
|
418
436
|
export type { ModelInfrastructureType } from './schemas/ModelInfrastructureType';
|
|
419
437
|
export type { ModelInstallationType } from './schemas/ModelInstallationType';
|
|
420
438
|
export type { ModelKubernetesInfra } from './schemas/ModelKubernetesInfra';
|
|
439
|
+
export type { ModelLink } from './schemas/ModelLink';
|
|
421
440
|
export type { ModelListInfraRequest } from './schemas/ModelListInfraRequest';
|
|
422
441
|
export type { ModelListInfraResponse } from './schemas/ModelListInfraResponse';
|
|
423
|
-
export type {
|
|
424
|
-
export type {
|
|
442
|
+
export type { ModelMaintainer } from './schemas/ModelMaintainer';
|
|
443
|
+
export type { ModelMetadata } from './schemas/ModelMetadata';
|
|
444
|
+
export type { ModelPackageInformation } from './schemas/ModelPackageInformation';
|
|
425
445
|
export type { ModelProbeMap } from './schemas/ModelProbeMap';
|
|
426
|
-
export type {
|
|
446
|
+
export type { ModelProvider } from './schemas/ModelProvider';
|
|
427
447
|
export type { ModelReRunChaosWorkflowResponse } from './schemas/ModelReRunChaosWorkflowResponse';
|
|
428
448
|
export type { ModelRecentWorkflowRun } from './schemas/ModelRecentWorkflowRun';
|
|
429
449
|
export type { ModelRecurrence } from './schemas/ModelRecurrence';
|
|
@@ -433,6 +453,7 @@ export type { ModelRuleDetails } from './schemas/ModelRuleDetails';
|
|
|
433
453
|
export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance';
|
|
434
454
|
export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
|
|
435
455
|
export type { ModelSecurityGovernancePhase } from './schemas/ModelSecurityGovernancePhase';
|
|
456
|
+
export type { ModelSpec } from './schemas/ModelSpec';
|
|
436
457
|
export type { ModelTimeWindow } from './schemas/ModelTimeWindow';
|
|
437
458
|
export type { ModelUpdateStatus } from './schemas/ModelUpdateStatus';
|
|
438
459
|
export type { ModelUpgrade } from './schemas/ModelUpgrade';
|
|
@@ -456,24 +477,42 @@ export type { PipelinesChaosPipelineInput } from './schemas/PipelinesChaosPipeli
|
|
|
456
477
|
export type { PipelinesCreatePipelineResponse } from './schemas/PipelinesCreatePipelineResponse';
|
|
457
478
|
export type { PipelinesExperimentSpec } from './schemas/PipelinesExperimentSpec';
|
|
458
479
|
export type { ProbeAuthorization } from './schemas/ProbeAuthorization';
|
|
480
|
+
export type { ProbeAuthorizationTemplate } from './schemas/ProbeAuthorizationTemplate';
|
|
481
|
+
export type { ProbeCmdProbeTemplate } from './schemas/ProbeCmdProbeTemplate';
|
|
459
482
|
export type { ProbeComparator } from './schemas/ProbeComparator';
|
|
483
|
+
export type { ProbeComparatorTemplate } from './schemas/ProbeComparatorTemplate';
|
|
460
484
|
export type { ProbeDatadogMetrics } from './schemas/ProbeDatadogMetrics';
|
|
485
|
+
export type { ProbeDatadogMetricsTemplate } from './schemas/ProbeDatadogMetricsTemplate';
|
|
461
486
|
export type { ProbeDatadogProbe } from './schemas/ProbeDatadogProbe';
|
|
462
|
-
export type {
|
|
487
|
+
export type { ProbeDatadogProbeTemplate } from './schemas/ProbeDatadogProbeTemplate';
|
|
488
|
+
export type { ProbeDynatraceMetricsTemplate } from './schemas/ProbeDynatraceMetricsTemplate';
|
|
463
489
|
export type { ProbeDynatraceProbe } from './schemas/ProbeDynatraceProbe';
|
|
464
|
-
export type {
|
|
465
|
-
export type {
|
|
490
|
+
export type { ProbeDynatraceProbeTemplate } from './schemas/ProbeDynatraceProbeTemplate';
|
|
491
|
+
export type { ProbeEvaluationWindow } from './schemas/ProbeEvaluationWindow';
|
|
492
|
+
export type { ProbeEvaluationWindowTemplate } from './schemas/ProbeEvaluationWindowTemplate';
|
|
466
493
|
export type { ProbeHttpProbe } from './schemas/ProbeHttpProbe';
|
|
494
|
+
export type { ProbeHttpProbeTemplate } from './schemas/ProbeHttpProbeTemplate';
|
|
495
|
+
export type { ProbeInfrastructureType } from './schemas/ProbeInfrastructureType';
|
|
467
496
|
export type { ProbeK8SProbe } from './schemas/ProbeK8SProbe';
|
|
497
|
+
export type { ProbeK8SProbeTemplate } from './schemas/ProbeK8SProbeTemplate';
|
|
468
498
|
export type { ProbeKubernetesCmdProbe } from './schemas/ProbeKubernetesCmdProbe';
|
|
469
499
|
export type { ProbeLinuxCmdProbe } from './schemas/ProbeLinuxCmdProbe';
|
|
470
500
|
export type { ProbeMethod } from './schemas/ProbeMethod';
|
|
501
|
+
export type { ProbeMethodTemplate } from './schemas/ProbeMethodTemplate';
|
|
471
502
|
export type { ProbeMetrics } from './schemas/ProbeMetrics';
|
|
472
|
-
export type {
|
|
503
|
+
export type { ProbeProbeTemplateProperties } from './schemas/ProbeProbeTemplateProperties';
|
|
504
|
+
export type { ProbeProbeTemplateRunProperties } from './schemas/ProbeProbeTemplateRunProperties';
|
|
505
|
+
export type { ProbeProbeType } from './schemas/ProbeProbeType';
|
|
473
506
|
export type { ProbePromProbe } from './schemas/ProbePromProbe';
|
|
507
|
+
export type { ProbePromProbeTemplate } from './schemas/ProbePromProbeTemplate';
|
|
474
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';
|
|
475
512
|
export type { ProbeSyntheticsTest } from './schemas/ProbeSyntheticsTest';
|
|
513
|
+
export type { ProbeSyntheticsTestTemplate } from './schemas/ProbeSyntheticsTestTemplate';
|
|
476
514
|
export type { ProbeTlsConfig } from './schemas/ProbeTlsConfig';
|
|
515
|
+
export type { ProbeTlsConfigTemplate } from './schemas/ProbeTlsConfigTemplate';
|
|
477
516
|
export type { ResourceQuantity } from './schemas/ResourceQuantity';
|
|
478
517
|
export type { SecurityGovernanceApplicationSpec } from './schemas/SecurityGovernanceApplicationSpec';
|
|
479
518
|
export type { SecurityGovernanceChaosServiceAccountSpec } from './schemas/SecurityGovernanceChaosServiceAccountSpec';
|
|
@@ -507,8 +546,8 @@ export type { TemplateVariableCategory } from './schemas/TemplateVariableCategor
|
|
|
507
546
|
export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
|
|
508
547
|
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
509
548
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
510
|
-
export type {
|
|
511
|
-
export type {
|
|
549
|
+
export type { TypesApplication } from './schemas/TypesApplication';
|
|
550
|
+
export type { TypesCleanupPolicy } from './schemas/TypesCleanupPolicy';
|
|
512
551
|
export type { TypesConfigMap } from './schemas/TypesConfigMap';
|
|
513
552
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
514
553
|
export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
|
|
@@ -516,9 +555,7 @@ export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGameday
|
|
|
516
555
|
export type { TypesCreateNoteRequest } from './schemas/TypesCreateNoteRequest';
|
|
517
556
|
export type { TypesCreateNoteResponse } from './schemas/TypesCreateNoteResponse';
|
|
518
557
|
export type { TypesCreateProbeResponse } from './schemas/TypesCreateProbeResponse';
|
|
519
|
-
export type { TypesDatadogProbe } from './schemas/TypesDatadogProbe';
|
|
520
558
|
export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
|
|
521
|
-
export type { TypesDynatraceProbe } from './schemas/TypesDynatraceProbe';
|
|
522
559
|
export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
|
|
523
560
|
export type { TypesExperimentComponents } from './schemas/TypesExperimentComponents';
|
|
524
561
|
export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
|
|
@@ -528,29 +565,22 @@ export type { TypesExperimentRequest } from './schemas/TypesExperimentRequest';
|
|
|
528
565
|
export type { TypesExperimentRunRequest } from './schemas/TypesExperimentRunRequest';
|
|
529
566
|
export type { TypesExperimentRuns } from './schemas/TypesExperimentRuns';
|
|
530
567
|
export type { TypesExperimentV2 } from './schemas/TypesExperimentV2';
|
|
531
|
-
export type { TypesFault } from './schemas/TypesFault';
|
|
532
|
-
export type { TypesFaultRef } from './schemas/TypesFaultRef';
|
|
533
568
|
export type { TypesGamedayInfraDetails } from './schemas/TypesGamedayInfraDetails';
|
|
534
569
|
export type { TypesGamedayV2 } from './schemas/TypesGamedayV2';
|
|
535
|
-
export type { TypesGet } from './schemas/TypesGet';
|
|
536
570
|
export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGamedayExperimentResponse';
|
|
537
571
|
export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
|
|
538
572
|
export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
|
|
539
|
-
export type { TypesHeaders } from './schemas/TypesHeaders';
|
|
540
573
|
export type { TypesHostFile } from './schemas/TypesHostFile';
|
|
541
|
-
export type {
|
|
574
|
+
export type { TypesImportProbeTemplateRequest } from './schemas/TypesImportProbeTemplateRequest';
|
|
542
575
|
export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
|
|
543
576
|
export type { TypesInternalExperimentRunRequest } from './schemas/TypesInternalExperimentRunRequest';
|
|
544
|
-
export type { TypesK8SProbe } from './schemas/TypesK8SProbe';
|
|
545
577
|
export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
|
|
546
578
|
export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
|
|
547
579
|
export type { TypesListGamedayRunV2Response } from './schemas/TypesListGamedayRunV2Response';
|
|
548
580
|
export type { TypesListGamedayV2Response } from './schemas/TypesListGamedayV2Response';
|
|
549
581
|
export type { TypesListProbeResponse } from './schemas/TypesListProbeResponse';
|
|
550
|
-
export type { TypesMethod } from './schemas/TypesMethod';
|
|
551
582
|
export type { TypesNote } from './schemas/TypesNote';
|
|
552
583
|
export type { TypesNotes } from './schemas/TypesNotes';
|
|
553
|
-
export type { TypesPost } from './schemas/TypesPost';
|
|
554
584
|
export type { TypesPrerequisite } from './schemas/TypesPrerequisite';
|
|
555
585
|
export type { TypesPrerequisiteForRun } from './schemas/TypesPrerequisiteForRun';
|
|
556
586
|
export type { TypesProbeBulkEnableRequest } from './schemas/TypesProbeBulkEnableRequest';
|
|
@@ -558,16 +588,13 @@ export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecu
|
|
|
558
588
|
export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
|
|
559
589
|
export type { TypesProbeType } from './schemas/TypesProbeType';
|
|
560
590
|
export type { TypesProjectedVolumes } from './schemas/TypesProjectedVolumes';
|
|
561
|
-
export type { TypesPromProbe } from './schemas/TypesPromProbe';
|
|
562
591
|
export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
|
|
563
592
|
export type { TypesRun } from './schemas/TypesRun';
|
|
564
|
-
export type { TypesRunProperties } from './schemas/TypesRunProperties';
|
|
565
593
|
export type { TypesScenarioType } from './schemas/TypesScenarioType';
|
|
566
594
|
export type { TypesSecret } from './schemas/TypesSecret';
|
|
567
595
|
export type { TypesSecurityContext } from './schemas/TypesSecurityContext';
|
|
568
596
|
export type { TypesSelector } from './schemas/TypesSelector';
|
|
569
597
|
export type { TypesSidecar } from './schemas/TypesSidecar';
|
|
570
|
-
export type { TypesSloProbe } from './schemas/TypesSloProbe';
|
|
571
598
|
export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
|
|
572
599
|
export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
|
|
573
600
|
export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
|
|
@@ -714,18 +741,6 @@ export type { V1VolumeMount } from './schemas/V1VolumeMount';
|
|
|
714
741
|
export type { V1VolumeProjection } from './schemas/V1VolumeProjection';
|
|
715
742
|
export type { V1VsphereVirtualDiskVolumeSource } from './schemas/V1VsphereVirtualDiskVolumeSource';
|
|
716
743
|
export type { V1WindowsSecurityContextOptions } from './schemas/V1WindowsSecurityContextOptions';
|
|
717
|
-
export type { V1alpha1ConfigMapKeySelector } from './schemas/V1alpha1ConfigMapKeySelector';
|
|
718
|
-
export type { V1alpha1ConfigMapVolumeSource } from './schemas/V1alpha1ConfigMapVolumeSource';
|
|
719
|
-
export type { V1alpha1EnvVar } from './schemas/V1alpha1EnvVar';
|
|
720
|
-
export type { V1alpha1EnvVarSource } from './schemas/V1alpha1EnvVarSource';
|
|
721
|
-
export type { V1alpha1KeyToPath } from './schemas/V1alpha1KeyToPath';
|
|
722
|
-
export type { V1alpha1ObjectFieldSelector } from './schemas/V1alpha1ObjectFieldSelector';
|
|
723
|
-
export type { V1alpha1SecretKeySelector } from './schemas/V1alpha1SecretKeySelector';
|
|
724
|
-
export type { V1alpha1SecretVolumeSource } from './schemas/V1alpha1SecretVolumeSource';
|
|
725
|
-
export type { V1alpha1SourceDetails } from './schemas/V1alpha1SourceDetails';
|
|
726
|
-
export type { V1alpha1TargetDetails } from './schemas/V1alpha1TargetDetails';
|
|
727
|
-
export type { V1alpha1Targets } from './schemas/V1alpha1Targets';
|
|
728
|
-
export type { V1alpha1Volume } from './schemas/V1alpha1Volume';
|
|
729
744
|
export type { V2OnboardingAgentData } from './schemas/V2OnboardingAgentData';
|
|
730
745
|
export type { V2OnboardingAgentDetails } from './schemas/V2OnboardingAgentDetails';
|
|
731
746
|
export type { V2OnboardingAutoCreatedNetworkMapStatus } from './schemas/V2OnboardingAutoCreatedNetworkMapStatus';
|
|
@@ -4,23 +4,24 @@ export { bulkExperimentTagAdd, useBulkExperimentTagAddMutation, } from './hooks/
|
|
|
4
4
|
export { canRetryExperimentCreation, useCanRetryExperimentCreationQuery, } from './hooks/useCanRetryExperimentCreationQuery';
|
|
5
5
|
export { createAction, useCreateActionMutation } from './hooks/useCreateActionMutation';
|
|
6
6
|
export { createActionTemplate, useCreateActionTemplateMutation, } from './hooks/useCreateActionTemplateMutation';
|
|
7
|
-
export { createChaosExperimentExecutionNode, useCreateChaosExperimentExecutionNodeMutation, } from './hooks/useCreateChaosExperimentExecutionNodeMutation';
|
|
8
7
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
9
8
|
export { createChaosHub, useCreateChaosHubMutation } from './hooks/useCreateChaosHubMutation';
|
|
10
9
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
11
10
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
12
11
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
13
12
|
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
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';
|
|
22
|
+
export { deleteProbeTemplate, useDeleteProbeTemplateMutation, } from './hooks/useDeleteProbeTemplateMutation';
|
|
21
23
|
export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
22
24
|
export { enableProbe, useEnableProbeMutation } from './hooks/useEnableProbeMutation';
|
|
23
|
-
export { experimentExecutionNodeDetails, useExperimentExecutionNodeDetailsQuery, } from './hooks/useExperimentExecutionNodeDetailsQuery';
|
|
24
25
|
export { getAccountServiceDetails, useGetAccountServiceDetailsQuery, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
25
26
|
export { getAccountServiceUsageStats, useGetAccountServiceUsageStatsQuery, } from './hooks/useGetAccountServiceUsageStatsQuery';
|
|
26
27
|
export { getActionManifest, useGetActionManifestQuery } from './hooks/useGetActionManifestQuery';
|
|
@@ -30,8 +31,6 @@ export { getActionTemplateRevisionDifference, useGetActionTemplateRevisionDiffer
|
|
|
30
31
|
export { getChaosDashboard, useGetChaosDashboardQuery } from './hooks/useGetChaosDashboardQuery';
|
|
31
32
|
export { getChaosExperimentRunReport, useGetChaosExperimentRunReportQuery, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
32
33
|
export { getChaosHub, useGetChaosHubQuery } from './hooks/useGetChaosHubQuery';
|
|
33
|
-
export { getChaosPipelineExecution, useGetChaosPipelineExecutionQuery, } from './hooks/useGetChaosPipelineExecutionQuery';
|
|
34
|
-
export { getChaosPipelineStepDetails, useGetChaosPipelineStepDetailsQuery, } from './hooks/useGetChaosPipelineStepDetailsQuery';
|
|
35
34
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
36
35
|
export { getChaosV2ExperimentRunInternalApi, useGetChaosV2ExperimentRunInternalApiMutation, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
37
36
|
export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
|
|
@@ -53,6 +52,7 @@ export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './h
|
|
|
53
52
|
export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
|
|
54
53
|
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
55
54
|
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
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,6 +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 { importProbe, useImportProbeMutation } from './hooks/useImportProbeMutation';
|
|
64
65
|
export { listActionTemplate, useListActionTemplateQuery } from './hooks/useListActionTemplateQuery';
|
|
65
66
|
export { listActionTemplateRevisions, useListActionTemplateRevisionsQuery, } from './hooks/useListActionTemplateRevisionsQuery';
|
|
66
67
|
export { listActions, useListActionsQuery } from './hooks/useListActionsQuery';
|
|
@@ -69,6 +70,7 @@ export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hoo
|
|
|
69
70
|
export { listChaosHub, useListChaosHubQuery } from './hooks/useListChaosHubQuery';
|
|
70
71
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
71
72
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
73
|
+
export { listFault, useListFaultQuery } from './hooks/useListFaultQuery';
|
|
72
74
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
73
75
|
export { listFaultTemplateRevisions, useListFaultTemplateRevisionsQuery, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
74
76
|
export { listFunction, useListFunctionQuery } from './hooks/useListFunctionQuery';
|
|
@@ -78,12 +80,14 @@ export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarne
|
|
|
78
80
|
export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
|
|
79
81
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
80
82
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
83
|
+
export { listProbeTemplate, useListProbeTemplateQuery } from './hooks/useListProbeTemplateQuery';
|
|
81
84
|
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
82
85
|
export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
|
|
83
86
|
export { listTargetNetworkMaps, useListTargetNetworkMapsQuery, } from './hooks/useListTargetNetworkMapsQuery';
|
|
84
87
|
export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
|
|
85
88
|
export { listVariablesInActionTemplate, useListVariablesInActionTemplateQuery, } from './hooks/useListVariablesInActionTemplateQuery';
|
|
86
89
|
export { listVariablesInFaultTemplate, useListVariablesInFaultTemplateQuery, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
90
|
+
export { listVariablesInProbeTemplate, useListVariablesInProbeTemplateQuery, } from './hooks/useListVariablesInProbeTemplateQuery';
|
|
87
91
|
export { onboardingConfirmDiscovery, useOnboardingConfirmDiscoveryMutation, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
88
92
|
export { onboardingConfirmExperimentCreation, useOnboardingConfirmExperimentCreationMutation, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
89
93
|
export { onboardingConfirmExperimentRun, useOnboardingConfirmExperimentRunMutation, } from './hooks/useOnboardingConfirmExperimentRunMutation';
|
|
@@ -97,7 +101,6 @@ export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hook
|
|
|
97
101
|
export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
98
102
|
export { updateAction, useUpdateActionMutation } from './hooks/useUpdateActionMutation';
|
|
99
103
|
export { updateActionTemplate, useUpdateActionTemplateMutation, } from './hooks/useUpdateActionTemplateMutation';
|
|
100
|
-
export { updateChaosExperimentExecutionNode, useUpdateChaosExperimentExecutionNodeMutation, } from './hooks/useUpdateChaosExperimentExecutionNodeMutation';
|
|
101
104
|
export { updateChaosHub, useUpdateChaosHubMutation } from './hooks/useUpdateChaosHubMutation';
|
|
102
105
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
103
106
|
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
@@ -109,3 +112,4 @@ export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV
|
|
|
109
112
|
export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
|
|
110
113
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
111
114
|
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
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 +1 @@
|
|
|
1
|
-
export type ChaosExecutionNodesChaosStepStatus = 'COMPLETED' | 'FAILED' | 'PENDING' | 'RUNNING' | 'STOPPED';
|
|
1
|
+
export type ChaosExecutionNodesChaosStepStatus = 'COMPLETED' | 'FAILED' | 'PENDING' | 'RUNNING' | 'SKIPPED' | 'STOPPED';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ChaosExecutionNodesFaultDetails } from '../schemas/ChaosExecutionNodesFaultDetails';
|
|
2
2
|
import type { ChaosExecutionNodesHelperPodDetails } from '../schemas/ChaosExecutionNodesHelperPodDetails';
|
|
3
3
|
export interface ChaosExecutionNodesFaultData {
|
|
4
|
-
faultDetails?:
|
|
4
|
+
faultDetails?: ChaosExecutionNodesFaultDetails;
|
|
5
5
|
helperPodDetails?: ChaosExecutionNodesHelperPodDetails[];
|
|
6
6
|
name?: string;
|
|
7
7
|
namespace?: string;
|
|
@@ -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;
|