@harnessio/react-sei-panorama-service-client 0.23.0 → 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.
Files changed (98) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateProfileMutation.d.ts +0 -2
  2. package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.d.ts +0 -2
  3. package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByRefIdQuery.d.ts +0 -2
  4. package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.d.ts +0 -2
  5. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  6. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryMutation.d.ts +17 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryMutation.js +14 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownMutation.d.ts +17 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownMutation.js +14 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryMutation.d.ts +17 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryMutation.js +14 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListMutation.d.ts +17 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListMutation.js +14 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsMutation.d.ts +17 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsMutation.js +14 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +4 -8
  17. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +1 -1
  18. package/dist/sei-panorama-service/src/services/index.d.ts +38 -8
  19. package/dist/sei-panorama-service/src/services/index.js +5 -3
  20. package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.d.ts +13 -0
  21. package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.d.ts +22 -0
  22. package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.js +1 -0
  23. package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownRequest.d.ts +1 -1
  24. package/dist/sei-panorama-service/src/services/schemas/DoraMetricDrilldownRequest.d.ts +1 -1
  25. package/dist/sei-panorama-service/src/services/schemas/DrilldownData.d.ts +1 -1
  26. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPoint.d.ts +1 -1
  27. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +1 -1
  28. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +3 -2
  29. package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.d.ts +4 -1
  30. package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +4 -1
  31. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownData.d.ts +1 -1
  32. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPoint.d.ts +1 -1
  33. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +1 -1
  34. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +3 -2
  35. package/dist/sei-panorama-service/src/services/schemas/ProductivityFeatureRequestDto.d.ts +1 -1
  36. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +1 -1
  37. package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.d.ts +12 -0
  38. package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.js +1 -0
  39. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.d.ts +7 -0
  40. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.js +1 -0
  41. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryBreakdownDto.d.ts +14 -0
  42. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.d.ts +16 -0
  43. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.js +1 -0
  44. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.d.ts +10 -0
  45. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.js +4 -0
  46. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.d.ts +3 -0
  47. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.js +4 -0
  48. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.d.ts +6 -0
  49. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.js +1 -0
  50. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.d.ts +14 -0
  51. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.js +1 -0
  52. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.d.ts +3 -0
  53. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.js +4 -0
  54. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.d.ts +18 -0
  55. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.js +1 -0
  56. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.d.ts +8 -0
  57. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.js +1 -0
  58. package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.d.ts +12 -0
  59. package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.js +4 -0
  60. package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.d.ts +14 -0
  61. package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.js +4 -0
  62. package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.d.ts +11 -0
  63. package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.js +4 -0
  64. package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.d.ts +4 -0
  65. package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.js +1 -0
  66. package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.d.ts +3 -0
  67. package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.js +4 -0
  68. package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.d.ts +6 -0
  69. package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.js +4 -0
  70. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.d.ts +7 -0
  71. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.js +1 -0
  72. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.d.ts +18 -0
  73. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.js +4 -0
  74. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.d.ts +6 -0
  75. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.js +1 -0
  76. package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.d.ts +14 -0
  77. package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.js +1 -0
  78. package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.d.ts +10 -0
  79. package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.js +4 -0
  80. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.d.ts +5 -0
  81. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.js +1 -0
  82. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.d.ts +5 -0
  83. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.js +4 -0
  84. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.d.ts +6 -0
  85. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.js +1 -0
  86. package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.d.ts +18 -0
  87. package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.js +4 -0
  88. package/package.json +1 -1
  89. package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.d.ts +0 -35
  90. package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.js +0 -14
  91. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.d.ts +0 -22
  92. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.js +0 -14
  93. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.d.ts +0 -19
  94. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.js +0 -14
  95. package/dist/sei-panorama-service/src/services/schemas/AssociateDevelopersRequestDto.d.ts +0 -10
  96. package/dist/sei-panorama-service/src/services/schemas/ListResponseDtoMinimalDeveloperDto.d.ts +0 -28
  97. /package/dist/sei-panorama-service/src/services/schemas/{ListResponseDtoMinimalDeveloperDto.js → CodingDaysDrilldownResponseDataPointV3.js} +0 -0
  98. /package/dist/sei-panorama-service/src/services/schemas/{AssociateDevelopersRequestDto.js → SprintDeliveryBreakdownDto.js} +0 -0
@@ -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>;
@@ -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;
@@ -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;
@@ -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 = (DeveloperIdentityUpsertFailureResponse & ErrorResponse) | ErrorResponse;
10
+ export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
11
11
  export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
12
12
  body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
13
13
  }
@@ -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
+ }
@@ -10,19 +10,15 @@ export interface TeamsControllerGetTeamDevelopersQueryPathParams {
10
10
  teamRefId: number;
11
11
  }
12
12
  export interface TeamsControllerGetTeamDevelopersQueryQueryParams {
13
- search_key?: 'email' | 'name';
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
- pageIndex?: number;
17
+ page?: number;
22
18
  /**
23
19
  * @format int32
24
20
  */
25
- pageSize?: number;
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 filtering, sorting, and pagination support. Each developer includes 'isManual' flag indicating manual association and 'isShared' flag for shared developers.
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>;
@@ -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 filtering, sorting, and pagination support. Each developer includes 'isManual' flag indicating manual association and 'isShared' flag for shared developers.
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);
@@ -223,8 +223,6 @@ export type { OrgTreeControllerDeleteOrgTreeErrorResponse, OrgTreeControllerDele
223
223
  export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
224
224
  export type { OrgTreeControllerGetBusinessAlignmentProfileRefIdErrorResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdOkResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdProps, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryPathParams, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
225
225
  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
226
  export type { OrgTreeControllerGetEfficiencyProfileRefIdErrorResponse, OrgTreeControllerGetEfficiencyProfileRefIdOkResponse, OrgTreeControllerGetEfficiencyProfileRefIdProps, OrgTreeControllerGetEfficiencyProfileRefIdQueryPathParams, OrgTreeControllerGetEfficiencyProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
229
227
  export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
230
228
  export type { OrgTreeControllerGetOrgTreeIntegrationsErrorResponse, OrgTreeControllerGetOrgTreeIntegrationsOkResponse, OrgTreeControllerGetOrgTreeIntegrationsProps, OrgTreeControllerGetOrgTreeIntegrationsQueryPathParams, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
@@ -287,10 +285,16 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
287
285
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
288
286
  export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
289
287
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
290
- export type { TeamsControllerAssociateDevelopersToTeamErrorResponse, TeamsControllerAssociateDevelopersToTeamMutationPathParams, TeamsControllerAssociateDevelopersToTeamOkResponse, TeamsControllerAssociateDevelopersToTeamProps, TeamsControllerAssociateDevelopersToTeamRequestBody, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
291
- export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
292
- export type { TeamsControllerDisassociateDevelopersFromTeamErrorResponse, TeamsControllerDisassociateDevelopersFromTeamMutationPathParams, TeamsControllerDisassociateDevelopersFromTeamOkResponse, TeamsControllerDisassociateDevelopersFromTeamProps, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
293
- export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
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';
294
298
  export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
295
299
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
296
300
  export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
@@ -313,7 +317,6 @@ export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamM
313
317
  export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
314
318
  export type { AccessResponseDto } from './schemas/AccessResponseDto';
315
319
  export type { ActivityDataDto } from './schemas/ActivityDataDto';
316
- export type { AssociateDevelopersRequestDto } from './schemas/AssociateDevelopersRequestDto';
317
320
  export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
318
321
  export type { BaCategoryDto } from './schemas/BaCategoryDto';
319
322
  export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
@@ -341,6 +344,8 @@ export type { Category } from './schemas/Category';
341
344
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
342
345
  export type { CodeChangeStats } from './schemas/CodeChangeStats';
343
346
  export type { CodeChanges } from './schemas/CodeChanges';
347
+ export type { CodingDaysDrilldownResponseDataPointV3 } from './schemas/CodingDaysDrilldownResponseDataPointV3';
348
+ export type { CodingDaysIndividualDrilldownResponseDataPointV3 } from './schemas/CodingDaysIndividualDrilldownResponseDataPointV3';
344
349
  export type { CollectionEnriched } from './schemas/CollectionEnriched';
345
350
  export type { CollectionFilter } from './schemas/CollectionFilter';
346
351
  export type { CollectionTree } from './schemas/CollectionTree';
@@ -453,7 +458,6 @@ export type { ListResponseDtoDeveloperLicenseDto } from './schemas/ListResponseD
453
458
  export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
454
459
  export type { ListResponseDtoIntegrationConfigResponseDto } from './schemas/ListResponseDtoIntegrationConfigResponseDto';
455
460
  export type { ListResponseDtoIntegrationResponseDto } from './schemas/ListResponseDtoIntegrationResponseDto';
456
- export type { ListResponseDtoMinimalDeveloperDto } from './schemas/ListResponseDtoMinimalDeveloperDto';
457
461
  export type { ListResponseDtoOrgTreeResponseDto } from './schemas/ListResponseDtoOrgTreeResponseDto';
458
462
  export type { ListResponseDtoProductivityProfileResponseDto } from './schemas/ListResponseDtoProductivityProfileResponseDto';
459
463
  export type { ListResponseDtobaProfileResponseDto } from './schemas/ListResponseDtobaProfileResponseDto';
@@ -523,6 +527,32 @@ export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesRespon
523
527
  export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
524
528
  export type { SectionDto } from './schemas/SectionDto';
525
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';
526
556
  export type { Stage } from './schemas/Stage';
527
557
  export type { SummaryCard } from './schemas/SummaryCard';
528
558
  export type { SummaryValue } from './schemas/SummaryValue';
@@ -110,7 +110,6 @@ export { migrationControllerProcessHistoricalDataForMigration, useMigrationContr
110
110
  export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
111
111
  export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
112
112
  export { orgTreeControllerGetBusinessAlignmentProfileRefId, useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
113
- export { orgTreeControllerGetDevelopersByOrgTreeFilters, useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery, } from './hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery';
114
113
  export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
115
114
  export { orgTreeControllerGetOrgTreeIntegrations, useOrgTreeControllerGetOrgTreeIntegrationsQuery, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
116
115
  export { orgTreeControllerGetOrgTree, useOrgTreeControllerGetOrgTreeQuery, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
@@ -142,8 +141,11 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
142
141
  export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
143
142
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
144
143
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
145
- export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
146
- export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
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';
147
149
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
148
150
  export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
149
151
  export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
@@ -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
+ }
@@ -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
+ }
@@ -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,4 +1,4 @@
1
1
  export interface DrilldownDataPoint {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  export interface DrilldownDataPointV3 {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -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
  }
@@ -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?: string;
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?: string;
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,4 +1,4 @@
1
1
  export interface IndividualDrilldownDataPoint {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  export interface IndividualDrilldownDataPointV3 {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -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
  /**