@harnessio/react-sei-panorama-service-client 0.22.14 → 0.23.1
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/useSprintInsightsControllerGetSprintDeliveryMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/index.js +5 -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/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/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,17 @@
|
|
|
1
|
+
import { UseMutationOptions } 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 useSprintInsightsControllerGetSprintDeliveryMutation(options?: Omit<UseMutationOptions<SprintInsightsControllerGetSprintDeliveryOkResponse, SprintInsightsControllerGetSprintDeliveryErrorResponse, SprintInsightsControllerGetSprintDeliveryProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsControllerGetSprintDeliveryOkResponse, ErrorResponse, SprintInsightsControllerGetSprintDeliveryProps, 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 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 useSprintInsightsControllerGetSprintDeliveryMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsControllerGetSprintDelivery(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseMutationOptions } 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 useSprintInsightsControllerGetSprintDrilldownMutation(options?: Omit<UseMutationOptions<SprintInsightsControllerGetSprintDrilldownOkResponse, SprintInsightsControllerGetSprintDrilldownErrorResponse, SprintInsightsControllerGetSprintDrilldownProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsControllerGetSprintDrilldownOkResponse, ErrorResponse, SprintInsightsControllerGetSprintDrilldownProps, 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 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 useSprintInsightsControllerGetSprintDrilldownMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsControllerGetSprintDrilldown(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseMutationOptions } 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 useSprintInsightsControllerGetSprintSummaryMutation(options?: Omit<UseMutationOptions<SprintInsightsControllerGetSprintSummaryOkResponse, SprintInsightsControllerGetSprintSummaryErrorResponse, SprintInsightsControllerGetSprintSummaryProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsControllerGetSprintSummaryOkResponse, ErrorResponse, SprintInsightsControllerGetSprintSummaryProps, 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 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 useSprintInsightsControllerGetSprintSummaryMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsControllerGetSprintSummary(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseMutationOptions } 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 useSprintInsightsControllerSearchSprintListMutation(options?: Omit<UseMutationOptions<SprintInsightsControllerSearchSprintListOkResponse, SprintInsightsControllerSearchSprintListErrorResponse, SprintInsightsControllerSearchSprintListProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsControllerSearchSprintListOkResponse, ErrorResponse, SprintInsightsControllerSearchSprintListProps, 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 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 useSprintInsightsControllerSearchSprintListMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsControllerSearchSprintList(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseMutationOptions } 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 useSprintInsightsControllerSearchSprintTicketsMutation(options?: Omit<UseMutationOptions<SprintInsightsControllerSearchSprintTicketsOkResponse, SprintInsightsControllerSearchSprintTicketsErrorResponse, SprintInsightsControllerSearchSprintTicketsProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsControllerSearchSprintTicketsOkResponse, ErrorResponse, SprintInsightsControllerSearchSprintTicketsProps, 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 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 useSprintInsightsControllerSearchSprintTicketsMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsControllerSearchSprintTickets(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -285,6 +285,16 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
|
|
|
285
285
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
286
286
|
export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
287
287
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
288
|
+
export type { SprintInsightsControllerGetSprintDeliveryErrorResponse, SprintInsightsControllerGetSprintDeliveryOkResponse, SprintInsightsControllerGetSprintDeliveryProps, SprintInsightsControllerGetSprintDeliveryRequestBody, } from './hooks/useSprintInsightsControllerGetSprintDeliveryMutation';
|
|
289
|
+
export { sprintInsightsControllerGetSprintDelivery, useSprintInsightsControllerGetSprintDeliveryMutation, } from './hooks/useSprintInsightsControllerGetSprintDeliveryMutation';
|
|
290
|
+
export type { SprintInsightsControllerGetSprintDrilldownErrorResponse, SprintInsightsControllerGetSprintDrilldownOkResponse, SprintInsightsControllerGetSprintDrilldownProps, SprintInsightsControllerGetSprintDrilldownRequestBody, } from './hooks/useSprintInsightsControllerGetSprintDrilldownMutation';
|
|
291
|
+
export { sprintInsightsControllerGetSprintDrilldown, useSprintInsightsControllerGetSprintDrilldownMutation, } from './hooks/useSprintInsightsControllerGetSprintDrilldownMutation';
|
|
292
|
+
export type { SprintInsightsControllerGetSprintSummaryErrorResponse, SprintInsightsControllerGetSprintSummaryOkResponse, SprintInsightsControllerGetSprintSummaryProps, SprintInsightsControllerGetSprintSummaryRequestBody, } from './hooks/useSprintInsightsControllerGetSprintSummaryMutation';
|
|
293
|
+
export { sprintInsightsControllerGetSprintSummary, useSprintInsightsControllerGetSprintSummaryMutation, } from './hooks/useSprintInsightsControllerGetSprintSummaryMutation';
|
|
294
|
+
export type { SprintInsightsControllerSearchSprintListErrorResponse, SprintInsightsControllerSearchSprintListOkResponse, SprintInsightsControllerSearchSprintListProps, SprintInsightsControllerSearchSprintListRequestBody, } from './hooks/useSprintInsightsControllerSearchSprintListMutation';
|
|
295
|
+
export { sprintInsightsControllerSearchSprintList, useSprintInsightsControllerSearchSprintListMutation, } from './hooks/useSprintInsightsControllerSearchSprintListMutation';
|
|
296
|
+
export type { SprintInsightsControllerSearchSprintTicketsErrorResponse, SprintInsightsControllerSearchSprintTicketsOkResponse, SprintInsightsControllerSearchSprintTicketsProps, SprintInsightsControllerSearchSprintTicketsRequestBody, } from './hooks/useSprintInsightsControllerSearchSprintTicketsMutation';
|
|
297
|
+
export { sprintInsightsControllerSearchSprintTickets, useSprintInsightsControllerSearchSprintTicketsMutation, } from './hooks/useSprintInsightsControllerSearchSprintTicketsMutation';
|
|
288
298
|
export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
289
299
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
290
300
|
export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
@@ -334,6 +344,8 @@ export type { Category } from './schemas/Category';
|
|
|
334
344
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
|
335
345
|
export type { CodeChangeStats } from './schemas/CodeChangeStats';
|
|
336
346
|
export type { CodeChanges } from './schemas/CodeChanges';
|
|
347
|
+
export type { CodingDaysDrilldownResponseDataPointV3 } from './schemas/CodingDaysDrilldownResponseDataPointV3';
|
|
348
|
+
export type { CodingDaysIndividualDrilldownResponseDataPointV3 } from './schemas/CodingDaysIndividualDrilldownResponseDataPointV3';
|
|
337
349
|
export type { CollectionEnriched } from './schemas/CollectionEnriched';
|
|
338
350
|
export type { CollectionFilter } from './schemas/CollectionFilter';
|
|
339
351
|
export type { CollectionTree } from './schemas/CollectionTree';
|
|
@@ -515,6 +527,32 @@ export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesRespon
|
|
|
515
527
|
export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
|
|
516
528
|
export type { SectionDto } from './schemas/SectionDto';
|
|
517
529
|
export type { SortOption } from './schemas/SortOption';
|
|
530
|
+
export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
|
|
531
|
+
export type { SprintDeliveryAnalysisDto } from './schemas/SprintDeliveryAnalysisDto';
|
|
532
|
+
export type { SprintDeliveryBreakdownDto } from './schemas/SprintDeliveryBreakdownDto';
|
|
533
|
+
export type { SprintDeliveryDataPointDto } from './schemas/SprintDeliveryDataPointDto';
|
|
534
|
+
export type { SprintDeliveryDrilldownMetricDto } from './schemas/SprintDeliveryDrilldownMetricDto';
|
|
535
|
+
export type { SprintDeliveryMetadataDto } from './schemas/SprintDeliveryMetadataDto';
|
|
536
|
+
export type { SprintDeliveryResponseDto } from './schemas/SprintDeliveryResponseDto';
|
|
537
|
+
export type { SprintDrilldownItemDto } from './schemas/SprintDrilldownItemDto';
|
|
538
|
+
export type { SprintDrilldownMetadataDto } from './schemas/SprintDrilldownMetadataDto';
|
|
539
|
+
export type { SprintDrilldownRequestDto } from './schemas/SprintDrilldownRequestDto';
|
|
540
|
+
export type { SprintDrilldownResponseDto } from './schemas/SprintDrilldownResponseDto';
|
|
541
|
+
export type { SprintInfoDto } from './schemas/SprintInfoDto';
|
|
542
|
+
export type { SprintInsightsRequestDto } from './schemas/SprintInsightsRequestDto';
|
|
543
|
+
export type { SprintListRequestDto } from './schemas/SprintListRequestDto';
|
|
544
|
+
export type { SprintListResponseDto } from './schemas/SprintListResponseDto';
|
|
545
|
+
export type { SprintMetadataDto } from './schemas/SprintMetadataDto';
|
|
546
|
+
export type { SprintMetricConfigDto } from './schemas/SprintMetricConfigDto';
|
|
547
|
+
export type { SprintSummaryCardsDto } from './schemas/SprintSummaryCardsDto';
|
|
548
|
+
export type { SprintSummaryMeticDto } from './schemas/SprintSummaryMeticDto';
|
|
549
|
+
export type { SprintSummaryResponseDto } from './schemas/SprintSummaryResponseDto';
|
|
550
|
+
export type { SprintTicketDto } from './schemas/SprintTicketDto';
|
|
551
|
+
export type { SprintTicketEstimatesDto } from './schemas/SprintTicketEstimatesDto';
|
|
552
|
+
export type { SprintTicketsMetadataDto } from './schemas/SprintTicketsMetadataDto';
|
|
553
|
+
export type { SprintTicketsRequestDto } from './schemas/SprintTicketsRequestDto';
|
|
554
|
+
export type { SprintTicketsResponseDto } from './schemas/SprintTicketsResponseDto';
|
|
555
|
+
export type { SprintWorkBreakdownDto } from './schemas/SprintWorkBreakdownDto';
|
|
518
556
|
export type { Stage } from './schemas/Stage';
|
|
519
557
|
export type { SummaryCard } from './schemas/SummaryCard';
|
|
520
558
|
export type { SummaryValue } from './schemas/SummaryValue';
|
|
@@ -141,6 +141,11 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
|
|
|
141
141
|
export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
|
|
142
142
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
143
143
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
144
|
+
export { sprintInsightsControllerGetSprintDelivery, useSprintInsightsControllerGetSprintDeliveryMutation, } from './hooks/useSprintInsightsControllerGetSprintDeliveryMutation';
|
|
145
|
+
export { sprintInsightsControllerGetSprintDrilldown, useSprintInsightsControllerGetSprintDrilldownMutation, } from './hooks/useSprintInsightsControllerGetSprintDrilldownMutation';
|
|
146
|
+
export { sprintInsightsControllerGetSprintSummary, useSprintInsightsControllerGetSprintSummaryMutation, } from './hooks/useSprintInsightsControllerGetSprintSummaryMutation';
|
|
147
|
+
export { sprintInsightsControllerSearchSprintList, useSprintInsightsControllerSearchSprintListMutation, } from './hooks/useSprintInsightsControllerSearchSprintListMutation';
|
|
148
|
+
export { sprintInsightsControllerSearchSprintTickets, useSprintInsightsControllerSearchSprintTicketsMutation, } from './hooks/useSprintInsightsControllerSearchSprintTicketsMutation';
|
|
144
149
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
145
150
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
146
151
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
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
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import type { CodingDaysDrilldownResponseDataPointV3 } from '../schemas/CodingDaysDrilldownResponseDataPointV3';
|
|
1
2
|
import type { PrCycleTimeDrilldownResponseDataPointV3 } from '../schemas/PrCycleTimeDrilldownResponseDataPointV3';
|
|
2
3
|
import type { PrVelocityDrilldownResponseDataPointV3 } from '../schemas/PrVelocityDrilldownResponseDataPointV3';
|
|
3
4
|
import type { WorkCompletedDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedDrilldownResponseDataPointV3';
|
|
4
5
|
export interface DrilldownDataV3 {
|
|
5
|
-
drilldownDataPoints?: Array<PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
|
|
6
|
-
metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
|
+
drilldownDataPoints?: Array<CodingDaysDrilldownResponseDataPointV3 & PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
|
|
7
|
+
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
7
8
|
}
|
package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.d.ts
CHANGED
|
@@ -3,12 +3,15 @@ import type { CfrConfigurationDto } from '../schemas/CfrConfigurationDto';
|
|
|
3
3
|
import type { DfConfigurationDto } from '../schemas/DfConfigurationDto';
|
|
4
4
|
import type { LtcConfigurationDto } from '../schemas/LtcConfigurationDto';
|
|
5
5
|
import type { MttrConfigurationDto } from '../schemas/MttrConfigurationDto';
|
|
6
|
+
import type { SprintConfigurationDto } from '../schemas/SprintConfigurationDto';
|
|
6
7
|
export interface EfficiencyProfileCreateRequestDto {
|
|
7
8
|
baseRatingConfig?: BaseRatingConfig;
|
|
8
9
|
changeFailureRate?: CfrConfigurationDto;
|
|
9
10
|
deploymentFrequency?: DfConfigurationDto;
|
|
10
11
|
description?: string;
|
|
12
|
+
doraEnabled?: boolean;
|
|
11
13
|
leadTimeForChanges?: LtcConfigurationDto;
|
|
12
14
|
meanTimeToRestore?: MttrConfigurationDto;
|
|
13
|
-
name
|
|
15
|
+
name: string;
|
|
16
|
+
sprintConfiguration?: SprintConfigurationDto;
|
|
14
17
|
}
|
|
@@ -4,6 +4,7 @@ import type { DfConfigurationDto } from '../schemas/DfConfigurationDto';
|
|
|
4
4
|
import type { LtcConfigurationDto } from '../schemas/LtcConfigurationDto';
|
|
5
5
|
import type { MttrConfigurationDto } from '../schemas/MttrConfigurationDto';
|
|
6
6
|
import type { MinimalOrgTree } from '../schemas/MinimalOrgTree';
|
|
7
|
+
import type { SprintConfigurationDto } from '../schemas/SprintConfigurationDto';
|
|
7
8
|
export interface EfficiencyProfileResponseDto {
|
|
8
9
|
baseRatingConfig?: BaseRatingConfig;
|
|
9
10
|
changeFailureRate?: CfrConfigurationDto;
|
|
@@ -14,18 +15,20 @@ export interface EfficiencyProfileResponseDto {
|
|
|
14
15
|
createdByEmail?: string;
|
|
15
16
|
deploymentFrequency?: DfConfigurationDto;
|
|
16
17
|
description?: string;
|
|
18
|
+
doraEnabled?: boolean;
|
|
17
19
|
/**
|
|
18
20
|
* @format int32
|
|
19
21
|
*/
|
|
20
22
|
id?: number;
|
|
21
23
|
leadTimeForChanges?: LtcConfigurationDto;
|
|
22
24
|
meanTimeToRestore?: MttrConfigurationDto;
|
|
23
|
-
name
|
|
25
|
+
name: string;
|
|
24
26
|
orgTrees?: MinimalOrgTree[];
|
|
25
27
|
/**
|
|
26
28
|
* @format int32
|
|
27
29
|
*/
|
|
28
30
|
refId?: number;
|
|
31
|
+
sprintConfiguration?: SprintConfigurationDto;
|
|
29
32
|
/**
|
|
30
33
|
* @format int64
|
|
31
34
|
*/
|
|
@@ -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?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
5
|
+
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import type { CodingDaysIndividualDrilldownResponseDataPointV3 } from '../schemas/CodingDaysIndividualDrilldownResponseDataPointV3';
|
|
1
2
|
import type { PrVelocityIndividualDrilldownResponseDataPointV3 } from '../schemas/PrVelocityIndividualDrilldownResponseDataPointV3';
|
|
2
3
|
import type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
|
|
3
4
|
export interface IndividualDrilldownDataV3 {
|
|
4
|
-
individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
|
|
5
|
-
metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
5
|
+
individualDrilldownDataPoints?: Array<CodingDaysIndividualDrilldownResponseDataPointV3 & PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
|
|
6
|
+
metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
|
6
7
|
}
|
|
@@ -18,7 +18,7 @@ export interface ProductivityFeatureRequestDto {
|
|
|
18
18
|
* @format int32
|
|
19
19
|
*/
|
|
20
20
|
page_size?: number;
|
|
21
|
-
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';
|
|
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';
|
|
22
22
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
23
23
|
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
|
24
24
|
/**
|
|
@@ -15,7 +15,7 @@ export interface ProductivityV3FeatureRequestDto {
|
|
|
15
15
|
* @format int32
|
|
16
16
|
*/
|
|
17
17
|
page_size?: number;
|
|
18
|
-
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';
|
|
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';
|
|
19
19
|
sortByCriteria?: 'ASC' | 'DESC';
|
|
20
20
|
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
|
21
21
|
/**
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SprintDeliveryAnalysisDto } from '../schemas/SprintDeliveryAnalysisDto';
|
|
2
|
+
import type { SprintSummaryCardsDto } from '../schemas/SprintSummaryCardsDto';
|
|
3
|
+
export interface SprintConfigurationDto {
|
|
4
|
+
computationMode: 'STORY_POINTS' | 'TICKETS';
|
|
5
|
+
deliveryAnalysis?: SprintDeliveryAnalysisDto;
|
|
6
|
+
enabled: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* @format int32
|
|
9
|
+
*/
|
|
10
|
+
graceDaysSprintStart: number;
|
|
11
|
+
summaryCards?: SprintSummaryCardsDto;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { SprintDeliveryBreakdownDto } from '../schemas/SprintDeliveryBreakdownDto';
|
|
2
|
+
import type { SprintWorkBreakdownDto } from '../schemas/SprintWorkBreakdownDto';
|
|
3
|
+
export interface SprintDeliveryDataPointDto {
|
|
4
|
+
delivery?: SprintDeliveryBreakdownDto;
|
|
5
|
+
/**
|
|
6
|
+
* @format date-time
|
|
7
|
+
*/
|
|
8
|
+
endDate?: string;
|
|
9
|
+
sprintId?: string;
|
|
10
|
+
sprintName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @format date-time
|
|
13
|
+
*/
|
|
14
|
+
startDate?: string;
|
|
15
|
+
work?: SprintWorkBreakdownDto;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface SprintDeliveryDrilldownMetricDto {
|
|
2
|
+
displayName?: string;
|
|
3
|
+
enabled?: boolean;
|
|
4
|
+
metricType?: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
|
|
5
|
+
unit?: string;
|
|
6
|
+
/**
|
|
7
|
+
* @format double
|
|
8
|
+
*/
|
|
9
|
+
value?: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SprintDeliveryDataPointDto } from '../schemas/SprintDeliveryDataPointDto';
|
|
2
|
+
import type { SprintDeliveryMetadataDto } from '../schemas/SprintDeliveryMetadataDto';
|
|
3
|
+
export interface SprintDeliveryResponseDto {
|
|
4
|
+
data?: SprintDeliveryDataPointDto[];
|
|
5
|
+
metadata?: SprintDeliveryMetadataDto;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { SprintDeliveryDrilldownMetricDto } from '../schemas/SprintDeliveryDrilldownMetricDto';
|
|
2
|
+
export interface SprintDrilldownItemDto {
|
|
3
|
+
/**
|
|
4
|
+
* @format date-time
|
|
5
|
+
*/
|
|
6
|
+
endDate?: string;
|
|
7
|
+
metrics?: SprintDeliveryDrilldownMetricDto[];
|
|
8
|
+
sprintId?: string;
|
|
9
|
+
sprintName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @format date-time
|
|
12
|
+
*/
|
|
13
|
+
startDate?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PaginationRequest } from '../schemas/PaginationRequest';
|
|
2
|
+
export interface SprintDrilldownRequestDto {
|
|
3
|
+
computationMode?: 'STORY_POINTS' | 'TICKETS';
|
|
4
|
+
/**
|
|
5
|
+
* @format date-time
|
|
6
|
+
*/
|
|
7
|
+
dateEnd: string;
|
|
8
|
+
/**
|
|
9
|
+
* @format date-time
|
|
10
|
+
*/
|
|
11
|
+
dateStart: string;
|
|
12
|
+
granularity?: 'MONTHLY' | 'QUARTERLY' | 'SPRINT' | 'WEEKLY';
|
|
13
|
+
paginationRequest?: PaginationRequest;
|
|
14
|
+
sortBy?: 'END_DATE' | 'SPRINT_ID' | 'SPRINT_NAME' | 'START_DATE';
|
|
15
|
+
sortOrder?: string;
|
|
16
|
+
sprintIds?: string[];
|
|
17
|
+
teamRefId: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { SprintDrilldownItemDto } from '../schemas/SprintDrilldownItemDto';
|
|
2
|
+
import type { SprintDrilldownMetadataDto } from '../schemas/SprintDrilldownMetadataDto';
|
|
3
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
|
4
|
+
export interface SprintDrilldownResponseDto {
|
|
5
|
+
data?: SprintDrilldownItemDto[];
|
|
6
|
+
metadata?: SprintDrilldownMetadataDto;
|
|
7
|
+
pagination?: PaginationInfo;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface SprintInsightsRequestDto {
|
|
2
|
+
computationMode?: 'STORY_POINTS' | 'TICKETS';
|
|
3
|
+
/**
|
|
4
|
+
* @format date-time
|
|
5
|
+
*/
|
|
6
|
+
dateEnd: string;
|
|
7
|
+
/**
|
|
8
|
+
* @format date-time
|
|
9
|
+
*/
|
|
10
|
+
dateStart: string;
|
|
11
|
+
granularity?: 'MONTHLY' | 'QUARTERLY' | 'SPRINT' | 'WEEKLY';
|
|
12
|
+
sprintIds?: string[];
|
|
13
|
+
teamRefId: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export interface SprintMetricConfigDto {
|
|
2
|
+
displayName: string;
|
|
3
|
+
enabled: boolean;
|
|
4
|
+
metricKey: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
|
|
5
|
+
tag?: 'ANALYSIS' | 'DELIVERY' | 'WORK';
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface SprintSummaryMeticDto {
|
|
2
|
+
displayName?: string;
|
|
3
|
+
enabled?: boolean;
|
|
4
|
+
metricType?: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
|
|
5
|
+
/**
|
|
6
|
+
* @format double
|
|
7
|
+
*/
|
|
8
|
+
previousValue?: number;
|
|
9
|
+
/**
|
|
10
|
+
* @format double
|
|
11
|
+
*/
|
|
12
|
+
trendPercentage?: number;
|
|
13
|
+
unit?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @format double
|
|
16
|
+
*/
|
|
17
|
+
value?: number;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { SprintTicketEstimatesDto } from '../schemas/SprintTicketEstimatesDto';
|
|
2
|
+
export interface SprintTicketDto {
|
|
3
|
+
assigneeId?: string;
|
|
4
|
+
assigneeName?: string;
|
|
5
|
+
delivered?: boolean;
|
|
6
|
+
estimates?: SprintTicketEstimatesDto;
|
|
7
|
+
estimationChanged?: boolean;
|
|
8
|
+
plannedInSprint?: boolean;
|
|
9
|
+
status?: string;
|
|
10
|
+
statusCategory?: string;
|
|
11
|
+
summary?: string;
|
|
12
|
+
workItem?: string;
|
|
13
|
+
workItemLink?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SprintTicketDto } from '../schemas/SprintTicketDto';
|
|
2
|
+
import type { SprintTicketsMetadataDto } from '../schemas/SprintTicketsMetadataDto';
|
|
3
|
+
export interface SprintTicketsResponseDto {
|
|
4
|
+
data?: SprintTicketDto[];
|
|
5
|
+
metadata?: SprintTicketsMetadataDto;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface SprintWorkBreakdownDto {
|
|
2
|
+
/**
|
|
3
|
+
* @format double
|
|
4
|
+
*/
|
|
5
|
+
carryOver?: number;
|
|
6
|
+
/**
|
|
7
|
+
* @format double
|
|
8
|
+
*/
|
|
9
|
+
sprintCommit?: number;
|
|
10
|
+
/**
|
|
11
|
+
* @format double
|
|
12
|
+
*/
|
|
13
|
+
sprintCreep?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @format double
|
|
16
|
+
*/
|
|
17
|
+
totalScope?: number;
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.1",
|
|
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",
|