@harnessio/react-ssca-manager-client 0.66.0 → 0.68.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.
@@ -23,7 +23,7 @@ export interface GetCicdWorkflowsListQueryQueryParams {
23
23
  /**
24
24
  * @default "last_scan"
25
25
  */
26
- sort?: 'last_scan';
26
+ sort?: 'evaluation_count' | 'last_scan';
27
27
  }
28
28
  export interface GetCicdWorkflowsListQueryHeaderParams {
29
29
  'Harness-Account': string;
@@ -1,6 +1,8 @@
1
+ import type { ComplianceSourcePlatform } from '../schemas/ComplianceSourcePlatform';
1
2
  /**
2
3
  * CI/CD Workflow Listing Request.
3
4
  */
4
5
  export interface CicdWorkflowListingRequest {
6
+ platform_type?: ComplianceSourcePlatform;
5
7
  search_term?: string;
6
8
  }
@@ -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 {};
@@ -1,5 +1,6 @@
1
1
  import type { ComplianceEvaluationHistory } from '../schemas/ComplianceEvaluationHistory';
2
2
  import type { ComplianceOccurrenceDto } from '../schemas/ComplianceOccurrenceDto';
3
+ import type { ComplianceScanType } from '../schemas/ComplianceScanType';
3
4
  import type { ComplianceCheckSeverity } from '../schemas/ComplianceCheckSeverity';
4
5
  import type { ComplianceStandardType } from '../schemas/ComplianceStandardType';
5
6
  import type { ComplianceResultStatus } from '../schemas/ComplianceResultStatus';
@@ -11,6 +12,7 @@ export interface ComplianceArtifactWithExecution {
11
12
  occurrences?: ComplianceOccurrenceDto[];
12
13
  reason?: string;
13
14
  remediation?: string;
15
+ scan_type?: ComplianceScanType;
14
16
  severity: ComplianceCheckSeverity;
15
17
  standards: ComplianceStandardType[];
16
18
  status?: ComplianceResultStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.66.0",
3
+ "version": "0.68.0",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",