@harnessio/react-sto-core-client 0.7.7 → 0.7.8

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,11 +32,12 @@ export interface FrontendAllIssuesTrendV2QueryQueryParams {
32
32
  */
33
33
  issueTypes?: string;
34
34
  /**
35
- * Time interval for trend data: 7d (last 7 days), 30d (last 30 days), 90d (last 90 days)
36
- * @default "7d"
37
- * @example "7d"
35
+ * Number of days to fetch trend data for
36
+ * @format int64
37
+ * @default 7
38
+ * @example 7
38
39
  */
39
- interval?: string;
40
+ intervalDays?: number;
40
41
  }
41
42
  export type FrontendAllIssuesTrendV2OkResponse = ResponseWithPagination<FrontendAllIssuesTrendV2ResponseBody>;
42
43
  export type FrontendAllIssuesTrendV2ErrorResponse = NotFound;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sto-core-client",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Harness STO service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",