@harnessio/react-ssca-manager-client 0.75.0 → 0.76.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.
@@ -16,6 +16,7 @@ export interface FetchReposInIntegrationQueryQueryParams {
16
16
  * @default 0
17
17
  */
18
18
  page?: number;
19
+ search_term?: string;
19
20
  }
20
21
  export interface FetchReposInIntegrationQueryHeaderParams {
21
22
  'Harness-Account': string;
@@ -6,7 +6,7 @@ import type { SbomMetadataV2 } from '../schemas/SbomMetadataV2';
6
6
  export interface SaveOrchestrationRequest {
7
7
  artifact: Artifact;
8
8
  attestation: Attestation;
9
- components: SbomComponentRequestDto[];
9
+ components?: SbomComponentRequestDto[];
10
10
  execution_context?: ExecutionContext;
11
11
  sbom_metadata: SbomMetadataV2;
12
12
  }
@@ -6,7 +6,7 @@ import type { SbomMetadataV2 } from '../schemas/SbomMetadataV2';
6
6
  export interface SaveOrchestrationRequestV2 {
7
7
  artifact: Artifact;
8
8
  attestation: Attestation;
9
- components: SbomComponentRequestDto[];
9
+ components?: SbomComponentRequestDto[];
10
10
  execution_context?: ExecutionDetail;
11
11
  sbom_metadata: SbomMetadataV2;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.75.0",
3
+ "version": "0.76.0",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",