@harnessio/react-ssca-manager-client 0.55.0 → 0.57.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.
@@ -21,7 +21,10 @@ export interface GetArtifactV2DetailComponentViewQueryQueryParams {
21
21
  * @default 0
22
22
  */
23
23
  page?: number;
24
- sort?: string;
24
+ /**
25
+ * @default "package_name"
26
+ */
27
+ sort?: 'package_name' | 'package_supplier';
25
28
  }
26
29
  export interface GetArtifactV2DetailComponentViewQueryHeaderParams {
27
30
  'Harness-Account': string;
@@ -1,7 +1,9 @@
1
+ import type { PipelineDetails } from '../schemas/PipelineDetails';
1
2
  export interface Deployments {
2
3
  env_identifier?: string;
3
4
  env_name?: string;
4
5
  env_type?: {};
5
6
  non_prod_env_count?: number;
7
+ pipeline_details?: PipelineDetails;
6
8
  prod_env_count?: number;
7
9
  }
@@ -1,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
@@ -7,6 +7,10 @@ export interface RemediationArtifactDeploymentsListingResponse {
7
7
  */
8
8
  component_version: string;
9
9
  deployment_pipeline: PipelineInfo;
10
+ /**
11
+ * Digest of the artifact.
12
+ */
13
+ digest?: string;
10
14
  /**
11
15
  * Identifier of the Environment.
12
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.55.0",
3
+ "version": "0.57.0",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",