@harnessio/react-ssca-manager-client 0.84.29 → 0.84.30

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.
@@ -32,6 +32,10 @@ export interface AiBomSummaryResponse {
32
32
  * @format int64
33
33
  */
34
34
  model_count?: number;
35
+ /**
36
+ * Orchestration identifier for the AI-BOM scan
37
+ */
38
+ orchestration_id?: string;
35
39
  /**
36
40
  * Name of the AI-BOM tool used
37
41
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.84.29",
3
+ "version": "0.84.30",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",