@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
|
-
*
|
|
36
|
-
* @
|
|
37
|
-
* @
|
|
35
|
+
* Number of days to fetch trend data for
|
|
36
|
+
* @format int64
|
|
37
|
+
* @default 7
|
|
38
|
+
* @example 7
|
|
38
39
|
*/
|
|
39
|
-
|
|
40
|
+
intervalDays?: number;
|
|
40
41
|
}
|
|
41
42
|
export type FrontendAllIssuesTrendV2OkResponse = ResponseWithPagination<FrontendAllIssuesTrendV2ResponseBody>;
|
|
42
43
|
export type FrontendAllIssuesTrendV2ErrorResponse = NotFound;
|