@harnessio/react-ssca-manager-client 0.49.0 → 0.50.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.
@@ -13,18 +13,15 @@ export interface ArtifactListV2QueryQueryParams {
13
13
  * @default 30
14
14
  */
15
15
  limit?: number;
16
- /**
17
- * @default "ASC"
18
- */
19
- order?: 'ASC' | 'DESC';
20
16
  /**
21
17
  * @default 0
22
18
  */
23
19
  page?: number;
20
+ sort?: {};
24
21
  /**
25
- * @default "name"
22
+ * @default "DESC"
26
23
  */
27
- sort?: {};
24
+ order?: 'ASC' | 'DESC';
28
25
  }
29
26
  export interface ArtifactListV2QueryHeaderParams {
30
27
  'Harness-Account': string;
@@ -2,4 +2,5 @@ export interface SlsaDetails {
2
2
  org_id?: string;
3
3
  project_id?: string;
4
4
  provenance_id?: string;
5
+ status?: string;
5
6
  }
@@ -1,4 +1,5 @@
1
1
  export interface Violations {
2
2
  allow_list_violations?: number;
3
3
  deny_list_violations?: number;
4
+ enforcement_id?: string;
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",