@harnessio/react-sei-panorama-service-client 0.24.3 → 0.24.5
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.
- package/dist/fetcher/index.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetFeatureMetricsQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetFeatureMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTeamAdoptionQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTeamAdoptionQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTopLanguagesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTopLanguagesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiSummaryControllerGenerateSummaryMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiSummaryControllerGenerateSummaryMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/index.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiFeatureDataPoint.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/AiFeatureDataPoint.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiFeatureDataResponseDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/AiFeatureDataResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiInsightsRequestDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/AiInsightsRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryRequestDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionRequestDto.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionResponseDto.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionUserDto.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTeamAdoptionUserDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTopLanguagesResponseDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/AiTopLanguagesResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownRequest.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DoraMetricDrilldownRequest.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DrilldownData.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPoint.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownData.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPoint.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/LanguageCount.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/LanguageCount.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeatureRequestDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeatureResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/SummarySection.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SummarySection.js +4 -0
- package/package.json +1 -1
package/dist/fetcher/index.js
CHANGED
|
@@ -30,7 +30,7 @@ export function fetcher(options) {
|
|
|
30
30
|
if (fetcherCallbacks === null || fetcherCallbacks === void 0 ? void 0 : fetcherCallbacks.urlInterceptor) {
|
|
31
31
|
finalUrl = (_a = fetcherCallbacks === null || fetcherCallbacks === void 0 ? void 0 : fetcherCallbacks.urlInterceptor) === null || _a === void 0 ? void 0 : _a.call(fetcherCallbacks, finalUrl);
|
|
32
32
|
}
|
|
33
|
-
let request = new Request(finalUrl, Object.assign({ headers: Object.assign(Object.assign({ Authorization: `Bearer ${token}` }, headers), customHeaders), body: body ? JSON.stringify(body) : undefined }, rest));
|
|
33
|
+
let request = new Request(finalUrl, Object.assign({ headers: Object.assign(Object.assign(Object.assign({}, (token ? { Authorization: `Bearer ${token}` } : {})), headers), customHeaders), body: body ? JSON.stringify(body) : undefined }, rest));
|
|
34
34
|
if (fetcherCallbacks === null || fetcherCallbacks === void 0 ? void 0 : fetcherCallbacks.requestInterceptor) {
|
|
35
35
|
request = fetcherCallbacks.requestInterceptor(request.clone());
|
|
36
36
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { AiFeatureDataResponseDto } from '../schemas/AiFeatureDataResponseDto';
|
|
3
|
+
import type { AiInsightsRequestDto } from '../schemas/AiInsightsRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface AiInsightsControllerGetFeatureMetricsQueryQueryParams {
|
|
7
|
+
account: string;
|
|
8
|
+
projectIdentifier: string;
|
|
9
|
+
orgIdentifier: string;
|
|
10
|
+
}
|
|
11
|
+
export type AiInsightsControllerGetFeatureMetricsRequestBody = AiInsightsRequestDto;
|
|
12
|
+
export type AiInsightsControllerGetFeatureMetricsOkResponse = ResponseWithPagination<AiFeatureDataResponseDto>;
|
|
13
|
+
export type AiInsightsControllerGetFeatureMetricsErrorResponse = string;
|
|
14
|
+
export interface AiInsightsControllerGetFeatureMetricsProps extends Omit<FetcherOptions<AiInsightsControllerGetFeatureMetricsQueryQueryParams, AiInsightsControllerGetFeatureMetricsRequestBody>, 'url'> {
|
|
15
|
+
queryParams: AiInsightsControllerGetFeatureMetricsQueryQueryParams;
|
|
16
|
+
body: AiInsightsControllerGetFeatureMetricsRequestBody;
|
|
17
|
+
}
|
|
18
|
+
export declare function aiInsightsControllerGetFeatureMetrics(props: AiInsightsControllerGetFeatureMetricsProps): Promise<AiInsightsControllerGetFeatureMetricsOkResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves feature metrics for various AI insights with current and previous period comparisons.
|
|
21
|
+
*/
|
|
22
|
+
export declare function useAiInsightsControllerGetFeatureMetricsQuery(props: AiInsightsControllerGetFeatureMetricsProps, options?: Omit<UseQueryOptions<AiInsightsControllerGetFeatureMetricsOkResponse, AiInsightsControllerGetFeatureMetricsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiInsightsControllerGetFeatureMetricsOkResponse, string>;
|
|
@@ -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 aiInsightsControllerGetFeatureMetrics(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ai/feature_metrics`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves feature metrics for various AI insights with current and previous period comparisons.
|
|
11
|
+
*/
|
|
12
|
+
export function useAiInsightsControllerGetFeatureMetricsQuery(props, options) {
|
|
13
|
+
return useQuery(['AIInsightsControllerGetFeatureMetrics', props.queryParams, props.body], ({ signal }) => aiInsightsControllerGetFeatureMetrics(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { AiTeamAdoptionResponseDto } from '../schemas/AiTeamAdoptionResponseDto';
|
|
3
|
+
import type { AiTeamAdoptionRequestDto } from '../schemas/AiTeamAdoptionRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface AiInsightsControllerGetTeamAdoptionQueryQueryParams {
|
|
7
|
+
account: string;
|
|
8
|
+
projectIdentifier: string;
|
|
9
|
+
orgIdentifier: string;
|
|
10
|
+
}
|
|
11
|
+
export type AiInsightsControllerGetTeamAdoptionRequestBody = AiTeamAdoptionRequestDto;
|
|
12
|
+
export type AiInsightsControllerGetTeamAdoptionOkResponse = ResponseWithPagination<AiTeamAdoptionResponseDto>;
|
|
13
|
+
export type AiInsightsControllerGetTeamAdoptionErrorResponse = string;
|
|
14
|
+
export interface AiInsightsControllerGetTeamAdoptionProps extends Omit<FetcherOptions<AiInsightsControllerGetTeamAdoptionQueryQueryParams, AiInsightsControllerGetTeamAdoptionRequestBody>, 'url'> {
|
|
15
|
+
queryParams: AiInsightsControllerGetTeamAdoptionQueryQueryParams;
|
|
16
|
+
body: AiInsightsControllerGetTeamAdoptionRequestBody;
|
|
17
|
+
}
|
|
18
|
+
export declare function aiInsightsControllerGetTeamAdoption(props: AiInsightsControllerGetTeamAdoptionProps): Promise<AiInsightsControllerGetTeamAdoptionOkResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves team member adoption data with user details in table format. Supports pagination and sorting.
|
|
21
|
+
*/
|
|
22
|
+
export declare function useAiInsightsControllerGetTeamAdoptionQuery(props: AiInsightsControllerGetTeamAdoptionProps, options?: Omit<UseQueryOptions<AiInsightsControllerGetTeamAdoptionOkResponse, AiInsightsControllerGetTeamAdoptionErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiInsightsControllerGetTeamAdoptionOkResponse, string>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTeamAdoptionQuery.js
ADDED
|
@@ -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 aiInsightsControllerGetTeamAdoption(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ai/team_adoption`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves team member adoption data with user details in table format. Supports pagination and sorting.
|
|
11
|
+
*/
|
|
12
|
+
export function useAiInsightsControllerGetTeamAdoptionQuery(props, options) {
|
|
13
|
+
return useQuery(['AIInsightsControllerGetTeamAdoption', props.queryParams, props.body], ({ signal }) => aiInsightsControllerGetTeamAdoption(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { AiTopLanguagesResponseDto } from '../schemas/AiTopLanguagesResponseDto';
|
|
3
|
+
import type { AiInsightsRequestDto } from '../schemas/AiInsightsRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface AiInsightsControllerGetTopLanguagesQueryQueryParams {
|
|
7
|
+
account: string;
|
|
8
|
+
projectIdentifier: string;
|
|
9
|
+
orgIdentifier: string;
|
|
10
|
+
}
|
|
11
|
+
export type AiInsightsControllerGetTopLanguagesRequestBody = AiInsightsRequestDto;
|
|
12
|
+
export type AiInsightsControllerGetTopLanguagesOkResponse = ResponseWithPagination<AiTopLanguagesResponseDto>;
|
|
13
|
+
export type AiInsightsControllerGetTopLanguagesErrorResponse = string;
|
|
14
|
+
export interface AiInsightsControllerGetTopLanguagesProps extends Omit<FetcherOptions<AiInsightsControllerGetTopLanguagesQueryQueryParams, AiInsightsControllerGetTopLanguagesRequestBody>, 'url'> {
|
|
15
|
+
queryParams: AiInsightsControllerGetTopLanguagesQueryQueryParams;
|
|
16
|
+
body: AiInsightsControllerGetTopLanguagesRequestBody;
|
|
17
|
+
}
|
|
18
|
+
export declare function aiInsightsControllerGetTopLanguages(props: AiInsightsControllerGetTopLanguagesProps): Promise<AiInsightsControllerGetTopLanguagesOkResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves top programming languages with their usage counts.
|
|
21
|
+
*/
|
|
22
|
+
export declare function useAiInsightsControllerGetTopLanguagesQuery(props: AiInsightsControllerGetTopLanguagesProps, options?: Omit<UseQueryOptions<AiInsightsControllerGetTopLanguagesOkResponse, AiInsightsControllerGetTopLanguagesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiInsightsControllerGetTopLanguagesOkResponse, string>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetTopLanguagesQuery.js
ADDED
|
@@ -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 aiInsightsControllerGetTopLanguages(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ai/top_languages`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves top programming languages with their usage counts.
|
|
11
|
+
*/
|
|
12
|
+
export function useAiInsightsControllerGetTopLanguagesQuery(props, options) {
|
|
13
|
+
return useQuery(['AIInsightsControllerGetTopLanguages', props.queryParams, props.body], ({ signal }) => aiInsightsControllerGetTopLanguages(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { AiSummaryResponseDto } from '../schemas/AiSummaryResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { AiSummaryRequestDto } from '../schemas/AiSummaryRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export interface AiSummaryControllerGenerateSummaryMutationQueryParams {
|
|
8
|
+
account: string;
|
|
9
|
+
projectIdentifier: string;
|
|
10
|
+
orgIdentifier: string;
|
|
11
|
+
}
|
|
12
|
+
export type AiSummaryControllerGenerateSummaryRequestBody = AiSummaryRequestDto;
|
|
13
|
+
export type AiSummaryControllerGenerateSummaryOkResponse = ResponseWithPagination<AiSummaryResponseDto>;
|
|
14
|
+
export type AiSummaryControllerGenerateSummaryErrorResponse = ErrorResponse;
|
|
15
|
+
export interface AiSummaryControllerGenerateSummaryProps extends Omit<FetcherOptions<AiSummaryControllerGenerateSummaryMutationQueryParams, AiSummaryControllerGenerateSummaryRequestBody>, 'url'> {
|
|
16
|
+
queryParams: AiSummaryControllerGenerateSummaryMutationQueryParams;
|
|
17
|
+
body: AiSummaryControllerGenerateSummaryRequestBody;
|
|
18
|
+
}
|
|
19
|
+
export declare function aiSummaryControllerGenerateSummary(props: AiSummaryControllerGenerateSummaryProps): Promise<AiSummaryControllerGenerateSummaryOkResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Generate an AI-powered summary with insights, root cause analysis, and actionable recommendations based on team metrics for the specified category (Efficiency, Productivity, Business Alignment, or Sprint Insights).
|
|
22
|
+
*/
|
|
23
|
+
export declare function useAiSummaryControllerGenerateSummaryMutation(options?: Omit<UseMutationOptions<AiSummaryControllerGenerateSummaryOkResponse, AiSummaryControllerGenerateSummaryErrorResponse, AiSummaryControllerGenerateSummaryProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<AiSummaryControllerGenerateSummaryOkResponse, ErrorResponse, AiSummaryControllerGenerateSummaryProps, 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 { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function aiSummaryControllerGenerateSummary(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ai-summary`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Generate an AI-powered summary with insights, root cause analysis, and actionable recommendations based on team metrics for the specified category (Efficiency, Productivity, Business Alignment, or Sprint Insights).
|
|
11
|
+
*/
|
|
12
|
+
export function useAiSummaryControllerGenerateSummaryMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => aiSummaryControllerGenerateSummary(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -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 =
|
|
10
|
+
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
|
|
11
11
|
export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
|
|
12
12
|
body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
|
|
13
13
|
}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export type { GetPathParamsType, ResponseWithPagination } from './helpers';
|
|
2
|
+
export type { AiInsightsControllerGetFeatureMetricsErrorResponse, AiInsightsControllerGetFeatureMetricsOkResponse, AiInsightsControllerGetFeatureMetricsProps, AiInsightsControllerGetFeatureMetricsQueryQueryParams, AiInsightsControllerGetFeatureMetricsRequestBody, } from './hooks/useAiInsightsControllerGetFeatureMetricsQuery';
|
|
3
|
+
export { aiInsightsControllerGetFeatureMetrics, useAiInsightsControllerGetFeatureMetricsQuery, } from './hooks/useAiInsightsControllerGetFeatureMetricsQuery';
|
|
4
|
+
export type { AiInsightsControllerGetTeamAdoptionErrorResponse, AiInsightsControllerGetTeamAdoptionOkResponse, AiInsightsControllerGetTeamAdoptionProps, AiInsightsControllerGetTeamAdoptionQueryQueryParams, AiInsightsControllerGetTeamAdoptionRequestBody, } from './hooks/useAiInsightsControllerGetTeamAdoptionQuery';
|
|
5
|
+
export { aiInsightsControllerGetTeamAdoption, useAiInsightsControllerGetTeamAdoptionQuery, } from './hooks/useAiInsightsControllerGetTeamAdoptionQuery';
|
|
6
|
+
export type { AiInsightsControllerGetTopLanguagesErrorResponse, AiInsightsControllerGetTopLanguagesOkResponse, AiInsightsControllerGetTopLanguagesProps, AiInsightsControllerGetTopLanguagesQueryQueryParams, AiInsightsControllerGetTopLanguagesRequestBody, } from './hooks/useAiInsightsControllerGetTopLanguagesQuery';
|
|
7
|
+
export { aiInsightsControllerGetTopLanguages, useAiInsightsControllerGetTopLanguagesQuery, } from './hooks/useAiInsightsControllerGetTopLanguagesQuery';
|
|
8
|
+
export type { AiSummaryControllerGenerateSummaryErrorResponse, AiSummaryControllerGenerateSummaryMutationQueryParams, AiSummaryControllerGenerateSummaryOkResponse, AiSummaryControllerGenerateSummaryProps, AiSummaryControllerGenerateSummaryRequestBody, } from './hooks/useAiSummaryControllerGenerateSummaryMutation';
|
|
9
|
+
export { aiSummaryControllerGenerateSummary, useAiSummaryControllerGenerateSummaryMutation, } from './hooks/useAiSummaryControllerGenerateSummaryMutation';
|
|
2
10
|
export type { AsyncExportControllerDownloadExportErrorResponse, AsyncExportControllerDownloadExportOkResponse, AsyncExportControllerDownloadExportProps, AsyncExportControllerDownloadExportQueryPathParams, AsyncExportControllerDownloadExportQueryQueryParams, } from './hooks/useAsyncExportControllerDownloadExportQuery';
|
|
3
11
|
export { asyncExportControllerDownloadExport, useAsyncExportControllerDownloadExportQuery, } from './hooks/useAsyncExportControllerDownloadExportQuery';
|
|
4
12
|
export type { AsyncExportControllerGetJobStatusErrorResponse, AsyncExportControllerGetJobStatusOkResponse, AsyncExportControllerGetJobStatusProps, AsyncExportControllerGetJobStatusQueryPathParams, AsyncExportControllerGetJobStatusQueryQueryParams, } from './hooks/useAsyncExportControllerGetJobStatusQuery';
|
|
@@ -339,6 +347,15 @@ export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamM
|
|
|
339
347
|
export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
|
340
348
|
export type { AccessResponseDto } from './schemas/AccessResponseDto';
|
|
341
349
|
export type { ActivityDataDto } from './schemas/ActivityDataDto';
|
|
350
|
+
export type { AiFeatureDataPoint } from './schemas/AiFeatureDataPoint';
|
|
351
|
+
export type { AiFeatureDataResponseDto } from './schemas/AiFeatureDataResponseDto';
|
|
352
|
+
export type { AiInsightsRequestDto } from './schemas/AiInsightsRequestDto';
|
|
353
|
+
export type { AiSummaryRequestDto } from './schemas/AiSummaryRequestDto';
|
|
354
|
+
export type { AiSummaryResponseDto } from './schemas/AiSummaryResponseDto';
|
|
355
|
+
export type { AiTeamAdoptionRequestDto } from './schemas/AiTeamAdoptionRequestDto';
|
|
356
|
+
export type { AiTeamAdoptionResponseDto } from './schemas/AiTeamAdoptionResponseDto';
|
|
357
|
+
export type { AiTeamAdoptionUserDto } from './schemas/AiTeamAdoptionUserDto';
|
|
358
|
+
export type { AiTopLanguagesResponseDto } from './schemas/AiTopLanguagesResponseDto';
|
|
342
359
|
export type { ApiErrorResponse } from './schemas/ApiErrorResponse';
|
|
343
360
|
export type { ApiResponseWrapper } from './schemas/ApiResponseWrapper';
|
|
344
361
|
export type { AssociateDevelopersRequestDto } from './schemas/AssociateDevelopersRequestDto';
|
|
@@ -479,6 +496,7 @@ export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPip
|
|
|
479
496
|
export type { IssuesPrResponse } from './schemas/IssuesPrResponse';
|
|
480
497
|
export type { IssuesPrResponseWrapper } from './schemas/IssuesPrResponseWrapper';
|
|
481
498
|
export type { JsonNode } from './schemas/JsonNode';
|
|
499
|
+
export type { LanguageCount } from './schemas/LanguageCount';
|
|
482
500
|
export type { LicenseSearchParams } from './schemas/LicenseSearchParams';
|
|
483
501
|
export type { ListResponseDto } from './schemas/ListResponseDto';
|
|
484
502
|
export type { ListResponseDtoDeveloperIdentity } from './schemas/ListResponseDtoDeveloperIdentity';
|
|
@@ -583,6 +601,7 @@ export type { SprintTicketsResponseDto } from './schemas/SprintTicketsResponseDt
|
|
|
583
601
|
export type { SprintWorkBreakdownDto } from './schemas/SprintWorkBreakdownDto';
|
|
584
602
|
export type { Stage } from './schemas/Stage';
|
|
585
603
|
export type { SummaryCard } from './schemas/SummaryCard';
|
|
604
|
+
export type { SummarySection } from './schemas/SummarySection';
|
|
586
605
|
export type { SummaryValue } from './schemas/SummaryValue';
|
|
587
606
|
export type { SummaryValueChange } from './schemas/SummaryValueChange';
|
|
588
607
|
export type { TeamAccessDto } from './schemas/TeamAccessDto';
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export { aiInsightsControllerGetFeatureMetrics, useAiInsightsControllerGetFeatureMetricsQuery, } from './hooks/useAiInsightsControllerGetFeatureMetricsQuery';
|
|
2
|
+
export { aiInsightsControllerGetTeamAdoption, useAiInsightsControllerGetTeamAdoptionQuery, } from './hooks/useAiInsightsControllerGetTeamAdoptionQuery';
|
|
3
|
+
export { aiInsightsControllerGetTopLanguages, useAiInsightsControllerGetTopLanguagesQuery, } from './hooks/useAiInsightsControllerGetTopLanguagesQuery';
|
|
4
|
+
export { aiSummaryControllerGenerateSummary, useAiSummaryControllerGenerateSummaryMutation, } from './hooks/useAiSummaryControllerGenerateSummaryMutation';
|
|
1
5
|
export { asyncExportControllerDownloadExport, useAsyncExportControllerDownloadExportQuery, } from './hooks/useAsyncExportControllerDownloadExportQuery';
|
|
2
6
|
export { asyncExportControllerGetJobStatus, useAsyncExportControllerGetJobStatusQuery, } from './hooks/useAsyncExportControllerGetJobStatusQuery';
|
|
3
7
|
export { asyncExportControllerInitiateExport, useAsyncExportControllerInitiateExportMutation, } from './hooks/useAsyncExportControllerInitiateExportMutation';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { AiFeatureDataPoint } from '../schemas/AiFeatureDataPoint';
|
|
2
|
+
export interface AiFeatureDataResponseDto {
|
|
3
|
+
currentPeriodData?: AiFeatureDataPoint[];
|
|
4
|
+
/**
|
|
5
|
+
* @format double
|
|
6
|
+
*/
|
|
7
|
+
currentPeriodTotal?: number;
|
|
8
|
+
/**
|
|
9
|
+
* @format date-time
|
|
10
|
+
*/
|
|
11
|
+
endDate?: string;
|
|
12
|
+
metricType?: 'acceptanceRate' | 'addedVsDeletedLinesRatio' | 'aiShareOfNewCode' | 'dailyActiveUsers' | 'linesAccepted' | 'linesSuggested' | 'netLinesAddedPerContributor' | 'tokensUsedPer1kLinesOfCodeEdits';
|
|
13
|
+
previousPeriodData?: AiFeatureDataPoint[];
|
|
14
|
+
/**
|
|
15
|
+
* @format double
|
|
16
|
+
*/
|
|
17
|
+
previousPeriodTotal?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @format date-time
|
|
20
|
+
*/
|
|
21
|
+
startDate?: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface AiInsightsRequestDto {
|
|
2
|
+
/**
|
|
3
|
+
* @format date-time
|
|
4
|
+
*/
|
|
5
|
+
endDate?: string;
|
|
6
|
+
granularity?: string;
|
|
7
|
+
integrationType?: 'cursor' | 'windsurf';
|
|
8
|
+
metricType?: 'acceptanceRate' | 'addedVsDeletedLinesRatio' | 'aiShareOfNewCode' | 'dailyActiveUsers' | 'linesAccepted' | 'linesSuggested' | 'netLinesAddedPerContributor' | 'tokensUsedPer1kLinesOfCodeEdits';
|
|
9
|
+
/**
|
|
10
|
+
* @format date-time
|
|
11
|
+
*/
|
|
12
|
+
startDate?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @format int32
|
|
15
|
+
*/
|
|
16
|
+
teamRefId?: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface AiSummaryRequestDto {
|
|
2
|
+
category: 'BA' | 'EFFICIENCY' | 'PRODUCTIVITY' | 'SPRINT_INSIGHTS';
|
|
3
|
+
/**
|
|
4
|
+
* @format date-time
|
|
5
|
+
*/
|
|
6
|
+
endDate: string;
|
|
7
|
+
granularity?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
8
|
+
/**
|
|
9
|
+
* @format date-time
|
|
10
|
+
*/
|
|
11
|
+
startDate: string;
|
|
12
|
+
/**
|
|
13
|
+
* @format int32
|
|
14
|
+
*/
|
|
15
|
+
teamRefId: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { PaginationRequest } from '../schemas/PaginationRequest';
|
|
2
|
+
export interface AiTeamAdoptionRequestDto {
|
|
3
|
+
/**
|
|
4
|
+
* End date for the metrics
|
|
5
|
+
* @format date-time
|
|
6
|
+
*/
|
|
7
|
+
endDate: string;
|
|
8
|
+
/**
|
|
9
|
+
* Integration type (cursor/windsurf)
|
|
10
|
+
*/
|
|
11
|
+
integrationType?: 'cursor' | 'windsurf';
|
|
12
|
+
/**
|
|
13
|
+
* Pagination parameters
|
|
14
|
+
*/
|
|
15
|
+
pagination?: PaginationRequest;
|
|
16
|
+
/**
|
|
17
|
+
* Column to sort by
|
|
18
|
+
*/
|
|
19
|
+
sortBy?: 'email' | 'line_accept_percent' | 'lines_accepted' | 'lines_suggested' | 'primary_language' | 'rank' | 'total_accepts' | 'username';
|
|
20
|
+
/**
|
|
21
|
+
* Sort order (ASC/DESC)
|
|
22
|
+
*/
|
|
23
|
+
sortByCriteria?: 'ASC' | 'DESC';
|
|
24
|
+
/**
|
|
25
|
+
* Start date for the metrics
|
|
26
|
+
* @format date-time
|
|
27
|
+
*/
|
|
28
|
+
startDate: string;
|
|
29
|
+
/**
|
|
30
|
+
* Team reference ID
|
|
31
|
+
* @format int32
|
|
32
|
+
*/
|
|
33
|
+
teamRefId: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { AiTeamAdoptionUserDto } from '../schemas/AiTeamAdoptionUserDto';
|
|
2
|
+
export interface AiTeamAdoptionResponseDto {
|
|
3
|
+
/**
|
|
4
|
+
* @format int32
|
|
5
|
+
*/
|
|
6
|
+
currentPage?: number;
|
|
7
|
+
/**
|
|
8
|
+
* @format date-time
|
|
9
|
+
*/
|
|
10
|
+
endDate?: string;
|
|
11
|
+
hasMore?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* @format int32
|
|
14
|
+
*/
|
|
15
|
+
pageSize?: number;
|
|
16
|
+
sortBy?: 'email' | 'line_accept_percent' | 'lines_accepted' | 'lines_suggested' | 'primary_language' | 'rank' | 'total_accepts' | 'username';
|
|
17
|
+
sortByCriteria?: 'ASC' | 'DESC';
|
|
18
|
+
/**
|
|
19
|
+
* @format date-time
|
|
20
|
+
*/
|
|
21
|
+
startDate?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @format double
|
|
24
|
+
*/
|
|
25
|
+
teamAdoptionPercentage?: number;
|
|
26
|
+
/**
|
|
27
|
+
* @format int32
|
|
28
|
+
*/
|
|
29
|
+
totalPages?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @format int32
|
|
32
|
+
*/
|
|
33
|
+
totalUsers?: number;
|
|
34
|
+
users?: AiTeamAdoptionUserDto[];
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface AiTeamAdoptionUserDto {
|
|
2
|
+
/**
|
|
3
|
+
* @format double
|
|
4
|
+
*/
|
|
5
|
+
acceptPercent?: number;
|
|
6
|
+
/**
|
|
7
|
+
* @format double
|
|
8
|
+
*/
|
|
9
|
+
lineAcceptPercent?: number;
|
|
10
|
+
/**
|
|
11
|
+
* @format int64
|
|
12
|
+
*/
|
|
13
|
+
linesAccepted?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @format int64
|
|
16
|
+
*/
|
|
17
|
+
linesSuggested?: number;
|
|
18
|
+
primaryLanguage?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @format int32
|
|
21
|
+
*/
|
|
22
|
+
rank?: number;
|
|
23
|
+
/**
|
|
24
|
+
* @format int64
|
|
25
|
+
*/
|
|
26
|
+
totalAccepts?: number;
|
|
27
|
+
trend?: string;
|
|
28
|
+
userEmail?: string;
|
|
29
|
+
username?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,6 +2,6 @@ import type { PaginationRequest } from '../schemas/PaginationRequest';
|
|
|
2
2
|
export interface DoraLeadTimePrDrilldownRequest {
|
|
3
3
|
pagination?: PaginationRequest;
|
|
4
4
|
prId: string;
|
|
5
|
-
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
5
|
+
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODE_REWORK_ADDITION' | 'CODE_REWORK_DELETION' | 'CODE_REWORK_MODIFICATION' | 'CODE_REWORK_PERCENTAGE_LEGACY_REWORK' | 'CODE_REWORK_PERCENTAGE_RECENT_REWORK' | 'CODE_REWORK_PERCENTAGE_TOTAL_REWORK' | 'CODE_REWORK_TOTAL_LOC' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
6
6
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
7
7
|
}
|
|
@@ -11,6 +11,6 @@ export interface DoraMetricDrilldownRequest {
|
|
|
11
11
|
dateStart: string;
|
|
12
12
|
pagination?: PaginationRequest;
|
|
13
13
|
prId?: string;
|
|
14
|
-
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
14
|
+
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODE_REWORK_ADDITION' | 'CODE_REWORK_DELETION' | 'CODE_REWORK_MODIFICATION' | 'CODE_REWORK_PERCENTAGE_LEGACY_REWORK' | 'CODE_REWORK_PERCENTAGE_RECENT_REWORK' | 'CODE_REWORK_PERCENTAGE_TOTAL_REWORK' | 'CODE_REWORK_TOTAL_LOC' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
15
15
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
16
16
|
}
|
|
@@ -3,5 +3,5 @@ import type { PrVelocityDrilldownResponseDataPoint } from '../schemas/PrVelocity
|
|
|
3
3
|
import type { WorkCompletedDrilldownResponseDataPoint } from '../schemas/WorkCompletedDrilldownResponseDataPoint';
|
|
4
4
|
export interface DrilldownData {
|
|
5
5
|
drilldownDataPoints?: Array<PrCycleTimeDrilldownResponseDataPoint & PrVelocityDrilldownResponseDataPoint & WorkCompletedDrilldownResponseDataPoint>;
|
|
6
|
-
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
|
+
metricType?: 'CODE_REWORK' | 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
7
7
|
}
|
|
@@ -4,5 +4,5 @@ import type { PrVelocityDrilldownResponseDataPointV3 } from '../schemas/PrVeloci
|
|
|
4
4
|
import type { WorkCompletedDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedDrilldownResponseDataPointV3';
|
|
5
5
|
export interface DrilldownDataV3 {
|
|
6
6
|
drilldownDataPoints?: Array<CodingDaysDrilldownResponseDataPointV3 & PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
|
|
7
|
-
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
7
|
+
metricType?: 'CODE_REWORK' | 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
8
8
|
}
|
|
@@ -2,5 +2,5 @@ import type { PrVelocityIndividualDrilldownResponseDataPoint } from '../schemas/
|
|
|
2
2
|
import type { WorkCompletedIndividualDrilldownResponseDataPoint } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPoint';
|
|
3
3
|
export interface IndividualDrilldownData {
|
|
4
4
|
individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPoint & WorkCompletedIndividualDrilldownResponseDataPoint>;
|
|
5
|
-
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
5
|
+
metricType?: 'CODE_REWORK' | 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
6
|
}
|
|
@@ -3,5 +3,5 @@ import type { PrVelocityIndividualDrilldownResponseDataPointV3 } from '../schema
|
|
|
3
3
|
import type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
|
|
4
4
|
export interface IndividualDrilldownDataV3 {
|
|
5
5
|
individualDrilldownDataPoints?: Array<CodingDaysIndividualDrilldownResponseDataPointV3 & PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
|
|
6
|
-
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
|
+
metricType?: 'CODE_REWORK' | 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
7
7
|
}
|
|
@@ -9,7 +9,7 @@ export interface ProductivityFeatureRequestDto {
|
|
|
9
9
|
*/
|
|
10
10
|
endDate?: string;
|
|
11
11
|
featureType?: 'AVG_TIME_TO_FIRST_COMMENT' | 'CODE_REWORK' | 'CODING_DAYS' | 'LINES_OF_CODE' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
12
|
-
granularity?: 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
12
|
+
granularity?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
13
13
|
/**
|
|
14
14
|
* @format int32
|
|
15
15
|
*/
|
|
@@ -18,7 +18,7 @@ export interface ProductivityFeatureRequestDto {
|
|
|
18
18
|
* @format int32
|
|
19
19
|
*/
|
|
20
20
|
page_size?: number;
|
|
21
|
-
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
21
|
+
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODE_REWORK_ADDITION' | 'CODE_REWORK_DELETION' | 'CODE_REWORK_MODIFICATION' | 'CODE_REWORK_PERCENTAGE_LEGACY_REWORK' | 'CODE_REWORK_PERCENTAGE_RECENT_REWORK' | 'CODE_REWORK_PERCENTAGE_TOTAL_REWORK' | 'CODE_REWORK_TOTAL_LOC' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
22
22
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
23
23
|
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'CODE_AGE' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
|
24
24
|
/**
|
|
@@ -7,7 +7,7 @@ export interface ProductivityFeatureResponseDto {
|
|
|
7
7
|
*/
|
|
8
8
|
endDate?: string;
|
|
9
9
|
featureType?: 'AVG_TIME_TO_FIRST_COMMENT' | 'CODE_REWORK' | 'CODING_DAYS' | 'LINES_OF_CODE' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
10
|
-
granularity?: 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
10
|
+
granularity?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
11
11
|
previousData?: ProductivityDataPoint;
|
|
12
12
|
section?: 'COLLABORATION' | 'OUTPUT' | 'VOLUME';
|
|
13
13
|
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'CODE_AGE' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
|
@@ -6,7 +6,7 @@ export interface ProductivityV3FeatureRequestDto {
|
|
|
6
6
|
*/
|
|
7
7
|
endDate?: string;
|
|
8
8
|
featureType?: 'AVG_TIME_TO_FIRST_COMMENT' | 'CODE_REWORK' | 'CODING_DAYS' | 'LINES_OF_CODE' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
9
|
-
granularity?: 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
9
|
+
granularity?: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
10
10
|
/**
|
|
11
11
|
* @format int32
|
|
12
12
|
*/
|
|
@@ -15,7 +15,7 @@ export interface ProductivityV3FeatureRequestDto {
|
|
|
15
15
|
* @format int32
|
|
16
16
|
*/
|
|
17
17
|
page_size?: number;
|
|
18
|
-
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
18
|
+
sortBy?: 'AVG_TIME_TO_MERGE' | 'CODE_REWORK_ADDITION' | 'CODE_REWORK_DELETION' | 'CODE_REWORK_MODIFICATION' | 'CODE_REWORK_PERCENTAGE_LEGACY_REWORK' | 'CODE_REWORK_PERCENTAGE_RECENT_REWORK' | 'CODE_REWORK_PERCENTAGE_TOTAL_REWORK' | 'CODE_REWORK_TOTAL_LOC' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
|
19
19
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
20
20
|
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'CODE_AGE' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
|
21
21
|
/**
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export interface SummarySection {
|
|
2
|
+
name?: 'ALIGNMENT' | 'BOTTLENECKS' | 'CATEGORY_BALANCE' | 'CHANGE_FAILURE_RATE' | 'CODE_QUALITY' | 'CORRELATION' | 'CRITICAL_INTERVENTIONS' | 'CROSS_TEAM_INSIGHTS' | 'CYCLE_TIME' | 'DELIVERY' | 'DELIVERY_CONSISTENCY' | 'DEPLOYMENT_FREQUENCY' | 'DEVELOPER_EXPERIENCE' | 'HEALTHY_TEAMS' | 'LEAD_TIME' | 'METRIC_CORRELATIONS' | 'ORGANIZATION_HEALTH' | 'OVERVIEW' | 'PERFORMANCE_DISTRIBUTION' | 'PERFORMANCE_RANKINGS' | 'PREDICTABILITY' | 'PREDICTABILITY_DRIVERS' | 'RECOMMENDATIONS' | 'RECOMMENDED_ACTIONS' | 'RECOVERY_TIME' | 'SCOPE_MANAGEMENT' | 'STRATEGIC_RECOMMENDATIONS' | 'TEAMS_AT_RISK' | 'TEAMS_NEEDING_SUPPORT' | 'THROUGHPUT' | 'VELOCITY' | 'VELOCITY_LEADERS' | 'VELOCITY_PATTERNS' | 'WORK_DISTRIBUTION';
|
|
3
|
+
summary?: string;
|
|
4
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.5",
|
|
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",
|