@harnessio/react-chaos-manager-client 0.2.0 → 0.4.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/index.d.ts +1 -1
- package/dist/chaos-manager/src/index.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListServiceQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListServiceQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +171 -35
- package/dist/chaos-manager/src/services/index.js +5 -0
- package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
- package/dist/{fetcher → custom-fetcher}/index.d.ts +6 -1
- package/dist/{fetcher → custom-fetcher}/index.js +8 -22
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/helpers.d.ts +0 -14
- /package/dist/chaos-manager/src/services/{helpers.js → requestBodies/TypesProbeRequestRequestBody.js} +0 -0
|
@@ -1,22 +1,26 @@
|
|
|
1
1
|
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
2
|
import type { ApiRestError } from '../schemas/ApiRestError';
|
|
3
3
|
import type { TypesUpdateNoteRequest } from '../schemas/TypesUpdateNoteRequest';
|
|
4
|
-
import
|
|
5
|
-
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
4
|
+
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
6
5
|
export interface UpdateNoteMutationQueryParams {
|
|
7
6
|
accountIdentifier: string;
|
|
8
7
|
organizationIdentifier: string;
|
|
9
8
|
projectIdentifier: string;
|
|
10
9
|
}
|
|
11
10
|
export type UpdateNoteRequestBody = TypesUpdateNoteRequest;
|
|
12
|
-
export type UpdateNoteOkResponse =
|
|
11
|
+
export type UpdateNoteOkResponse = string;
|
|
13
12
|
export type UpdateNoteErrorResponse = ApiRestError;
|
|
14
13
|
export interface UpdateNoteProps extends Omit<FetcherOptions<UpdateNoteMutationQueryParams, UpdateNoteRequestBody>, 'url'> {
|
|
15
14
|
queryParams: UpdateNoteMutationQueryParams;
|
|
16
15
|
body: UpdateNoteRequestBody;
|
|
17
16
|
}
|
|
18
|
-
export
|
|
17
|
+
export interface UpdateNoteResponseContainer {
|
|
18
|
+
body: UpdateNoteOkResponse;
|
|
19
|
+
headers: Headers;
|
|
20
|
+
}
|
|
21
|
+
export declare function updateNote(props: UpdateNoteProps): Promise<UpdateNoteResponseContainer>;
|
|
22
|
+
export type UpdateNoteMutationProps<T extends keyof UpdateNoteProps> = Omit<UpdateNoteProps, T> & Partial<Pick<UpdateNoteProps, T>>;
|
|
19
23
|
/**
|
|
20
24
|
* Update a resource note
|
|
21
25
|
*/
|
|
22
|
-
export declare function useUpdateNoteMutation(options?: Omit<UseMutationOptions<
|
|
26
|
+
export declare function useUpdateNoteMutation<T extends keyof UpdateNoteProps>(props: Pick<Partial<UpdateNoteProps>, T>, options?: Omit<UseMutationOptions<UpdateNoteResponseContainer, UpdateNoteErrorResponse, UpdateNoteMutationProps<T>>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<UpdateNoteResponseContainer, ApiRestError, UpdateNoteMutationProps<T>, unknown>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
3
|
// Please do not modify this code directly.
|
|
4
4
|
import { useMutation } from '@tanstack/react-query';
|
|
5
|
-
import { fetcher } from '../../../../fetcher/index.js';
|
|
5
|
+
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
6
|
export function updateNote(props) {
|
|
7
7
|
return fetcher(Object.assign({ url: `/rest/v2/note`, method: 'PATCH' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* Update a resource note
|
|
11
11
|
*/
|
|
12
|
-
export function useUpdateNoteMutation(options) {
|
|
13
|
-
return useMutation((mutateProps) => updateNote(mutateProps), options);
|
|
12
|
+
export function useUpdateNoteMutation(props, options) {
|
|
13
|
+
return useMutation((mutateProps) => updateNote(Object.assign(Object.assign({}, props), mutateProps)), options);
|
|
14
14
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { TypesCreateProbeResponse } from '../schemas/TypesCreateProbeResponse';
|
|
3
|
+
import type { ApiRestError } from '../schemas/ApiRestError';
|
|
4
|
+
import type { TypesProbeRequestRequestBody } from '../requestBodies/TypesProbeRequestRequestBody';
|
|
5
|
+
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export interface UpdateProbeMutationPathParams {
|
|
7
|
+
probeId: string;
|
|
8
|
+
}
|
|
9
|
+
export interface UpdateProbeMutationQueryParams {
|
|
10
|
+
accountIdentifier: string;
|
|
11
|
+
organizationIdentifier: string;
|
|
12
|
+
projectIdentifier: string;
|
|
13
|
+
}
|
|
14
|
+
export type UpdateProbeRequestBody = TypesProbeRequestRequestBody;
|
|
15
|
+
export type UpdateProbeOkResponse = TypesCreateProbeResponse;
|
|
16
|
+
export type UpdateProbeErrorResponse = ApiRestError;
|
|
17
|
+
export interface UpdateProbeProps extends UpdateProbeMutationPathParams, Omit<FetcherOptions<UpdateProbeMutationQueryParams, UpdateProbeRequestBody>, 'url'> {
|
|
18
|
+
queryParams: UpdateProbeMutationQueryParams;
|
|
19
|
+
body: UpdateProbeRequestBody;
|
|
20
|
+
}
|
|
21
|
+
export interface UpdateProbeResponseContainer {
|
|
22
|
+
body: UpdateProbeOkResponse;
|
|
23
|
+
headers: Headers;
|
|
24
|
+
}
|
|
25
|
+
export declare function updateProbe(props: UpdateProbeProps): Promise<UpdateProbeResponseContainer>;
|
|
26
|
+
export type UpdateProbeMutationProps<T extends keyof UpdateProbeProps> = Omit<UpdateProbeProps, T> & Partial<Pick<UpdateProbeProps, T>>;
|
|
27
|
+
/**
|
|
28
|
+
* Update a new probe with the specified configuration
|
|
29
|
+
*/
|
|
30
|
+
export declare function useUpdateProbeMutation<T extends keyof UpdateProbeProps>(props: Pick<Partial<UpdateProbeProps>, T>, options?: Omit<UseMutationOptions<UpdateProbeResponseContainer, UpdateProbeErrorResponse, UpdateProbeMutationProps<T>>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<UpdateProbeResponseContainer, ApiRestError, UpdateProbeMutationProps<T>, unknown>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../custom-fetcher/index.js';
|
|
6
|
+
export function updateProbe(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/rest/v2/probes/${props.probeId}`, method: 'PUT' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Update a new probe with the specified configuration
|
|
11
|
+
*/
|
|
12
|
+
export function useUpdateProbeMutation(props, options) {
|
|
13
|
+
return useMutation((mutateProps) => updateProbe(Object.assign(Object.assign({}, props), mutateProps)), options);
|
|
14
|
+
}
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
export type {
|
|
2
|
-
export type { AddNoteErrorResponse, AddNoteMutationQueryParams, AddNoteOkResponse, AddNoteProps, AddNoteRequestBody, } from './hooks/useAddNoteMutation';
|
|
1
|
+
export type { AddNoteErrorResponse, AddNoteMutationProps, AddNoteMutationQueryParams, AddNoteOkResponse, AddNoteProps, AddNoteRequestBody, } from './hooks/useAddNoteMutation';
|
|
3
2
|
export { addNote, useAddNoteMutation } from './hooks/useAddNoteMutation';
|
|
4
|
-
export type { BulkExperimentDeleteErrorResponse, BulkExperimentDeleteMutationQueryParams, BulkExperimentDeleteOkResponse, BulkExperimentDeleteProps, BulkExperimentDeleteRequestBody, } from './hooks/useBulkExperimentDeleteMutation';
|
|
3
|
+
export type { BulkExperimentDeleteErrorResponse, BulkExperimentDeleteMutationProps, BulkExperimentDeleteMutationQueryParams, BulkExperimentDeleteOkResponse, BulkExperimentDeleteProps, BulkExperimentDeleteRequestBody, } from './hooks/useBulkExperimentDeleteMutation';
|
|
5
4
|
export { bulkExperimentDelete, useBulkExperimentDeleteMutation, } from './hooks/useBulkExperimentDeleteMutation';
|
|
6
|
-
export type { BulkExperimentTagAddErrorResponse, BulkExperimentTagAddMutationQueryParams, BulkExperimentTagAddOkResponse, BulkExperimentTagAddProps, BulkExperimentTagAddRequestBody, } from './hooks/useBulkExperimentTagAddMutation';
|
|
5
|
+
export type { BulkExperimentTagAddErrorResponse, BulkExperimentTagAddMutationProps, BulkExperimentTagAddMutationQueryParams, BulkExperimentTagAddOkResponse, BulkExperimentTagAddProps, BulkExperimentTagAddRequestBody, } from './hooks/useBulkExperimentTagAddMutation';
|
|
7
6
|
export { bulkExperimentTagAdd, useBulkExperimentTagAddMutation, } from './hooks/useBulkExperimentTagAddMutation';
|
|
8
7
|
export type { CanRetryExperimentCreationErrorResponse, CanRetryExperimentCreationOkResponse, CanRetryExperimentCreationProps, CanRetryExperimentCreationQueryPathParams, CanRetryExperimentCreationQueryQueryParams, } from './hooks/useCanRetryExperimentCreationQuery';
|
|
9
8
|
export { canRetryExperimentCreation, useCanRetryExperimentCreationQuery, } from './hooks/useCanRetryExperimentCreationQuery';
|
|
10
|
-
export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentPipelineMutationQueryParams, CreateChaosExperimentPipelineOkResponse, CreateChaosExperimentPipelineProps, CreateChaosExperimentPipelineRequestBody, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
9
|
+
export type { CreateChaosExperimentPipelineErrorResponse, CreateChaosExperimentPipelineMutationProps, CreateChaosExperimentPipelineMutationQueryParams, CreateChaosExperimentPipelineOkResponse, CreateChaosExperimentPipelineProps, CreateChaosExperimentPipelineRequestBody, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
11
10
|
export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation, } from './hooks/useCreateChaosExperimentPipelineMutation';
|
|
12
|
-
export type { CreateGamedayRunV2ErrorResponse, CreateGamedayRunV2MutationPathParams, CreateGamedayRunV2MutationQueryParams, CreateGamedayRunV2OkResponse, CreateGamedayRunV2Props, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
11
|
+
export type { CreateGamedayRunV2ErrorResponse, CreateGamedayRunV2MutationPathParams, CreateGamedayRunV2MutationProps, CreateGamedayRunV2MutationQueryParams, CreateGamedayRunV2OkResponse, CreateGamedayRunV2Props, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
13
12
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
14
|
-
export type { CreateGamedayV2ErrorResponse, CreateGamedayV2MutationQueryParams, CreateGamedayV2OkResponse, CreateGamedayV2Props, CreateGamedayV2RequestBody, } from './hooks/useCreateGamedayV2Mutation';
|
|
13
|
+
export type { CreateGamedayV2ErrorResponse, CreateGamedayV2MutationProps, CreateGamedayV2MutationQueryParams, CreateGamedayV2OkResponse, CreateGamedayV2Props, CreateGamedayV2RequestBody, } from './hooks/useCreateGamedayV2Mutation';
|
|
15
14
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
16
|
-
export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, CreateInputSetMutationQueryParams, CreateInputSetOkResponse, CreateInputSetProps, CreateInputSetRequestBody, } from './hooks/useCreateInputSetMutation';
|
|
15
|
+
export type { CreateInputSetErrorResponse, CreateInputSetMutationPathParams, CreateInputSetMutationProps, CreateInputSetMutationQueryParams, CreateInputSetOkResponse, CreateInputSetProps, CreateInputSetRequestBody, } from './hooks/useCreateInputSetMutation';
|
|
17
16
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
18
|
-
export type {
|
|
17
|
+
export type { CreateProbeErrorResponse, CreateProbeMutationProps, CreateProbeMutationQueryParams, CreateProbeOkResponse, CreateProbeProps, CreateProbeRequestBody, } from './hooks/useCreateProbeMutation';
|
|
18
|
+
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
19
|
+
export type { CreateV2OnboardingErrorResponse, CreateV2OnboardingMutationProps, CreateV2OnboardingMutationQueryParams, CreateV2OnboardingOkResponse, CreateV2OnboardingProps, CreateV2OnboardingRequestBody, } from './hooks/useCreateV2OnboardingMutation';
|
|
19
20
|
export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
|
|
20
|
-
export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
21
|
+
export type { DeleteChaosV2ExperimentErrorResponse, DeleteChaosV2ExperimentMutationPathParams, DeleteChaosV2ExperimentMutationProps, DeleteChaosV2ExperimentMutationQueryParams, DeleteChaosV2ExperimentOkResponse, DeleteChaosV2ExperimentProps, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
21
22
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
22
|
-
export type { DeleteGamedayV2ErrorResponse, DeleteGamedayV2MutationPathParams, DeleteGamedayV2MutationQueryParams, DeleteGamedayV2OkResponse, DeleteGamedayV2Props, } from './hooks/useDeleteGamedayV2Mutation';
|
|
23
|
+
export type { DeleteGamedayV2ErrorResponse, DeleteGamedayV2MutationPathParams, DeleteGamedayV2MutationProps, DeleteGamedayV2MutationQueryParams, DeleteGamedayV2OkResponse, DeleteGamedayV2Props, } from './hooks/useDeleteGamedayV2Mutation';
|
|
23
24
|
export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGamedayV2Mutation';
|
|
24
|
-
export type { DeleteInfraV2ErrorResponse, DeleteInfraV2MutationPathParams, DeleteInfraV2MutationQueryParams, DeleteInfraV2OkResponse, DeleteInfraV2Props, } from './hooks/useDeleteInfraV2Mutation';
|
|
25
|
+
export type { DeleteInfraV2ErrorResponse, DeleteInfraV2MutationPathParams, DeleteInfraV2MutationProps, DeleteInfraV2MutationQueryParams, DeleteInfraV2OkResponse, DeleteInfraV2Props, } from './hooks/useDeleteInfraV2Mutation';
|
|
25
26
|
export { deleteInfraV2, useDeleteInfraV2Mutation } from './hooks/useDeleteInfraV2Mutation';
|
|
26
|
-
export type { DeleteInputSetErrorResponse, DeleteInputSetMutationPathParams, DeleteInputSetMutationQueryParams, DeleteInputSetOkResponse, DeleteInputSetProps, } from './hooks/useDeleteInputSetMutation';
|
|
27
|
+
export type { DeleteInputSetErrorResponse, DeleteInputSetMutationPathParams, DeleteInputSetMutationProps, DeleteInputSetMutationQueryParams, DeleteInputSetOkResponse, DeleteInputSetProps, } from './hooks/useDeleteInputSetMutation';
|
|
27
28
|
export { deleteInputSet, useDeleteInputSetMutation } from './hooks/useDeleteInputSetMutation';
|
|
28
|
-
export type { DeleteTargetNetworkMapErrorResponse, DeleteTargetNetworkMapMutationPathParams, DeleteTargetNetworkMapMutationQueryParams, DeleteTargetNetworkMapOkResponse, DeleteTargetNetworkMapProps, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
29
|
+
export type { DeleteTargetNetworkMapErrorResponse, DeleteTargetNetworkMapMutationPathParams, DeleteTargetNetworkMapMutationProps, DeleteTargetNetworkMapMutationQueryParams, DeleteTargetNetworkMapOkResponse, DeleteTargetNetworkMapProps, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
29
30
|
export { deleteTargetNetworkMap, useDeleteTargetNetworkMapMutation, } from './hooks/useDeleteTargetNetworkMapMutation';
|
|
30
31
|
export type { GetAccountServiceDetailsErrorResponse, GetAccountServiceDetailsOkResponse, GetAccountServiceDetailsProps, GetAccountServiceDetailsQueryPathParams, GetAccountServiceDetailsQueryQueryParams, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
31
32
|
export { getAccountServiceDetails, useGetAccountServiceDetailsQuery, } from './hooks/useGetAccountServiceDetailsQuery';
|
|
@@ -67,17 +68,21 @@ export type { GetOnboardingExperimentsErrorResponse, GetOnboardingExperimentsOkR
|
|
|
67
68
|
export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './hooks/useGetOnboardingExperimentsQuery';
|
|
68
69
|
export type { GetOverallServiceUsageStatsErrorResponse, GetOverallServiceUsageStatsOkResponse, GetOverallServiceUsageStatsProps, GetOverallServiceUsageStatsQueryPathParams, GetOverallServiceUsageStatsQueryQueryParams, } from './hooks/useGetOverallServiceUsageStatsQuery';
|
|
69
70
|
export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
|
|
71
|
+
export type { GetProbeManifestErrorResponse, GetProbeManifestOkResponse, GetProbeManifestProps, GetProbeManifestQueryPathParams, GetProbeManifestQueryQueryParams, } from './hooks/useGetProbeManifestQuery';
|
|
72
|
+
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
73
|
+
export type { GetProbeErrorResponse, GetProbeOkResponse, GetProbeProps, GetProbeQueryPathParams, GetProbeQueryQueryParams, } from './hooks/useGetProbeQuery';
|
|
74
|
+
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
70
75
|
export type { GetResourceUsageErrorResponse, GetResourceUsageOkResponse, GetResourceUsageProps, } from './hooks/useGetResourceUsageQuery';
|
|
71
76
|
export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
|
|
72
77
|
export type { GetServiceResponseErrorResponse, GetServiceResponseOkResponse, GetServiceResponseProps, GetServiceResponseQueryPathParams, GetServiceResponseQueryQueryParams, } from './hooks/useGetServiceResponseQuery';
|
|
73
78
|
export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
|
|
74
79
|
export type { GetServiceUsageReportErrorResponse, GetServiceUsageReportOkResponse, GetServiceUsageReportProps, GetServiceUsageReportQueryPathParams, GetServiceUsageReportQueryQueryParams, } from './hooks/useGetServiceUsageReportQuery';
|
|
75
80
|
export { getServiceUsageReport, useGetServiceUsageReportQuery, } from './hooks/useGetServiceUsageReportQuery';
|
|
76
|
-
export type { GetSgpTemplateByGenAiErrorResponse, GetSgpTemplateByGenAiOkResponse, GetSgpTemplateByGenAiProps, } from './hooks/useGetSgpTemplateByGenAiMutation';
|
|
81
|
+
export type { GetSgpTemplateByGenAiErrorResponse, GetSgpTemplateByGenAiMutationProps, GetSgpTemplateByGenAiOkResponse, GetSgpTemplateByGenAiProps, } from './hooks/useGetSgpTemplateByGenAiMutation';
|
|
77
82
|
export { getSgpTemplateByGenAi, useGetSgpTemplateByGenAiMutation, } from './hooks/useGetSgpTemplateByGenAiMutation';
|
|
78
83
|
export type { GetTargetNetworkMapErrorResponse, GetTargetNetworkMapOkResponse, GetTargetNetworkMapProps, GetTargetNetworkMapQueryPathParams, GetTargetNetworkMapQueryQueryParams, } from './hooks/useGetTargetNetworkMapQuery';
|
|
79
84
|
export { getTargetNetworkMap, useGetTargetNetworkMapQuery, } from './hooks/useGetTargetNetworkMapQuery';
|
|
80
|
-
export type { GetV2InfrastructureYamlErrorResponse, GetV2InfrastructureYamlMutationQueryParams, GetV2InfrastructureYamlOkResponse, GetV2InfrastructureYamlProps, GetV2InfrastructureYamlRequestBody, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
85
|
+
export type { GetV2InfrastructureYamlErrorResponse, GetV2InfrastructureYamlMutationProps, GetV2InfrastructureYamlMutationQueryParams, GetV2InfrastructureYamlOkResponse, GetV2InfrastructureYamlProps, GetV2InfrastructureYamlRequestBody, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
81
86
|
export { getV2InfrastructureYaml, useGetV2InfrastructureYamlMutation, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
82
87
|
export type { GetV2OnboardingErrorResponse, GetV2OnboardingOkResponse, GetV2OnboardingProps, GetV2OnboardingQueryPathParams, GetV2OnboardingQueryQueryParams, } from './hooks/useGetV2OnboardingQuery';
|
|
83
88
|
export { getV2Onboarding, useGetV2OnboardingQuery } from './hooks/useGetV2OnboardingQuery';
|
|
@@ -101,8 +106,10 @@ export type { ListInfraV2ErrorResponse, ListInfraV2OkResponse, ListInfraV2Props,
|
|
|
101
106
|
export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
|
|
102
107
|
export type { ListInputSetErrorResponse, ListInputSetOkResponse, ListInputSetProps, ListInputSetQueryPathParams, ListInputSetQueryQueryParams, } from './hooks/useListInputSetQuery';
|
|
103
108
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
104
|
-
export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
|
|
109
|
+
export type { ListK8sInfrasV2ErrorResponse, ListK8sInfrasV2MutationProps, ListK8sInfrasV2MutationQueryParams, ListK8sInfrasV2OkResponse, ListK8sInfrasV2Props, ListK8sInfrasV2RequestBody, } from './hooks/useListK8sInfrasV2Mutation';
|
|
105
110
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
111
|
+
export type { ListProbesErrorResponse, ListProbesOkResponse, ListProbesProps, ListProbesQueryQueryParams, } from './hooks/useListProbesQuery';
|
|
112
|
+
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
106
113
|
export type { ListServiceErrorResponse, ListServiceOkResponse, ListServiceProps, ListServiceQueryPathParams, ListServiceQueryQueryParams, } from './hooks/useListServiceQuery';
|
|
107
114
|
export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
|
|
108
115
|
export type { ListTargetNetworkMapsErrorResponse, ListTargetNetworkMapsOkResponse, ListTargetNetworkMapsProps, ListTargetNetworkMapsQueryQueryParams, ListTargetNetworkMapsRequestBody, } from './hooks/useListTargetNetworkMapsQuery';
|
|
@@ -111,43 +118,46 @@ export type { ListV2OnboardingErrorResponse, ListV2OnboardingOkResponse, ListV2O
|
|
|
111
118
|
export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
|
|
112
119
|
export type { ListVariablesInFaultTemplateErrorResponse, ListVariablesInFaultTemplateOkResponse, ListVariablesInFaultTemplateProps, ListVariablesInFaultTemplateQueryPathParams, ListVariablesInFaultTemplateQueryQueryParams, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
113
120
|
export { listVariablesInFaultTemplate, useListVariablesInFaultTemplateQuery, } from './hooks/useListVariablesInFaultTemplateQuery';
|
|
114
|
-
export type { OnboardingConfirmDiscoveryErrorResponse, OnboardingConfirmDiscoveryMutationPathParams, OnboardingConfirmDiscoveryMutationQueryParams, OnboardingConfirmDiscoveryOkResponse, OnboardingConfirmDiscoveryProps, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
121
|
+
export type { OnboardingConfirmDiscoveryErrorResponse, OnboardingConfirmDiscoveryMutationPathParams, OnboardingConfirmDiscoveryMutationProps, OnboardingConfirmDiscoveryMutationQueryParams, OnboardingConfirmDiscoveryOkResponse, OnboardingConfirmDiscoveryProps, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
115
122
|
export { onboardingConfirmDiscovery, useOnboardingConfirmDiscoveryMutation, } from './hooks/useOnboardingConfirmDiscoveryMutation';
|
|
116
|
-
export type { OnboardingConfirmExperimentCreationErrorResponse, OnboardingConfirmExperimentCreationMutationPathParams, OnboardingConfirmExperimentCreationMutationQueryParams, OnboardingConfirmExperimentCreationOkResponse, OnboardingConfirmExperimentCreationProps, OnboardingConfirmExperimentCreationRequestBody, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
123
|
+
export type { OnboardingConfirmExperimentCreationErrorResponse, OnboardingConfirmExperimentCreationMutationPathParams, OnboardingConfirmExperimentCreationMutationProps, OnboardingConfirmExperimentCreationMutationQueryParams, OnboardingConfirmExperimentCreationOkResponse, OnboardingConfirmExperimentCreationProps, OnboardingConfirmExperimentCreationRequestBody, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
117
124
|
export { onboardingConfirmExperimentCreation, useOnboardingConfirmExperimentCreationMutation, } from './hooks/useOnboardingConfirmExperimentCreationMutation';
|
|
118
|
-
export type { OnboardingConfirmExperimentRunErrorResponse, OnboardingConfirmExperimentRunMutationPathParams, OnboardingConfirmExperimentRunMutationQueryParams, OnboardingConfirmExperimentRunOkResponse, OnboardingConfirmExperimentRunProps, } from './hooks/useOnboardingConfirmExperimentRunMutation';
|
|
125
|
+
export type { OnboardingConfirmExperimentRunErrorResponse, OnboardingConfirmExperimentRunMutationPathParams, OnboardingConfirmExperimentRunMutationProps, OnboardingConfirmExperimentRunMutationQueryParams, OnboardingConfirmExperimentRunOkResponse, OnboardingConfirmExperimentRunProps, } from './hooks/useOnboardingConfirmExperimentRunMutation';
|
|
119
126
|
export { onboardingConfirmExperimentRun, useOnboardingConfirmExperimentRunMutation, } from './hooks/useOnboardingConfirmExperimentRunMutation';
|
|
120
|
-
export type { OnboardingConfirmNetworkMapErrorResponse, OnboardingConfirmNetworkMapMutationPathParams, OnboardingConfirmNetworkMapMutationQueryParams, OnboardingConfirmNetworkMapOkResponse, OnboardingConfirmNetworkMapProps, OnboardingConfirmNetworkMapRequestBody, } from './hooks/useOnboardingConfirmNetworkMapMutation';
|
|
127
|
+
export type { OnboardingConfirmNetworkMapErrorResponse, OnboardingConfirmNetworkMapMutationPathParams, OnboardingConfirmNetworkMapMutationProps, OnboardingConfirmNetworkMapMutationQueryParams, OnboardingConfirmNetworkMapOkResponse, OnboardingConfirmNetworkMapProps, OnboardingConfirmNetworkMapRequestBody, } from './hooks/useOnboardingConfirmNetworkMapMutation';
|
|
121
128
|
export { onboardingConfirmNetworkMap, useOnboardingConfirmNetworkMapMutation, } from './hooks/useOnboardingConfirmNetworkMapMutation';
|
|
122
|
-
export type { RegisterInfraV2ErrorResponse, RegisterInfraV2MutationQueryParams, RegisterInfraV2OkResponse, RegisterInfraV2Props, RegisterInfraV2RequestBody, } from './hooks/useRegisterInfraV2Mutation';
|
|
129
|
+
export type { RegisterInfraV2ErrorResponse, RegisterInfraV2MutationProps, RegisterInfraV2MutationQueryParams, RegisterInfraV2OkResponse, RegisterInfraV2Props, RegisterInfraV2RequestBody, } from './hooks/useRegisterInfraV2Mutation';
|
|
123
130
|
export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegisterInfraV2Mutation';
|
|
124
|
-
export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutationPathParams, RetryExperimentCreationMutationQueryParams, RetryExperimentCreationOkResponse, RetryExperimentCreationProps, RetryExperimentCreationRequestBody, } from './hooks/useRetryExperimentCreationMutation';
|
|
131
|
+
export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutationPathParams, RetryExperimentCreationMutationProps, RetryExperimentCreationMutationQueryParams, RetryExperimentCreationOkResponse, RetryExperimentCreationProps, RetryExperimentCreationRequestBody, } from './hooks/useRetryExperimentCreationMutation';
|
|
125
132
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
126
|
-
export type { RunChaosV2ExperimentErrorResponse, RunChaosV2ExperimentMutationPathParams, RunChaosV2ExperimentMutationQueryParams, RunChaosV2ExperimentOkResponse, RunChaosV2ExperimentProps, RunChaosV2ExperimentRequestBody, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
133
|
+
export type { RunChaosV2ExperimentErrorResponse, RunChaosV2ExperimentMutationPathParams, RunChaosV2ExperimentMutationProps, RunChaosV2ExperimentMutationQueryParams, RunChaosV2ExperimentOkResponse, RunChaosV2ExperimentProps, RunChaosV2ExperimentRequestBody, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
127
134
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
128
|
-
export type { SaveChaosV2ExperimentErrorResponse, SaveChaosV2ExperimentMutationQueryParams, SaveChaosV2ExperimentOkResponse, SaveChaosV2ExperimentProps, SaveChaosV2ExperimentRequestBody, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
135
|
+
export type { SaveChaosV2ExperimentErrorResponse, SaveChaosV2ExperimentMutationProps, SaveChaosV2ExperimentMutationQueryParams, SaveChaosV2ExperimentOkResponse, SaveChaosV2ExperimentProps, SaveChaosV2ExperimentRequestBody, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
129
136
|
export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
130
|
-
export type { StopChaosV2ExperimentErrorResponse, StopChaosV2ExperimentMutationPathParams, StopChaosV2ExperimentMutationQueryParams, StopChaosV2ExperimentOkResponse, StopChaosV2ExperimentProps, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
137
|
+
export type { StopChaosV2ExperimentErrorResponse, StopChaosV2ExperimentMutationPathParams, StopChaosV2ExperimentMutationProps, StopChaosV2ExperimentMutationQueryParams, StopChaosV2ExperimentOkResponse, StopChaosV2ExperimentProps, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
131
138
|
export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
132
|
-
export type { StopOnboardingExperimentsErrorResponse, StopOnboardingExperimentsMutationPathParams, StopOnboardingExperimentsMutationQueryParams, StopOnboardingExperimentsOkResponse, StopOnboardingExperimentsProps, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
139
|
+
export type { StopOnboardingExperimentsErrorResponse, StopOnboardingExperimentsMutationPathParams, StopOnboardingExperimentsMutationProps, StopOnboardingExperimentsMutationQueryParams, StopOnboardingExperimentsOkResponse, StopOnboardingExperimentsProps, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
133
140
|
export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
134
|
-
export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
141
|
+
export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationProps, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
135
142
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
136
|
-
export type { UpdateGamedayRunPrerequisitesV2ErrorResponse, UpdateGamedayRunPrerequisitesV2MutationPathParams, UpdateGamedayRunPrerequisitesV2MutationQueryParams, UpdateGamedayRunPrerequisitesV2OkResponse, UpdateGamedayRunPrerequisitesV2Props, UpdateGamedayRunPrerequisitesV2RequestBody, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
143
|
+
export type { UpdateGamedayRunPrerequisitesV2ErrorResponse, UpdateGamedayRunPrerequisitesV2MutationPathParams, UpdateGamedayRunPrerequisitesV2MutationProps, UpdateGamedayRunPrerequisitesV2MutationQueryParams, UpdateGamedayRunPrerequisitesV2OkResponse, UpdateGamedayRunPrerequisitesV2Props, UpdateGamedayRunPrerequisitesV2RequestBody, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
137
144
|
export { updateGamedayRunPrerequisitesV2, useUpdateGamedayRunPrerequisitesV2Mutation, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
138
|
-
export type { UpdateGamedayRunStakeHolderActionsV2ErrorResponse, UpdateGamedayRunStakeHolderActionsV2MutationPathParams, UpdateGamedayRunStakeHolderActionsV2MutationQueryParams, UpdateGamedayRunStakeHolderActionsV2OkResponse, UpdateGamedayRunStakeHolderActionsV2Props, UpdateGamedayRunStakeHolderActionsV2RequestBody, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
145
|
+
export type { UpdateGamedayRunStakeHolderActionsV2ErrorResponse, UpdateGamedayRunStakeHolderActionsV2MutationPathParams, UpdateGamedayRunStakeHolderActionsV2MutationProps, UpdateGamedayRunStakeHolderActionsV2MutationQueryParams, UpdateGamedayRunStakeHolderActionsV2OkResponse, UpdateGamedayRunStakeHolderActionsV2Props, UpdateGamedayRunStakeHolderActionsV2RequestBody, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
139
146
|
export { updateGamedayRunStakeHolderActionsV2, useUpdateGamedayRunStakeHolderActionsV2Mutation, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
140
|
-
export type { UpdateGamedayRunV2ErrorResponse, UpdateGamedayRunV2MutationPathParams, UpdateGamedayRunV2MutationQueryParams, UpdateGamedayRunV2OkResponse, UpdateGamedayRunV2Props, UpdateGamedayRunV2RequestBody, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
147
|
+
export type { UpdateGamedayRunV2ErrorResponse, UpdateGamedayRunV2MutationPathParams, UpdateGamedayRunV2MutationProps, UpdateGamedayRunV2MutationQueryParams, UpdateGamedayRunV2OkResponse, UpdateGamedayRunV2Props, UpdateGamedayRunV2RequestBody, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
141
148
|
export { updateGamedayRunV2, useUpdateGamedayRunV2Mutation, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
142
|
-
export type { UpdateGamedayV2ErrorResponse, UpdateGamedayV2MutationQueryParams, UpdateGamedayV2OkResponse, UpdateGamedayV2Props, UpdateGamedayV2RequestBody, } from './hooks/useUpdateGamedayV2Mutation';
|
|
149
|
+
export type { UpdateGamedayV2ErrorResponse, UpdateGamedayV2MutationProps, UpdateGamedayV2MutationQueryParams, UpdateGamedayV2OkResponse, UpdateGamedayV2Props, UpdateGamedayV2RequestBody, } from './hooks/useUpdateGamedayV2Mutation';
|
|
143
150
|
export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGamedayV2Mutation';
|
|
144
|
-
export type { UpdateInfraV2ErrorResponse, UpdateInfraV2MutationQueryParams, UpdateInfraV2OkResponse, UpdateInfraV2Props, UpdateInfraV2RequestBody, } from './hooks/useUpdateInfraV2Mutation';
|
|
151
|
+
export type { UpdateInfraV2ErrorResponse, UpdateInfraV2MutationProps, UpdateInfraV2MutationQueryParams, UpdateInfraV2OkResponse, UpdateInfraV2Props, UpdateInfraV2RequestBody, } from './hooks/useUpdateInfraV2Mutation';
|
|
145
152
|
export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
|
|
146
|
-
export type { UpdateInputSetErrorResponse, UpdateInputSetMutationPathParams, UpdateInputSetMutationQueryParams, UpdateInputSetOkResponse, UpdateInputSetProps, UpdateInputSetRequestBody, } from './hooks/useUpdateInputSetMutation';
|
|
153
|
+
export type { UpdateInputSetErrorResponse, UpdateInputSetMutationPathParams, UpdateInputSetMutationProps, UpdateInputSetMutationQueryParams, UpdateInputSetOkResponse, UpdateInputSetProps, UpdateInputSetRequestBody, } from './hooks/useUpdateInputSetMutation';
|
|
147
154
|
export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
|
|
148
|
-
export type { UpdateNoteErrorResponse, UpdateNoteMutationQueryParams, UpdateNoteOkResponse, UpdateNoteProps, UpdateNoteRequestBody, } from './hooks/useUpdateNoteMutation';
|
|
155
|
+
export type { UpdateNoteErrorResponse, UpdateNoteMutationProps, UpdateNoteMutationQueryParams, UpdateNoteOkResponse, UpdateNoteProps, UpdateNoteRequestBody, } from './hooks/useUpdateNoteMutation';
|
|
149
156
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
157
|
+
export type { UpdateProbeErrorResponse, UpdateProbeMutationPathParams, UpdateProbeMutationProps, UpdateProbeMutationQueryParams, UpdateProbeOkResponse, UpdateProbeProps, UpdateProbeRequestBody, } from './hooks/useUpdateProbeMutation';
|
|
158
|
+
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
150
159
|
export type { InfraV2ListKubernetesInfraV2RequestRequestBody } from './requestBodies/InfraV2ListKubernetesInfraV2RequestRequestBody';
|
|
160
|
+
export type { TypesProbeRequestRequestBody } from './requestBodies/TypesProbeRequestRequestBody';
|
|
151
161
|
export type { ApiGetHarnessInfrastructureResponse } from './schemas/ApiGetHarnessInfrastructureResponse';
|
|
152
162
|
export type { ApiHarnessInfrastructure } from './schemas/ApiHarnessInfrastructure';
|
|
153
163
|
export type { ApiListHarnessInfrastructureResponse } from './schemas/ApiListHarnessInfrastructureResponse';
|
|
@@ -223,6 +233,8 @@ export type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from '
|
|
|
223
233
|
export type { GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelInfraFilterInput';
|
|
224
234
|
export type { GithubComHarnessHceSaasGraphqlServerGraphModelPagination } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelPagination';
|
|
225
235
|
export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from './schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
236
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict';
|
|
237
|
+
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig';
|
|
226
238
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate';
|
|
227
239
|
export type { GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers } from './schemas/GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers';
|
|
228
240
|
export type { HandlersChaosExperimentRunsStatsResponse } from './schemas/HandlersChaosExperimentRunsStatsResponse';
|
|
@@ -304,6 +316,30 @@ export type { PipelinesBulkExperimentRunResponse } from './schemas/PipelinesBulk
|
|
|
304
316
|
export type { PipelinesChaosPipelineInput } from './schemas/PipelinesChaosPipelineInput';
|
|
305
317
|
export type { PipelinesCreatePipelineResponse } from './schemas/PipelinesCreatePipelineResponse';
|
|
306
318
|
export type { PipelinesExperimentSpec } from './schemas/PipelinesExperimentSpec';
|
|
319
|
+
export type { ProbeAuthorization } from './schemas/ProbeAuthorization';
|
|
320
|
+
export type { ProbeComparator } from './schemas/ProbeComparator';
|
|
321
|
+
export type { ProbeDatadogMetrics } from './schemas/ProbeDatadogMetrics';
|
|
322
|
+
export type { ProbeDatadogSyntheticsTestType } from './schemas/ProbeDatadogSyntheticsTestType';
|
|
323
|
+
export type { ProbeGet } from './schemas/ProbeGet';
|
|
324
|
+
export type { ProbeHeaders } from './schemas/ProbeHeaders';
|
|
325
|
+
export type { ProbeK8SProbe } from './schemas/ProbeK8SProbe';
|
|
326
|
+
export type { ProbeKubernetesCmdProbe } from './schemas/ProbeKubernetesCmdProbe';
|
|
327
|
+
export type { ProbeKubernetesDatadogProbe } from './schemas/ProbeKubernetesDatadogProbe';
|
|
328
|
+
export type { ProbeKubernetesDynatraceProbe } from './schemas/ProbeKubernetesDynatraceProbe';
|
|
329
|
+
export type { ProbeKubernetesHttpProbe } from './schemas/ProbeKubernetesHttpProbe';
|
|
330
|
+
export type { ProbeLinuxCmdProbe } from './schemas/ProbeLinuxCmdProbe';
|
|
331
|
+
export type { ProbeLinuxDatadogProbe } from './schemas/ProbeLinuxDatadogProbe';
|
|
332
|
+
export type { ProbeLinuxDynatraceProbe } from './schemas/ProbeLinuxDynatraceProbe';
|
|
333
|
+
export type { ProbeLinuxHttpProbe } from './schemas/ProbeLinuxHttpProbe';
|
|
334
|
+
export type { ProbeMethod } from './schemas/ProbeMethod';
|
|
335
|
+
export type { ProbeMetrics } from './schemas/ProbeMetrics';
|
|
336
|
+
export type { ProbePost } from './schemas/ProbePost';
|
|
337
|
+
export type { ProbePromProbe } from './schemas/ProbePromProbe';
|
|
338
|
+
export type { ProbeSloProbe } from './schemas/ProbeSloProbe';
|
|
339
|
+
export type { ProbeSyntheticsTest } from './schemas/ProbeSyntheticsTest';
|
|
340
|
+
export type { ProbeTlsConfig } from './schemas/ProbeTlsConfig';
|
|
341
|
+
export type { ProbeWindowsHttpProbe } from './schemas/ProbeWindowsHttpProbe';
|
|
342
|
+
export type { ResourceQuantity } from './schemas/ResourceQuantity';
|
|
307
343
|
export type { SecurityGovernanceApplicationSpec } from './schemas/SecurityGovernanceApplicationSpec';
|
|
308
344
|
export type { SecurityGovernanceChaosServiceAccountSpec } from './schemas/SecurityGovernanceChaosServiceAccountSpec';
|
|
309
345
|
export type { SecurityGovernanceCondition } from './schemas/SecurityGovernanceCondition';
|
|
@@ -336,12 +372,18 @@ export type { TemplateVariableCategory } from './schemas/TemplateVariableCategor
|
|
|
336
372
|
export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
|
|
337
373
|
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
338
374
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
375
|
+
export type { TypesAuthorization } from './schemas/TypesAuthorization';
|
|
376
|
+
export type { TypesCmdProbe } from './schemas/TypesCmdProbe';
|
|
339
377
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
340
378
|
export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
|
|
341
379
|
export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGamedayRunResponse';
|
|
342
380
|
export type { TypesCreateNoteRequest } from './schemas/TypesCreateNoteRequest';
|
|
343
381
|
export type { TypesCreateNoteResponse } from './schemas/TypesCreateNoteResponse';
|
|
382
|
+
export type { TypesCreateProbeResponse } from './schemas/TypesCreateProbeResponse';
|
|
383
|
+
export type { TypesDatadogProbe } from './schemas/TypesDatadogProbe';
|
|
344
384
|
export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
|
|
385
|
+
export type { TypesDynatraceProbe } from './schemas/TypesDynatraceProbe';
|
|
386
|
+
export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
|
|
345
387
|
export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
|
|
346
388
|
export type { TypesExperimentCreationRequest } from './schemas/TypesExperimentCreationRequest';
|
|
347
389
|
export type { TypesExperimentCreationResponse } from './schemas/TypesExperimentCreationResponse';
|
|
@@ -351,22 +393,39 @@ export type { TypesExperimentRuns } from './schemas/TypesExperimentRuns';
|
|
|
351
393
|
export type { TypesExperimentV2 } from './schemas/TypesExperimentV2';
|
|
352
394
|
export type { TypesGamedayInfraDetails } from './schemas/TypesGamedayInfraDetails';
|
|
353
395
|
export type { TypesGamedayV2 } from './schemas/TypesGamedayV2';
|
|
396
|
+
export type { TypesGet } from './schemas/TypesGet';
|
|
354
397
|
export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGamedayExperimentResponse';
|
|
355
398
|
export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
|
|
399
|
+
export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
|
|
400
|
+
export type { TypesHeaders } from './schemas/TypesHeaders';
|
|
401
|
+
export type { TypesHttpProbe } from './schemas/TypesHttpProbe';
|
|
402
|
+
export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
|
|
403
|
+
export type { TypesK8SProbe } from './schemas/TypesK8SProbe';
|
|
356
404
|
export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
|
|
357
405
|
export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
|
|
358
406
|
export type { TypesListGamedayRunV2Response } from './schemas/TypesListGamedayRunV2Response';
|
|
359
407
|
export type { TypesListGamedayV2Response } from './schemas/TypesListGamedayV2Response';
|
|
408
|
+
export type { TypesListProbeResponse } from './schemas/TypesListProbeResponse';
|
|
409
|
+
export type { TypesMethod } from './schemas/TypesMethod';
|
|
360
410
|
export type { TypesNote } from './schemas/TypesNote';
|
|
361
411
|
export type { TypesNotes } from './schemas/TypesNotes';
|
|
412
|
+
export type { TypesPost } from './schemas/TypesPost';
|
|
362
413
|
export type { TypesPrerequisite } from './schemas/TypesPrerequisite';
|
|
363
414
|
export type { TypesPrerequisiteForRun } from './schemas/TypesPrerequisiteForRun';
|
|
415
|
+
export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecutions';
|
|
416
|
+
export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
|
|
417
|
+
export type { TypesProbeType } from './schemas/TypesProbeType';
|
|
418
|
+
export type { TypesPromProbe } from './schemas/TypesPromProbe';
|
|
364
419
|
export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
|
|
365
420
|
export type { TypesRun } from './schemas/TypesRun';
|
|
421
|
+
export type { TypesRunProperties } from './schemas/TypesRunProperties';
|
|
422
|
+
export type { TypesScenarioType } from './schemas/TypesScenarioType';
|
|
423
|
+
export type { TypesSloProbe } from './schemas/TypesSloProbe';
|
|
366
424
|
export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
|
|
367
425
|
export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
|
|
368
426
|
export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
|
|
369
427
|
export type { TypesStakeHolderRole } from './schemas/TypesStakeHolderRole';
|
|
428
|
+
export type { TypesStatus } from './schemas/TypesStatus';
|
|
370
429
|
export type { TypesStopChaosV2ExperimentResponse } from './schemas/TypesStopChaosV2ExperimentResponse';
|
|
371
430
|
export type { TypesSummary } from './schemas/TypesSummary';
|
|
372
431
|
export type { TypesUpdateCronExperimentAction } from './schemas/TypesUpdateCronExperimentAction';
|
|
@@ -378,20 +437,79 @@ export type { TypesUpdateNoteRequest } from './schemas/TypesUpdateNoteRequest';
|
|
|
378
437
|
export type { TypesUpdateOperation } from './schemas/TypesUpdateOperation';
|
|
379
438
|
export type { TypesUpdatePrerequisiteRequest } from './schemas/TypesUpdatePrerequisiteRequest';
|
|
380
439
|
export type { TypesUpdateStakeHolderActionRequest } from './schemas/TypesUpdateStakeHolderActionRequest';
|
|
440
|
+
export type { TypesUserDetails } from './schemas/TypesUserDetails';
|
|
381
441
|
export type { TypesWeightages } from './schemas/TypesWeightages';
|
|
442
|
+
export type { V1AwsElasticBlockStoreVolumeSource } from './schemas/V1AwsElasticBlockStoreVolumeSource';
|
|
443
|
+
export type { V1AzureDataDiskCachingMode } from './schemas/V1AzureDataDiskCachingMode';
|
|
444
|
+
export type { V1AzureDataDiskKind } from './schemas/V1AzureDataDiskKind';
|
|
445
|
+
export type { V1AzureDiskVolumeSource } from './schemas/V1AzureDiskVolumeSource';
|
|
446
|
+
export type { V1AzureFileVolumeSource } from './schemas/V1AzureFileVolumeSource';
|
|
447
|
+
export type { V1CephFsVolumeSource } from './schemas/V1CephFsVolumeSource';
|
|
448
|
+
export type { V1CinderVolumeSource } from './schemas/V1CinderVolumeSource';
|
|
382
449
|
export type { V1ClientIpConfig } from './schemas/V1ClientIpConfig';
|
|
383
450
|
export type { V1Condition } from './schemas/V1Condition';
|
|
451
|
+
export type { V1ConfigMapKeySelector } from './schemas/V1ConfigMapKeySelector';
|
|
452
|
+
export type { V1ConfigMapProjection } from './schemas/V1ConfigMapProjection';
|
|
453
|
+
export type { V1ConfigMapVolumeSource } from './schemas/V1ConfigMapVolumeSource';
|
|
454
|
+
export type { V1CsiVolumeSource } from './schemas/V1CsiVolumeSource';
|
|
455
|
+
export type { V1DownwardApiProjection } from './schemas/V1DownwardApiProjection';
|
|
456
|
+
export type { V1DownwardApiVolumeFile } from './schemas/V1DownwardApiVolumeFile';
|
|
457
|
+
export type { V1DownwardApiVolumeSource } from './schemas/V1DownwardApiVolumeSource';
|
|
458
|
+
export type { V1EmptyDirVolumeSource } from './schemas/V1EmptyDirVolumeSource';
|
|
459
|
+
export type { V1EnvVar } from './schemas/V1EnvVar';
|
|
460
|
+
export type { V1EnvVarSource } from './schemas/V1EnvVarSource';
|
|
461
|
+
export type { V1EphemeralVolumeSource } from './schemas/V1EphemeralVolumeSource';
|
|
462
|
+
export type { V1EvaluationWindow } from './schemas/V1EvaluationWindow';
|
|
463
|
+
export type { V1FcVolumeSource } from './schemas/V1FcVolumeSource';
|
|
464
|
+
export type { V1FieldsV1 } from './schemas/V1FieldsV1';
|
|
465
|
+
export type { V1FlexVolumeSource } from './schemas/V1FlexVolumeSource';
|
|
466
|
+
export type { V1FlockerVolumeSource } from './schemas/V1FlockerVolumeSource';
|
|
467
|
+
export type { V1GcePersistentDiskVolumeSource } from './schemas/V1GcePersistentDiskVolumeSource';
|
|
468
|
+
export type { V1GitRepoVolumeSource } from './schemas/V1GitRepoVolumeSource';
|
|
469
|
+
export type { V1GlusterfsVolumeSource } from './schemas/V1GlusterfsVolumeSource';
|
|
470
|
+
export type { V1HostPathType } from './schemas/V1HostPathType';
|
|
471
|
+
export type { V1HostPathVolumeSource } from './schemas/V1HostPathVolumeSource';
|
|
472
|
+
export type { V1Identifier } from './schemas/V1Identifier';
|
|
384
473
|
export type { V1IpFamily } from './schemas/V1IpFamily';
|
|
385
474
|
export type { V1IpFamilyPolicyType } from './schemas/V1IpFamilyPolicyType';
|
|
475
|
+
export type { V1IscsiVolumeSource } from './schemas/V1IscsiVolumeSource';
|
|
476
|
+
export type { V1KeyToPath } from './schemas/V1KeyToPath';
|
|
477
|
+
export type { V1LabelSelector } from './schemas/V1LabelSelector';
|
|
478
|
+
export type { V1LabelSelectorOperator } from './schemas/V1LabelSelectorOperator';
|
|
479
|
+
export type { V1LabelSelectorRequirement } from './schemas/V1LabelSelectorRequirement';
|
|
386
480
|
export type { V1LoadBalancerIngress } from './schemas/V1LoadBalancerIngress';
|
|
387
481
|
export type { V1LoadBalancerStatus } from './schemas/V1LoadBalancerStatus';
|
|
482
|
+
export type { V1LocalObjectReference } from './schemas/V1LocalObjectReference';
|
|
483
|
+
export type { V1ManagedFieldsEntry } from './schemas/V1ManagedFieldsEntry';
|
|
484
|
+
export type { V1ManagedFieldsOperationType } from './schemas/V1ManagedFieldsOperationType';
|
|
388
485
|
export type { V1MountPropagationMode } from './schemas/V1MountPropagationMode';
|
|
486
|
+
export type { V1NfsVolumeSource } from './schemas/V1NfsVolumeSource';
|
|
487
|
+
export type { V1ObjectFieldSelector } from './schemas/V1ObjectFieldSelector';
|
|
488
|
+
export type { V1ObjectMeta } from './schemas/V1ObjectMeta';
|
|
389
489
|
export type { V1ObjectReference } from './schemas/V1ObjectReference';
|
|
390
490
|
export type { V1OwnerReference } from './schemas/V1OwnerReference';
|
|
491
|
+
export type { V1PersistentVolumeAccessMode } from './schemas/V1PersistentVolumeAccessMode';
|
|
492
|
+
export type { V1PersistentVolumeClaimSpec } from './schemas/V1PersistentVolumeClaimSpec';
|
|
493
|
+
export type { V1PersistentVolumeClaimTemplate } from './schemas/V1PersistentVolumeClaimTemplate';
|
|
494
|
+
export type { V1PersistentVolumeClaimVolumeSource } from './schemas/V1PersistentVolumeClaimVolumeSource';
|
|
495
|
+
export type { V1PersistentVolumeMode } from './schemas/V1PersistentVolumeMode';
|
|
496
|
+
export type { V1PhotonPersistentDiskVolumeSource } from './schemas/V1PhotonPersistentDiskVolumeSource';
|
|
391
497
|
export type { V1PodPhase } from './schemas/V1PodPhase';
|
|
392
498
|
export type { V1PortStatus } from './schemas/V1PortStatus';
|
|
499
|
+
export type { V1PortworxVolumeSource } from './schemas/V1PortworxVolumeSource';
|
|
500
|
+
export type { V1ProjectedVolumeSource } from './schemas/V1ProjectedVolumeSource';
|
|
393
501
|
export type { V1Protocol } from './schemas/V1Protocol';
|
|
394
502
|
export type { V1PullPolicy } from './schemas/V1PullPolicy';
|
|
503
|
+
export type { V1QuobyteVolumeSource } from './schemas/V1QuobyteVolumeSource';
|
|
504
|
+
export type { V1RbdVolumeSource } from './schemas/V1RbdVolumeSource';
|
|
505
|
+
export type { V1ResourceFieldSelector } from './schemas/V1ResourceFieldSelector';
|
|
506
|
+
export type { V1ResourceList } from './schemas/V1ResourceList';
|
|
507
|
+
export type { V1ResourceRequirements } from './schemas/V1ResourceRequirements';
|
|
508
|
+
export type { V1ScaleIoVolumeSource } from './schemas/V1ScaleIoVolumeSource';
|
|
509
|
+
export type { V1SecretKeySelector } from './schemas/V1SecretKeySelector';
|
|
510
|
+
export type { V1SecretProjection } from './schemas/V1SecretProjection';
|
|
511
|
+
export type { V1SecretVolumeSource } from './schemas/V1SecretVolumeSource';
|
|
512
|
+
export type { V1ServiceAccountTokenProjection } from './schemas/V1ServiceAccountTokenProjection';
|
|
395
513
|
export type { V1ServiceAffinity } from './schemas/V1ServiceAffinity';
|
|
396
514
|
export type { V1ServiceExternalTrafficPolicyType } from './schemas/V1ServiceExternalTrafficPolicyType';
|
|
397
515
|
export type { V1ServiceInternalTrafficPolicyType } from './schemas/V1ServiceInternalTrafficPolicyType';
|
|
@@ -400,10 +518,28 @@ export type { V1ServiceSpec } from './schemas/V1ServiceSpec';
|
|
|
400
518
|
export type { V1ServiceStatus } from './schemas/V1ServiceStatus';
|
|
401
519
|
export type { V1ServiceType } from './schemas/V1ServiceType';
|
|
402
520
|
export type { V1SessionAffinityConfig } from './schemas/V1SessionAffinityConfig';
|
|
521
|
+
export type { V1SloSourceMetadata } from './schemas/V1SloSourceMetadata';
|
|
522
|
+
export type { V1SourceDetails } from './schemas/V1SourceDetails';
|
|
523
|
+
export type { V1StorageMedium } from './schemas/V1StorageMedium';
|
|
524
|
+
export type { V1StorageOsVolumeSource } from './schemas/V1StorageOsVolumeSource';
|
|
403
525
|
export type { V1TaintEffect } from './schemas/V1TaintEffect';
|
|
404
526
|
export type { V1Toleration } from './schemas/V1Toleration';
|
|
405
527
|
export type { V1TolerationOperator } from './schemas/V1TolerationOperator';
|
|
528
|
+
export type { V1TypedLocalObjectReference } from './schemas/V1TypedLocalObjectReference';
|
|
529
|
+
export type { V1Volume } from './schemas/V1Volume';
|
|
406
530
|
export type { V1VolumeMount } from './schemas/V1VolumeMount';
|
|
531
|
+
export type { V1VolumeProjection } from './schemas/V1VolumeProjection';
|
|
532
|
+
export type { V1VsphereVirtualDiskVolumeSource } from './schemas/V1VsphereVirtualDiskVolumeSource';
|
|
533
|
+
export type { V1alpha1ConfigMapKeySelector } from './schemas/V1alpha1ConfigMapKeySelector';
|
|
534
|
+
export type { V1alpha1ConfigMapVolumeSource } from './schemas/V1alpha1ConfigMapVolumeSource';
|
|
535
|
+
export type { V1alpha1EnvVar } from './schemas/V1alpha1EnvVar';
|
|
536
|
+
export type { V1alpha1EnvVarSource } from './schemas/V1alpha1EnvVarSource';
|
|
537
|
+
export type { V1alpha1KeyToPath } from './schemas/V1alpha1KeyToPath';
|
|
538
|
+
export type { V1alpha1ObjectFieldSelector } from './schemas/V1alpha1ObjectFieldSelector';
|
|
539
|
+
export type { V1alpha1SecretKeySelector } from './schemas/V1alpha1SecretKeySelector';
|
|
540
|
+
export type { V1alpha1SecretVolumeSource } from './schemas/V1alpha1SecretVolumeSource';
|
|
541
|
+
export type { V1alpha1SourceDetails } from './schemas/V1alpha1SourceDetails';
|
|
542
|
+
export type { V1alpha1Volume } from './schemas/V1alpha1Volume';
|
|
407
543
|
export type { V2OnboardingAgentData } from './schemas/V2OnboardingAgentData';
|
|
408
544
|
export type { V2OnboardingAgentDetails } from './schemas/V2OnboardingAgentDetails';
|
|
409
545
|
export type { V2OnboardingAutoCreatedNetworkMapStatus } from './schemas/V2OnboardingAutoCreatedNetworkMapStatus';
|
|
@@ -6,6 +6,7 @@ export { createChaosExperimentPipeline, useCreateChaosExperimentPipelineMutation
|
|
|
6
6
|
export { createGamedayRunV2, useCreateGamedayRunV2Mutation, } from './hooks/useCreateGamedayRunV2Mutation';
|
|
7
7
|
export { createGamedayV2, useCreateGamedayV2Mutation } from './hooks/useCreateGamedayV2Mutation';
|
|
8
8
|
export { createInputSet, useCreateInputSetMutation } from './hooks/useCreateInputSetMutation';
|
|
9
|
+
export { createProbe, useCreateProbeMutation } from './hooks/useCreateProbeMutation';
|
|
9
10
|
export { createV2Onboarding, useCreateV2OnboardingMutation, } from './hooks/useCreateV2OnboardingMutation';
|
|
10
11
|
export { deleteChaosV2Experiment, useDeleteChaosV2ExperimentMutation, } from './hooks/useDeleteChaosV2ExperimentMutation';
|
|
11
12
|
export { deleteGamedayV2, useDeleteGamedayV2Mutation } from './hooks/useDeleteGamedayV2Mutation';
|
|
@@ -32,6 +33,8 @@ export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
|
|
|
32
33
|
export { getNote, useGetNoteQuery } from './hooks/useGetNoteQuery';
|
|
33
34
|
export { getOnboardingExperiments, useGetOnboardingExperimentsQuery, } from './hooks/useGetOnboardingExperimentsQuery';
|
|
34
35
|
export { getOverallServiceUsageStats, useGetOverallServiceUsageStatsQuery, } from './hooks/useGetOverallServiceUsageStatsQuery';
|
|
36
|
+
export { getProbeManifest, useGetProbeManifestQuery } from './hooks/useGetProbeManifestQuery';
|
|
37
|
+
export { getProbe, useGetProbeQuery } from './hooks/useGetProbeQuery';
|
|
35
38
|
export { getResourceUsage, useGetResourceUsageQuery } from './hooks/useGetResourceUsageQuery';
|
|
36
39
|
export { getServiceResponse, useGetServiceResponseQuery } from './hooks/useGetServiceResponseQuery';
|
|
37
40
|
export { getServiceUsageReport, useGetServiceUsageReportQuery, } from './hooks/useGetServiceUsageReportQuery';
|
|
@@ -50,6 +53,7 @@ export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarne
|
|
|
50
53
|
export { listInfraV2, useListInfraV2Query } from './hooks/useListInfraV2Query';
|
|
51
54
|
export { listInputSet, useListInputSetQuery } from './hooks/useListInputSetQuery';
|
|
52
55
|
export { listK8sInfrasV2, useListK8sInfrasV2Mutation } from './hooks/useListK8sInfrasV2Mutation';
|
|
56
|
+
export { listProbes, useListProbesQuery } from './hooks/useListProbesQuery';
|
|
53
57
|
export { listService, useListServiceQuery } from './hooks/useListServiceQuery';
|
|
54
58
|
export { listTargetNetworkMaps, useListTargetNetworkMapsQuery, } from './hooks/useListTargetNetworkMapsQuery';
|
|
55
59
|
export { listV2Onboarding, useListV2OnboardingQuery } from './hooks/useListV2OnboardingQuery';
|
|
@@ -72,3 +76,4 @@ export { updateGamedayV2, useUpdateGamedayV2Mutation } from './hooks/useUpdateGa
|
|
|
72
76
|
export { updateInfraV2, useUpdateInfraV2Mutation } from './hooks/useUpdateInfraV2Mutation';
|
|
73
77
|
export { updateInputSet, useUpdateInputSetMutation } from './hooks/useUpdateInputSetMutation';
|
|
74
78
|
export { updateNote, useUpdateNoteMutation } from './hooks/useUpdateNoteMutation';
|
|
79
|
+
export { updateProbe, useUpdateProbeMutation } from './hooks/useUpdateProbeMutation';
|
|
@@ -11,6 +11,10 @@ export interface ChaosExperimentChaosExperimentRequest {
|
|
|
11
11
|
description?: string;
|
|
12
12
|
experimentID?: string;
|
|
13
13
|
experimentType?: ChaosExperimentChaosExperimentType;
|
|
14
|
+
/**
|
|
15
|
+
* identity field is a human-readable ID
|
|
16
|
+
*/
|
|
17
|
+
identity?: string;
|
|
14
18
|
infraID?: string;
|
|
15
19
|
infraType?: string;
|
|
16
20
|
isCronEnabled?: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict = 'Awaited' | 'Failed' | 'NA' | 'Passed';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ProbeDatadogSyntheticsTestType = 'api' | 'browser';
|