@harnessio/react-sei-panorama-service-client 0.28.0 → 0.30.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.
Files changed (63) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +2 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +3 -1
  3. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +2 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +2 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +2 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +3 -1
  7. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +3 -2
  8. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.d.ts +56 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.js +14 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +2 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +2 -1
  12. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +2 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +2 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +2 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetProductivityBreakdownQuery.d.ts +36 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetProductivityBreakdownQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetProductivitySummaryQuery.d.ts +36 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetProductivitySummaryQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +2 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +2 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +2 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +2 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.d.ts +2 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +2 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +2 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +2 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  28. package/dist/sei-panorama-service/src/services/index.d.ts +13 -0
  29. package/dist/sei-panorama-service/src/services/index.js +3 -0
  30. package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.d.ts +4 -0
  31. package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.js +1 -0
  32. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactBreakdownData.d.ts +30 -0
  33. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactBreakdownData.js +1 -0
  34. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactBreakdownItem.d.ts +25 -0
  35. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactBreakdownItem.js +1 -0
  36. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactSummaryData.d.ts +35 -0
  37. package/dist/sei-panorama-service/src/services/schemas/AiEngineeringImpactSummaryData.js +1 -0
  38. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiEngineeringImpactBreakdownData.d.ts +23 -0
  39. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiEngineeringImpactBreakdownData.js +1 -0
  40. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiEngineeringImpactSummaryData.d.ts +23 -0
  41. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiEngineeringImpactSummaryData.js +1 -0
  42. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.d.ts +0 -4
  43. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +0 -4
  44. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +0 -4
  45. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +0 -4
  46. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +0 -4
  47. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +0 -4
  48. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +0 -4
  49. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +0 -4
  50. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +0 -4
  51. package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +0 -4
  52. package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +0 -4
  53. package/dist/sei-panorama-service/src/services/schemas/BreakdownItem.d.ts +12 -0
  54. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +1 -0
  55. package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.d.ts +4 -0
  56. package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.js +1 -0
  57. package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +3 -1
  58. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +3 -1
  59. package/dist/sei-panorama-service/src/services/schemas/FilterExpression.d.ts +1 -0
  60. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +1 -0
  61. package/dist/sei-panorama-service/src/services/schemas/PrSize.d.ts +1 -1
  62. package/dist/sei-panorama-service/src/services/schemas/RankedEntity.d.ts +4 -0
  63. package/package.json +1 -1
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetAgentsCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseCorrelationData } from '../schemas/ApiResponseCorrelati
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetCorrelationsQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -19,7 +21,7 @@ export interface AiEngineeringControllerGetCorrelationsQueryQueryParams {
19
21
  role?: string;
20
22
  metrics?: string;
21
23
  select?: string;
22
- dimension?: string;
24
+ compare_metrics?: string;
23
25
  baseline?: string;
24
26
  compareToPreviousPeriod?: boolean;
25
27
  }
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetInvestmentCategoriesCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetLanguagesCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerGetLeaderboardsQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerGetLeaderboardsQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -7,6 +7,8 @@ export interface AiEngineeringControllerGetMetricBreakdownQueryPathParams {
7
7
  metric: string;
8
8
  }
9
9
  export interface AiEngineeringControllerGetMetricBreakdownQueryQueryParams {
10
+ account: string;
11
+ schema: string;
10
12
  orgIdentifier?: string;
11
13
  projectIdentifier?: string;
12
14
  routingId?: string;
@@ -21,7 +23,7 @@ export interface AiEngineeringControllerGetMetricBreakdownQueryQueryParams {
21
23
  assistant?: string;
22
24
  language?: string;
23
25
  role?: string;
24
- group_by?: string;
26
+ dimension: string;
25
27
  }
26
28
  export type AiEngineeringControllerGetMetricBreakdownOkResponse = ResponseWithPagination<ApiResponseMetricBreakdownData>;
27
29
  export type AiEngineeringControllerGetMetricBreakdownErrorResponse = unknown;
@@ -7,6 +7,8 @@ export interface AiEngineeringControllerGetMetricSeriesQueryPathParams {
7
7
  metric: string;
8
8
  }
9
9
  export interface AiEngineeringControllerGetMetricSeriesQueryQueryParams {
10
+ account: string;
11
+ schema: string;
10
12
  orgIdentifier?: string;
11
13
  projectIdentifier?: string;
12
14
  routingId?: string;
@@ -21,8 +23,7 @@ export interface AiEngineeringControllerGetMetricSeriesQueryQueryParams {
21
23
  assistant?: string;
22
24
  language?: string;
23
25
  role?: string;
24
- breakdowns?: string;
25
- group_by?: string;
26
+ split_by?: string;
26
27
  }
27
28
  export type AiEngineeringControllerGetMetricSeriesOkResponse = ResponseWithPagination<ApiResponseTimeSeriesTemplate>;
28
29
  export type AiEngineeringControllerGetMetricSeriesErrorResponse = unknown;
@@ -0,0 +1,56 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTemplate';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface AiEngineeringControllerGetMetricsCatalogQueryPathParams {
6
+ category: string;
7
+ }
8
+ export interface AiEngineeringControllerGetMetricsCatalogQueryQueryParams {
9
+ account: string;
10
+ schema: string;
11
+ orgIdentifier?: string;
12
+ projectIdentifier?: string;
13
+ routingId?: string;
14
+ /**
15
+ * @example "2026-01-01"
16
+ */
17
+ start_date: string;
18
+ /**
19
+ * @example "2026-05-04"
20
+ */
21
+ end_date: string;
22
+ /**
23
+ * @example "WEEKLY"
24
+ */
25
+ granularity?: string;
26
+ /**
27
+ * @example "1"
28
+ */
29
+ orgTreeId?: string;
30
+ /**
31
+ * @example "team-123"
32
+ */
33
+ teamRefId?: string;
34
+ /**
35
+ * @example "claude-code"
36
+ */
37
+ assistant?: string;
38
+ /**
39
+ * @example "java"
40
+ */
41
+ language?: string;
42
+ /**
43
+ * @example "senior_engineer"
44
+ */
45
+ role?: string;
46
+ }
47
+ export type AiEngineeringControllerGetMetricsCatalogOkResponse = ResponseWithPagination<ApiResponseCatalogTemplate>;
48
+ export type AiEngineeringControllerGetMetricsCatalogErrorResponse = unknown;
49
+ export interface AiEngineeringControllerGetMetricsCatalogProps extends AiEngineeringControllerGetMetricsCatalogQueryPathParams, Omit<FetcherOptions<AiEngineeringControllerGetMetricsCatalogQueryQueryParams, unknown>, 'url'> {
50
+ queryParams: AiEngineeringControllerGetMetricsCatalogQueryQueryParams;
51
+ }
52
+ export declare function aiEngineeringControllerGetMetricsCatalog(props: AiEngineeringControllerGetMetricsCatalogProps): Promise<AiEngineeringControllerGetMetricsCatalogOkResponse>;
53
+ /**
54
+ * List supported metrics for an insight category (adoption or efficiency)
55
+ */
56
+ export declare function useAiEngineeringControllerGetMetricsCatalogQuery(props: AiEngineeringControllerGetMetricsCatalogProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetMetricsCatalogOkResponse, AiEngineeringControllerGetMetricsCatalogErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetMetricsCatalogOkResponse, unknown>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function aiEngineeringControllerGetMetricsCatalog(props) {
7
+ return fetcher(Object.assign({ url: `/v2/ai-engineering/insights/${props.category}/metrics/catalog`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * List supported metrics for an insight category (adoption or efficiency)
11
+ */
12
+ export function useAiEngineeringControllerGetMetricsCatalogQuery(props, options) {
13
+ return useQuery(['AiEngineeringControllerGetMetricsCatalog', props.category, props.queryParams], ({ signal }) => aiEngineeringControllerGetMetricsCatalog(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerGetMetricsOverviewQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerGetMetricsOverviewQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerGetMetricsQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerGetMetricsQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -22,7 +24,6 @@ export interface AiEngineeringControllerGetMetricsQueryQueryParams {
22
24
  role?: string;
23
25
  metrics?: string;
24
26
  select?: string;
25
- group_by?: string;
26
27
  }
27
28
  export type AiEngineeringControllerGetMetricsOkResponse = ResponseWithPagination<ApiResponseMetricAggregateTemplate>;
28
29
  export type AiEngineeringControllerGetMetricsErrorResponse = unknown;
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerGetMetricsSummaryQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerGetMetricsSummaryQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetModelsCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -7,6 +7,8 @@ export interface AiEngineeringControllerGetOptimizationByIdQueryPathParams {
7
7
  id: string;
8
8
  }
9
9
  export interface AiEngineeringControllerGetOptimizationByIdQueryQueryParams {
10
+ account: string;
11
+ schema: string;
10
12
  orgIdentifier?: string;
11
13
  projectIdentifier?: string;
12
14
  routingId?: string;
@@ -0,0 +1,36 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ApiResponseAiEngineeringImpactBreakdownData } from '../schemas/ApiResponseAiEngineeringImpactBreakdownData';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface AiEngineeringControllerGetProductivityBreakdownQueryPathParams {
6
+ metric: string;
7
+ }
8
+ export interface AiEngineeringControllerGetProductivityBreakdownQueryQueryParams {
9
+ account: string;
10
+ schema: string;
11
+ orgIdentifier?: string;
12
+ projectIdentifier?: string;
13
+ routingId?: string;
14
+ /**
15
+ * @format int32
16
+ */
17
+ orgTreeId?: number;
18
+ teamRefId?: string;
19
+ start_date?: string;
20
+ end_date?: string;
21
+ granularity?: string;
22
+ assistant?: string;
23
+ language?: string;
24
+ role?: string;
25
+ work_type?: string;
26
+ }
27
+ export type AiEngineeringControllerGetProductivityBreakdownOkResponse = ResponseWithPagination<ApiResponseAiEngineeringImpactBreakdownData>;
28
+ export type AiEngineeringControllerGetProductivityBreakdownErrorResponse = unknown;
29
+ export interface AiEngineeringControllerGetProductivityBreakdownProps extends AiEngineeringControllerGetProductivityBreakdownQueryPathParams, Omit<FetcherOptions<AiEngineeringControllerGetProductivityBreakdownQueryQueryParams, unknown>, 'url'> {
30
+ queryParams: AiEngineeringControllerGetProductivityBreakdownQueryQueryParams;
31
+ }
32
+ export declare function aiEngineeringControllerGetProductivityBreakdown(props: AiEngineeringControllerGetProductivityBreakdownProps): Promise<AiEngineeringControllerGetProductivityBreakdownOkResponse>;
33
+ /**
34
+ * Get productivity metric breakdown by AI tool attribution
35
+ */
36
+ export declare function useAiEngineeringControllerGetProductivityBreakdownQuery(props: AiEngineeringControllerGetProductivityBreakdownProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetProductivityBreakdownOkResponse, AiEngineeringControllerGetProductivityBreakdownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetProductivityBreakdownOkResponse, unknown>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function aiEngineeringControllerGetProductivityBreakdown(props) {
7
+ return fetcher(Object.assign({ url: `/v2/ai-engineering/insights/impact/productivity/${props.metric}/breakdown`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Get productivity metric breakdown by AI tool attribution
11
+ */
12
+ export function useAiEngineeringControllerGetProductivityBreakdownQuery(props, options) {
13
+ return useQuery(['AiEngineeringControllerGetProductivityBreakdown', props.metric, props.queryParams], ({ signal }) => aiEngineeringControllerGetProductivityBreakdown(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,36 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ApiResponseAiEngineeringImpactSummaryData } from '../schemas/ApiResponseAiEngineeringImpactSummaryData';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface AiEngineeringControllerGetProductivitySummaryQueryPathParams {
6
+ metric: string;
7
+ }
8
+ export interface AiEngineeringControllerGetProductivitySummaryQueryQueryParams {
9
+ account: string;
10
+ schema: string;
11
+ orgIdentifier?: string;
12
+ projectIdentifier?: string;
13
+ routingId?: string;
14
+ /**
15
+ * @format int32
16
+ */
17
+ orgTreeId?: number;
18
+ teamRefId?: string;
19
+ start_date?: string;
20
+ end_date?: string;
21
+ granularity?: string;
22
+ assistant?: string;
23
+ language?: string;
24
+ role?: string;
25
+ work_type?: string;
26
+ }
27
+ export type AiEngineeringControllerGetProductivitySummaryOkResponse = ResponseWithPagination<ApiResponseAiEngineeringImpactSummaryData>;
28
+ export type AiEngineeringControllerGetProductivitySummaryErrorResponse = unknown;
29
+ export interface AiEngineeringControllerGetProductivitySummaryProps extends AiEngineeringControllerGetProductivitySummaryQueryPathParams, Omit<FetcherOptions<AiEngineeringControllerGetProductivitySummaryQueryQueryParams, unknown>, 'url'> {
30
+ queryParams: AiEngineeringControllerGetProductivitySummaryQueryQueryParams;
31
+ }
32
+ export declare function aiEngineeringControllerGetProductivitySummary(props: AiEngineeringControllerGetProductivitySummaryProps): Promise<AiEngineeringControllerGetProductivitySummaryOkResponse>;
33
+ /**
34
+ * Get overall productivity metric summary (no AI tool breakdown)
35
+ */
36
+ export declare function useAiEngineeringControllerGetProductivitySummaryQuery(props: AiEngineeringControllerGetProductivitySummaryProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetProductivitySummaryOkResponse, AiEngineeringControllerGetProductivitySummaryErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetProductivitySummaryOkResponse, unknown>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function aiEngineeringControllerGetProductivitySummary(props) {
7
+ return fetcher(Object.assign({ url: `/v2/ai-engineering/insights/impact/productivity/${props.metric}/summary`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Get overall productivity metric summary (no AI tool breakdown)
11
+ */
12
+ export function useAiEngineeringControllerGetProductivitySummaryQuery(props, options) {
13
+ return useQuery(['AiEngineeringControllerGetProductivitySummary', props.metric, props.queryParams], ({ signal }) => aiEngineeringControllerGetProductivitySummary(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetRolesCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerGetScorecardsQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerGetScorecardsQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetToolCallCategoriesCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTe
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerGetWorkTypesCatalogQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -6,6 +6,8 @@ export interface AiEngineeringControllerListOptimizationsQueryPathParams {
6
6
  category: string;
7
7
  }
8
8
  export interface AiEngineeringControllerListOptimizationsQueryQueryParams {
9
+ account: string;
10
+ schema: string;
9
11
  orgIdentifier?: string;
10
12
  projectIdentifier?: string;
11
13
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityList
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerListReposQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityList
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerListSessionsQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -3,6 +3,8 @@ import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityList
3
3
  import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface AiEngineeringControllerListTeamsQueryQueryParams {
6
+ account: string;
7
+ schema: string;
6
8
  orgIdentifier?: string;
7
9
  projectIdentifier?: string;
8
10
  routingId?: string;
@@ -7,7 +7,7 @@ import type { ResponseWithPagination } from '../helpers';
7
7
  import { FetcherOptions } from '../../../../fetcher/index.js';
8
8
  export type DeveloperControllerUpsertDeveloperIdentitiesRequestBody = DeveloperIdentity[];
9
9
  export type DeveloperControllerUpsertDeveloperIdentitiesOkResponse = ResponseWithPagination<DeveloperIdentityUpsertResponse>;
10
- export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = (DeveloperIdentityUpsertFailureResponse & ErrorResponse) | ErrorResponse;
10
+ export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
11
11
  export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
12
12
  body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
13
13
  }
@@ -15,6 +15,8 @@ export type { AiEngineeringControllerGetMetricBreakdownErrorResponse, AiEngineer
15
15
  export { aiEngineeringControllerGetMetricBreakdown, useAiEngineeringControllerGetMetricBreakdownQuery, } from './hooks/useAiEngineeringControllerGetMetricBreakdownQuery';
16
16
  export type { AiEngineeringControllerGetMetricSeriesErrorResponse, AiEngineeringControllerGetMetricSeriesOkResponse, AiEngineeringControllerGetMetricSeriesProps, AiEngineeringControllerGetMetricSeriesQueryPathParams, AiEngineeringControllerGetMetricSeriesQueryQueryParams, } from './hooks/useAiEngineeringControllerGetMetricSeriesQuery';
17
17
  export { aiEngineeringControllerGetMetricSeries, useAiEngineeringControllerGetMetricSeriesQuery, } from './hooks/useAiEngineeringControllerGetMetricSeriesQuery';
18
+ export type { AiEngineeringControllerGetMetricsCatalogErrorResponse, AiEngineeringControllerGetMetricsCatalogOkResponse, AiEngineeringControllerGetMetricsCatalogProps, AiEngineeringControllerGetMetricsCatalogQueryPathParams, AiEngineeringControllerGetMetricsCatalogQueryQueryParams, } from './hooks/useAiEngineeringControllerGetMetricsCatalogQuery';
19
+ export { aiEngineeringControllerGetMetricsCatalog, useAiEngineeringControllerGetMetricsCatalogQuery, } from './hooks/useAiEngineeringControllerGetMetricsCatalogQuery';
18
20
  export type { AiEngineeringControllerGetMetricsOverviewErrorResponse, AiEngineeringControllerGetMetricsOverviewOkResponse, AiEngineeringControllerGetMetricsOverviewProps, AiEngineeringControllerGetMetricsOverviewQueryPathParams, AiEngineeringControllerGetMetricsOverviewQueryQueryParams, } from './hooks/useAiEngineeringControllerGetMetricsOverviewQuery';
19
21
  export { aiEngineeringControllerGetMetricsOverview, useAiEngineeringControllerGetMetricsOverviewQuery, } from './hooks/useAiEngineeringControllerGetMetricsOverviewQuery';
20
22
  export type { AiEngineeringControllerGetMetricsErrorResponse, AiEngineeringControllerGetMetricsOkResponse, AiEngineeringControllerGetMetricsProps, AiEngineeringControllerGetMetricsQueryPathParams, AiEngineeringControllerGetMetricsQueryQueryParams, } from './hooks/useAiEngineeringControllerGetMetricsQuery';
@@ -25,6 +27,10 @@ export type { AiEngineeringControllerGetModelsCatalogErrorResponse, AiEngineerin
25
27
  export { aiEngineeringControllerGetModelsCatalog, useAiEngineeringControllerGetModelsCatalogQuery, } from './hooks/useAiEngineeringControllerGetModelsCatalogQuery';
26
28
  export type { AiEngineeringControllerGetOptimizationByIdErrorResponse, AiEngineeringControllerGetOptimizationByIdOkResponse, AiEngineeringControllerGetOptimizationByIdProps, AiEngineeringControllerGetOptimizationByIdQueryPathParams, AiEngineeringControllerGetOptimizationByIdQueryQueryParams, } from './hooks/useAiEngineeringControllerGetOptimizationByIdQuery';
27
29
  export { aiEngineeringControllerGetOptimizationById, useAiEngineeringControllerGetOptimizationByIdQuery, } from './hooks/useAiEngineeringControllerGetOptimizationByIdQuery';
30
+ export type { AiEngineeringControllerGetProductivityBreakdownErrorResponse, AiEngineeringControllerGetProductivityBreakdownOkResponse, AiEngineeringControllerGetProductivityBreakdownProps, AiEngineeringControllerGetProductivityBreakdownQueryPathParams, AiEngineeringControllerGetProductivityBreakdownQueryQueryParams, } from './hooks/useAiEngineeringControllerGetProductivityBreakdownQuery';
31
+ export { aiEngineeringControllerGetProductivityBreakdown, useAiEngineeringControllerGetProductivityBreakdownQuery, } from './hooks/useAiEngineeringControllerGetProductivityBreakdownQuery';
32
+ export type { AiEngineeringControllerGetProductivitySummaryErrorResponse, AiEngineeringControllerGetProductivitySummaryOkResponse, AiEngineeringControllerGetProductivitySummaryProps, AiEngineeringControllerGetProductivitySummaryQueryPathParams, AiEngineeringControllerGetProductivitySummaryQueryQueryParams, } from './hooks/useAiEngineeringControllerGetProductivitySummaryQuery';
33
+ export { aiEngineeringControllerGetProductivitySummary, useAiEngineeringControllerGetProductivitySummaryQuery, } from './hooks/useAiEngineeringControllerGetProductivitySummaryQuery';
28
34
  export type { AiEngineeringControllerGetRolesCatalogErrorResponse, AiEngineeringControllerGetRolesCatalogOkResponse, AiEngineeringControllerGetRolesCatalogProps, AiEngineeringControllerGetRolesCatalogQueryQueryParams, } from './hooks/useAiEngineeringControllerGetRolesCatalogQuery';
29
35
  export { aiEngineeringControllerGetRolesCatalog, useAiEngineeringControllerGetRolesCatalogQuery, } from './hooks/useAiEngineeringControllerGetRolesCatalogQuery';
30
36
  export type { AiEngineeringControllerGetScorecardsErrorResponse, AiEngineeringControllerGetScorecardsOkResponse, AiEngineeringControllerGetScorecardsProps, AiEngineeringControllerGetScorecardsQueryPathParams, AiEngineeringControllerGetScorecardsQueryQueryParams, } from './hooks/useAiEngineeringControllerGetScorecardsQuery';
@@ -614,6 +620,7 @@ export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamInte
614
620
  export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamMutationPathParams, TeamsControllerUpdateTeamMutationQueryParams, TeamsControllerUpdateTeamOkResponse, TeamsControllerUpdateTeamProps, TeamsControllerUpdateTeamRequestBody, } from './hooks/useTeamsControllerUpdateTeamMutation';
615
621
  export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
616
622
  export type { AccessResponseDto } from './schemas/AccessResponseDto';
623
+ export type { ActiveWorkStatusConfig } from './schemas/ActiveWorkStatusConfig';
617
624
  export type { ActivityDataDto } from './schemas/ActivityDataDto';
618
625
  export type { ActivityLog } from './schemas/ActivityLog';
619
626
  export type { ActivityLogListResponseDto } from './schemas/ActivityLogListResponseDto';
@@ -627,6 +634,9 @@ export type { AiAdoptionMetricsResponseDto } from './schemas/AiAdoptionMetricsRe
627
634
  export type { AiAdoptionSummaryRequestDto } from './schemas/AiAdoptionSummaryRequestDto';
628
635
  export type { AiAdoptionSummaryResponseDto } from './schemas/AiAdoptionSummaryResponseDto';
629
636
  export type { AiCombinedInsightsRequestDto } from './schemas/AiCombinedInsightsRequestDto';
637
+ export type { AiEngineeringImpactBreakdownData } from './schemas/AiEngineeringImpactBreakdownData';
638
+ export type { AiEngineeringImpactBreakdownItem } from './schemas/AiEngineeringImpactBreakdownItem';
639
+ export type { AiEngineeringImpactSummaryData } from './schemas/AiEngineeringImpactSummaryData';
630
640
  export type { AiMetrics } from './schemas/AiMetrics';
631
641
  export type { AiRawMetricsRequestDto } from './schemas/AiRawMetricsRequestDto';
632
642
  export type { AiRawMetricsResponseDto } from './schemas/AiRawMetricsResponseDto';
@@ -646,6 +656,8 @@ export type { AiprVelocitySummaryRequestDto } from './schemas/AiprVelocitySummar
646
656
  export type { AiprVelocitySummaryResponseDto } from './schemas/AiprVelocitySummaryResponseDto';
647
657
  export type { ApiError } from './schemas/ApiError';
648
658
  export type { ApiErrorResponse } from './schemas/ApiErrorResponse';
659
+ export type { ApiResponseAiEngineeringImpactBreakdownData } from './schemas/ApiResponseAiEngineeringImpactBreakdownData';
660
+ export type { ApiResponseAiEngineeringImpactSummaryData } from './schemas/ApiResponseAiEngineeringImpactSummaryData';
649
661
  export type { ApiResponseAiSummaryData } from './schemas/ApiResponseAiSummaryData';
650
662
  export type { ApiResponseCatalogTemplate } from './schemas/ApiResponseCatalogTemplate';
651
663
  export type { ApiResponseCorrelationData } from './schemas/ApiResponseCorrelationData';
@@ -711,6 +723,7 @@ export type { CollectionFilter } from './schemas/CollectionFilter';
711
723
  export type { CollectionTree } from './schemas/CollectionTree';
712
724
  export type { ColumnDefinition } from './schemas/ColumnDefinition';
713
725
  export type { CommitInfo } from './schemas/CommitInfo';
726
+ export type { CompletedWorkStatusConfig } from './schemas/CompletedWorkStatusConfig';
714
727
  export type { CompositeFilterExpression } from './schemas/CompositeFilterExpression';
715
728
  export type { CorrelationData } from './schemas/CorrelationData';
716
729
  export type { CorrelationPoint } from './schemas/CorrelationPoint';
@@ -6,11 +6,14 @@ export { aiEngineeringControllerGetLanguagesCatalog, useAiEngineeringControllerG
6
6
  export { aiEngineeringControllerGetLeaderboards, useAiEngineeringControllerGetLeaderboardsQuery, } from './hooks/useAiEngineeringControllerGetLeaderboardsQuery';
7
7
  export { aiEngineeringControllerGetMetricBreakdown, useAiEngineeringControllerGetMetricBreakdownQuery, } from './hooks/useAiEngineeringControllerGetMetricBreakdownQuery';
8
8
  export { aiEngineeringControllerGetMetricSeries, useAiEngineeringControllerGetMetricSeriesQuery, } from './hooks/useAiEngineeringControllerGetMetricSeriesQuery';
9
+ export { aiEngineeringControllerGetMetricsCatalog, useAiEngineeringControllerGetMetricsCatalogQuery, } from './hooks/useAiEngineeringControllerGetMetricsCatalogQuery';
9
10
  export { aiEngineeringControllerGetMetricsOverview, useAiEngineeringControllerGetMetricsOverviewQuery, } from './hooks/useAiEngineeringControllerGetMetricsOverviewQuery';
10
11
  export { aiEngineeringControllerGetMetrics, useAiEngineeringControllerGetMetricsQuery, } from './hooks/useAiEngineeringControllerGetMetricsQuery';
11
12
  export { aiEngineeringControllerGetMetricsSummary, useAiEngineeringControllerGetMetricsSummaryQuery, } from './hooks/useAiEngineeringControllerGetMetricsSummaryQuery';
12
13
  export { aiEngineeringControllerGetModelsCatalog, useAiEngineeringControllerGetModelsCatalogQuery, } from './hooks/useAiEngineeringControllerGetModelsCatalogQuery';
13
14
  export { aiEngineeringControllerGetOptimizationById, useAiEngineeringControllerGetOptimizationByIdQuery, } from './hooks/useAiEngineeringControllerGetOptimizationByIdQuery';
15
+ export { aiEngineeringControllerGetProductivityBreakdown, useAiEngineeringControllerGetProductivityBreakdownQuery, } from './hooks/useAiEngineeringControllerGetProductivityBreakdownQuery';
16
+ export { aiEngineeringControllerGetProductivitySummary, useAiEngineeringControllerGetProductivitySummaryQuery, } from './hooks/useAiEngineeringControllerGetProductivitySummaryQuery';
14
17
  export { aiEngineeringControllerGetRolesCatalog, useAiEngineeringControllerGetRolesCatalogQuery, } from './hooks/useAiEngineeringControllerGetRolesCatalogQuery';
15
18
  export { aiEngineeringControllerGetScorecards, useAiEngineeringControllerGetScorecardsQuery, } from './hooks/useAiEngineeringControllerGetScorecardsQuery';
16
19
  export { aiEngineeringControllerGetToolCallCategoriesCatalog, useAiEngineeringControllerGetToolCallCategoriesCatalogQuery, } from './hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery';
@@ -0,0 +1,4 @@
1
+ import type { EntityConfig } from '../schemas/EntityConfig';
2
+ export interface ActiveWorkStatusConfig extends EntityConfig {
3
+ activeWorkStatuses?: string[];
4
+ }
@@ -0,0 +1,30 @@
1
+ import type { AiEngineeringImpactBreakdownItem } from '../schemas/AiEngineeringImpactBreakdownItem';
2
+ import type { TimeSeriesPeriod } from '../schemas/TimeSeriesPeriod';
3
+ /**
4
+ * Response for AI Impact productivity breakdown by tool attribution
5
+ */
6
+ export interface AiEngineeringImpactBreakdownData {
7
+ /**
8
+ * Breakdown dimension
9
+ * @example "tool"
10
+ */
11
+ dimension?: string;
12
+ /**
13
+ * Granularity used for rate computation
14
+ * @example "WEEKLY"
15
+ */
16
+ granularity?: string;
17
+ /**
18
+ * Breakdown items per tool
19
+ */
20
+ items?: AiEngineeringImpactBreakdownItem[];
21
+ /**
22
+ * Metric key
23
+ * @example "pr-merged"
24
+ */
25
+ metric?: string;
26
+ /**
27
+ * Time period for the metric
28
+ */
29
+ period?: TimeSeriesPeriod;
30
+ }
@@ -0,0 +1,25 @@
1
+ import type { MetricValue } from '../schemas/MetricValue';
2
+ /**
3
+ * A single tool attribution row in the AI Impact breakdown
4
+ */
5
+ export interface AiEngineeringImpactBreakdownItem {
6
+ /**
7
+ * Supporting context for this tool (e.g., total_count, active_devs)
8
+ */
9
+ context?: {
10
+ [key: string]: {
11
+ [key: string]: any;
12
+ };
13
+ };
14
+ /**
15
+ * Tool name or 'Non-AI'
16
+ * @example "Claude Code"
17
+ */
18
+ name?: string;
19
+ /**
20
+ * Metric statistics for this tool
21
+ */
22
+ stats?: {
23
+ [key: string]: MetricValue;
24
+ };
25
+ }
@@ -0,0 +1,35 @@
1
+ import type { TimeSeriesPeriod } from '../schemas/TimeSeriesPeriod';
2
+ import type { MetricValue } from '../schemas/MetricValue';
3
+ /**
4
+ * Response for AI Impact productivity summary (overall, no tool breakdown)
5
+ */
6
+ export interface AiEngineeringImpactSummaryData {
7
+ /**
8
+ * Supporting context (e.g., total_count, active_devs, pr_count)
9
+ */
10
+ context?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Granularity used for rate computation
17
+ * @example "WEEKLY"
18
+ */
19
+ granularity?: string;
20
+ /**
21
+ * Metric key
22
+ * @example "pr-merged"
23
+ */
24
+ metric?: string;
25
+ /**
26
+ * Time period for the metric
27
+ */
28
+ period?: TimeSeriesPeriod;
29
+ /**
30
+ * Metric statistics. Keys: 'total' for rate metrics, or 'median'/'mean'/'p90'/'p95' for duration metrics
31
+ */
32
+ stats?: {
33
+ [key: string]: MetricValue;
34
+ };
35
+ }
@@ -0,0 +1,23 @@
1
+ import type { AiEngineeringImpactBreakdownData } from '../schemas/AiEngineeringImpactBreakdownData';
2
+ export interface ApiResponseAiEngineeringImpactBreakdownData {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: AiEngineeringImpactBreakdownData;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ import type { AiEngineeringImpactSummaryData } from '../schemas/AiEngineeringImpactSummaryData';
2
+ export interface ApiResponseAiEngineeringImpactSummaryData {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: AiEngineeringImpactSummaryData;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -1,8 +1,4 @@
1
1
  import type { AiSummaryData } from '../schemas/AiSummaryData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseAiSummaryData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { CatalogTemplate } from '../schemas/CatalogTemplate';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseCatalogTemplate {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { CorrelationData } from '../schemas/CorrelationData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseCorrelationData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { EntityListData } from '../schemas/EntityListData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseEntityListData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { EntityListTemplate } from '../schemas/EntityListTemplate';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseEntityListTemplate {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { MetricAggregateTemplate } from '../schemas/MetricAggregateTemplate';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseMetricAggregateTemplate {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { MetricBreakdownData } from '../schemas/MetricBreakdownData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseMetricBreakdownData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { OptimizationItem } from '../schemas/OptimizationItem';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseOptimizationItem {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { OptimizationListData } from '../schemas/OptimizationListData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseOptimizationListData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { ScorecardData } from '../schemas/ScorecardData';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseScorecardData {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -1,8 +1,4 @@
1
1
  import type { TimeSeriesTemplate } from '../schemas/TimeSeriesTemplate';
2
- /**
3
- * Generic response envelope for structured/analytics APIs
4
- * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
- */
6
2
  export interface ApiResponseTimeSeriesTemplate {
7
3
  /**
8
4
  * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
@@ -2,11 +2,23 @@
2
2
  * A single item in a dimensional breakdown
3
3
  */
4
4
  export interface BreakdownItem {
5
+ /**
6
+ * Absolute (non-relative) value behind a percentage, e.g. user count behind a % share
7
+ * @format double
8
+ * @example 48
9
+ */
10
+ absolute?: number;
5
11
  /**
6
12
  * Name of the breakdown item
7
13
  * @example "coding"
8
14
  */
9
15
  name?: string;
16
+ /**
17
+ * Percentage of total for this breakdown item
18
+ * @format double
19
+ * @example 35.5
20
+ */
21
+ percentage?: number;
10
22
  /**
11
23
  * Unit of measurement
12
24
  * @example "USD"
@@ -1,5 +1,6 @@
1
1
  import type { PriorityBuckets } from '../schemas/PriorityBuckets';
2
2
  import type { EntityConfig } from '../schemas/EntityConfig';
3
3
  export interface BugPriorityConfig extends EntityConfig {
4
+ bugIssueType?: string[];
4
5
  priorityBuckets?: PriorityBuckets;
5
6
  }
@@ -0,0 +1,4 @@
1
+ import type { EntityConfig } from '../schemas/EntityConfig';
2
+ export interface CompletedWorkStatusConfig extends EntityConfig {
3
+ completedWorkStatuses?: string[];
4
+ }
@@ -1,4 +1,6 @@
1
+ import type { ActiveWorkStatusConfig } from '../schemas/ActiveWorkStatusConfig';
1
2
  import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
3
+ import type { CompletedWorkStatusConfig } from '../schemas/CompletedWorkStatusConfig';
2
4
  import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
5
  import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
6
  import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
@@ -6,7 +8,7 @@ export interface EntityDto {
6
8
  applicableInsights?: Array<'AI_INSIGHTS' | 'BA' | 'DORA' | 'PRODUCTIVITY' | 'SECURITY' | 'SPRINT_INSIGHTS'>;
7
9
  applicableMetrics?: Array<'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODE_REWORK' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'TOTAL_OPEN_VULNERABILITIES' | 'WORK_COMPLETED'>;
8
10
  baCategoryColor?: string;
9
- config?: BugPriorityConfig & NewFeaturesConfig;
11
+ config?: ActiveWorkStatusConfig & BugPriorityConfig & CompletedWorkStatusConfig & NewFeaturesConfig;
10
12
  entityKey?: string;
11
13
  entityName?: string;
12
14
  entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
@@ -1,9 +1,11 @@
1
+ import type { ActiveWorkStatusConfig } from '../schemas/ActiveWorkStatusConfig';
1
2
  import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
3
+ import type { CompletedWorkStatusConfig } from '../schemas/CompletedWorkStatusConfig';
2
4
  import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
5
  import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
6
  import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
5
7
  export interface EntityRequestDto {
6
- config?: BugPriorityConfig & NewFeaturesConfig;
8
+ config?: ActiveWorkStatusConfig & BugPriorityConfig & CompletedWorkStatusConfig & NewFeaturesConfig;
7
9
  entityKey?: string;
8
10
  entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
9
11
  integrationFilters?: {
@@ -1,3 +1,4 @@
1
1
  export interface FilterExpression {
2
2
  type: string;
3
+ useDefaults?: boolean;
3
4
  }
@@ -1,5 +1,6 @@
1
1
  import type { FeatureSizes } from '../schemas/FeatureSizes';
2
2
  import type { EntityConfig } from '../schemas/EntityConfig';
3
3
  export interface NewFeaturesConfig extends EntityConfig {
4
+ featureIssueType?: string[];
4
5
  featureSizes?: FeatureSizes;
5
6
  }
@@ -3,5 +3,5 @@ export interface PrSize {
3
3
  * @format int64
4
4
  */
5
5
  count?: number;
6
- prSize?: 'LARGE' | 'MEDIUM' | 'SMALL';
6
+ prSize?: 'LARGE' | 'MEDIUM' | 'SMALL' | 'UNCLASSIFIED';
7
7
  }
@@ -3,6 +3,10 @@ import type { SimpleMetric } from '../schemas/SimpleMetric';
3
3
  * Represents a ranked entity with metrics and metadata
4
4
  */
5
5
  export interface RankedEntity {
6
+ /**
7
+ * Per-agent drill-down rows (developers leaderboard only)
8
+ */
9
+ children?: RankedEntity[];
6
10
  /**
7
11
  * Unique entity identifier
8
12
  * @example "dev-12345"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
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",