@harnessio/react-sei-panorama-service-client 0.19.1 → 0.19.3
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/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +1 -5
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +51 -3
- package/dist/sei-panorama-service/src/services/index.js +9 -0
- package/dist/sei-panorama-service/src/services/schemas/BuildInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/CommitInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/CommitInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +0 -3
- package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.d.ts → DrillDownResponseDtoObject.d.ts} +4 -3
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +49 -24
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +0 -3
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IssueRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrInfo.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/PrInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SortOption.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SortOption.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.d.ts +43 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +0 -64
- /package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentRecordDto.js → BuildInfo.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.js → DrillDownResponseDtoObject.js} +0 -0
@@ -37,6 +37,7 @@ export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFai
|
|
37
37
|
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
38
38
|
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
39
39
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
40
|
+
export { efficiencyControllerGetTicketScmInfo, useEfficiencyControllerGetTicketScmInfoQuery, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
|
40
41
|
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
41
42
|
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
42
43
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
@@ -52,6 +53,10 @@ export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControlle
|
|
52
53
|
export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
|
53
54
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
54
55
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
56
|
+
export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
|
57
|
+
export { issuesControllerGetCommitsInfoFromPr, useIssuesControllerGetCommitsInfoFromPrQuery, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
|
58
|
+
export { issuesControllerGetDeployInfoFromIssues, useIssuesControllerGetDeployInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
|
59
|
+
export { issuesControllerGetPrsFromIssues, useIssuesControllerGetPrsFromIssuesQuery, } from './hooks/useIssuesControllerGetPrsFromIssuesQuery';
|
55
60
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
56
61
|
export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
|
57
62
|
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
@@ -75,6 +80,10 @@ export { productivityProfileControllerGetProductivityProfileFilterValues, usePro
|
|
75
80
|
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
76
81
|
export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
77
82
|
export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
|
83
|
+
export { productivityV3ControllerGetFeatureBreakdown, useProductivityV3ControllerGetFeatureBreakdownQuery, } from './hooks/useProductivityV3ControllerGetFeatureBreakdownQuery';
|
84
|
+
export { productivityV3ControllerGetFeatureDrillDown, useProductivityV3ControllerGetFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetFeatureDrillDownQuery';
|
85
|
+
export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerGetFeatureMetricsQuery, } from './hooks/useProductivityV3ControllerGetFeatureMetricsQuery';
|
86
|
+
export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
|
78
87
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
79
88
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
80
89
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import type { SortOption } from '../schemas/SortOption';
|
1
2
|
export interface DrillDownRequest {
|
2
3
|
/**
|
3
4
|
* @format date-time
|
@@ -23,5 +24,6 @@ export interface DrillDownRequest {
|
|
23
24
|
* @format int32
|
24
25
|
*/
|
25
26
|
pageSize?: number;
|
27
|
+
sortOption?: SortOption;
|
26
28
|
teamRefId: string;
|
27
29
|
}
|
@@ -1,11 +1,12 @@
|
|
1
1
|
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
2
|
-
|
3
|
-
export interface DrillDownResponseDtoCdDeploymentRecordDto {
|
2
|
+
export interface DrillDownResponseDtoObject {
|
4
3
|
/**
|
5
4
|
* @format int32
|
6
5
|
*/
|
7
6
|
count?: number;
|
8
7
|
integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
|
9
8
|
pagination?: PaginationInfo;
|
10
|
-
records?:
|
9
|
+
records?: Array<{
|
10
|
+
[key: string]: any;
|
11
|
+
}>;
|
11
12
|
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import type { PrCycleTimeDrilldownResponseDataPointV3 } from '../schemas/PrCycleTimeDrilldownResponseDataPointV3';
|
2
|
+
import type { PrVelocityDrilldownResponseDataPointV3 } from '../schemas/PrVelocityDrilldownResponseDataPointV3';
|
3
|
+
import type { WorkCompletedDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedDrilldownResponseDataPointV3';
|
4
|
+
export interface DrilldownDataV3 {
|
5
|
+
drilldownDataPoints?: Array<PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
|
6
|
+
metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
7
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,19 +1,52 @@
|
|
1
|
+
import type { BuildInfo } from '../schemas/BuildInfo';
|
2
|
+
import type { CommitInfo } from '../schemas/CommitInfo';
|
3
|
+
import type { DeploymentInfo } from '../schemas/DeploymentInfo';
|
4
|
+
import type { PrInfo } from '../schemas/PrInfo';
|
1
5
|
/**
|
2
6
|
* Item containing drilldown data for Lead Time to Change metrics
|
3
7
|
*/
|
4
8
|
export interface EfficiencyLeadTimeDrilldownItem {
|
5
9
|
/**
|
6
|
-
*
|
10
|
+
* Number of associated builds
|
11
|
+
* @format int32
|
7
12
|
*/
|
8
|
-
|
13
|
+
associatedBuildCount?: number;
|
9
14
|
/**
|
10
|
-
*
|
15
|
+
* Number of associated deployments
|
16
|
+
* @format int32
|
11
17
|
*/
|
12
|
-
|
18
|
+
associatedDeploymentCount?: number;
|
13
19
|
/**
|
14
|
-
*
|
20
|
+
* Number of associated pull requests
|
21
|
+
* @format int32
|
15
22
|
*/
|
16
|
-
|
23
|
+
associatedPrCount?: number;
|
24
|
+
/**
|
25
|
+
* Build information by stage
|
26
|
+
*/
|
27
|
+
buildInfo?: {
|
28
|
+
[key: string]: BuildInfo;
|
29
|
+
};
|
30
|
+
/**
|
31
|
+
* Commit information by stage
|
32
|
+
*/
|
33
|
+
commitInfo?: {
|
34
|
+
[key: string]: CommitInfo;
|
35
|
+
};
|
36
|
+
/**
|
37
|
+
* Deployment information by stage
|
38
|
+
*/
|
39
|
+
deploymentInfo?: {
|
40
|
+
[key: string]: DeploymentInfo;
|
41
|
+
};
|
42
|
+
/**
|
43
|
+
* Ticket identifier
|
44
|
+
*/
|
45
|
+
issueKey?: string;
|
46
|
+
/**
|
47
|
+
* Ticket title
|
48
|
+
*/
|
49
|
+
issueTitle?: string;
|
17
50
|
/**
|
18
51
|
* Lead time for CI phase
|
19
52
|
* @format int64
|
@@ -45,31 +78,23 @@ export interface EfficiencyLeadTimeDrilldownItem {
|
|
45
78
|
*/
|
46
79
|
leadTimeTotal?: number;
|
47
80
|
/**
|
48
|
-
*
|
81
|
+
* Lead time to change end time
|
82
|
+
* @format date-time
|
49
83
|
*/
|
50
|
-
|
84
|
+
lttcEndTime?: string;
|
51
85
|
/**
|
52
|
-
*
|
86
|
+
* Lead time to change start time
|
87
|
+
* @format date-time
|
53
88
|
*/
|
54
|
-
|
89
|
+
lttcStartTime?: string;
|
55
90
|
/**
|
56
|
-
* PR
|
91
|
+
* PR information by stage
|
57
92
|
*/
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
*/
|
62
|
-
prMergedId?: string;
|
63
|
-
/**
|
64
|
-
* PR merged number
|
65
|
-
*/
|
66
|
-
prMergedNumber?: string;
|
93
|
+
prInfo?: {
|
94
|
+
[key: string]: PrInfo;
|
95
|
+
};
|
67
96
|
/**
|
68
97
|
* Project identifier
|
69
98
|
*/
|
70
99
|
project?: string;
|
71
|
-
/**
|
72
|
-
* Ticket identifier
|
73
|
-
*/
|
74
|
-
ticketId?: string;
|
75
100
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import type { PrVelocityIndividualDrilldownResponseDataPointV3 } from '../schemas/PrVelocityIndividualDrilldownResponseDataPointV3';
|
2
|
+
import type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
|
3
|
+
export interface IndividualDrilldownDataV3 {
|
4
|
+
individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
|
5
|
+
metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
6
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
|
|
5
5
|
/**
|
6
6
|
* Application type
|
7
7
|
*/
|
8
|
-
applicationType?: 'ADO_PIPELINES' | 'ADO_REPOS' | 'AZURE_BOARDS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'GITHUB' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA';
|
8
|
+
applicationType?: 'ADO_PIPELINES' | 'ADO_REPOS' | 'AZURE_BOARDS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CUSTOM' | 'GITHUB' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA';
|
9
9
|
/**
|
10
10
|
* Integration ID
|
11
11
|
* @format int32
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { PaginationRequest } from '../schemas/PaginationRequest';
|
2
|
+
/**
|
3
|
+
* Generic request for retrieving information for an issue
|
4
|
+
*/
|
5
|
+
export interface IssueRequest {
|
6
|
+
/**
|
7
|
+
* Issue identifier
|
8
|
+
*/
|
9
|
+
issueId: string;
|
10
|
+
/**
|
11
|
+
* Pagination request
|
12
|
+
*/
|
13
|
+
pagination?: PaginationRequest;
|
14
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/**
|
2
|
+
* Build information for an issue
|
3
|
+
*/
|
4
|
+
export interface IssuesPipelineExecutionResponse {
|
5
|
+
/**
|
6
|
+
* Build end timestamp
|
7
|
+
* @format date-time
|
8
|
+
*/
|
9
|
+
endTime?: string;
|
10
|
+
/**
|
11
|
+
* Build run identifier
|
12
|
+
*/
|
13
|
+
runId?: string;
|
14
|
+
/**
|
15
|
+
* Build start timestamp
|
16
|
+
* @format date-time
|
17
|
+
*/
|
18
|
+
startTime?: string;
|
19
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { IssuesPipelineExecutionResponse } from '../schemas/IssuesPipelineExecutionResponse';
|
2
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
3
|
+
/**
|
4
|
+
* Response wrapper for issue pipeline execution information
|
5
|
+
*/
|
6
|
+
export interface IssuesPipelineExecutionResponseWrapper {
|
7
|
+
/**
|
8
|
+
* List of pipeline executions for the issue
|
9
|
+
*/
|
10
|
+
executions?: IssuesPipelineExecutionResponse[];
|
11
|
+
/**
|
12
|
+
* Pagination information
|
13
|
+
*/
|
14
|
+
pagination?: PaginationInfo;
|
15
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* PR information for an issue
|
3
|
+
*/
|
4
|
+
export interface IssuesPrResponse {
|
5
|
+
/**
|
6
|
+
* PR created at timestamp
|
7
|
+
* @format date-time
|
8
|
+
*/
|
9
|
+
prCreatedAt?: string;
|
10
|
+
/**
|
11
|
+
* PR identifier
|
12
|
+
*/
|
13
|
+
prId?: string;
|
14
|
+
/**
|
15
|
+
* PR merged at timestamp
|
16
|
+
* @format date-time
|
17
|
+
*/
|
18
|
+
prMergedAt?: string;
|
19
|
+
/**
|
20
|
+
* PR merged branch
|
21
|
+
*/
|
22
|
+
prMergedBranch?: string;
|
23
|
+
/**
|
24
|
+
* PR number
|
25
|
+
*/
|
26
|
+
prNumber?: string;
|
27
|
+
/**
|
28
|
+
* PR summary
|
29
|
+
*/
|
30
|
+
prSummary?: string;
|
31
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
2
|
+
import type { IssuesPrResponse } from '../schemas/IssuesPrResponse';
|
3
|
+
/**
|
4
|
+
* Response wrapper for issue PR information
|
5
|
+
*/
|
6
|
+
export interface IssuesPrResponseWrapper {
|
7
|
+
/**
|
8
|
+
* Pagination information
|
9
|
+
*/
|
10
|
+
pagination?: PaginationInfo;
|
11
|
+
/**
|
12
|
+
* List of PRs for the issue
|
13
|
+
*/
|
14
|
+
prs?: IssuesPrResponse[];
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { PaginationRequest } from '../schemas/PaginationRequest';
|
2
|
+
/**
|
3
|
+
* Request for retrieving commit information for a PR
|
4
|
+
*/
|
5
|
+
export interface PrCommitsRequest {
|
6
|
+
/**
|
7
|
+
* Pagination request
|
8
|
+
*/
|
9
|
+
pagination?: PaginationRequest;
|
10
|
+
/**
|
11
|
+
* PR identifier
|
12
|
+
*/
|
13
|
+
prId: string;
|
14
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import type { CodeChanges } from '../schemas/CodeChanges';
|
2
|
+
/**
|
3
|
+
* Commit information for a PR
|
4
|
+
*/
|
5
|
+
export interface PrCommitsResponse {
|
6
|
+
/**
|
7
|
+
* Author of the commit
|
8
|
+
*/
|
9
|
+
author?: string;
|
10
|
+
/**
|
11
|
+
* Code changes in the commit
|
12
|
+
*/
|
13
|
+
codeChanges?: CodeChanges;
|
14
|
+
/**
|
15
|
+
* Commit identifier
|
16
|
+
*/
|
17
|
+
commitId?: string;
|
18
|
+
/**
|
19
|
+
* Commit message
|
20
|
+
*/
|
21
|
+
commitMessage?: string;
|
22
|
+
/**
|
23
|
+
* Commit SHA
|
24
|
+
*/
|
25
|
+
commitSha?: string;
|
26
|
+
/**
|
27
|
+
* Committed at timestamp
|
28
|
+
* @format date-time
|
29
|
+
*/
|
30
|
+
committedAt?: string;
|
31
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { PrCommitsResponse } from '../schemas/PrCommitsResponse';
|
2
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
3
|
+
/**
|
4
|
+
* Response wrapper for PR commit information
|
5
|
+
*/
|
6
|
+
export interface PrCommitsResponseWrapper {
|
7
|
+
/**
|
8
|
+
* List of commits for the PR
|
9
|
+
*/
|
10
|
+
commits?: PrCommitsResponse[];
|
11
|
+
/**
|
12
|
+
* Pagination information
|
13
|
+
*/
|
14
|
+
pagination?: PaginationInfo;
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
import type { CodeChangeStats } from '../schemas/CodeChangeStats';
|
2
|
+
import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
|
3
|
+
export interface PrCycleTimeDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
|
4
|
+
authorId?: string;
|
5
|
+
authorName?: string;
|
6
|
+
codeChanges?: CodeChangeStats;
|
7
|
+
/**
|
8
|
+
* @format date-time
|
9
|
+
*/
|
10
|
+
createdDate?: string;
|
11
|
+
/**
|
12
|
+
* @format double
|
13
|
+
*/
|
14
|
+
firstCommentTime?: number;
|
15
|
+
/**
|
16
|
+
* @format double
|
17
|
+
*/
|
18
|
+
lastApprovalTime?: number;
|
19
|
+
/**
|
20
|
+
* @format date-time
|
21
|
+
*/
|
22
|
+
mergedDate?: string;
|
23
|
+
/**
|
24
|
+
* @format double
|
25
|
+
*/
|
26
|
+
prCycleTime?: number;
|
27
|
+
prLink?: string;
|
28
|
+
/**
|
29
|
+
* @format int64
|
30
|
+
*/
|
31
|
+
prNumber?: number;
|
32
|
+
prTitle?: string;
|
33
|
+
repository?: string;
|
34
|
+
reviewers?: string[];
|
35
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
import type { CodeChangeStats } from '../schemas/CodeChangeStats';
|
2
|
+
import type { PrSize } from '../schemas/PrSize';
|
3
|
+
import type { WorkType } from '../schemas/WorkType';
|
4
|
+
import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
|
5
|
+
export interface PrVelocityDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
|
6
|
+
/**
|
7
|
+
* @format double
|
8
|
+
*/
|
9
|
+
averageTimeToMerge?: number;
|
10
|
+
codeChangeStats?: CodeChangeStats;
|
11
|
+
developerCustomFields?: {
|
12
|
+
[key: string]: {
|
13
|
+
[key: string]: any;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
developerIntegrationId?: string;
|
17
|
+
developerName?: string;
|
18
|
+
/**
|
19
|
+
* @format int64
|
20
|
+
*/
|
21
|
+
prCount?: number;
|
22
|
+
prSizesCount?: PrSize[];
|
23
|
+
teamId?: string;
|
24
|
+
workTypesCount?: WorkType[];
|
25
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import type { CodeChangeStats } from '../schemas/CodeChangeStats';
|
2
|
+
import type { IndividualDrilldownDataPointV3 } from '../schemas/IndividualDrilldownDataPointV3';
|
3
|
+
export interface PrVelocityIndividualDrilldownResponseDataPointV3 extends IndividualDrilldownDataPointV3 {
|
4
|
+
codeChanges?: CodeChangeStats;
|
5
|
+
/**
|
6
|
+
* @format date-time
|
7
|
+
*/
|
8
|
+
createdDate?: string;
|
9
|
+
developerId?: string;
|
10
|
+
developerIntegrationId?: string;
|
11
|
+
developerName?: string;
|
12
|
+
/**
|
13
|
+
* @format date-time
|
14
|
+
*/
|
15
|
+
mergedDate?: string;
|
16
|
+
prLink?: string;
|
17
|
+
/**
|
18
|
+
* @format int64
|
19
|
+
*/
|
20
|
+
prNumber?: number;
|
21
|
+
prTitle?: string;
|
22
|
+
status?: string;
|
23
|
+
workItemId?: string;
|
24
|
+
workItemLink?: string;
|
25
|
+
workType?: 'BUG' | 'FEATURE' | 'MISSING_TICKET' | 'OTHER';
|
26
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import type { TotalStatisticCount } from '../schemas/TotalStatisticCount';
|
2
|
+
export interface ProductivityV3FeatureBreakdownResponseDataPoint {
|
3
|
+
/**
|
4
|
+
* @format date-time
|
5
|
+
*/
|
6
|
+
endDate?: string;
|
7
|
+
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
8
|
+
stacks?: {
|
9
|
+
[key: string]: number;
|
10
|
+
};
|
11
|
+
/**
|
12
|
+
* @format date-time
|
13
|
+
*/
|
14
|
+
startDate?: string;
|
15
|
+
statisticGranularProductivityDataPoints?: {
|
16
|
+
[key: string]: TotalStatisticCount;
|
17
|
+
};
|
18
|
+
/**
|
19
|
+
* @format int64
|
20
|
+
*/
|
21
|
+
teamId?: number;
|
22
|
+
teamName?: string;
|
23
|
+
/**
|
24
|
+
* @format double
|
25
|
+
*/
|
26
|
+
totalCount?: number;
|
27
|
+
totalStatisticCount?: TotalStatisticCount;
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|