@harnessio/react-har-service-client 0.41.0 → 0.42.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.
@@ -4,6 +4,7 @@ import type { PackageType } from '../schemas/PackageType';
4
4
  * Artifact scans details
5
5
  */
6
6
  export interface ArtifactScanDetails {
7
+ createdAt?: string;
7
8
  fixVersionDetails?: FixVersionDetails;
8
9
  /**
9
10
  * Unique identifier for this artifact scan details
@@ -11,7 +12,6 @@ export interface ArtifactScanDetails {
11
12
  */
12
13
  id: string;
13
14
  lastEvaluatedAt?: string;
14
- lastEvaluatedBy?: string;
15
15
  /**
16
16
  * Package name
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-har-service-client",
3
- "version": "0.41.0",
3
+ "version": "0.42.0",
4
4
  "description": "Harness HAR Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",