@harnessio/react-sei-panorama-service-client 0.18.3 → 0.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDevelopersQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGroupDevelopersMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGroupDevelopersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerSaveDevelopersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerSaveDevelopersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUploadDeveloperFileMutation.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUploadDeveloperFileMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeDrilldownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeDrilldownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeStagesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeStagesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery.js +18 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.js +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts +6 -7
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js +3 -3
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +3 -3
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +44 -14
- package/dist/sei-panorama-service/src/services/index.js +14 -4
- package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +64 -0
- package/dist/sei-panorama-service/src/services/schemas/Developer.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/DeveloperFieldDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperFilePreviewDto.d.ts +48 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperListResponseDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperSaveResponseDto.d.ts +39 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperSaveResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperValidationErrorDto.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoCdDeploymentRecordDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoCdDeploymentRecordDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyChangeFailureRateMetricBreakdown.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyChangeFailureRateMetricBreakdown.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyDeploymentFrequencyMetricBreakdown.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyDeploymentFrequencyMetricBreakdown.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDataPointBreakdown.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDataPointBreakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +75 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownResponseWrapper.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLttcMetricBreakdown.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLttcMetricBreakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyMetricDrilldownRequest.d.ts +29 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyMetricDrilldownRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyRequest.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.d.ts +3 -1
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/MinimalTeamHierarchyResponseDto.d.ts +8 -1
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeUpdateRequestDto.d.ts +0 -3
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeUpdateRequestDto.js +3 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +5 -4
- package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.d.ts +0 -10
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.d.ts +0 -23
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.d.ts +0 -20
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.d.ts +0 -23
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.d.ts +0 -26
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/schemas/InsightEfficiencySettingsDto.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/InsightProductivitySettingsDto.d.ts +0 -9
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsCreateRequestDto.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsResponseDto.d.ts +0 -24
- package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.d.ts +0 -28
- /package/dist/sei-panorama-service/src/services/schemas/{InsightEfficiencySettingsDto.js → CdDeploymentRecordDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightProductivitySettingsDto.js → DeveloperFieldDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightSettingsCreateRequestDto.js → DeveloperFilePreviewDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightSettingsResponseDto.js → DeveloperListResponseDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{TeamRequestDto.js → DeveloperValidationErrorDto.js} +0 -0
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts
CHANGED
@@ -3,18 +3,17 @@ import type { TeamIntegrationDto } from '../schemas/TeamIntegrationDto';
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
5
5
|
export interface TeamsControllerGetTeamIntegrationsQueryPathParams {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
teamRefId: number;
|
10
10
|
}
|
11
11
|
export type TeamsControllerGetTeamIntegrationsOkResponse = ResponseWithPagination<TeamIntegrationDto>;
|
12
12
|
export type TeamsControllerGetTeamIntegrationsErrorResponse = TeamIntegrationDto;
|
13
|
-
export interface TeamsControllerGetTeamIntegrationsProps extends TeamsControllerGetTeamIntegrationsQueryPathParams, Omit<FetcherOptions<
|
14
|
-
queryParams: TeamsControllerGetTeamIntegrationsQueryQueryParams;
|
13
|
+
export interface TeamsControllerGetTeamIntegrationsProps extends TeamsControllerGetTeamIntegrationsQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
15
14
|
}
|
16
15
|
export declare function teamsControllerGetTeamIntegrations(props: TeamsControllerGetTeamIntegrationsProps): Promise<TeamsControllerGetTeamIntegrationsOkResponse>;
|
17
16
|
/**
|
18
|
-
*
|
17
|
+
* Get integration details for a team
|
19
18
|
*/
|
20
19
|
export declare function useTeamsControllerGetTeamIntegrationsQuery(props: TeamsControllerGetTeamIntegrationsProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamIntegrationsOkResponse, TeamIntegrationDto>;
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
import { useQuery } from '@tanstack/react-query';
|
5
5
|
import { fetcher } from '../../../../fetcher/index.js';
|
6
6
|
export function teamsControllerGetTeamIntegrations(props) {
|
7
|
-
return fetcher(Object.assign({ url: `/v2/teams/${props.
|
7
|
+
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/integrations`, method: 'GET' }, props));
|
8
8
|
}
|
9
9
|
/**
|
10
|
-
*
|
10
|
+
* Get integration details for a team
|
11
11
|
*/
|
12
12
|
export function useTeamsControllerGetTeamIntegrationsQuery(props, options) {
|
13
|
-
return useQuery(['TeamsControllerGetTeamIntegrations', props.
|
13
|
+
return useQuery(['TeamsControllerGetTeamIntegrations', props.teamRefId], ({ signal }) => teamsControllerGetTeamIntegrations(Object.assign(Object.assign({}, props), { signal })), options);
|
14
14
|
}
|
@@ -6,7 +6,7 @@ export interface TeamsControllerGetTeamQueryPathParams {
|
|
6
6
|
/**
|
7
7
|
* @format int32
|
8
8
|
*/
|
9
|
-
|
9
|
+
teamRefId: number;
|
10
10
|
}
|
11
11
|
export interface TeamsControllerGetTeamQueryQueryParams {
|
12
12
|
account: string;
|
@@ -18,6 +18,6 @@ export interface TeamsControllerGetTeamProps extends TeamsControllerGetTeamQuery
|
|
18
18
|
}
|
19
19
|
export declare function teamsControllerGetTeam(props: TeamsControllerGetTeamProps): Promise<TeamsControllerGetTeamOkResponse>;
|
20
20
|
/**
|
21
|
-
* Returns the team with the specified ID
|
21
|
+
* Returns the team with the specified reference ID
|
22
22
|
*/
|
23
23
|
export declare function useTeamsControllerGetTeamQuery(props: TeamsControllerGetTeamProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamOkResponse, TeamResponse>;
|
@@ -4,11 +4,11 @@
|
|
4
4
|
import { useQuery } from '@tanstack/react-query';
|
5
5
|
import { fetcher } from '../../../../fetcher/index.js';
|
6
6
|
export function teamsControllerGetTeam(props) {
|
7
|
-
return fetcher(Object.assign({ url: `/v2/teams/${props.
|
7
|
+
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/team_info`, method: 'GET' }, props));
|
8
8
|
}
|
9
9
|
/**
|
10
|
-
* Returns the team with the specified ID
|
10
|
+
* Returns the team with the specified reference ID
|
11
11
|
*/
|
12
12
|
export function useTeamsControllerGetTeamQuery(props, options) {
|
13
|
-
return useQuery(['TeamsControllerGetTeam', props.
|
13
|
+
return useQuery(['TeamsControllerGetTeam', props.teamRefId, props.queryParams], ({ signal }) => teamsControllerGetTeam(Object.assign(Object.assign({}, props), { signal })), options);
|
14
14
|
}
|
@@ -3,7 +3,10 @@ import type { GroupedTeamFiltersResponseDto } from '../schemas/GroupedTeamFilter
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
5
5
|
export interface TeamsControllerUpdateTeamIntegrationFiltersMutationPathParams {
|
6
|
-
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
teamRefId: number;
|
7
10
|
}
|
8
11
|
export interface TeamsControllerUpdateTeamIntegrationFiltersMutationQueryParams {
|
9
12
|
account: string;
|
@@ -4,7 +4,7 @@
|
|
4
4
|
import { useMutation } from '@tanstack/react-query';
|
5
5
|
import { fetcher } from '../../../../fetcher/index.js';
|
6
6
|
export function teamsControllerUpdateTeamIntegrationFilters(props) {
|
7
|
-
return fetcher(Object.assign({ url: `/v2/teams/${props.
|
7
|
+
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/integration_filters`, method: 'PUT' }, props));
|
8
8
|
}
|
9
9
|
/**
|
10
10
|
* Updates filters for the specified team using a map of integration types to filters. Each integration type can have multiple filters.
|
@@ -3,7 +3,10 @@ import type { TeamIntegrationDto } from '../schemas/TeamIntegrationDto';
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
5
5
|
export interface TeamsControllerUpdateTeamIntegrationsMutationPathParams {
|
6
|
-
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
teamRefId: number;
|
7
10
|
}
|
8
11
|
export interface TeamsControllerUpdateTeamIntegrationsMutationQueryParams {
|
9
12
|
account: string;
|
@@ -4,7 +4,7 @@
|
|
4
4
|
import { useMutation } from '@tanstack/react-query';
|
5
5
|
import { fetcher } from '../../../../fetcher/index.js';
|
6
6
|
export function teamsControllerUpdateTeamIntegrations(props) {
|
7
|
-
return fetcher(Object.assign({ url: `/v2/teams/${props.
|
7
|
+
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/integrations`, method: 'PUT' }, props));
|
8
8
|
}
|
9
9
|
/**
|
10
10
|
* Updates integrations for the specified team
|
@@ -25,6 +25,18 @@ export type { CollectionControllerGetCollectionTreeErrorResponse, CollectionCont
|
|
25
25
|
export { collectionControllerGetCollectionTree, useCollectionControllerGetCollectionTreeQuery, } from './hooks/useCollectionControllerGetCollectionTreeQuery';
|
26
26
|
export type { CollectionControllerListCollectionsErrorResponse, CollectionControllerListCollectionsOkResponse, CollectionControllerListCollectionsProps, CollectionControllerListCollectionsQueryQueryParams, CollectionControllerListCollectionsRequestBody, } from './hooks/useCollectionControllerListCollectionsQuery';
|
27
27
|
export { collectionControllerListCollections, useCollectionControllerListCollectionsQuery, } from './hooks/useCollectionControllerListCollectionsQuery';
|
28
|
+
export type { DeveloperControllerGetDeveloperUploadPreviewErrorResponse, DeveloperControllerGetDeveloperUploadPreviewOkResponse, DeveloperControllerGetDeveloperUploadPreviewProps, DeveloperControllerGetDeveloperUploadPreviewQueryPathParams, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
29
|
+
export { developerControllerGetDeveloperUploadPreview, useDeveloperControllerGetDeveloperUploadPreviewQuery, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
30
|
+
export type { DeveloperControllerGetDevelopersErrorResponse, DeveloperControllerGetDevelopersOkResponse, DeveloperControllerGetDevelopersProps, DeveloperControllerGetDevelopersQueryQueryParams, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
31
|
+
export { developerControllerGetDevelopers, useDeveloperControllerGetDevelopersQuery, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
32
|
+
export type { DeveloperControllerGetLatestDeveloperSchemaErrorResponse, DeveloperControllerGetLatestDeveloperSchemaOkResponse, DeveloperControllerGetLatestDeveloperSchemaProps, DeveloperControllerGetLatestDeveloperSchemaQueryPathParams, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
33
|
+
export { developerControllerGetLatestDeveloperSchema, useDeveloperControllerGetLatestDeveloperSchemaQuery, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
34
|
+
export type { DeveloperControllerGroupDevelopersErrorResponse, DeveloperControllerGroupDevelopersMutationQueryParams, DeveloperControllerGroupDevelopersOkResponse, DeveloperControllerGroupDevelopersProps, DeveloperControllerGroupDevelopersRequestBody, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
35
|
+
export { developerControllerGroupDevelopers, useDeveloperControllerGroupDevelopersMutation, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
36
|
+
export type { DeveloperControllerSaveDevelopersErrorResponse, DeveloperControllerSaveDevelopersMutationPathParams, DeveloperControllerSaveDevelopersOkResponse, DeveloperControllerSaveDevelopersProps, DeveloperControllerSaveDevelopersRequestBody, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
37
|
+
export { developerControllerSaveDevelopers, useDeveloperControllerSaveDevelopersMutation, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
38
|
+
export type { DeveloperControllerUploadDeveloperFileErrorResponse, DeveloperControllerUploadDeveloperFileMutationQueryParams, DeveloperControllerUploadDeveloperFileOkResponse, DeveloperControllerUploadDeveloperFileProps, DeveloperControllerUploadDeveloperFileRequestBody, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
39
|
+
export { developerControllerUploadDeveloperFile, useDeveloperControllerUploadDeveloperFileMutation, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
28
40
|
export type { DoraControllerBreakdownErrorResponse, DoraControllerBreakdownOkResponse, DoraControllerBreakdownProps, DoraControllerBreakdownQueryQueryParams, DoraControllerBreakdownRequestBody, } from './hooks/useDoraControllerBreakdownQuery';
|
29
41
|
export { doraControllerBreakdown, useDoraControllerBreakdownQuery, } from './hooks/useDoraControllerBreakdownQuery';
|
30
42
|
export type { DoraControllerChangeFailureRateBreakdownErrorResponse, DoraControllerChangeFailureRateBreakdownOkResponse, DoraControllerChangeFailureRateBreakdownProps, DoraControllerChangeFailureRateBreakdownQueryQueryParams, DoraControllerChangeFailureRateBreakdownRequestBody, } from './hooks/useDoraControllerChangeFailureRateBreakdownQuery';
|
@@ -51,12 +63,26 @@ export type { DoraControllerMttrBreakdownErrorResponse, DoraControllerMttrBreakd
|
|
51
63
|
export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
|
52
64
|
export type { DoraControllerSummaryErrorResponse, DoraControllerSummaryOkResponse, DoraControllerSummaryProps, DoraControllerSummaryQueryQueryParams, DoraControllerSummaryRequestBody, } from './hooks/useDoraControllerSummaryQuery';
|
53
65
|
export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
|
66
|
+
export type { EfficiencyControllerChangeFailureRateBreakdownErrorResponse, EfficiencyControllerChangeFailureRateBreakdownOkResponse, EfficiencyControllerChangeFailureRateBreakdownProps, EfficiencyControllerChangeFailureRateBreakdownQueryQueryParams, EfficiencyControllerChangeFailureRateBreakdownRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
67
|
+
export { efficiencyControllerChangeFailureRateBreakdown, useEfficiencyControllerChangeFailureRateBreakdownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
68
|
+
export type { EfficiencyControllerChangeFailureRateDrillDownErrorResponse, EfficiencyControllerChangeFailureRateDrillDownOkResponse, EfficiencyControllerChangeFailureRateDrillDownProps, EfficiencyControllerChangeFailureRateDrillDownQueryQueryParams, EfficiencyControllerChangeFailureRateDrillDownRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
69
|
+
export { efficiencyControllerChangeFailureRateDrillDown, useEfficiencyControllerChangeFailureRateDrillDownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
54
70
|
export type { EfficiencyControllerChangeFailureRateErrorResponse, EfficiencyControllerChangeFailureRateOkResponse, EfficiencyControllerChangeFailureRateProps, EfficiencyControllerChangeFailureRateQueryQueryParams, EfficiencyControllerChangeFailureRateRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
55
71
|
export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFailureRateQuery, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
72
|
+
export type { EfficiencyControllerDeploymentFrequencyBreakdownErrorResponse, EfficiencyControllerDeploymentFrequencyBreakdownOkResponse, EfficiencyControllerDeploymentFrequencyBreakdownProps, EfficiencyControllerDeploymentFrequencyBreakdownQueryQueryParams, EfficiencyControllerDeploymentFrequencyBreakdownRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
73
|
+
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
74
|
+
export type { EfficiencyControllerDeploymentFrequencyDrillDownErrorResponse, EfficiencyControllerDeploymentFrequencyDrillDownOkResponse, EfficiencyControllerDeploymentFrequencyDrillDownProps, EfficiencyControllerDeploymentFrequencyDrillDownQueryQueryParams, EfficiencyControllerDeploymentFrequencyDrillDownRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
75
|
+
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
56
76
|
export type { EfficiencyControllerDeploymentFrequencyErrorResponse, EfficiencyControllerDeploymentFrequencyOkResponse, EfficiencyControllerDeploymentFrequencyProps, EfficiencyControllerDeploymentFrequencyQueryQueryParams, EfficiencyControllerDeploymentFrequencyRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
57
77
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
78
|
+
export type { EfficiencyControllerLeadTimeBreakdownErrorResponse, EfficiencyControllerLeadTimeBreakdownOkResponse, EfficiencyControllerLeadTimeBreakdownProps, EfficiencyControllerLeadTimeBreakdownQueryQueryParams, EfficiencyControllerLeadTimeBreakdownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
79
|
+
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
80
|
+
export type { EfficiencyControllerLeadTimeDrilldownErrorResponse, EfficiencyControllerLeadTimeDrilldownOkResponse, EfficiencyControllerLeadTimeDrilldownProps, EfficiencyControllerLeadTimeDrilldownQueryQueryParams, EfficiencyControllerLeadTimeDrilldownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
81
|
+
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
58
82
|
export type { EfficiencyControllerLeadTimeErrorResponse, EfficiencyControllerLeadTimeOkResponse, EfficiencyControllerLeadTimeProps, EfficiencyControllerLeadTimeQueryQueryParams, EfficiencyControllerLeadTimeRequestBody, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
59
83
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
84
|
+
export type { EfficiencyControllerLeadTimeStagesErrorResponse, EfficiencyControllerLeadTimeStagesOkResponse, EfficiencyControllerLeadTimeStagesProps, EfficiencyControllerLeadTimeStagesQueryQueryParams, EfficiencyControllerLeadTimeStagesRequestBody, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
85
|
+
export { efficiencyControllerLeadTimeStages, useEfficiencyControllerLeadTimeStagesQuery, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
60
86
|
export type { EfficiencyProfileControllerCreateProfileErrorResponse, EfficiencyProfileControllerCreateProfileMutationQueryParams, EfficiencyProfileControllerCreateProfileOkResponse, EfficiencyProfileControllerCreateProfileProps, EfficiencyProfileControllerCreateProfileRequestBody, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
61
87
|
export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
62
88
|
export type { EfficiencyProfileControllerDeleteProfileByRefIdErrorResponse, EfficiencyProfileControllerDeleteProfileByRefIdMutationPathParams, EfficiencyProfileControllerDeleteProfileByRefIdMutationQueryParams, EfficiencyProfileControllerDeleteProfileByRefIdOkResponse, EfficiencyProfileControllerDeleteProfileByRefIdProps, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
@@ -69,12 +95,6 @@ export type { EfficiencyProfileControllerUpdateProfileErrorResponse, EfficiencyP
|
|
69
95
|
export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControllerUpdateProfileMutation, } from './hooks/useEfficiencyProfileControllerUpdateProfileMutation';
|
70
96
|
export type { ExportControllerExportDataErrorResponse, ExportControllerExportDataMutationQueryParams, ExportControllerExportDataOkResponse, ExportControllerExportDataProps, ExportControllerExportDataRequestBody, } from './hooks/useExportControllerExportDataMutation';
|
71
97
|
export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
|
72
|
-
export type { InsightSettingsControllerCreateSettingsErrorResponse, InsightSettingsControllerCreateSettingsMutationQueryParams, InsightSettingsControllerCreateSettingsOkResponse, InsightSettingsControllerCreateSettingsProps, InsightSettingsControllerCreateSettingsRequestBody, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
73
|
-
export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
74
|
-
export type { InsightSettingsControllerGetSettingsErrorResponse, InsightSettingsControllerGetSettingsOkResponse, InsightSettingsControllerGetSettingsProps, InsightSettingsControllerGetSettingsQueryQueryParams, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
75
|
-
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
76
|
-
export type { InsightSettingsControllerUpdateSettingsErrorResponse, InsightSettingsControllerUpdateSettingsMutationQueryParams, InsightSettingsControllerUpdateSettingsOkResponse, InsightSettingsControllerUpdateSettingsProps, InsightSettingsControllerUpdateSettingsRequestBody, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
77
|
-
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
78
98
|
export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationControllerGetFilterValuesMutationQueryParams, IntegrationControllerGetFilterValuesOkResponse, IntegrationControllerGetFilterValuesProps, IntegrationControllerGetFilterValuesRequestBody, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
79
99
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesMutation, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
80
100
|
export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
@@ -117,6 +137,8 @@ export type { ProductivityProfileControllerCreateProfileErrorResponse, Productiv
|
|
117
137
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
118
138
|
export type { ProductivityProfileControllerDeleteProfileErrorResponse, ProductivityProfileControllerDeleteProfileMutationPathParams, ProductivityProfileControllerDeleteProfileMutationQueryParams, ProductivityProfileControllerDeleteProfileOkResponse, ProductivityProfileControllerDeleteProfileProps, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
119
139
|
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
140
|
+
export type { ProductivityProfileControllerGetProductivityProfileFilterValuesErrorResponse, ProductivityProfileControllerGetProductivityProfileFilterValuesOkResponse, ProductivityProfileControllerGetProductivityProfileFilterValuesProps, ProductivityProfileControllerGetProductivityProfileFilterValuesQueryQueryParams, ProductivityProfileControllerGetProductivityProfileFilterValuesRequestBody, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
141
|
+
export { productivityProfileControllerGetProductivityProfileFilterValues, useProductivityProfileControllerGetProductivityProfileFilterValuesQuery, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
120
142
|
export type { ProductivityProfileControllerGetProfileByRefIdErrorResponse, ProductivityProfileControllerGetProfileByRefIdOkResponse, ProductivityProfileControllerGetProfileByRefIdProps, ProductivityProfileControllerGetProfileByRefIdQueryPathParams, ProductivityProfileControllerGetProfileByRefIdQueryQueryParams, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
121
143
|
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
122
144
|
export type { ProductivityProfileControllerListProfilesErrorResponse, ProductivityProfileControllerListProfilesOkResponse, ProductivityProfileControllerListProfilesProps, ProductivityProfileControllerListProfilesQueryQueryParams, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
@@ -127,7 +149,7 @@ export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetT
|
|
127
149
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
128
150
|
export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
129
151
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
130
|
-
export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams,
|
152
|
+
export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
131
153
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
132
154
|
export type { TeamsControllerGetTeamErrorResponse, TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamProps, TeamsControllerGetTeamQueryPathParams, TeamsControllerGetTeamQueryQueryParams, } from './hooks/useTeamsControllerGetTeamQuery';
|
133
155
|
export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
|
@@ -137,8 +159,6 @@ export type { TeamsControllerUpdateTeamIntegrationFiltersErrorResponse, TeamsCon
|
|
137
159
|
export { teamsControllerUpdateTeamIntegrationFilters, useTeamsControllerUpdateTeamIntegrationFiltersMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation';
|
138
160
|
export type { TeamsControllerUpdateTeamIntegrationsErrorResponse, TeamsControllerUpdateTeamIntegrationsMutationPathParams, TeamsControllerUpdateTeamIntegrationsMutationQueryParams, TeamsControllerUpdateTeamIntegrationsOkResponse, TeamsControllerUpdateTeamIntegrationsProps, TeamsControllerUpdateTeamIntegrationsRequestBody, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
139
161
|
export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
140
|
-
export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamMutationPathParams, TeamsControllerUpdateTeamMutationQueryParams, TeamsControllerUpdateTeamOkResponse, TeamsControllerUpdateTeamProps, TeamsControllerUpdateTeamRequestBody, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
141
|
-
export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
142
162
|
export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
|
143
163
|
export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
|
144
164
|
export type { BaDataPoint } from './schemas/BaDataPoint';
|
@@ -148,6 +168,7 @@ export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
|
|
148
168
|
export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
|
149
169
|
export type { BreakdownRecord } from './schemas/BreakdownRecord';
|
150
170
|
export type { Category } from './schemas/Category';
|
171
|
+
export type { CdDeploymentRecordDto } from './schemas/CdDeploymentRecordDto';
|
151
172
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
152
173
|
export type { CodeChangeStats } from './schemas/CodeChangeStats';
|
153
174
|
export type { CodeChanges } from './schemas/CodeChanges';
|
@@ -161,7 +182,12 @@ export type { DataPointDeploymentFrequency } from './schemas/DataPointDeployment
|
|
161
182
|
export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
|
162
183
|
export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
|
163
184
|
export type { Developer } from './schemas/Developer';
|
185
|
+
export type { DeveloperFieldDto } from './schemas/DeveloperFieldDto';
|
186
|
+
export type { DeveloperFilePreviewDto } from './schemas/DeveloperFilePreviewDto';
|
164
187
|
export type { DeveloperInfo } from './schemas/DeveloperInfo';
|
188
|
+
export type { DeveloperListResponseDto } from './schemas/DeveloperListResponseDto';
|
189
|
+
export type { DeveloperSaveResponseDto } from './schemas/DeveloperSaveResponseDto';
|
190
|
+
export type { DeveloperValidationErrorDto } from './schemas/DeveloperValidationErrorDto';
|
165
191
|
export type { DfConfigurationDto } from './schemas/DfConfigurationDto';
|
166
192
|
export type { DoraChangeFailureRateMetric } from './schemas/DoraChangeFailureRateMetric';
|
167
193
|
export type { DoraChangeFailureRateMetricBreakdown } from './schemas/DoraChangeFailureRateMetricBreakdown';
|
@@ -179,8 +205,17 @@ export type { DoraMetricDrilldownRequest } from './schemas/DoraMetricDrilldownRe
|
|
179
205
|
export type { DoraRequest } from './schemas/DoraRequest';
|
180
206
|
export type { DoraSummaryMetric } from './schemas/DoraSummaryMetric';
|
181
207
|
export type { DoraSummaryRequest } from './schemas/DoraSummaryRequest';
|
208
|
+
export type { DrillDownRequest } from './schemas/DrillDownRequest';
|
209
|
+
export type { DrillDownResponseDtoCdDeploymentRecordDto } from './schemas/DrillDownResponseDtoCdDeploymentRecordDto';
|
182
210
|
export type { DrilldownData } from './schemas/DrilldownData';
|
183
211
|
export type { DrilldownDataPoint } from './schemas/DrilldownDataPoint';
|
212
|
+
export type { EfficiencyChangeFailureRateMetricBreakdown } from './schemas/EfficiencyChangeFailureRateMetricBreakdown';
|
213
|
+
export type { EfficiencyDeploymentFrequencyMetricBreakdown } from './schemas/EfficiencyDeploymentFrequencyMetricBreakdown';
|
214
|
+
export type { EfficiencyLeadTimeDataPointBreakdown } from './schemas/EfficiencyLeadTimeDataPointBreakdown';
|
215
|
+
export type { EfficiencyLeadTimeDrilldownItem } from './schemas/EfficiencyLeadTimeDrilldownItem';
|
216
|
+
export type { EfficiencyLeadTimeDrilldownResponseWrapper } from './schemas/EfficiencyLeadTimeDrilldownResponseWrapper';
|
217
|
+
export type { EfficiencyLttcMetricBreakdown } from './schemas/EfficiencyLttcMetricBreakdown';
|
218
|
+
export type { EfficiencyMetricDrilldownRequest } from './schemas/EfficiencyMetricDrilldownRequest';
|
184
219
|
export type { EfficiencyProfileCreateRequestDto } from './schemas/EfficiencyProfileCreateRequestDto';
|
185
220
|
export type { EfficiencyProfileEvent } from './schemas/EfficiencyProfileEvent';
|
186
221
|
export type { EfficiencyProfileResponseDto } from './schemas/EfficiencyProfileResponseDto';
|
@@ -194,10 +229,6 @@ export type { GroupByField } from './schemas/GroupByField';
|
|
194
229
|
export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
|
195
230
|
export type { IndividualDrilldownData } from './schemas/IndividualDrilldownData';
|
196
231
|
export type { IndividualDrilldownDataPoint } from './schemas/IndividualDrilldownDataPoint';
|
197
|
-
export type { InsightEfficiencySettingsDto } from './schemas/InsightEfficiencySettingsDto';
|
198
|
-
export type { InsightProductivitySettingsDto } from './schemas/InsightProductivitySettingsDto';
|
199
|
-
export type { InsightSettingsCreateRequestDto } from './schemas/InsightSettingsCreateRequestDto';
|
200
|
-
export type { InsightSettingsResponseDto } from './schemas/InsightSettingsResponseDto';
|
201
232
|
export type { Integration } from './schemas/Integration';
|
202
233
|
export type { IntegrationIdsDto } from './schemas/IntegrationIdsDto';
|
203
234
|
export type { IntegrationObject } from './schemas/IntegrationObject';
|
@@ -245,7 +276,6 @@ export type { SummaryValueChange } from './schemas/SummaryValueChange';
|
|
245
276
|
export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
|
246
277
|
export type { TeamFilter } from './schemas/TeamFilter';
|
247
278
|
export type { TeamIntegrationDto } from './schemas/TeamIntegrationDto';
|
248
|
-
export type { TeamRequestDto } from './schemas/TeamRequestDto';
|
249
279
|
export type { TeamResponse } from './schemas/TeamResponse';
|
250
280
|
export type { TeamSummary } from './schemas/TeamSummary';
|
251
281
|
export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
|
@@ -11,6 +11,12 @@ export { categoryControllerGetCategory, useCategoryControllerGetCategoryQuery, }
|
|
11
11
|
export { categoryControllerList, useCategoryControllerListQuery, } from './hooks/useCategoryControllerListQuery';
|
12
12
|
export { collectionControllerGetCollectionTree, useCollectionControllerGetCollectionTreeQuery, } from './hooks/useCollectionControllerGetCollectionTreeQuery';
|
13
13
|
export { collectionControllerListCollections, useCollectionControllerListCollectionsQuery, } from './hooks/useCollectionControllerListCollectionsQuery';
|
14
|
+
export { developerControllerGetDeveloperUploadPreview, useDeveloperControllerGetDeveloperUploadPreviewQuery, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
15
|
+
export { developerControllerGetDevelopers, useDeveloperControllerGetDevelopersQuery, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
16
|
+
export { developerControllerGetLatestDeveloperSchema, useDeveloperControllerGetLatestDeveloperSchemaQuery, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
17
|
+
export { developerControllerGroupDevelopers, useDeveloperControllerGroupDevelopersMutation, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
18
|
+
export { developerControllerSaveDevelopers, useDeveloperControllerSaveDevelopersMutation, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
19
|
+
export { developerControllerUploadDeveloperFile, useDeveloperControllerUploadDeveloperFileMutation, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
14
20
|
export { doraControllerBreakdown, useDoraControllerBreakdownQuery, } from './hooks/useDoraControllerBreakdownQuery';
|
15
21
|
export { doraControllerChangeFailureRateBreakdown, useDoraControllerChangeFailureRateBreakdownQuery, } from './hooks/useDoraControllerChangeFailureRateBreakdownQuery';
|
16
22
|
export { doraControllerChangeFailureRate, useDoraControllerChangeFailureRateQuery, } from './hooks/useDoraControllerChangeFailureRateQuery';
|
@@ -24,18 +30,22 @@ export { doraControllerLeadTimeStages, useDoraControllerLeadTimeStagesQuery, } f
|
|
24
30
|
export { doraControllerMeanTimeRestore, useDoraControllerMeanTimeRestoreQuery, } from './hooks/useDoraControllerMeanTimeRestoreQuery';
|
25
31
|
export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
|
26
32
|
export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
|
33
|
+
export { efficiencyControllerChangeFailureRateBreakdown, useEfficiencyControllerChangeFailureRateBreakdownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
34
|
+
export { efficiencyControllerChangeFailureRateDrillDown, useEfficiencyControllerChangeFailureRateDrillDownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
27
35
|
export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFailureRateQuery, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
36
|
+
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
37
|
+
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
28
38
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
39
|
+
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
40
|
+
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
29
41
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
42
|
+
export { efficiencyControllerLeadTimeStages, useEfficiencyControllerLeadTimeStagesQuery, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
30
43
|
export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
31
44
|
export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
32
45
|
export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
33
46
|
export { efficiencyProfileControllerListProfiles, useEfficiencyProfileControllerListProfilesQuery, } from './hooks/useEfficiencyProfileControllerListProfilesQuery';
|
34
47
|
export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControllerUpdateProfileMutation, } from './hooks/useEfficiencyProfileControllerUpdateProfileMutation';
|
35
48
|
export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
|
36
|
-
export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
37
|
-
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
38
|
-
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
39
49
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesMutation, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
40
50
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
41
51
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
@@ -57,6 +67,7 @@ export { productivityControllerGetFeatureMetrics, useProductivityControllerGetFe
|
|
57
67
|
export { productivityControllerGetIndividualUserFeatureDrillDown, useProductivityControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityControllerGetIndividualUserFeatureDrillDownQuery';
|
58
68
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
59
69
|
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
70
|
+
export { productivityProfileControllerGetProductivityProfileFilterValues, useProductivityProfileControllerGetProductivityProfileFilterValuesQuery, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
60
71
|
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
61
72
|
export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
62
73
|
export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
|
@@ -67,4 +78,3 @@ export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks
|
|
67
78
|
export { teamsControllerListTeams, useTeamsControllerListTeamsQuery, } from './hooks/useTeamsControllerListTeamsQuery';
|
68
79
|
export { teamsControllerUpdateTeamIntegrationFilters, useTeamsControllerUpdateTeamIntegrationFiltersMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation';
|
69
80
|
export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
70
|
-
export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
@@ -0,0 +1,64 @@
|
|
1
|
+
export interface CdDeploymentRecordDto {
|
2
|
+
artifactId?: string;
|
3
|
+
artifactLocation?: string;
|
4
|
+
branch?: string;
|
5
|
+
branchName?: string;
|
6
|
+
cd?: boolean;
|
7
|
+
cfrStatus?: boolean;
|
8
|
+
ci?: boolean;
|
9
|
+
cicdInstanceId?: string;
|
10
|
+
cicdUserId?: string;
|
11
|
+
commitId?: string;
|
12
|
+
/**
|
13
|
+
* @format date-time
|
14
|
+
*/
|
15
|
+
createdAt?: string;
|
16
|
+
/**
|
17
|
+
* @format int64
|
18
|
+
*/
|
19
|
+
duration?: number;
|
20
|
+
/**
|
21
|
+
* @format date-time
|
22
|
+
*/
|
23
|
+
endTime?: string;
|
24
|
+
envIds?: string[];
|
25
|
+
executionId?: string;
|
26
|
+
id?: string;
|
27
|
+
integrationId?: string;
|
28
|
+
integrationType?: string;
|
29
|
+
jobFullName?: string;
|
30
|
+
jobName?: string;
|
31
|
+
jobNormalizedFullName?: string;
|
32
|
+
/**
|
33
|
+
* @format int64
|
34
|
+
*/
|
35
|
+
jobRunNumber?: number;
|
36
|
+
metadata?: {
|
37
|
+
[key: string]: string;
|
38
|
+
};
|
39
|
+
moduleName?: string;
|
40
|
+
parameters?: Array<{
|
41
|
+
[key: string]: {
|
42
|
+
[key: string]: any;
|
43
|
+
};
|
44
|
+
}>;
|
45
|
+
pipelineUrl?: string;
|
46
|
+
projectName?: string;
|
47
|
+
scmCommitIds?: string[];
|
48
|
+
scmUrl?: string;
|
49
|
+
scmUserId?: string;
|
50
|
+
serviceIds?: string[];
|
51
|
+
source?: string;
|
52
|
+
stageId?: string;
|
53
|
+
stageName?: string;
|
54
|
+
stageResult?: string;
|
55
|
+
/**
|
56
|
+
* @format date-time
|
57
|
+
*/
|
58
|
+
startTime?: string;
|
59
|
+
status?: string;
|
60
|
+
/**
|
61
|
+
* @format date-time
|
62
|
+
*/
|
63
|
+
updatedAt?: string;
|
64
|
+
}
|
@@ -1,5 +1,7 @@
|
|
1
1
|
export interface Developer {
|
2
|
-
|
2
|
+
attributes?: {
|
3
|
+
[key: string]: string;
|
4
|
+
};
|
3
5
|
/**
|
4
6
|
* @format date-time
|
5
7
|
*/
|
@@ -10,7 +12,6 @@ export interface Developer {
|
|
10
12
|
* @format int32
|
11
13
|
*/
|
12
14
|
id?: number;
|
13
|
-
latest?: boolean;
|
14
15
|
/**
|
15
16
|
* @format int32
|
16
17
|
*/
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* Developer field information
|
3
|
+
*/
|
4
|
+
export interface DeveloperFieldDto {
|
5
|
+
/**
|
6
|
+
* Data type of the field
|
7
|
+
*/
|
8
|
+
dataType?: 'EMAIL' | 'NUMBER' | 'STRING' | 'UUID';
|
9
|
+
/**
|
10
|
+
* Special field type (NAME, EMAIL, MANAGER_EMAIL, or null)
|
11
|
+
*/
|
12
|
+
fieldType?: 'EMAIL' | 'MANAGER_EMAIL' | 'NAME' | 'ROLE';
|
13
|
+
/**
|
14
|
+
* Field name from the uploaded file
|
15
|
+
*/
|
16
|
+
name?: string;
|
17
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import type { DeveloperFieldDto } from '../schemas/DeveloperFieldDto';
|
2
|
+
/**
|
3
|
+
* Preview of an uploaded developer file
|
4
|
+
*/
|
5
|
+
export interface DeveloperFilePreviewDto {
|
6
|
+
/**
|
7
|
+
* Total number of records in the file
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
developerCount?: number;
|
11
|
+
/**
|
12
|
+
* Preview of the first few records from the file
|
13
|
+
*/
|
14
|
+
developersPreview?: Array<{
|
15
|
+
[key: string]: string;
|
16
|
+
}>;
|
17
|
+
/**
|
18
|
+
* Information about the fields detected in the file
|
19
|
+
*/
|
20
|
+
fields?: DeveloperFieldDto[];
|
21
|
+
/**
|
22
|
+
* Name of the uploaded file
|
23
|
+
*/
|
24
|
+
fileName?: string;
|
25
|
+
/**
|
26
|
+
* Size of the uploaded file in bytes
|
27
|
+
* @format int64
|
28
|
+
*/
|
29
|
+
fileSize?: number;
|
30
|
+
/**
|
31
|
+
* Type of the uploaded file
|
32
|
+
*/
|
33
|
+
fileType?: string;
|
34
|
+
/**
|
35
|
+
* Status of the upload
|
36
|
+
*/
|
37
|
+
status?: string;
|
38
|
+
/**
|
39
|
+
* Unique identifier for the upload
|
40
|
+
* @format int32
|
41
|
+
*/
|
42
|
+
uploadId?: number;
|
43
|
+
/**
|
44
|
+
* Timestamp when the file was uploaded
|
45
|
+
* @format date-time
|
46
|
+
*/
|
47
|
+
uploadedAt?: string;
|
48
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { DeveloperFieldDto } from '../schemas/DeveloperFieldDto';
|
2
|
+
export interface DeveloperListResponseDto {
|
3
|
+
/**
|
4
|
+
* Information about the fields detected in the file
|
5
|
+
*/
|
6
|
+
fields?: DeveloperFieldDto[];
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
pageIndex?: number;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
pageSize?: number;
|
15
|
+
records?: Array<{
|
16
|
+
[key: string]: string;
|
17
|
+
}>;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
totalRecords?: number;
|
22
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import type { DeveloperValidationErrorDto } from '../schemas/DeveloperValidationErrorDto';
|
2
|
+
/**
|
3
|
+
* Response for saving developers from an upload
|
4
|
+
*/
|
5
|
+
export interface DeveloperSaveResponseDto {
|
6
|
+
/**
|
7
|
+
* Validation errors found in the data
|
8
|
+
*/
|
9
|
+
errors?: DeveloperValidationErrorDto[];
|
10
|
+
/**
|
11
|
+
* Number of invalid records
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
invalidRecords?: number;
|
15
|
+
/**
|
16
|
+
* Number of records successfully saved
|
17
|
+
* @format int32
|
18
|
+
*/
|
19
|
+
savedRecords?: number;
|
20
|
+
/**
|
21
|
+
* Status message
|
22
|
+
*/
|
23
|
+
status?: 'FAILURE' | 'SUCCESS';
|
24
|
+
/**
|
25
|
+
* Total number of records in the file
|
26
|
+
* @format int32
|
27
|
+
*/
|
28
|
+
totalRecords?: number;
|
29
|
+
/**
|
30
|
+
* ID of the developer upload
|
31
|
+
* @format int32
|
32
|
+
*/
|
33
|
+
uploadId?: number;
|
34
|
+
/**
|
35
|
+
* Number of valid records
|
36
|
+
* @format int32
|
37
|
+
*/
|
38
|
+
validRecords?: number;
|
39
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* Developer validation error information
|
3
|
+
*/
|
4
|
+
export interface DeveloperValidationErrorDto {
|
5
|
+
/**
|
6
|
+
* Number of records affected by this error
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
errorDeveloperCount?: number;
|
10
|
+
/**
|
11
|
+
* Type of validation error
|
12
|
+
*/
|
13
|
+
errorType?: 'CIRCULAR_REFERENCE' | 'EMAIL_MISSING' | 'FILE_READ_ERROR' | 'NAME_MISSING';
|
14
|
+
/**
|
15
|
+
* Sample records with this error
|
16
|
+
*/
|
17
|
+
sampleErrorDevelopers?: Array<{
|
18
|
+
[key: string]: string;
|
19
|
+
}>;
|
20
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export interface DrillDownRequest {
|
2
|
+
/**
|
3
|
+
* @format date-time
|
4
|
+
*/
|
5
|
+
dateEnd: string;
|
6
|
+
/**
|
7
|
+
* @format date-time
|
8
|
+
*/
|
9
|
+
dateStart: string;
|
10
|
+
/**
|
11
|
+
* @format date-time
|
12
|
+
*/
|
13
|
+
drillDownEndDate?: string;
|
14
|
+
/**
|
15
|
+
* @format date-time
|
16
|
+
*/
|
17
|
+
drillDownStartDate?: string;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
page?: number;
|
22
|
+
/**
|
23
|
+
* @format int32
|
24
|
+
*/
|
25
|
+
pageSize?: number;
|
26
|
+
teamRefId: string;
|
27
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
2
|
+
import type { CdDeploymentRecordDto } from '../schemas/CdDeploymentRecordDto';
|
3
|
+
export interface DrillDownResponseDtoCdDeploymentRecordDto {
|
4
|
+
/**
|
5
|
+
* @format int32
|
6
|
+
*/
|
7
|
+
count?: number;
|
8
|
+
integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
|
9
|
+
pagination?: PaginationInfo;
|
10
|
+
records?: CdDeploymentRecordDto[];
|
11
|
+
}
|