@harnessio/react-har-service-client 0.16.0 → 0.17.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.
@@ -1,6 +1,8 @@
1
+ import type { StoDetails } from '../schemas/StoDetails';
1
2
  export interface StoDigestMetadata {
2
3
  digest?: string;
3
4
  osArch?: string;
5
+ stoDetails?: StoDetails;
4
6
  stoExecutionId?: string;
5
7
  stoPipelineId?: 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 {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-har-service-client",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Harness HAR Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",