@harnessio/react-sei-panorama-service-client 0.22.5 → 0.22.6

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.
@@ -4,7 +4,7 @@ export interface DataPointDeploymentFrequency {
4
4
  * @format int32
5
5
  */
6
6
  deploymentCount?: number;
7
- deploymentCountRating?: RatingDto;
7
+ deploymentFrequencyRating?: RatingDto;
8
8
  /**
9
9
  * @format date-time
10
10
  */
@@ -6,7 +6,7 @@ export interface DoraDeploymentFrequencyMetric {
6
6
  * @format int32
7
7
  */
8
8
  deploymentCount?: number;
9
- deploymentCountRating?: RatingDto;
9
+ deploymentFrequencyRating?: RatingDto;
10
10
  /**
11
11
  * @format date-time
12
12
  */
@@ -4,7 +4,7 @@ export interface EfficiencyDeploymentFrequencyMetricBreakdown {
4
4
  * @format int32
5
5
  */
6
6
  deploymentCount?: number;
7
- deploymentCountRating?: RatingDto;
7
+ deploymentFrequencyRating?: RatingDto;
8
8
  teamName?: string;
9
9
  teamRefId?: string;
10
10
  }
@@ -15,5 +15,4 @@ export interface SummaryCard {
15
15
  doraMetricKey?: string;
16
16
  doraMetricName?: string;
17
17
  previousValue?: SummaryValue;
18
- rating?: 'DANGER' | 'ELITE' | 'FAIR' | 'NEEDS_IMPROVEMENT' | 'SUCCESS' | 'WARNING';
19
18
  }
@@ -1,10 +1,12 @@
1
1
  import type { RatingDto } from '../schemas/RatingDto';
2
2
  import type { Stage } from '../schemas/Stage';
3
3
  export interface SummaryValue {
4
+ changeFailureRateRating?: RatingDto;
4
5
  /**
5
6
  * @format int32
6
7
  */
7
8
  count?: number;
9
+ deploymentFrequencyRating?: RatingDto;
8
10
  /**
9
11
  * @format int32
10
12
  */
@@ -29,6 +31,5 @@ export interface SummaryValue {
29
31
  */
30
32
  p95?: number;
31
33
  p95Rating?: RatingDto;
32
- rating?: 'DANGER' | 'ELITE' | 'FAIR' | 'NEEDS_IMPROVEMENT' | 'SUCCESS' | 'WARNING';
33
34
  stageBreakdown?: Stage[];
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.22.5",
3
+ "version": "0.22.6",
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",