@harnessio/react-chaos-manager-client 1.53.0 → 1.53.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chaos-manager/src/services/hooks/useAbortChaosComponentMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCompareExperimentTemplateRevisionsQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateChaosComponentMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateConditionMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateDrTestMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateExperimentFromTemplateMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateExperimentTemplateMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateFaultMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useCreateRiskMutation.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useCreateRuleMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteConditionMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteExperimentTemplateMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteFaultMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteHubMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeletePipelineOnboardingMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteRiskMutation.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useDeleteRuleMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useEnableRuleMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosComponentVariableQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportPdfQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetConditionQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentOrTemplateVariableQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsCsvMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateRevisionsQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateVariablesQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateYamlQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetFaultQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetFaultVariablesQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetFaultYamlQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useGetRiskQuery.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useGetRuleQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListActionMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListChaosComponentQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListConditionQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListDrTestsQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListExperimentMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListExperimentOrTemplateQuery.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useListExperimentRunsOfFaultQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListExperimentTemplateQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListFaultMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListFaultv2Query.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListGamedayMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListHubMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListPipelineOnboardingQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListProbeExecutionsQuery.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useListProbeMetadataQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useListRisksQuery.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useListRuleQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/usePipelineCanOnboardChaosQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/usePipelineOnboardChaosMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/usePipelineOnboardChaosStatusQuery.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useRunChaosComponentMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosComponentMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateConditionMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateExperimentTemplateMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateFaultMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateLegacyKubernetesChaosInfraMutation.d.ts +2 -2
- package/dist/chaos-manager/src/services/hooks/useUpdateRiskMutation.d.ts +2 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateRuleMutation.d.ts +1 -0
- package/dist/chaos-manager/src/services/hooks/useUpgradeLegacyKubernetesChaosInfraMutation.d.ts +2 -2
- package/dist/chaos-manager/src/services/index.d.ts +21 -2
- package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentRunChaosExperimentRun.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2ChaosInfraV2.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateChaosActionTemplate.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateChaosExperimentTemplate.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateCreateExperimentTemplateResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateExperimentTemplateVariables.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateGetExperimentTemplateResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateUpdateExperimentTemplateResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultChaosFault.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultExperimentRunOfFault.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateChaosFaultTemplate.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaoshubresourcesChaosHubResource.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/Chaoshubv2ChaosHubResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/Chaoshubv2GetHubResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonApplicationLoadBalancerSpec.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonClassicLoadBalancerSpec.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonEc2InstanceSpec.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonEc2InstanceSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonLambdaSpec.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonLambdaSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonNetworkLoadBalancerSpec.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonNetworkLoadBalancerSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonRelationalDatabaseServiceSpec.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceAmazonRelationalDatabaseServiceSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceCollection.d.ts +6 -1
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesNodeCommonSpec.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesNodeCommonSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesNodeSpec.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesNodeSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesServiceSpec.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesServiceSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesWorkloadCommonSpec.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesWorkloadCommonSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesWorkloadSpec.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceKubernetesWorkloadSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceLinuxVmProcessSpec.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceLinuxVmProcessSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceLinuxVmSpec.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceLinuxVmSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceOtherSpec.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceOtherSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceSpec.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceWindowsVmProcessSpec.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceWindowsVmProcessSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceWindowsVmSpec.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceWindowsVmSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/DatabaseServiceCollection.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentSaveChaosExperimentResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommendationRecommendation.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/InfraRegisterInfraResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraUpdateInfraResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2DeleteKubernetesInfraV2Response.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2GetKubernetesInfrastructureV2YamlRequest.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2Identifiers.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2KubernetesInfrastructureV2Details.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2RegisterInfrastructureV2Request.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2RegisterInfrastructureV2Response.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2ResourceList.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2ResourceList.js +4 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2ResourceRequirements.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2ResourceRequirements.js +1 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2UpdateKubernetesInfrastructureV2Request.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/InfraV2UpdateKubernetesInfrastructureV2Response.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/InputsetInputSet.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ModelInput.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/ModelInput.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelWorkflow.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/NetworkmapGetTargetNetworkMapResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/PipelineonboardingPipelineChaosOnboardingStatusResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/PipelineonboardingPipelineOnboarding.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ProtosUpdateKubernetesInfrastructureResponse.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProtosUpdateKubernetesInfrastructureResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProtosUpgradeKubernetesInfrastructureResponse.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProtosUpgradeKubernetesInfrastructureResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/RisksRisk.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/RisksRiskResponse.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/TargetnetworkmapTargetNetworkMap.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/TargetserviceTargetService.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateExperimentFromTemplateRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesDeleteChaosV2ExperimentResponse.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/V2OnboardingChaosInfraAdvanceConfiguration.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/V2OnboardingV2Onboarding.d.ts +2 -0
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/schemas/KubernetesInfraUpdateKubernetesInfrastructureResponse.d.ts +0 -4
- package/dist/chaos-manager/src/services/schemas/KubernetesInfraUpgradeKubernetesInfrastructureResponse.d.ts +0 -4
- /package/dist/chaos-manager/src/services/schemas/{KubernetesInfraUpdateKubernetesInfrastructureResponse.js → DatabaseDiscoveredServiceAmazonApplicationLoadBalancerSpec.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{KubernetesInfraUpgradeKubernetesInfrastructureResponse.js → DatabaseDiscoveredServiceAmazonClassicLoadBalancerSpec.js} +0 -0
package/dist/chaos-manager/src/services/schemas/DatabaseDiscoveredServiceWindowsVmProcessSpec.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface DatabaseDiscoveredServiceWindowsVmProcessSpec {
|
|
2
|
+
edition?: string;
|
|
3
|
+
hostname?: string;
|
|
4
|
+
identityPattern?: string;
|
|
5
|
+
logonUser?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
osBuild?: string;
|
|
8
|
+
osVersion?: string;
|
|
9
|
+
pid?: number;
|
|
10
|
+
startupType?: string;
|
|
11
|
+
type?: string;
|
|
12
|
+
}
|
|
@@ -22,6 +22,7 @@ export interface DatabaseServiceCollection {
|
|
|
22
22
|
namespace: string;
|
|
23
23
|
organizationIdentifier?: string;
|
|
24
24
|
ownerReference?: V1OwnerReference[];
|
|
25
|
+
parentUniqueId?: string;
|
|
25
26
|
projectIdentifier?: string;
|
|
26
27
|
removed?: boolean;
|
|
27
28
|
removedAt?: string;
|
|
@@ -29,6 +30,7 @@ export interface DatabaseServiceCollection {
|
|
|
29
30
|
spec: V1ServiceSpec;
|
|
30
31
|
status?: V1ServiceStatus;
|
|
31
32
|
uid: string;
|
|
33
|
+
uniqueId?: string;
|
|
32
34
|
updatedAt?: string;
|
|
33
35
|
updatedBy?: string;
|
|
34
36
|
}
|
|
@@ -7,8 +7,16 @@ export interface GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers {
|
|
|
7
7
|
* Harness OrgID
|
|
8
8
|
*/
|
|
9
9
|
orgIdentifier?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Resolved parent scope unique ID (from scope-info API)
|
|
12
|
+
*/
|
|
13
|
+
parentUniqueId?: string;
|
|
10
14
|
/**
|
|
11
15
|
* Harness projectID
|
|
12
16
|
*/
|
|
13
17
|
projectIdentifier?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Document-level unique identifier
|
|
20
|
+
*/
|
|
21
|
+
uniqueId?: string;
|
|
14
22
|
}
|
|
@@ -19,4 +19,8 @@ export interface GithubComHarnessHceSaasGraphqlServerGraphModelRegisterInfraResp
|
|
|
19
19
|
* Token used to verify and retrieve the infra manifest
|
|
20
20
|
*/
|
|
21
21
|
token?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Document-level unique identifier for the infra entity
|
|
24
|
+
*/
|
|
25
|
+
uniqueId?: string;
|
|
22
26
|
}
|
|
@@ -23,10 +23,12 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAc
|
|
|
23
23
|
managedBy?: MongodbManagedBy;
|
|
24
24
|
name: string;
|
|
25
25
|
orgID?: string;
|
|
26
|
+
parentUniqueId?: string;
|
|
26
27
|
projectID?: string;
|
|
27
28
|
recentExecutions?: ActionsRecentExecutions[];
|
|
28
29
|
runProperties?: ActionActionTemplateRunProperties;
|
|
29
30
|
tags?: string[];
|
|
30
31
|
type?: ActionsActionType;
|
|
32
|
+
uniqueId?: string;
|
|
31
33
|
variables?: TemplateVariable[];
|
|
32
34
|
}
|
|
@@ -29,6 +29,7 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprob
|
|
|
29
29
|
isRemoved: boolean;
|
|
30
30
|
name: string;
|
|
31
31
|
orgID?: string;
|
|
32
|
+
parentUniqueId?: string;
|
|
32
33
|
probeProperties?: ProbeProbeTemplateProperties;
|
|
33
34
|
projectID?: string;
|
|
34
35
|
/**
|
|
@@ -39,6 +40,7 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprob
|
|
|
39
40
|
tags?: string[];
|
|
40
41
|
template?: string;
|
|
41
42
|
type?: ProbeProbeType;
|
|
43
|
+
uniqueId?: string;
|
|
42
44
|
updatedAt?: number;
|
|
43
45
|
updatedBy?: string;
|
|
44
46
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
@@ -18,6 +18,7 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommend
|
|
|
18
18
|
infraType?: string;
|
|
19
19
|
isRemoved?: boolean;
|
|
20
20
|
orgID?: string;
|
|
21
|
+
parentUniqueId?: string;
|
|
21
22
|
probeFilters?: RecommendationProbeFilters;
|
|
22
23
|
projectID?: string;
|
|
23
24
|
recommendationCategory?: RecommendationRecommendationCategory;
|
|
@@ -25,5 +26,6 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbRecommend
|
|
|
25
26
|
source?: RecommendationRecommendationSource;
|
|
26
27
|
suggestions?: RecommendationSuggestions[];
|
|
27
28
|
tags?: string[];
|
|
29
|
+
uniqueId?: string;
|
|
28
30
|
updatedAt?: number;
|
|
29
31
|
}
|
package/dist/chaos-manager/src/services/schemas/InfraV2GetKubernetesInfrastructureV2YamlRequest.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import type { InfraV2Env } from '../schemas/InfraV2Env';
|
|
|
2
2
|
import type { InfraV2Identifiers } from '../schemas/InfraV2Identifiers';
|
|
3
3
|
import type { InfraV2MtlsConfiguration } from '../schemas/InfraV2MtlsConfiguration';
|
|
4
4
|
import type { InfraV2ProxyConfiguration } from '../schemas/InfraV2ProxyConfiguration';
|
|
5
|
+
import type { InfraV2ResourceRequirements } from '../schemas/InfraV2ResourceRequirements';
|
|
5
6
|
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
6
7
|
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
7
8
|
import type { InfraV2Volumes } from '../schemas/InfraV2Volumes';
|
|
@@ -25,6 +26,7 @@ export interface InfraV2GetKubernetesInfrastructureV2YamlRequest {
|
|
|
25
26
|
[key: string]: string;
|
|
26
27
|
};
|
|
27
28
|
proxy?: InfraV2ProxyConfiguration;
|
|
29
|
+
resources?: InfraV2ResourceRequirements;
|
|
28
30
|
runAsGroup?: number;
|
|
29
31
|
runAsUser?: number;
|
|
30
32
|
serviceAccount?: string;
|
package/dist/chaos-manager/src/services/schemas/InfraV2KubernetesInfrastructureV2Details.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { InfraV2InfraType } from '../schemas/InfraV2InfraType';
|
|
|
7
7
|
import type { InfraV2InstallationType } from '../schemas/InfraV2InstallationType';
|
|
8
8
|
import type { InfraV2MtlsConfiguration } from '../schemas/InfraV2MtlsConfiguration';
|
|
9
9
|
import type { InfraV2ProxyConfiguration } from '../schemas/InfraV2ProxyConfiguration';
|
|
10
|
+
import type { InfraV2ResourceRequirements } from '../schemas/InfraV2ResourceRequirements';
|
|
10
11
|
import type { InfraV2InfraStatus } from '../schemas/InfraV2InfraStatus';
|
|
11
12
|
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
12
13
|
import type { InfraV2UpdateStatus } from '../schemas/InfraV2UpdateStatus';
|
|
@@ -53,6 +54,7 @@ export interface InfraV2KubernetesInfrastructureV2Details {
|
|
|
53
54
|
};
|
|
54
55
|
platformName?: string;
|
|
55
56
|
proxy?: InfraV2ProxyConfiguration;
|
|
57
|
+
resources?: InfraV2ResourceRequirements;
|
|
56
58
|
runAsGroup?: number;
|
|
57
59
|
runAsUser?: number;
|
|
58
60
|
serviceAccount?: string;
|
|
@@ -5,6 +5,7 @@ import type { InfraV2InfraScope } from '../schemas/InfraV2InfraScope';
|
|
|
5
5
|
import type { InfraV2InfraType } from '../schemas/InfraV2InfraType';
|
|
6
6
|
import type { InfraV2MtlsConfiguration } from '../schemas/InfraV2MtlsConfiguration';
|
|
7
7
|
import type { InfraV2ProxyConfiguration } from '../schemas/InfraV2ProxyConfiguration';
|
|
8
|
+
import type { InfraV2ResourceRequirements } from '../schemas/InfraV2ResourceRequirements';
|
|
8
9
|
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
9
10
|
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
10
11
|
import type { InfraV2Volumes } from '../schemas/InfraV2Volumes';
|
|
@@ -38,6 +39,7 @@ export interface InfraV2RegisterInfrastructureV2Request {
|
|
|
38
39
|
[key: string]: string;
|
|
39
40
|
};
|
|
40
41
|
proxy?: InfraV2ProxyConfiguration;
|
|
42
|
+
resources?: InfraV2ResourceRequirements;
|
|
41
43
|
runAsGroup?: number;
|
|
42
44
|
runAsUser?: number;
|
|
43
45
|
serviceAccount?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/chaos-manager/src/services/schemas/InfraV2UpdateKubernetesInfrastructureV2Request.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import type { InfraV2Env } from '../schemas/InfraV2Env';
|
|
|
2
2
|
import type { ImageRegistryImageRegistryV2 } from '../schemas/ImageRegistryImageRegistryV2';
|
|
3
3
|
import type { InfraV2MtlsConfiguration } from '../schemas/InfraV2MtlsConfiguration';
|
|
4
4
|
import type { InfraV2ProxyConfiguration } from '../schemas/InfraV2ProxyConfiguration';
|
|
5
|
+
import type { InfraV2ResourceRequirements } from '../schemas/InfraV2ResourceRequirements';
|
|
5
6
|
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
6
7
|
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
7
8
|
import type { InfraV2Volumes } from '../schemas/InfraV2Volumes';
|
|
@@ -29,6 +30,7 @@ export interface InfraV2UpdateKubernetesInfrastructureV2Request {
|
|
|
29
30
|
[key: string]: string;
|
|
30
31
|
};
|
|
31
32
|
proxy?: InfraV2ProxyConfiguration;
|
|
33
|
+
resources?: InfraV2ResourceRequirements;
|
|
32
34
|
runAsGroup?: number;
|
|
33
35
|
runAsUser?: number;
|
|
34
36
|
serviceAccount?: string;
|
|
@@ -33,6 +33,7 @@ export interface InputsetInputSet {
|
|
|
33
33
|
*/
|
|
34
34
|
name?: string;
|
|
35
35
|
orgID?: string;
|
|
36
|
+
parentUniqueId?: string;
|
|
36
37
|
projectID?: string;
|
|
37
38
|
/**
|
|
38
39
|
* Type of input set
|
|
@@ -43,6 +44,7 @@ export interface InputsetInputSet {
|
|
|
43
44
|
* For fault level inputs, key = step
|
|
44
45
|
*/
|
|
45
46
|
spec?: string;
|
|
47
|
+
uniqueId?: string;
|
|
46
48
|
/**
|
|
47
49
|
* updation timestamp of the input set
|
|
48
50
|
*/
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface ModelInput {
|
|
2
|
+
/**
|
|
3
|
+
* Category of the input
|
|
4
|
+
*/
|
|
5
|
+
category?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Default value for the input
|
|
8
|
+
*/
|
|
9
|
+
default?: {};
|
|
10
|
+
/**
|
|
11
|
+
* Description of the input (minimum 10 characters)
|
|
12
|
+
*/
|
|
13
|
+
description?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Name of the input
|
|
16
|
+
*/
|
|
17
|
+
name?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Path of the input
|
|
20
|
+
*/
|
|
21
|
+
path?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Represents if this input is required or not
|
|
24
|
+
*/
|
|
25
|
+
required?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Represents if this value will be used as string or not
|
|
28
|
+
*/
|
|
29
|
+
stringify?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Data type of the input
|
|
32
|
+
*/
|
|
33
|
+
type?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Value of the input - can be static or runtime (string, boolean, or number)
|
|
36
|
+
*/
|
|
37
|
+
value?: {};
|
|
38
|
+
}
|
|
@@ -2,6 +2,7 @@ import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '
|
|
|
2
2
|
import type { ModelEventMetadata } from '../schemas/ModelEventMetadata';
|
|
3
3
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers';
|
|
4
4
|
import type { ModelInfrastructure } from '../schemas/ModelInfrastructure';
|
|
5
|
+
import type { ModelInput } from '../schemas/ModelInput';
|
|
5
6
|
import type { ModelRecentWorkflowRun } from '../schemas/ModelRecentWorkflowRun';
|
|
6
7
|
import type { ModelTemplateRef } from '../schemas/ModelTemplateRef';
|
|
7
8
|
import type { ModelWeightages } from '../schemas/ModelWeightages';
|
|
@@ -39,6 +40,10 @@ export interface ModelWorkflow {
|
|
|
39
40
|
* Target infra in which the workflow will run
|
|
40
41
|
*/
|
|
41
42
|
infra?: ModelInfrastructure;
|
|
43
|
+
/**
|
|
44
|
+
* Array of inputs for the workflow
|
|
45
|
+
*/
|
|
46
|
+
inputs?: ModelInput[];
|
|
42
47
|
/**
|
|
43
48
|
* If cron is enabled or disabled
|
|
44
49
|
*/
|
|
@@ -20,6 +20,7 @@ export interface NetworkmapGetTargetNetworkMapResponse {
|
|
|
20
20
|
name?: string;
|
|
21
21
|
onboardingID?: string;
|
|
22
22
|
orgID?: string;
|
|
23
|
+
parentUniqueId?: string;
|
|
23
24
|
projectID?: string;
|
|
24
25
|
recentExperimentRunsDetails?: TargetnetworkmapExperimentRunDetail[];
|
|
25
26
|
resiliencyCoverage?: number;
|
|
@@ -29,6 +30,7 @@ export interface NetworkmapGetTargetNetworkMapResponse {
|
|
|
29
30
|
targetNetworkMapID?: string;
|
|
30
31
|
totalExperimentCount?: number;
|
|
31
32
|
totalExperimentRunCount?: number;
|
|
33
|
+
uniqueId?: string;
|
|
32
34
|
updatedAt?: number;
|
|
33
35
|
updatedBy?: string;
|
|
34
36
|
}
|
|
@@ -24,6 +24,7 @@ export interface PipelineonboardingPipelineChaosOnboardingStatusResponse {
|
|
|
24
24
|
isRemoved: boolean;
|
|
25
25
|
message?: string;
|
|
26
26
|
orgID?: string;
|
|
27
|
+
parentUniqueId?: string;
|
|
27
28
|
pipelineIdentity?: string;
|
|
28
29
|
pipelineName?: string;
|
|
29
30
|
projectID?: string;
|
|
@@ -35,6 +36,7 @@ export interface PipelineonboardingPipelineChaosOnboardingStatusResponse {
|
|
|
35
36
|
};
|
|
36
37
|
singleClickOnboardings?: string[];
|
|
37
38
|
status?: PipelineonboardingStatus;
|
|
39
|
+
uniqueId?: string;
|
|
38
40
|
updatedAt?: number;
|
|
39
41
|
updatedBy?: string;
|
|
40
42
|
}
|
|
@@ -22,6 +22,7 @@ export interface PipelineonboardingPipelineOnboarding {
|
|
|
22
22
|
isRemoved: boolean;
|
|
23
23
|
message?: string;
|
|
24
24
|
orgID?: string;
|
|
25
|
+
parentUniqueId?: string;
|
|
25
26
|
pipelineIdentity?: string;
|
|
26
27
|
pipelineName?: string;
|
|
27
28
|
projectID?: string;
|
|
@@ -33,6 +34,7 @@ export interface PipelineonboardingPipelineOnboarding {
|
|
|
33
34
|
};
|
|
34
35
|
singleClickOnboardings?: string[];
|
|
35
36
|
status?: PipelineonboardingStatus;
|
|
37
|
+
uniqueId?: string;
|
|
36
38
|
updatedAt?: number;
|
|
37
39
|
updatedBy?: string;
|
|
38
40
|
}
|
|
@@ -15,8 +15,10 @@ export interface RisksRiskResponse {
|
|
|
15
15
|
lastDetectedAt?: number;
|
|
16
16
|
name: string;
|
|
17
17
|
orgID?: string;
|
|
18
|
+
parentUniqueId?: string;
|
|
18
19
|
projectID?: string;
|
|
19
20
|
supportedInfra?: RisksInfrastructure[];
|
|
20
21
|
tags?: string[];
|
|
22
|
+
uniqueId?: string;
|
|
21
23
|
updatedBy?: HcesdkUserDetails;
|
|
22
24
|
}
|
|
@@ -17,6 +17,7 @@ export interface TargetnetworkmapTargetNetworkMap {
|
|
|
17
17
|
name?: string;
|
|
18
18
|
onboardingID?: string;
|
|
19
19
|
orgID?: string;
|
|
20
|
+
parentUniqueId?: string;
|
|
20
21
|
projectID?: string;
|
|
21
22
|
recentExperimentRunsDetails?: TargetnetworkmapExperimentRunDetail[];
|
|
22
23
|
resiliencyCoverage?: number;
|
|
@@ -25,6 +26,7 @@ export interface TargetnetworkmapTargetNetworkMap {
|
|
|
25
26
|
targetNetworkMapID?: string;
|
|
26
27
|
totalExperimentCount?: number;
|
|
27
28
|
totalExperimentRunCount?: number;
|
|
29
|
+
uniqueId?: string;
|
|
28
30
|
updatedAt?: number;
|
|
29
31
|
updatedBy?: string;
|
|
30
32
|
}
|
|
@@ -13,11 +13,13 @@ export interface TargetserviceTargetService {
|
|
|
13
13
|
licenseId?: string;
|
|
14
14
|
name?: string;
|
|
15
15
|
orgID?: string;
|
|
16
|
+
parentUniqueId?: string;
|
|
16
17
|
projectID?: string;
|
|
17
18
|
resiliencyCoverage?: number;
|
|
18
19
|
spec?: TargetserviceServiceSpec;
|
|
19
20
|
totalExperimentCount?: number;
|
|
20
21
|
type?: TargetserviceServiceType;
|
|
22
|
+
uniqueId?: string;
|
|
21
23
|
updatedAt?: number;
|
|
22
24
|
updatedBy?: string;
|
|
23
25
|
}
|
package/dist/chaos-manager/src/services/schemas/TypesCreateExperimentFromTemplateRequest.d.ts
CHANGED
|
@@ -13,6 +13,10 @@ export interface TypesCreateExperimentFromTemplateRequest {
|
|
|
13
13
|
* organization id to access the resource
|
|
14
14
|
*/
|
|
15
15
|
organizationIdentifier?: string;
|
|
16
|
+
/**
|
|
17
|
+
* resolved parent scope unique ID (from scope-info API or query param)
|
|
18
|
+
*/
|
|
19
|
+
parentUniqueId?: string;
|
|
16
20
|
/**
|
|
17
21
|
* project id to access the resource
|
|
18
22
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ModelEventMetadata } from '../schemas/ModelEventMetadata';
|
|
2
2
|
import type { ModelWorkflowType } from '../schemas/ModelWorkflowType';
|
|
3
3
|
import type { ExperimentInfraType } from '../schemas/ExperimentInfraType';
|
|
4
|
+
import type { TemplateInput } from '../schemas/TemplateInput';
|
|
4
5
|
import type { ChaosExperimentRecommendation } from '../schemas/ChaosExperimentRecommendation';
|
|
5
6
|
import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
|
|
6
7
|
import type { TypesTemplateResources } from '../schemas/TypesTemplateResources';
|
|
@@ -13,6 +14,7 @@ export interface TypesExperimentCreationRequest {
|
|
|
13
14
|
identity?: string;
|
|
14
15
|
infraId?: string;
|
|
15
16
|
infraType?: ExperimentInfraType;
|
|
17
|
+
inputs?: TemplateInput[];
|
|
16
18
|
isSingleRunCronEnabled?: boolean;
|
|
17
19
|
manifest?: string;
|
|
18
20
|
name?: string;
|
package/dist/chaos-manager/src/services/schemas/V2OnboardingChaosInfraAdvanceConfiguration.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import type { InfraV2Env } from '../schemas/InfraV2Env';
|
|
|
2
2
|
import type { V1PullPolicy } from '../schemas/V1PullPolicy';
|
|
3
3
|
import type { InfraV2MtlsConfiguration } from '../schemas/InfraV2MtlsConfiguration';
|
|
4
4
|
import type { InfraV2ProxyConfiguration } from '../schemas/InfraV2ProxyConfiguration';
|
|
5
|
+
import type { InfraV2ResourceRequirements } from '../schemas/InfraV2ResourceRequirements';
|
|
5
6
|
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
6
7
|
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
7
8
|
import type { InfraV2Volumes } from '../schemas/InfraV2Volumes';
|
|
@@ -22,6 +23,7 @@ export interface V2OnboardingChaosInfraAdvanceConfiguration {
|
|
|
22
23
|
[key: string]: string;
|
|
23
24
|
};
|
|
24
25
|
proxy?: InfraV2ProxyConfiguration;
|
|
26
|
+
resources?: InfraV2ResourceRequirements;
|
|
25
27
|
runAsGroup?: number;
|
|
26
28
|
runAsUser?: number;
|
|
27
29
|
tolerations?: V1Toleration[];
|
|
@@ -22,11 +22,13 @@ export interface V2OnboardingV2Onboarding {
|
|
|
22
22
|
namespace?: string;
|
|
23
23
|
onboardingID?: string;
|
|
24
24
|
orgID?: string;
|
|
25
|
+
parentUniqueId?: string;
|
|
25
26
|
projectID?: string;
|
|
26
27
|
runSafeExperimentStatus?: V2OnboardingRunSafeExperimentStatus;
|
|
27
28
|
serviceAccount?: string;
|
|
28
29
|
status?: V2OnboardingV2OnboardingStatus;
|
|
29
30
|
targetNetworkMapStatus?: V2OnboardingTargetNetworkMapStatus;
|
|
31
|
+
uniqueId?: string;
|
|
30
32
|
updatedAt?: number;
|
|
31
33
|
updatedBy?: string;
|
|
32
34
|
}
|
package/package.json
CHANGED
|
File without changes
|