@harnessio/react-har-service-v2-client 0.6.0 → 0.7.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.
@@ -3,6 +3,10 @@ export interface BulkDownloadFilesRequestInput {
3
3
  * List of node UUID
4
4
  */
5
5
  nodes?: string[];
6
+ /**
7
+ * Name of the output file to be downloaded
8
+ */
9
+ outputFileName?: string;
6
10
  /**
7
11
  * List of package UUID
8
12
  */
@@ -3,5 +3,6 @@ export interface BulkDownloadRequestStatusOutput {
3
3
  downloadUrl: string;
4
4
  key: string;
5
5
  message: string;
6
+ outputFileName: string;
6
7
  status: BulkDownloadRequestStatus;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-har-service-v2-client",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Harness HAR Service V2 APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",