@harnessio/react-chaos-manager-client 1.38.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/chaos-manager/src/services/hooks/useCreateExperimentFromTemplateMutation.d.ts +2 -2
  2. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.d.ts +8 -0
  3. package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.d.ts +6 -0
  4. package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateQuery.d.ts +1 -0
  5. package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateVariablesQuery.d.ts +1 -0
  6. package/dist/chaos-manager/src/services/hooks/useGetExperimentTemplateYamlQuery.d.ts +1 -0
  7. package/dist/chaos-manager/src/services/hooks/useGetExperimentationActivityReportQuery.d.ts +6 -0
  8. package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionsQuery.d.ts +2 -0
  9. package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.d.ts +2 -0
  10. package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.d.ts +6 -0
  11. package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.d.ts +6 -0
  12. package/dist/chaos-manager/src/services/hooks/useListActionTemplateQuery.d.ts +2 -0
  13. package/dist/chaos-manager/src/services/hooks/useListActionTemplateRevisionsQuery.d.ts +2 -0
  14. package/dist/chaos-manager/src/services/hooks/useListActionsQuery.d.ts +2 -0
  15. package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.d.ts +2 -0
  16. package/dist/chaos-manager/src/services/hooks/useListChaosHubQuery.d.ts +2 -0
  17. package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.d.ts +2 -0
  18. package/dist/chaos-manager/src/services/hooks/useListFaultQuery.d.ts +2 -0
  19. package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.d.ts +2 -0
  20. package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.d.ts +2 -0
  21. package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.d.ts +2 -0
  22. package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.d.ts +2 -0
  23. package/dist/chaos-manager/src/services/hooks/useListMachineChaosInfraQuery.d.ts +2 -0
  24. package/dist/chaos-manager/src/services/hooks/useListProbeTemplateQuery.d.ts +2 -0
  25. package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +2 -0
  26. package/dist/chaos-manager/src/services/hooks/useListRecommendationsQuery.d.ts +2 -0
  27. package/dist/chaos-manager/src/services/hooks/useListServiceQuery.d.ts +2 -0
  28. package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.d.ts +2 -0
  29. package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.d.ts +2 -0
  30. package/dist/chaos-manager/src/services/index.d.ts +14 -2
  31. package/dist/chaos-manager/src/services/schemas/ActionActionTemplateProperties.d.ts +2 -2
  32. package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.d.ts +2 -0
  33. package/dist/chaos-manager/src/services/schemas/ActionsActionType.d.ts +1 -1
  34. package/dist/chaos-manager/src/services/schemas/ActionsImportActionTemplateRequest.d.ts +2 -0
  35. package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.d.ts +2 -0
  36. package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +2 -0
  37. package/dist/chaos-manager/src/services/schemas/ChaosExperimentRunChaosExperimentRun.d.ts +2 -0
  38. package/dist/chaos-manager/src/services/schemas/ChaosExperimentRunTemplateDetails.d.ts +6 -0
  39. package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateChaosExperimentTemplate.d.ts +4 -0
  40. package/dist/chaos-manager/src/services/schemas/ChaosfaultChaosFault.d.ts +2 -0
  41. package/dist/chaos-manager/src/services/schemas/ChaosfaultCreateFaultRequest.d.ts +2 -0
  42. package/dist/chaos-manager/src/services/schemas/ChaosfaultGetFaultResponse.d.ts +2 -0
  43. package/dist/chaos-manager/src/services/schemas/CommonContainerTemplate.d.ts +38 -0
  44. package/dist/chaos-manager/src/services/schemas/CommonNodeAffinity.d.ts +7 -0
  45. package/dist/chaos-manager/src/services/schemas/CommonNodeAffinity.js +1 -0
  46. package/dist/chaos-manager/src/services/schemas/CommonPreferredNodeSelector.d.ts +9 -0
  47. package/dist/chaos-manager/src/services/schemas/CommonPreferredNodeSelector.js +4 -0
  48. package/dist/chaos-manager/src/services/schemas/CommonResourceRequirements.d.ts +8 -0
  49. package/dist/chaos-manager/src/services/schemas/CommonResourceRequirements.js +4 -0
  50. package/dist/chaos-manager/src/services/schemas/CommonVolume.d.ts +14 -0
  51. package/dist/chaos-manager/src/services/schemas/CommonVolume.js +1 -0
  52. package/dist/chaos-manager/src/services/schemas/CommonVolumeInputTemplate.d.ts +8 -0
  53. package/dist/chaos-manager/src/services/schemas/CommonVolumeInputTemplate.js +4 -0
  54. package/dist/chaos-manager/src/services/schemas/CommonVolumeType.d.ts +1 -0
  55. package/dist/chaos-manager/src/services/schemas/CommonVolumeType.js +4 -0
  56. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.d.ts +2 -0
  57. package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.d.ts +5 -0
  58. package/dist/chaos-manager/src/services/schemas/IntstrType.d.ts +3 -0
  59. package/dist/chaos-manager/src/services/schemas/ModelTemplateRef.d.ts +18 -0
  60. package/dist/chaos-manager/src/services/schemas/ModelTemplateRef.js +4 -0
  61. package/dist/chaos-manager/src/services/schemas/ModelWorkflow.d.ts +5 -0
  62. package/dist/chaos-manager/src/services/schemas/ModelWorkflowRun.d.ts +5 -0
  63. package/dist/chaos-manager/src/services/schemas/MongodbManagedBy.d.ts +1 -0
  64. package/dist/chaos-manager/src/services/schemas/MongodbManagedBy.js +4 -0
  65. package/dist/chaos-manager/src/services/schemas/ProbeContainerProbe.d.ts +49 -0
  66. package/dist/chaos-manager/src/services/schemas/ProbeContainerProbe.js +1 -0
  67. package/dist/chaos-manager/src/services/schemas/ProbeContainerProbeTemplate.d.ts +40 -0
  68. package/dist/chaos-manager/src/services/schemas/ProbeContainerProbeTemplate.js +1 -0
  69. package/dist/chaos-manager/src/services/schemas/ProbeProbeTemplateProperties.d.ts +2 -0
  70. package/dist/chaos-manager/src/services/schemas/ProbeProbeType.d.ts +1 -1
  71. package/dist/chaos-manager/src/services/schemas/{ChaosexperimenttemplateCreateExperimentFromTemplateRequest.d.ts → TypesCreateExperimentFromTemplateRequest.d.ts} +3 -1
  72. package/dist/chaos-manager/src/services/schemas/TypesCreateExperimentFromTemplateRequest.js +1 -0
  73. package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +2 -0
  74. package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +2 -0
  75. package/dist/chaos-manager/src/services/schemas/TypesExperimentV2.d.ts +2 -0
  76. package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +2 -0
  77. package/dist/chaos-manager/src/services/schemas/TypesImportProbeTemplateRequest.d.ts +2 -0
  78. package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +2 -0
  79. package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -1
  80. package/dist/chaos-manager/src/services/schemas/V1ContainerProbeInputs.d.ts +43 -0
  81. package/dist/chaos-manager/src/services/schemas/V1ContainerProbeInputs.js +1 -0
  82. package/package.json +1 -1
  83. package/dist/chaos-manager/src/services/schemas/ActionSourceActionTemplate.d.ts +0 -17
  84. /package/dist/chaos-manager/src/services/schemas/{ChaosexperimenttemplateCreateExperimentFromTemplateRequest.js → ChaosExperimentRunTemplateDetails.js} +0 -0
  85. /package/dist/chaos-manager/src/services/schemas/{ActionSourceActionTemplate.js → CommonContainerTemplate.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { UseMutationOptions } from '@tanstack/react-query';
2
2
  import type { TypesExperimentCreationResponse } from '../schemas/TypesExperimentCreationResponse';
3
3
  import type { ApiRestError } from '../schemas/ApiRestError';
4
- import type { ChaosexperimenttemplateCreateExperimentFromTemplateRequest } from '../schemas/ChaosexperimenttemplateCreateExperimentFromTemplateRequest';
4
+ import type { TypesCreateExperimentFromTemplateRequest } from '../schemas/TypesCreateExperimentFromTemplateRequest';
5
5
  import { FetcherOptions } from '../../../../custom-fetcher/index.js';
6
6
  export interface CreateExperimentFromTemplateMutationPathParams {
7
7
  identity: string;
@@ -15,7 +15,7 @@ export interface CreateExperimentFromTemplateMutationQueryParams {
15
15
  revision?: string;
16
16
  verbose?: boolean;
17
17
  }
18
- export type CreateExperimentFromTemplateRequestBody = ChaosexperimenttemplateCreateExperimentFromTemplateRequest;
18
+ export type CreateExperimentFromTemplateRequestBody = TypesCreateExperimentFromTemplateRequest;
19
19
  export type CreateExperimentFromTemplateOkResponse = TypesExperimentCreationResponse;
20
20
  export type CreateExperimentFromTemplateErrorResponse = ApiRestError;
21
21
  export interface CreateExperimentFromTemplateProps extends CreateExperimentFromTemplateMutationPathParams, Omit<FetcherOptions<CreateExperimentFromTemplateMutationQueryParams, CreateExperimentFromTemplateRequestBody>, 'url'> {
@@ -6,14 +6,22 @@ export interface GetAccountServiceDetailsQueryPathParams {
6
6
  }
7
7
  export interface GetAccountServiceDetailsQueryQueryParams {
8
8
  /**
9
+ * @format int64
9
10
  * @default 0
10
11
  */
11
12
  page: number;
12
13
  /**
14
+ * @format int64
13
15
  * @default 10
14
16
  */
15
17
  limit: number;
18
+ /**
19
+ * @format int64
20
+ */
16
21
  startTime: number;
22
+ /**
23
+ * @format int64
24
+ */
17
25
  endTime: number;
18
26
  service?: string;
19
27
  serviceType?: string;
@@ -6,7 +6,13 @@ export interface GetAccountServiceUsageStatsQueryPathParams {
6
6
  }
7
7
  export interface GetAccountServiceUsageStatsQueryQueryParams {
8
8
  groupBy: string;
9
+ /**
10
+ * @format int64
11
+ */
9
12
  startTime: number;
13
+ /**
14
+ * @format int64
15
+ */
10
16
  endTime: number;
11
17
  cumulative?: boolean;
12
18
  }
@@ -9,6 +9,7 @@ export interface GetExperimentTemplateQueryQueryParams {
9
9
  accountIdentifier: string;
10
10
  correlationID?: string;
11
11
  hubIdentity?: string;
12
+ isReference?: boolean;
12
13
  organizationIdentifier?: string;
13
14
  projectIdentifier?: string;
14
15
  revision?: string;
@@ -9,6 +9,7 @@ export interface GetExperimentTemplateVariablesQueryQueryParams {
9
9
  accountIdentifier: string;
10
10
  correlationID?: string;
11
11
  hubIdentity?: string;
12
+ isReference?: boolean;
12
13
  organizationIdentifier?: string;
13
14
  projectIdentifier?: string;
14
15
  revision?: string;
@@ -9,6 +9,7 @@ export interface GetExperimentTemplateYamlQueryQueryParams {
9
9
  accountIdentifier: string;
10
10
  correlationID?: string;
11
11
  hubIdentity?: string;
12
+ isReference?: boolean;
12
13
  organizationIdentifier?: string;
13
14
  projectIdentifier?: string;
14
15
  revision?: string;
@@ -4,7 +4,13 @@ export interface GetExperimentationActivityReportQueryPathParams {
4
4
  accountID: string;
5
5
  }
6
6
  export interface GetExperimentationActivityReportQueryQueryParams {
7
+ /**
8
+ * @format int64
9
+ */
7
10
  startTime: number;
11
+ /**
12
+ * @format int64
13
+ */
8
14
  endTime: number;
9
15
  cumulate?: boolean;
10
16
  }
@@ -12,10 +12,12 @@ export interface GetFaultTemplateRevisionsQueryQueryParams {
12
12
  hubIdentity: string;
13
13
  correlationID?: string;
14
14
  /**
15
+ * @format int64
15
16
  * @default 0
16
17
  */
17
18
  page: number;
18
19
  /**
20
+ * @format int64
19
21
  * @default 15
20
22
  */
21
23
  limit: number;
@@ -11,10 +11,12 @@ export interface GetOnboardingExperimentsQueryQueryParams {
11
11
  organizationIdentifier?: string;
12
12
  projectIdentifier?: string;
13
13
  /**
14
+ * @format int64
14
15
  * @default 0
15
16
  */
16
17
  page: number;
17
18
  /**
19
+ * @format int64
18
20
  * @default 5
19
21
  */
20
22
  limit: number;
@@ -5,7 +5,13 @@ export interface GetOverallServiceUsageStatsQueryPathParams {
5
5
  accountID: string;
6
6
  }
7
7
  export interface GetOverallServiceUsageStatsQueryQueryParams {
8
+ /**
9
+ * @format int64
10
+ */
8
11
  startTime: number;
12
+ /**
13
+ * @format int64
14
+ */
9
15
  endTime: number;
10
16
  }
11
17
  export type GetOverallServiceUsageStatsOkResponse = ChaosserviceusageOverallServiceUsageStats;
@@ -4,7 +4,13 @@ export interface GetServiceUsageReportQueryPathParams {
4
4
  accountID: string;
5
5
  }
6
6
  export interface GetServiceUsageReportQueryQueryParams {
7
+ /**
8
+ * @format int64
9
+ */
7
10
  startTime: number;
11
+ /**
12
+ * @format int64
13
+ */
8
14
  endTime: number;
9
15
  cumulate?: boolean;
10
16
  }
@@ -8,10 +8,12 @@ export interface ListActionTemplateQueryQueryParams {
8
8
  projectIdentifier: string;
9
9
  hubIdentity: string;
10
10
  /**
11
+ * @format int64
11
12
  * @default 0
12
13
  */
13
14
  page: number;
14
15
  /**
16
+ * @format int64
15
17
  * @default 15
16
18
  */
17
19
  limit: number;
@@ -11,10 +11,12 @@ export interface ListActionTemplateRevisionsQueryQueryParams {
11
11
  projectIdentifier: string;
12
12
  hubIdentity: string;
13
13
  /**
14
+ * @format int64
14
15
  * @default 0
15
16
  */
16
17
  page: number;
17
18
  /**
19
+ * @format int64
18
20
  * @default 15
19
21
  */
20
22
  limit: number;
@@ -9,10 +9,12 @@ export interface ListActionsQueryQueryParams {
9
9
  hubIdentity?: string;
10
10
  search: string;
11
11
  /**
12
+ * @format int64
12
13
  * @default 0
13
14
  */
14
15
  page: number;
15
16
  /**
17
+ * @format int64
16
18
  * @default 15
17
19
  */
18
20
  limit: number;
@@ -9,10 +9,12 @@ export interface ListChaosEnabledInfraV2QueryQueryParams {
9
9
  projectIdentifier: string;
10
10
  environmentIdentifier?: string;
11
11
  /**
12
+ * @format int64
12
13
  * @default 0
13
14
  */
14
15
  page: number;
15
16
  /**
17
+ * @format int64
16
18
  * @default 10
17
19
  */
18
20
  limit: number;
@@ -9,10 +9,12 @@ export interface ListChaosHubQueryQueryParams {
9
9
  search: string;
10
10
  includeAllScope: boolean;
11
11
  /**
12
+ * @format int64
12
13
  * @default 0
13
14
  */
14
15
  page: number;
15
16
  /**
17
+ * @format int64
16
18
  * @default 15
17
19
  */
18
20
  limit: number;
@@ -7,10 +7,12 @@ export interface ListChaosV2ExperimentQueryQueryParams {
7
7
  organizationIdentifier: string;
8
8
  projectIdentifier: string;
9
9
  /**
10
+ * @format int64
10
11
  * @default 0
11
12
  */
12
13
  page: number;
13
14
  /**
15
+ * @format int64
14
16
  * @default 10
15
17
  */
16
18
  limit: number;
@@ -12,10 +12,12 @@ export interface ListFaultQueryQueryParams {
12
12
  entityType?: string;
13
13
  search: string;
14
14
  /**
15
+ * @format int64
15
16
  * @default 0
16
17
  */
17
18
  page: number;
18
19
  /**
20
+ * @format int64
19
21
  * @default 15
20
22
  */
21
23
  limit: number;
@@ -7,10 +7,12 @@ export interface ListGamedayV2QueryQueryParams {
7
7
  organizationIdentifier: string;
8
8
  projectIdentifier: string;
9
9
  /**
10
+ * @format int64
10
11
  * @default 0
11
12
  */
12
13
  page: number;
13
14
  /**
15
+ * @format int64
14
16
  * @default 10
15
17
  */
16
18
  limit: number;
@@ -8,10 +8,12 @@ export interface ListHarnessInfraQueryQueryParams {
8
8
  projectIdentifier: string;
9
9
  environmentIdentifier: string;
10
10
  /**
11
+ * @format int64
11
12
  * @default 0
12
13
  */
13
14
  page: number;
14
15
  /**
16
+ * @format int64
15
17
  * @default 10
16
18
  */
17
19
  limit: number;
@@ -10,10 +10,12 @@ export interface ListInfraV2QueryQueryParams {
10
10
  includeLegacyInfra?: boolean;
11
11
  environmentIdentifier?: string;
12
12
  /**
13
+ * @format int64
13
14
  * @default 0
14
15
  */
15
16
  page: number;
16
17
  /**
18
+ * @format int64
17
19
  * @default 10
18
20
  */
19
21
  limit: number;
@@ -10,10 +10,12 @@ export interface ListInputSetQueryQueryParams {
10
10
  organizationIdentifier: string;
11
11
  projectIdentifier: string;
12
12
  /**
13
+ * @format int64
13
14
  * @default 0
14
15
  */
15
16
  page: number;
16
17
  /**
18
+ * @format int64
17
19
  * @default 15
18
20
  */
19
21
  limit: number;
@@ -10,10 +10,12 @@ export interface ListMachineChaosInfraQueryQueryParams {
10
10
  minimalResponse?: boolean;
11
11
  infraType: string;
12
12
  /**
13
+ * @format int64
13
14
  * @default 0
14
15
  */
15
16
  page: number;
16
17
  /**
18
+ * @format int64
17
19
  * @default 10
18
20
  */
19
21
  limit: number;
@@ -8,10 +8,12 @@ export interface ListProbeTemplateQueryQueryParams {
8
8
  projectIdentifier: string;
9
9
  hubIdentity: string;
10
10
  /**
11
+ * @format int64
11
12
  * @default 0
12
13
  */
13
14
  page: number;
14
15
  /**
16
+ * @format int64
15
17
  * @default 15
16
18
  */
17
19
  limit: number;
@@ -13,10 +13,12 @@ export interface ListProbesQueryQueryParams {
13
13
  probeIDs?: string;
14
14
  infraType?: string;
15
15
  /**
16
+ * @format int64
16
17
  * @default 1
17
18
  */
18
19
  page?: number;
19
20
  /**
21
+ * @format int64
20
22
  * @default 50
21
23
  */
22
24
  limit?: number;
@@ -7,10 +7,12 @@ export interface ListRecommendationsQueryQueryParams {
7
7
  organizationIdentifier: string;
8
8
  projectIdentifier: string;
9
9
  /**
10
+ * @format int64
10
11
  * @default 0
11
12
  */
12
13
  page: number;
13
14
  /**
15
+ * @format int64
14
16
  * @default 15
15
17
  */
16
18
  limit: number;
@@ -12,10 +12,12 @@ export interface ListServiceQueryQueryParams {
12
12
  environmentIdentifier: string;
13
13
  infraId: string;
14
14
  /**
15
+ * @format int64
15
16
  * @default 0
16
17
  */
17
18
  page: number;
18
19
  /**
20
+ * @format int64
19
21
  * @default 10
20
22
  */
21
23
  limit: number;
@@ -8,10 +8,12 @@ export interface ListTargetNetworkMapsQueryQueryParams {
8
8
  organizationIdentifier: string;
9
9
  projectIdentifier: string;
10
10
  /**
11
+ * @format int64
11
12
  * @default 0
12
13
  */
13
14
  page: number;
14
15
  /**
16
+ * @format int64
15
17
  * @default 10
16
18
  */
17
19
  limit: number;
@@ -4,10 +4,12 @@ import type { ApiRestError } from '../schemas/ApiRestError';
4
4
  import { FetcherOptions } from '../../../../custom-fetcher/index.js';
5
5
  export interface ListV2OnboardingQueryQueryParams {
6
6
  /**
7
+ * @format int64
7
8
  * @default 0
8
9
  */
9
10
  page: number;
10
11
  /**
12
+ * @format int64
11
13
  * @default 10
12
14
  */
13
15
  limit: number;
@@ -402,7 +402,6 @@ export type { ActionActionTemplateRunProperties } from './schemas/ActionActionTe
402
402
  export type { ActionCustomScriptActionTemplate } from './schemas/ActionCustomScriptActionTemplate';
403
403
  export type { ActionDelayActionTemplate } from './schemas/ActionDelayActionTemplate';
404
404
  export type { ActionEnv } from './schemas/ActionEnv';
405
- export type { ActionSourceActionTemplate } from './schemas/ActionSourceActionTemplate';
406
405
  export type { ActionsActionResponse } from './schemas/ActionsActionResponse';
407
406
  export type { ActionsActionType } from './schemas/ActionsActionType';
408
407
  export type { ActionsExecutedByExperiment } from './schemas/ActionsExecutedByExperiment';
@@ -450,6 +449,7 @@ export type { ChaosExperimentRunFaults } from './schemas/ChaosExperimentRunFault
450
449
  export type { ChaosExperimentRunRuleDetails } from './schemas/ChaosExperimentRunRuleDetails';
451
450
  export type { ChaosExperimentRunSecurityGovernanceNode } from './schemas/ChaosExperimentRunSecurityGovernanceNode';
452
451
  export type { ChaosExperimentRunSecurityGovernanceNodeData } from './schemas/ChaosExperimentRunSecurityGovernanceNodeData';
452
+ export type { ChaosExperimentRunTemplateDetails } from './schemas/ChaosExperimentRunTemplateDetails';
453
453
  export type { ChaosExperimentSingleClickOnboardMetadata } from './schemas/ChaosExperimentSingleClickOnboardMetadata';
454
454
  export type { ChaosExperimentWeightagesInput } from './schemas/ChaosExperimentWeightagesInput';
455
455
  export type { ChaosExperimentWorkflowRevision } from './schemas/ChaosExperimentWorkflowRevision';
@@ -466,7 +466,6 @@ export type { ChaosexperimentpipelineGetChaosPipelineNodesResponse } from './sch
466
466
  export type { ChaosexperimentpipelineReferenceEntities } from './schemas/ChaosexperimentpipelineReferenceEntities';
467
467
  export type { ChaosexperimenttemplateChaosExperimentTemplate } from './schemas/ChaosexperimenttemplateChaosExperimentTemplate';
468
468
  export type { ChaosexperimenttemplateCompareRevisions } from './schemas/ChaosexperimenttemplateCompareRevisions';
469
- export type { ChaosexperimenttemplateCreateExperimentFromTemplateRequest } from './schemas/ChaosexperimenttemplateCreateExperimentFromTemplateRequest';
470
469
  export type { ChaosexperimenttemplateCreateExperimentTemplateRequest } from './schemas/ChaosexperimenttemplateCreateExperimentTemplateRequest';
471
470
  export type { ChaosexperimenttemplateCreateExperimentTemplateResponse } from './schemas/ChaosexperimenttemplateCreateExperimentTemplateResponse';
472
471
  export type { ChaosexperimenttemplateExperimentTemplateVariables } from './schemas/ChaosexperimenttemplateExperimentTemplateVariables';
@@ -542,9 +541,16 @@ export type { ChaosserviceusageServiceDataResponse } from './schemas/Chaosservic
542
541
  export type { ChaosserviceusageServiceType } from './schemas/ChaosserviceusageServiceType';
543
542
  export type { ChaosserviceusageStatsByType } from './schemas/ChaosserviceusageStatsByType';
544
543
  export type { ChaosserviceusageUsageStats } from './schemas/ChaosserviceusageUsageStats';
544
+ export type { CommonContainerTemplate } from './schemas/CommonContainerTemplate';
545
545
  export type { CommonImportType } from './schemas/CommonImportType';
546
+ export type { CommonNodeAffinity } from './schemas/CommonNodeAffinity';
547
+ export type { CommonPreferredNodeSelector } from './schemas/CommonPreferredNodeSelector';
548
+ export type { CommonResourceRequirements } from './schemas/CommonResourceRequirements';
546
549
  export type { CommonTypesExperimentRunStats } from './schemas/CommonTypesExperimentRunStats';
547
550
  export type { CommonTypesExperimentRunsData } from './schemas/CommonTypesExperimentRunsData';
551
+ export type { CommonVolume } from './schemas/CommonVolume';
552
+ export type { CommonVolumeInputTemplate } from './schemas/CommonVolumeInputTemplate';
553
+ export type { CommonVolumeType } from './schemas/CommonVolumeType';
548
554
  export type { DatabaseAgentConfiguration } from './schemas/DatabaseAgentConfiguration';
549
555
  export type { DatabaseConnection } from './schemas/DatabaseConnection';
550
556
  export type { DatabaseConnectionType } from './schemas/DatabaseConnectionType';
@@ -825,6 +831,7 @@ export type { ModelScenarioType } from './schemas/ModelScenarioType';
825
831
  export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance';
826
832
  export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
827
833
  export type { ModelSecurityGovernancePhase } from './schemas/ModelSecurityGovernancePhase';
834
+ export type { ModelTemplateRef } from './schemas/ModelTemplateRef';
828
835
  export type { ModelTimeWindow } from './schemas/ModelTimeWindow';
829
836
  export type { ModelToleration } from './schemas/ModelToleration';
830
837
  export type { ModelUpdateInfraRequest } from './schemas/ModelUpdateInfraRequest';
@@ -840,6 +847,7 @@ export type { ModelWorkflowSortInput } from './schemas/ModelWorkflowSortInput';
840
847
  export type { ModelWorkflowSortingField } from './schemas/ModelWorkflowSortingField';
841
848
  export type { ModelWorkflowType } from './schemas/ModelWorkflowType';
842
849
  export type { MongodbImportType } from './schemas/MongodbImportType';
850
+ export type { MongodbManagedBy } from './schemas/MongodbManagedBy';
843
851
  export type { NetworkmapCanRetryExperimentCreationResponse } from './schemas/NetworkmapCanRetryExperimentCreationResponse';
844
852
  export type { NetworkmapGetTargetNetworkMapResponse } from './schemas/NetworkmapGetTargetNetworkMapResponse';
845
853
  export type { NetworkmapGetTargetServiceResponse } from './schemas/NetworkmapGetTargetServiceResponse';
@@ -874,6 +882,8 @@ export type { ProbeAuthorizationTemplate } from './schemas/ProbeAuthorizationTem
874
882
  export type { ProbeCmdProbeTemplate } from './schemas/ProbeCmdProbeTemplate';
875
883
  export type { ProbeComparator } from './schemas/ProbeComparator';
876
884
  export type { ProbeComparatorTemplate } from './schemas/ProbeComparatorTemplate';
885
+ export type { ProbeContainerProbe } from './schemas/ProbeContainerProbe';
886
+ export type { ProbeContainerProbeTemplate } from './schemas/ProbeContainerProbeTemplate';
877
887
  export type { ProbeDatadogMetrics } from './schemas/ProbeDatadogMetrics';
878
888
  export type { ProbeDatadogMetricsTemplate } from './schemas/ProbeDatadogMetricsTemplate';
879
889
  export type { ProbeDatadogProbe } from './schemas/ProbeDatadogProbe';
@@ -966,6 +976,7 @@ export type { TemplateVariableCategory } from './schemas/TemplateVariableCategor
966
976
  export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
967
977
  export type { TemplateVariableType } from './schemas/TemplateVariableType';
968
978
  export type { TypesActionItem } from './schemas/TypesActionItem';
979
+ export type { TypesCreateExperimentFromTemplateRequest } from './schemas/TypesCreateExperimentFromTemplateRequest';
969
980
  export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
970
981
  export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
971
982
  export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGamedayRunResponse';
@@ -1050,6 +1061,7 @@ export type { V1ConfigMapEnvSource } from './schemas/V1ConfigMapEnvSource';
1050
1061
  export type { V1ConfigMapKeySelector } from './schemas/V1ConfigMapKeySelector';
1051
1062
  export type { V1ConfigMapProjection } from './schemas/V1ConfigMapProjection';
1052
1063
  export type { V1ConfigMapVolumeSource } from './schemas/V1ConfigMapVolumeSource';
1064
+ export type { V1ContainerProbeInputs } from './schemas/V1ContainerProbeInputs';
1053
1065
  export type { V1CsiVolumeSource } from './schemas/V1CsiVolumeSource';
1054
1066
  export type { V1DatadogMetrics } from './schemas/V1DatadogMetrics';
1055
1067
  export type { V1DownwardApiProjection } from './schemas/V1DownwardApiProjection';
@@ -1,8 +1,8 @@
1
+ import type { CommonContainerTemplate } from '../schemas/CommonContainerTemplate';
1
2
  import type { ActionCustomScriptActionTemplate } from '../schemas/ActionCustomScriptActionTemplate';
2
3
  import type { ActionDelayActionTemplate } from '../schemas/ActionDelayActionTemplate';
3
- import type { ActionSourceActionTemplate } from '../schemas/ActionSourceActionTemplate';
4
4
  export interface ActionActionTemplateProperties {
5
+ containerAction?: CommonContainerTemplate;
5
6
  customScriptAction?: ActionCustomScriptActionTemplate;
6
7
  delayAction?: ActionDelayActionTemplate;
7
- sourceAction?: ActionSourceActionTemplate;
8
8
  }
@@ -2,6 +2,7 @@ import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemp
2
2
  import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
3
3
  import type { MongodbImportType } from '../schemas/MongodbImportType';
4
4
  import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
5
+ import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
5
6
  import type { ActionsRecentExecutions } from '../schemas/ActionsRecentExecutions';
6
7
  import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
7
8
  import type { ActionsActionType } from '../schemas/ActionsActionType';
@@ -21,6 +22,7 @@ export interface ActionsActionResponse {
21
22
  infrastructureType?: ActionsInfrastructureType;
22
23
  isImported?: boolean;
23
24
  isRemoved?: boolean;
25
+ managedBy?: MongodbManagedBy;
24
26
  name: string;
25
27
  orgID?: string;
26
28
  projectID?: string;
@@ -1 +1 @@
1
- export type ActionsActionType = 'customScript' | 'delay';
1
+ export type ActionsActionType = 'container' | 'customScript' | 'delay';
@@ -1,5 +1,6 @@
1
1
  import type { ActionsIdentifiers } from '../schemas/ActionsIdentifiers';
2
2
  import type { MongodbImportType } from '../schemas/MongodbImportType';
3
+ import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
3
4
  export interface ActionsImportActionTemplateRequest {
4
5
  actionRef: string;
5
6
  description?: string;
@@ -7,6 +8,7 @@ export interface ActionsImportActionTemplateRequest {
7
8
  hubRef?: string;
8
9
  identity: string;
9
10
  importType: MongodbImportType;
11
+ managedBy?: MongodbManagedBy;
10
12
  name: string;
11
13
  tags?: string[];
12
14
  }
@@ -1,6 +1,7 @@
1
1
  import type { ChaosExecutionNodesChaosExecutionNode } from '../schemas/ChaosExecutionNodesChaosExecutionNode';
2
2
  import type { ExecutionChaosStepStatus } from '../schemas/ExecutionChaosStepStatus';
3
3
  import type { ExecutionChaosStepType } from '../schemas/ExecutionChaosStepType';
4
+ import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
4
5
  export interface ChaosExecutionNodesChaosExecutionResponse {
5
6
  accountID: string;
6
7
  duration?: number;
@@ -21,4 +22,5 @@ export interface ChaosExecutionNodesChaosExecutionResponse {
21
22
  status?: ExecutionChaosStepStatus;
22
23
  stepName?: string;
23
24
  stepType?: ExecutionChaosStepType;
25
+ templateDetails?: ChaosExperimentRunTemplateDetails;
24
26
  }
@@ -4,6 +4,7 @@ import type { ChaosExperimentExperimentRunDetail } from '../schemas/ChaosExperim
4
4
  import type { ChaosExperimentRecommendation } from '../schemas/ChaosExperimentRecommendation';
5
5
  import type { ChaosExperimentWorkflowRevision } from '../schemas/ChaosExperimentWorkflowRevision';
6
6
  import type { ChaosExperimentSingleClickOnboardMetadata } from '../schemas/ChaosExperimentSingleClickOnboardMetadata';
7
+ import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
7
8
  export interface ChaosExperimentChaosExperimentRequest {
8
9
  accountID: string;
9
10
  createdAt?: number;
@@ -36,6 +37,7 @@ export interface ChaosExperimentChaosExperimentRequest {
36
37
  singleClickOnboardMetadata?: ChaosExperimentSingleClickOnboardMetadata;
37
38
  tags?: string[];
38
39
  targetNetworkMapID?: string;
40
+ templateDetails?: ChaosExperimentRunTemplateDetails;
39
41
  totalExperimentRuns?: number;
40
42
  updatedAt?: number;
41
43
  updatedBy?: string;
@@ -2,6 +2,7 @@ import type { ChaosExperimentRunExperimentType } from '../schemas/ChaosExperimen
2
2
  import type { ChaosExperimentRunFaults } from '../schemas/ChaosExperimentRunFaults';
3
3
  import type { ChaosExperimentRunSecurityGovernanceNode } from '../schemas/ChaosExperimentRunSecurityGovernanceNode';
4
4
  import type { TargetserviceServiceMetadata } from '../schemas/TargetserviceServiceMetadata';
5
+ import type { ChaosExperimentRunTemplateDetails } from '../schemas/ChaosExperimentRunTemplateDetails';
5
6
  export interface ChaosExperimentRunChaosExperimentRun {
6
7
  accountID: string;
7
8
  completed?: boolean;
@@ -34,6 +35,7 @@ export interface ChaosExperimentRunChaosExperimentRun {
34
35
  runSequence?: number;
35
36
  securityGovernance?: ChaosExperimentRunSecurityGovernanceNode;
36
37
  targetedServices?: TargetserviceServiceMetadata[];
38
+ templateDetails?: ChaosExperimentRunTemplateDetails;
37
39
  totalFaults?: number;
38
40
  updatedAt?: number;
39
41
  updatedBy?: string;
@@ -0,0 +1,6 @@
1
+ export interface ChaosExperimentRunTemplateDetails {
2
+ hubReference?: string;
3
+ identity?: string;
4
+ reference?: string;
5
+ revision?: string;
6
+ }
@@ -7,6 +7,10 @@ export interface ChaosexperimenttemplateChaosExperimentTemplate {
7
7
  createdBy?: string;
8
8
  createdByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
9
9
  description?: string;
10
+ /**
11
+ * Counter to track if any edits were made to the template
12
+ */
13
+ editCounter?: number;
10
14
  hubIdentity?: string;
11
15
  id?: string;
12
16
  identity?: string;
@@ -1,6 +1,7 @@
1
1
  import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
2
2
  import type { MongodbImportType } from '../schemas/MongodbImportType';
3
3
  import type { ChaosfaultLink } from '../schemas/ChaosfaultLink';
4
+ import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
4
5
  import type { TemplateVariable } from '../schemas/TemplateVariable';
5
6
  export interface ChaosfaultChaosFault {
6
7
  accountID: string;
@@ -24,6 +25,7 @@ export interface ChaosfaultChaosFault {
24
25
  isEnterprise?: boolean;
25
26
  isRemoved: boolean;
26
27
  links?: ChaosfaultLink[];
28
+ managedBy?: MongodbManagedBy;
27
29
  name: string;
28
30
  orgID?: string;
29
31
  permissionsRequired?: string;
@@ -1,5 +1,6 @@
1
1
  import type { CommonImportType } from '../schemas/CommonImportType';
2
2
  import type { FaultLink } from '../schemas/FaultLink';
3
+ import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
3
4
  import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
4
5
  import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
5
6
  import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
@@ -14,6 +15,7 @@ export interface ChaosfaultCreateFaultRequest {
14
15
  infras?: string[];
15
16
  kind?: string;
16
17
  links?: FaultLink[];
18
+ managedBy?: MongodbManagedBy;
17
19
  name: string;
18
20
  permissionsRequired?: string;
19
21
  spec?: FaulttemplateSpec;