@harnessio/react-har-service-client 0.31.0 → 0.32.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.
@@ -11,6 +11,7 @@ export interface ArtifactSummary {
11
11
  */
12
12
  downloadsCount?: number;
13
13
  imageName: string;
14
+ isDeleted?: boolean;
14
15
  labels?: string[];
15
16
  modifiedAt?: string;
16
17
  packageType: PackageType;
@@ -6,6 +6,7 @@ import type { PackageType } from '../schemas/PackageType';
6
6
  export interface ArtifactVersionSummary {
7
7
  artifactType?: ArtifactType;
8
8
  imageName: string;
9
+ isDeleted?: boolean;
9
10
  isQuarantined?: boolean;
10
11
  packageType: PackageType;
11
12
  quarantineReason?: string;
@@ -13,6 +13,7 @@ export interface Registry<T0 extends RegistryConfig = RegistryConfig> {
13
13
  createdAt?: string;
14
14
  description?: string;
15
15
  identifier: string;
16
+ isDeleted?: boolean;
16
17
  isPublic: boolean;
17
18
  labels?: string[];
18
19
  modifiedAt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-har-service-client",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Harness HAR Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",