@harnessio/react-sei-panorama-service-client 0.23.0 → 0.23.2
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/sei-panorama-service/src/services/hooks/useBaControllerCreateProfileMutation.d.ts +0 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.d.ts +0 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByRefIdQuery.d.ts +0 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.d.ts +0 -2
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +4 -8
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +43 -8
- package/dist/sei-panorama-service/src/services/index.js +6 -3
- package/dist/sei-panorama-service/src/services/schemas/ApiErrorResponse.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseWrapper.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.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 +3 -2
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +4 -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 +3 -2
- package/dist/sei-panorama-service/src/services/schemas/IntegrationDataStatusRequest.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationDataStatusRequest.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeatureRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryBreakdownDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryBreakdownDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.js +4 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.d.ts +0 -35
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.d.ts +0 -22
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.d.ts +0 -19
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/schemas/AssociateDevelopersRequestDto.d.ts +0 -10
- package/dist/sei-panorama-service/src/services/schemas/ListResponseDtoMinimalDeveloperDto.d.ts +0 -28
- /package/dist/sei-panorama-service/src/services/schemas/{AssociateDevelopersRequestDto.js → ApiErrorResponse.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{ListResponseDtoMinimalDeveloperDto.js → ApiResponseWrapper.js} +0 -0
package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateProfileMutation.d.ts
CHANGED
|
@@ -5,8 +5,6 @@ import type { ResponseWithPagination } from '../helpers';
|
|
|
5
5
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
6
|
export interface BaControllerCreateProfileMutationQueryParams {
|
|
7
7
|
account: string;
|
|
8
|
-
projectIdentifier: string;
|
|
9
|
-
orgIdentifier: string;
|
|
10
8
|
}
|
|
11
9
|
export type BaControllerCreateProfileRequestBody = BaProfileRequestDto;
|
|
12
10
|
export type BaControllerCreateProfileOkResponse = ResponseWithPagination<BaProfileResponseDto>;
|
package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.d.ts
CHANGED
|
@@ -9,8 +9,6 @@ export interface BaControllerDeleteProfileMutationPathParams {
|
|
|
9
9
|
}
|
|
10
10
|
export interface BaControllerDeleteProfileMutationQueryParams {
|
|
11
11
|
account: string;
|
|
12
|
-
projectIdentifier: string;
|
|
13
|
-
orgIdentifier: string;
|
|
14
12
|
}
|
|
15
13
|
export type BaControllerDeleteProfileOkResponse = ResponseWithPagination<unknown>;
|
|
16
14
|
export type BaControllerDeleteProfileErrorResponse = string;
|
package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByRefIdQuery.d.ts
CHANGED
|
@@ -10,8 +10,6 @@ export interface BaControllerGetProfileByRefIdQueryPathParams {
|
|
|
10
10
|
}
|
|
11
11
|
export interface BaControllerGetProfileByRefIdQueryQueryParams {
|
|
12
12
|
account: string;
|
|
13
|
-
projectIdentifier: string;
|
|
14
|
-
orgIdentifier: string;
|
|
15
13
|
}
|
|
16
14
|
export type BaControllerGetProfileByRefIdOkResponse = ResponseWithPagination<BaProfileResponseDto>;
|
|
17
15
|
export type BaControllerGetProfileByRefIdErrorResponse = string;
|
package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.d.ts
CHANGED
|
@@ -11,8 +11,6 @@ export interface BaControllerUpdateProfileMutationPathParams {
|
|
|
11
11
|
}
|
|
12
12
|
export interface BaControllerUpdateProfileMutationQueryParams {
|
|
13
13
|
account: string;
|
|
14
|
-
projectIdentifier: string;
|
|
15
|
-
orgIdentifier: string;
|
|
16
14
|
}
|
|
17
15
|
export type BaControllerUpdateProfileRequestBody = BaProfileRequestDto;
|
|
18
16
|
export type BaControllerUpdateProfileOkResponse = ResponseWithPagination<BaProfileResponseDto>;
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseWrapper } from '../schemas/ApiResponseWrapper';
|
|
3
|
+
import type { ApiErrorResponse } from '../schemas/ApiErrorResponse';
|
|
4
|
+
import type { IntegrationDataStatusRequest } from '../schemas/IntegrationDataStatusRequest';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export interface IntegrationDataStatusControllerGetIntegrationDataStatusMutationQueryParams {
|
|
8
|
+
accountId: string;
|
|
9
|
+
}
|
|
10
|
+
export type IntegrationDataStatusControllerGetIntegrationDataStatusRequestBody = IntegrationDataStatusRequest;
|
|
11
|
+
export type IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse = ResponseWithPagination<ApiResponseWrapper>;
|
|
12
|
+
export type IntegrationDataStatusControllerGetIntegrationDataStatusErrorResponse = ApiErrorResponse;
|
|
13
|
+
export interface IntegrationDataStatusControllerGetIntegrationDataStatusProps extends Omit<FetcherOptions<IntegrationDataStatusControllerGetIntegrationDataStatusMutationQueryParams, IntegrationDataStatusControllerGetIntegrationDataStatusRequestBody>, 'url'> {
|
|
14
|
+
queryParams: IntegrationDataStatusControllerGetIntegrationDataStatusMutationQueryParams;
|
|
15
|
+
body: IntegrationDataStatusControllerGetIntegrationDataStatusRequestBody;
|
|
16
|
+
}
|
|
17
|
+
export declare function integrationDataStatusControllerGetIntegrationDataStatus(props: IntegrationDataStatusControllerGetIntegrationDataStatusProps): Promise<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Get integration status based on last 7 completed days health data and actual data availability in Iceberg tables (excluding today to avoid false negatives from pending jobs)
|
|
20
|
+
*/
|
|
21
|
+
export declare function useIntegrationDataStatusControllerGetIntegrationDataStatusMutation(options?: Omit<UseMutationOptions<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, IntegrationDataStatusControllerGetIntegrationDataStatusErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, ApiErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps, 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 integrationDataStatusControllerGetIntegrationDataStatus(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/integrations/data-status`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Get integration status based on last 7 completed days health data and actual data availability in Iceberg tables (excluding today to avoid false negatives from pending jobs)
|
|
11
|
+
*/
|
|
12
|
+
export function useIntegrationDataStatusControllerGetIntegrationDataStatusMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => integrationDataStatusControllerGetIntegrationDataStatus(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintDeliveryResponseDto } from '../schemas/SprintDeliveryResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { SprintInsightsRequestDto } from '../schemas/SprintInsightsRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export type SprintInsightsControllerGetSprintDeliveryRequestBody = SprintInsightsRequestDto;
|
|
8
|
+
export type SprintInsightsControllerGetSprintDeliveryOkResponse = ResponseWithPagination<SprintDeliveryResponseDto>;
|
|
9
|
+
export type SprintInsightsControllerGetSprintDeliveryErrorResponse = ErrorResponse;
|
|
10
|
+
export interface SprintInsightsControllerGetSprintDeliveryProps extends Omit<FetcherOptions<unknown, SprintInsightsControllerGetSprintDeliveryRequestBody>, 'url'> {
|
|
11
|
+
body: SprintInsightsControllerGetSprintDeliveryRequestBody;
|
|
12
|
+
}
|
|
13
|
+
export declare function sprintInsightsControllerGetSprintDelivery(props: SprintInsightsControllerGetSprintDeliveryProps): Promise<SprintInsightsControllerGetSprintDeliveryOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Returns sprint delivery data for charts
|
|
16
|
+
*/
|
|
17
|
+
export declare function useSprintInsightsControllerGetSprintDeliveryQuery(props: SprintInsightsControllerGetSprintDeliveryProps, options?: Omit<UseQueryOptions<SprintInsightsControllerGetSprintDeliveryOkResponse, SprintInsightsControllerGetSprintDeliveryErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsControllerGetSprintDeliveryOkResponse, ErrorResponse>;
|
|
@@ -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 sprintInsightsControllerGetSprintDelivery(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/delivery`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns sprint delivery data for charts
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsControllerGetSprintDeliveryQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsControllerGetSprintDelivery', props.body], ({ signal }) => sprintInsightsControllerGetSprintDelivery(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintDrilldownResponseDto } from '../schemas/SprintDrilldownResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { SprintDrilldownRequestDto } from '../schemas/SprintDrilldownRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export type SprintInsightsControllerGetSprintDrilldownRequestBody = SprintDrilldownRequestDto;
|
|
8
|
+
export type SprintInsightsControllerGetSprintDrilldownOkResponse = ResponseWithPagination<SprintDrilldownResponseDto>;
|
|
9
|
+
export type SprintInsightsControllerGetSprintDrilldownErrorResponse = ErrorResponse;
|
|
10
|
+
export interface SprintInsightsControllerGetSprintDrilldownProps extends Omit<FetcherOptions<unknown, SprintInsightsControllerGetSprintDrilldownRequestBody>, 'url'> {
|
|
11
|
+
body: SprintInsightsControllerGetSprintDrilldownRequestBody;
|
|
12
|
+
}
|
|
13
|
+
export declare function sprintInsightsControllerGetSprintDrilldown(props: SprintInsightsControllerGetSprintDrilldownProps): Promise<SprintInsightsControllerGetSprintDrilldownOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Returns paginated sprint details with sorting
|
|
16
|
+
*/
|
|
17
|
+
export declare function useSprintInsightsControllerGetSprintDrilldownQuery(props: SprintInsightsControllerGetSprintDrilldownProps, options?: Omit<UseQueryOptions<SprintInsightsControllerGetSprintDrilldownOkResponse, SprintInsightsControllerGetSprintDrilldownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsControllerGetSprintDrilldownOkResponse, ErrorResponse>;
|
|
@@ -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 sprintInsightsControllerGetSprintDrilldown(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/delivery/drilldown`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns paginated sprint details with sorting
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsControllerGetSprintDrilldownQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsControllerGetSprintDrilldown', props.body], ({ signal }) => sprintInsightsControllerGetSprintDrilldown(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintSummaryResponseDto } from '../schemas/SprintSummaryResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { SprintInsightsRequestDto } from '../schemas/SprintInsightsRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export type SprintInsightsControllerGetSprintSummaryRequestBody = SprintInsightsRequestDto;
|
|
8
|
+
export type SprintInsightsControllerGetSprintSummaryOkResponse = ResponseWithPagination<SprintSummaryResponseDto>;
|
|
9
|
+
export type SprintInsightsControllerGetSprintSummaryErrorResponse = ErrorResponse;
|
|
10
|
+
export interface SprintInsightsControllerGetSprintSummaryProps extends Omit<FetcherOptions<unknown, SprintInsightsControllerGetSprintSummaryRequestBody>, 'url'> {
|
|
11
|
+
body: SprintInsightsControllerGetSprintSummaryRequestBody;
|
|
12
|
+
}
|
|
13
|
+
export declare function sprintInsightsControllerGetSprintSummary(props: SprintInsightsControllerGetSprintSummaryProps): Promise<SprintInsightsControllerGetSprintSummaryOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Returns summary cards with sprint metrics
|
|
16
|
+
*/
|
|
17
|
+
export declare function useSprintInsightsControllerGetSprintSummaryQuery(props: SprintInsightsControllerGetSprintSummaryProps, options?: Omit<UseQueryOptions<SprintInsightsControllerGetSprintSummaryOkResponse, SprintInsightsControllerGetSprintSummaryErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsControllerGetSprintSummaryOkResponse, ErrorResponse>;
|
|
@@ -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 sprintInsightsControllerGetSprintSummary(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/summary`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns summary cards with sprint metrics
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsControllerGetSprintSummaryQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsControllerGetSprintSummary', props.body], ({ signal }) => sprintInsightsControllerGetSprintSummary(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintListResponseDto } from '../schemas/SprintListResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { SprintListRequestDto } from '../schemas/SprintListRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export type SprintInsightsControllerSearchSprintListRequestBody = SprintListRequestDto;
|
|
8
|
+
export type SprintInsightsControllerSearchSprintListOkResponse = ResponseWithPagination<SprintListResponseDto>;
|
|
9
|
+
export type SprintInsightsControllerSearchSprintListErrorResponse = ErrorResponse;
|
|
10
|
+
export interface SprintInsightsControllerSearchSprintListProps extends Omit<FetcherOptions<unknown, SprintInsightsControllerSearchSprintListRequestBody>, 'url'> {
|
|
11
|
+
body: SprintInsightsControllerSearchSprintListRequestBody;
|
|
12
|
+
}
|
|
13
|
+
export declare function sprintInsightsControllerSearchSprintList(props: SprintInsightsControllerSearchSprintListProps): Promise<SprintInsightsControllerSearchSprintListOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Search completed sprints for dropdown with filters
|
|
16
|
+
*/
|
|
17
|
+
export declare function useSprintInsightsControllerSearchSprintListQuery(props: SprintInsightsControllerSearchSprintListProps, options?: Omit<UseQueryOptions<SprintInsightsControllerSearchSprintListOkResponse, SprintInsightsControllerSearchSprintListErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsControllerSearchSprintListOkResponse, ErrorResponse>;
|
|
@@ -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 sprintInsightsControllerSearchSprintList(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/list/search`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Search completed sprints for dropdown with filters
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsControllerSearchSprintListQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsControllerSearchSprintList', props.body], ({ signal }) => sprintInsightsControllerSearchSprintList(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintTicketsResponseDto } from '../schemas/SprintTicketsResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { SprintTicketsRequestDto } from '../schemas/SprintTicketsRequestDto';
|
|
5
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
6
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
7
|
+
export type SprintInsightsControllerSearchSprintTicketsRequestBody = SprintTicketsRequestDto;
|
|
8
|
+
export type SprintInsightsControllerSearchSprintTicketsOkResponse = ResponseWithPagination<SprintTicketsResponseDto>;
|
|
9
|
+
export type SprintInsightsControllerSearchSprintTicketsErrorResponse = ErrorResponse;
|
|
10
|
+
export interface SprintInsightsControllerSearchSprintTicketsProps extends Omit<FetcherOptions<unknown, SprintInsightsControllerSearchSprintTicketsRequestBody>, 'url'> {
|
|
11
|
+
body: SprintInsightsControllerSearchSprintTicketsRequestBody;
|
|
12
|
+
}
|
|
13
|
+
export declare function sprintInsightsControllerSearchSprintTickets(props: SprintInsightsControllerSearchSprintTicketsProps): Promise<SprintInsightsControllerSearchSprintTicketsOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Search all tickets for a specific sprint with filters
|
|
16
|
+
*/
|
|
17
|
+
export declare function useSprintInsightsControllerSearchSprintTicketsQuery(props: SprintInsightsControllerSearchSprintTicketsProps, options?: Omit<UseQueryOptions<SprintInsightsControllerSearchSprintTicketsOkResponse, SprintInsightsControllerSearchSprintTicketsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsControllerSearchSprintTicketsOkResponse, ErrorResponse>;
|
|
@@ -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 sprintInsightsControllerSearchSprintTickets(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/tickets/search`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Search all tickets for a specific sprint with filters
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsControllerSearchSprintTicketsQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsControllerSearchSprintTickets', props.body], ({ signal }) => sprintInsightsControllerSearchSprintTickets(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts
CHANGED
|
@@ -10,19 +10,15 @@ export interface TeamsControllerGetTeamDevelopersQueryPathParams {
|
|
|
10
10
|
teamRefId: number;
|
|
11
11
|
}
|
|
12
12
|
export interface TeamsControllerGetTeamDevelopersQueryQueryParams {
|
|
13
|
-
|
|
14
|
-
search_value?: string;
|
|
15
|
-
sort_key?: 'email' | 'name';
|
|
16
|
-
sort_order?: 'asc' | 'desc';
|
|
17
|
-
type?: 'all' | 'primary' | 'shared';
|
|
13
|
+
account: string;
|
|
18
14
|
/**
|
|
19
15
|
* @format int32
|
|
20
16
|
*/
|
|
21
|
-
|
|
17
|
+
page?: number;
|
|
22
18
|
/**
|
|
23
19
|
* @format int32
|
|
24
20
|
*/
|
|
25
|
-
|
|
21
|
+
size?: number;
|
|
26
22
|
}
|
|
27
23
|
export type TeamsControllerGetTeamDevelopersOkResponse = ResponseWithPagination<TeamDevelopersDto>;
|
|
28
24
|
export type TeamsControllerGetTeamDevelopersErrorResponse = TeamDevelopersDto | ErrorResponse;
|
|
@@ -31,6 +27,6 @@ export interface TeamsControllerGetTeamDevelopersProps extends TeamsControllerGe
|
|
|
31
27
|
}
|
|
32
28
|
export declare function teamsControllerGetTeamDevelopers(props: TeamsControllerGetTeamDevelopersProps): Promise<TeamsControllerGetTeamDevelopersOkResponse>;
|
|
33
29
|
/**
|
|
34
|
-
* Returns developers for the specified team with optional
|
|
30
|
+
* Returns developers for the specified team with optional pagination support
|
|
35
31
|
*/
|
|
36
32
|
export declare function useTeamsControllerGetTeamDevelopersQuery(props: TeamsControllerGetTeamDevelopersProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersErrorResponse>;
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js
CHANGED
|
@@ -7,7 +7,7 @@ export function teamsControllerGetTeamDevelopers(props) {
|
|
|
7
7
|
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/developers`, method: 'GET' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Returns developers for the specified team with optional
|
|
10
|
+
* Returns developers for the specified team with optional pagination support
|
|
11
11
|
*/
|
|
12
12
|
export function useTeamsControllerGetTeamDevelopersQuery(props, options) {
|
|
13
13
|
return useQuery(['TeamsControllerGetTeamDevelopers', props.teamRefId, props.queryParams], ({ signal }) => teamsControllerGetTeamDevelopers(Object.assign(Object.assign({}, props), { signal })), options);
|
|
@@ -169,6 +169,8 @@ export type { IntegrationControllerListIntegrationConfigsErrorResponse, Integrat
|
|
|
169
169
|
export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
170
170
|
export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
171
171
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
172
|
+
export type { IntegrationDataStatusControllerGetIntegrationDataStatusErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusMutationQueryParams, IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps, IntegrationDataStatusControllerGetIntegrationDataStatusRequestBody, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
|
|
173
|
+
export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
|
|
172
174
|
export type { IntegrationStatsControllerGetCicdJobsCountErrorResponse, IntegrationStatsControllerGetCicdJobsCountOkResponse, IntegrationStatsControllerGetCicdJobsCountProps, IntegrationStatsControllerGetCicdJobsCountQueryQueryParams, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
|
|
173
175
|
export { integrationStatsControllerGetCicdJobsCount, useIntegrationStatsControllerGetCicdJobsCountQuery, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
|
|
174
176
|
export type { IntegrationStatsControllerGetCicdPipelinesCountErrorResponse, IntegrationStatsControllerGetCicdPipelinesCountOkResponse, IntegrationStatsControllerGetCicdPipelinesCountProps, IntegrationStatsControllerGetCicdPipelinesCountQueryQueryParams, } from './hooks/useIntegrationStatsControllerGetCicdPipelinesCountQuery';
|
|
@@ -223,8 +225,6 @@ export type { OrgTreeControllerDeleteOrgTreeErrorResponse, OrgTreeControllerDele
|
|
|
223
225
|
export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
|
|
224
226
|
export type { OrgTreeControllerGetBusinessAlignmentProfileRefIdErrorResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdOkResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdProps, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryPathParams, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
|
225
227
|
export { orgTreeControllerGetBusinessAlignmentProfileRefId, useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
|
226
|
-
export type { OrgTreeControllerGetDevelopersByOrgTreeFiltersErrorResponse, OrgTreeControllerGetDevelopersByOrgTreeFiltersOkResponse, OrgTreeControllerGetDevelopersByOrgTreeFiltersProps, OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryPathParams, OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryQueryParams, } from './hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery';
|
|
227
|
-
export { orgTreeControllerGetDevelopersByOrgTreeFilters, useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery, } from './hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery';
|
|
228
228
|
export type { OrgTreeControllerGetEfficiencyProfileRefIdErrorResponse, OrgTreeControllerGetEfficiencyProfileRefIdOkResponse, OrgTreeControllerGetEfficiencyProfileRefIdProps, OrgTreeControllerGetEfficiencyProfileRefIdQueryPathParams, OrgTreeControllerGetEfficiencyProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
|
229
229
|
export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
|
230
230
|
export type { OrgTreeControllerGetOrgTreeIntegrationsErrorResponse, OrgTreeControllerGetOrgTreeIntegrationsOkResponse, OrgTreeControllerGetOrgTreeIntegrationsProps, OrgTreeControllerGetOrgTreeIntegrationsQueryPathParams, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
|
|
@@ -287,10 +287,16 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
|
|
|
287
287
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
288
288
|
export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
289
289
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
290
|
-
export type {
|
|
291
|
-
export {
|
|
292
|
-
export type {
|
|
293
|
-
export {
|
|
290
|
+
export type { SprintInsightsControllerGetSprintDeliveryErrorResponse, SprintInsightsControllerGetSprintDeliveryOkResponse, SprintInsightsControllerGetSprintDeliveryProps, SprintInsightsControllerGetSprintDeliveryRequestBody, } from './hooks/useSprintInsightsControllerGetSprintDeliveryQuery';
|
|
291
|
+
export { sprintInsightsControllerGetSprintDelivery, useSprintInsightsControllerGetSprintDeliveryQuery, } from './hooks/useSprintInsightsControllerGetSprintDeliveryQuery';
|
|
292
|
+
export type { SprintInsightsControllerGetSprintDrilldownErrorResponse, SprintInsightsControllerGetSprintDrilldownOkResponse, SprintInsightsControllerGetSprintDrilldownProps, SprintInsightsControllerGetSprintDrilldownRequestBody, } from './hooks/useSprintInsightsControllerGetSprintDrilldownQuery';
|
|
293
|
+
export { sprintInsightsControllerGetSprintDrilldown, useSprintInsightsControllerGetSprintDrilldownQuery, } from './hooks/useSprintInsightsControllerGetSprintDrilldownQuery';
|
|
294
|
+
export type { SprintInsightsControllerGetSprintSummaryErrorResponse, SprintInsightsControllerGetSprintSummaryOkResponse, SprintInsightsControllerGetSprintSummaryProps, SprintInsightsControllerGetSprintSummaryRequestBody, } from './hooks/useSprintInsightsControllerGetSprintSummaryQuery';
|
|
295
|
+
export { sprintInsightsControllerGetSprintSummary, useSprintInsightsControllerGetSprintSummaryQuery, } from './hooks/useSprintInsightsControllerGetSprintSummaryQuery';
|
|
296
|
+
export type { SprintInsightsControllerSearchSprintListErrorResponse, SprintInsightsControllerSearchSprintListOkResponse, SprintInsightsControllerSearchSprintListProps, SprintInsightsControllerSearchSprintListRequestBody, } from './hooks/useSprintInsightsControllerSearchSprintListQuery';
|
|
297
|
+
export { sprintInsightsControllerSearchSprintList, useSprintInsightsControllerSearchSprintListQuery, } from './hooks/useSprintInsightsControllerSearchSprintListQuery';
|
|
298
|
+
export type { SprintInsightsControllerSearchSprintTicketsErrorResponse, SprintInsightsControllerSearchSprintTicketsOkResponse, SprintInsightsControllerSearchSprintTicketsProps, SprintInsightsControllerSearchSprintTicketsRequestBody, } from './hooks/useSprintInsightsControllerSearchSprintTicketsQuery';
|
|
299
|
+
export { sprintInsightsControllerSearchSprintTickets, useSprintInsightsControllerSearchSprintTicketsQuery, } from './hooks/useSprintInsightsControllerSearchSprintTicketsQuery';
|
|
294
300
|
export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
295
301
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
296
302
|
export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
@@ -313,7 +319,8 @@ export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamM
|
|
|
313
319
|
export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
|
314
320
|
export type { AccessResponseDto } from './schemas/AccessResponseDto';
|
|
315
321
|
export type { ActivityDataDto } from './schemas/ActivityDataDto';
|
|
316
|
-
export type {
|
|
322
|
+
export type { ApiErrorResponse } from './schemas/ApiErrorResponse';
|
|
323
|
+
export type { ApiResponseWrapper } from './schemas/ApiResponseWrapper';
|
|
317
324
|
export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
|
|
318
325
|
export type { BaCategoryDto } from './schemas/BaCategoryDto';
|
|
319
326
|
export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
|
|
@@ -341,6 +348,8 @@ export type { Category } from './schemas/Category';
|
|
|
341
348
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
|
342
349
|
export type { CodeChangeStats } from './schemas/CodeChangeStats';
|
|
343
350
|
export type { CodeChanges } from './schemas/CodeChanges';
|
|
351
|
+
export type { CodingDaysDrilldownResponseDataPointV3 } from './schemas/CodingDaysDrilldownResponseDataPointV3';
|
|
352
|
+
export type { CodingDaysIndividualDrilldownResponseDataPointV3 } from './schemas/CodingDaysIndividualDrilldownResponseDataPointV3';
|
|
344
353
|
export type { CollectionEnriched } from './schemas/CollectionEnriched';
|
|
345
354
|
export type { CollectionFilter } from './schemas/CollectionFilter';
|
|
346
355
|
export type { CollectionTree } from './schemas/CollectionTree';
|
|
@@ -431,6 +440,7 @@ export type { IndividualDrilldownDataV3 } from './schemas/IndividualDrilldownDat
|
|
|
431
440
|
export type { Integration } from './schemas/Integration';
|
|
432
441
|
export type { IntegrationConfigRequestDto } from './schemas/IntegrationConfigRequestDto';
|
|
433
442
|
export type { IntegrationConfigResponseDto } from './schemas/IntegrationConfigResponseDto';
|
|
443
|
+
export type { IntegrationDataStatusRequest } from './schemas/IntegrationDataStatusRequest';
|
|
434
444
|
export type { IntegrationHealthDrillDownDto } from './schemas/IntegrationHealthDrillDownDto';
|
|
435
445
|
export type { IntegrationHealthStatusDto } from './schemas/IntegrationHealthStatusDto';
|
|
436
446
|
export type { IntegrationIdsDto } from './schemas/IntegrationIdsDto';
|
|
@@ -453,7 +463,6 @@ export type { ListResponseDtoDeveloperLicenseDto } from './schemas/ListResponseD
|
|
|
453
463
|
export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
|
|
454
464
|
export type { ListResponseDtoIntegrationConfigResponseDto } from './schemas/ListResponseDtoIntegrationConfigResponseDto';
|
|
455
465
|
export type { ListResponseDtoIntegrationResponseDto } from './schemas/ListResponseDtoIntegrationResponseDto';
|
|
456
|
-
export type { ListResponseDtoMinimalDeveloperDto } from './schemas/ListResponseDtoMinimalDeveloperDto';
|
|
457
466
|
export type { ListResponseDtoOrgTreeResponseDto } from './schemas/ListResponseDtoOrgTreeResponseDto';
|
|
458
467
|
export type { ListResponseDtoProductivityProfileResponseDto } from './schemas/ListResponseDtoProductivityProfileResponseDto';
|
|
459
468
|
export type { ListResponseDtobaProfileResponseDto } from './schemas/ListResponseDtobaProfileResponseDto';
|
|
@@ -523,6 +532,32 @@ export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesRespon
|
|
|
523
532
|
export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
|
|
524
533
|
export type { SectionDto } from './schemas/SectionDto';
|
|
525
534
|
export type { SortOption } from './schemas/SortOption';
|
|
535
|
+
export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
|
|
536
|
+
export type { SprintDeliveryAnalysisDto } from './schemas/SprintDeliveryAnalysisDto';
|
|
537
|
+
export type { SprintDeliveryBreakdownDto } from './schemas/SprintDeliveryBreakdownDto';
|
|
538
|
+
export type { SprintDeliveryDataPointDto } from './schemas/SprintDeliveryDataPointDto';
|
|
539
|
+
export type { SprintDeliveryDrilldownMetricDto } from './schemas/SprintDeliveryDrilldownMetricDto';
|
|
540
|
+
export type { SprintDeliveryMetadataDto } from './schemas/SprintDeliveryMetadataDto';
|
|
541
|
+
export type { SprintDeliveryResponseDto } from './schemas/SprintDeliveryResponseDto';
|
|
542
|
+
export type { SprintDrilldownItemDto } from './schemas/SprintDrilldownItemDto';
|
|
543
|
+
export type { SprintDrilldownMetadataDto } from './schemas/SprintDrilldownMetadataDto';
|
|
544
|
+
export type { SprintDrilldownRequestDto } from './schemas/SprintDrilldownRequestDto';
|
|
545
|
+
export type { SprintDrilldownResponseDto } from './schemas/SprintDrilldownResponseDto';
|
|
546
|
+
export type { SprintInfoDto } from './schemas/SprintInfoDto';
|
|
547
|
+
export type { SprintInsightsRequestDto } from './schemas/SprintInsightsRequestDto';
|
|
548
|
+
export type { SprintListRequestDto } from './schemas/SprintListRequestDto';
|
|
549
|
+
export type { SprintListResponseDto } from './schemas/SprintListResponseDto';
|
|
550
|
+
export type { SprintMetadataDto } from './schemas/SprintMetadataDto';
|
|
551
|
+
export type { SprintMetricConfigDto } from './schemas/SprintMetricConfigDto';
|
|
552
|
+
export type { SprintSummaryCardsDto } from './schemas/SprintSummaryCardsDto';
|
|
553
|
+
export type { SprintSummaryMeticDto } from './schemas/SprintSummaryMeticDto';
|
|
554
|
+
export type { SprintSummaryResponseDto } from './schemas/SprintSummaryResponseDto';
|
|
555
|
+
export type { SprintTicketDto } from './schemas/SprintTicketDto';
|
|
556
|
+
export type { SprintTicketEstimatesDto } from './schemas/SprintTicketEstimatesDto';
|
|
557
|
+
export type { SprintTicketsMetadataDto } from './schemas/SprintTicketsMetadataDto';
|
|
558
|
+
export type { SprintTicketsRequestDto } from './schemas/SprintTicketsRequestDto';
|
|
559
|
+
export type { SprintTicketsResponseDto } from './schemas/SprintTicketsResponseDto';
|
|
560
|
+
export type { SprintWorkBreakdownDto } from './schemas/SprintWorkBreakdownDto';
|
|
526
561
|
export type { Stage } from './schemas/Stage';
|
|
527
562
|
export type { SummaryCard } from './schemas/SummaryCard';
|
|
528
563
|
export type { SummaryValue } from './schemas/SummaryValue';
|
|
@@ -83,6 +83,7 @@ export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery,
|
|
|
83
83
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
84
84
|
export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
85
85
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
86
|
+
export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
|
|
86
87
|
export { integrationStatsControllerGetCicdJobsCount, useIntegrationStatsControllerGetCicdJobsCountQuery, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
|
|
87
88
|
export { integrationStatsControllerGetCicdPipelinesCount, useIntegrationStatsControllerGetCicdPipelinesCountQuery, } from './hooks/useIntegrationStatsControllerGetCicdPipelinesCountQuery';
|
|
88
89
|
export { integrationStatsControllerGetImProjectsCount, useIntegrationStatsControllerGetImProjectsCountQuery, } from './hooks/useIntegrationStatsControllerGetImProjectsCountQuery';
|
|
@@ -110,7 +111,6 @@ export { migrationControllerProcessHistoricalDataForMigration, useMigrationContr
|
|
|
110
111
|
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
|
111
112
|
export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
|
|
112
113
|
export { orgTreeControllerGetBusinessAlignmentProfileRefId, useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
|
113
|
-
export { orgTreeControllerGetDevelopersByOrgTreeFilters, useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery, } from './hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery';
|
|
114
114
|
export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
|
115
115
|
export { orgTreeControllerGetOrgTreeIntegrations, useOrgTreeControllerGetOrgTreeIntegrationsQuery, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
|
|
116
116
|
export { orgTreeControllerGetOrgTree, useOrgTreeControllerGetOrgTreeQuery, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
|
|
@@ -142,8 +142,11 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
|
|
|
142
142
|
export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
|
|
143
143
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
144
144
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
145
|
-
export {
|
|
146
|
-
export {
|
|
145
|
+
export { sprintInsightsControllerGetSprintDelivery, useSprintInsightsControllerGetSprintDeliveryQuery, } from './hooks/useSprintInsightsControllerGetSprintDeliveryQuery';
|
|
146
|
+
export { sprintInsightsControllerGetSprintDrilldown, useSprintInsightsControllerGetSprintDrilldownQuery, } from './hooks/useSprintInsightsControllerGetSprintDrilldownQuery';
|
|
147
|
+
export { sprintInsightsControllerGetSprintSummary, useSprintInsightsControllerGetSprintSummaryQuery, } from './hooks/useSprintInsightsControllerGetSprintSummaryQuery';
|
|
148
|
+
export { sprintInsightsControllerSearchSprintList, useSprintInsightsControllerSearchSprintListQuery, } from './hooks/useSprintInsightsControllerSearchSprintListQuery';
|
|
149
|
+
export { sprintInsightsControllerSearchSprintTickets, useSprintInsightsControllerSearchSprintTicketsQuery, } from './hooks/useSprintInsightsControllerSearchSprintTicketsQuery';
|
|
147
150
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
148
151
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
149
152
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API error response
|
|
3
|
+
*/
|
|
4
|
+
export interface ApiErrorResponse {
|
|
5
|
+
/**
|
|
6
|
+
* Error code
|
|
7
|
+
* @example "INVALID_REQUEST"
|
|
8
|
+
*/
|
|
9
|
+
code?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Additional error details
|
|
12
|
+
*/
|
|
13
|
+
details?: {
|
|
14
|
+
[key: string]: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Error message
|
|
20
|
+
* @example "Integration IDs list cannot be empty"
|
|
21
|
+
*/
|
|
22
|
+
message?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ApiErrorResponse } from '../schemas/ApiErrorResponse';
|
|
2
|
+
/**
|
|
3
|
+
* API response wrapper
|
|
4
|
+
*/
|
|
5
|
+
export interface ApiResponseWrapper {
|
|
6
|
+
/**
|
|
7
|
+
* Response data
|
|
8
|
+
*/
|
|
9
|
+
data?: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Error information (present when status is error)
|
|
14
|
+
*/
|
|
15
|
+
error?: ApiErrorResponse;
|
|
16
|
+
/**
|
|
17
|
+
* Response status
|
|
18
|
+
* @example "success"
|
|
19
|
+
*/
|
|
20
|
+
status?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Response timestamp
|
|
23
|
+
*/
|
|
24
|
+
timestamp?: string;
|
|
25
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
|
|
2
|
+
export interface CodingDaysDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
|
|
3
|
+
/**
|
|
4
|
+
* @format int64
|
|
5
|
+
*/
|
|
6
|
+
codingDays?: number;
|
|
7
|
+
/**
|
|
8
|
+
* @format int64
|
|
9
|
+
*/
|
|
10
|
+
commits?: number;
|
|
11
|
+
developerId?: string;
|
|
12
|
+
developerName?: string;
|
|
13
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { IndividualDrilldownDataPointV3 } from '../schemas/IndividualDrilldownDataPointV3';
|
|
2
|
+
export interface CodingDaysIndividualDrilldownResponseDataPointV3 extends IndividualDrilldownDataPointV3 {
|
|
3
|
+
/**
|
|
4
|
+
* @format int64
|
|
5
|
+
*/
|
|
6
|
+
additions?: number;
|
|
7
|
+
/**
|
|
8
|
+
* @format int64
|
|
9
|
+
*/
|
|
10
|
+
changes?: number;
|
|
11
|
+
commit?: string;
|
|
12
|
+
commitMessage?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @format date-time
|
|
15
|
+
*/
|
|
16
|
+
committedAt?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @format int64
|
|
19
|
+
*/
|
|
20
|
+
deletions?: number;
|
|
21
|
+
repository?: string;
|
|
22
|
+
}
|
|
@@ -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' | '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' | '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' | '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' | '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?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
|
+
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
7
7
|
}
|