@harnessio/react-sei-panorama-service-client 0.26.10 → 0.26.11
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.
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface ItsmDrilldownSummary {
|
|
5
5
|
/**
|
|
6
|
-
* Average resolution time in
|
|
6
|
+
* Average resolution time in seconds (MTTR)
|
|
7
7
|
* @format double
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
avgResolutionTimeSeconds?: number;
|
|
10
10
|
/**
|
|
11
11
|
* Deployment frequency per day (DF)
|
|
12
12
|
* @format double
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import type { RatingDto } from '../schemas/RatingDto';
|
|
2
2
|
import type { Stage } from '../schemas/Stage';
|
|
3
3
|
export interface SummaryValue {
|
|
4
|
-
/**
|
|
5
|
-
* @format double
|
|
6
|
-
*/
|
|
7
|
-
avgResolutionTimeHours?: number;
|
|
8
4
|
changeFailureRateRating?: RatingDto;
|
|
9
5
|
/**
|
|
10
6
|
* @format int32
|
|
@@ -15,10 +11,6 @@ export interface SummaryValue {
|
|
|
15
11
|
* @format int64
|
|
16
12
|
*/
|
|
17
13
|
failureCount?: number;
|
|
18
|
-
/**
|
|
19
|
-
* @format int64
|
|
20
|
-
*/
|
|
21
|
-
incidentsResolved?: number;
|
|
22
14
|
/**
|
|
23
15
|
* @format double
|
|
24
16
|
*/
|
|
@@ -40,8 +32,4 @@ export interface SummaryValue {
|
|
|
40
32
|
p95?: number;
|
|
41
33
|
p95Rating?: RatingDto;
|
|
42
34
|
stageBreakdown?: Stage[];
|
|
43
|
-
/**
|
|
44
|
-
* @format int64
|
|
45
|
-
*/
|
|
46
|
-
totalIncidentsCreated?: number;
|
|
47
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.11",
|
|
4
4
|
"description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
|
|
5
5
|
"author": "Harness Inc",
|
|
6
6
|
"license": "MIT",
|