@harnessio/react-chaos-manager-client 1.33.0 → 1.33.1

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.
@@ -9,6 +9,7 @@ export interface GetExperimentTemplateRevisionsQueryQueryParams {
9
9
  accountIdentifier: string;
10
10
  correlationID?: string;
11
11
  hubIdentity?: string;
12
+ includeAllScope?: boolean;
12
13
  infrastructure?: 'KubernetesV2';
13
14
  infrastructureType?: 'Kubernetes';
14
15
  /**
@@ -6,6 +6,7 @@ export interface ListExperimentTemplateQueryQueryParams {
6
6
  accountIdentifier: string;
7
7
  correlationID?: string;
8
8
  hubIdentity?: string;
9
+ includeAllScope?: boolean;
9
10
  infrastructure?: 'KubernetesV2';
10
11
  infrastructureType?: 'Kubernetes';
11
12
  /**
@@ -6,6 +6,7 @@ export interface ListFaultTemplateQueryQueryParams {
6
6
  category?: string;
7
7
  correlationID?: string;
8
8
  hubIdentity?: string;
9
+ includeAllScope?: boolean;
9
10
  infrastructure?: 'KubernetesV2';
10
11
  infrastructureType?: 'Kubernetes';
11
12
  isEnterprise?: boolean;
@@ -3,7 +3,10 @@ export interface ChaosexperimenttemplateCreateExperimentFromTemplateRequest {
3
3
  * account id to access the resource
4
4
  */
5
5
  accountIdentifier: string;
6
+ description?: string;
7
+ identity?: string;
6
8
  infraRef?: string;
9
+ name: string;
7
10
  /**
8
11
  * organization id to access the resource
9
12
  */
@@ -12,4 +15,5 @@ export interface ChaosexperimenttemplateCreateExperimentFromTemplateRequest {
12
15
  * project id to access the resource
13
16
  */
14
17
  projectIdentifier?: string;
18
+ tags?: string[];
15
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-chaos-manager-client",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "description": "Harness React Chaos Manager Service Client - APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",