@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.
Files changed (97) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +2 -2
  2. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +2 -2
  3. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.d.ts +22 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.d.ts +22 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.d.ts +22 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.d.ts +22 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.d.ts +22 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.js +14 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.d.ts +20 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.d.ts +20 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.d.ts +20 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.d.ts +20 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +1 -5
  22. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +1 -1
  23. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +8 -0
  24. package/dist/sei-panorama-service/src/services/index.d.ts +51 -3
  25. package/dist/sei-panorama-service/src/services/index.js +9 -0
  26. package/dist/sei-panorama-service/src/services/schemas/BuildInfo.d.ts +9 -0
  27. package/dist/sei-panorama-service/src/services/schemas/CommitInfo.d.ts +9 -0
  28. package/dist/sei-panorama-service/src/services/schemas/CommitInfo.js +4 -0
  29. package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.d.ts +9 -0
  30. package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.js +4 -0
  31. package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +2 -0
  32. package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +0 -3
  33. package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.d.ts → DrillDownResponseDtoObject.d.ts} +4 -3
  34. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +4 -0
  35. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.js +4 -0
  36. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +7 -0
  37. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.js +1 -0
  38. package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +49 -24
  39. package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +0 -3
  40. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +4 -0
  41. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.js +4 -0
  42. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +6 -0
  43. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.js +1 -0
  44. package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
  45. package/dist/sei-panorama-service/src/services/schemas/IssueRequest.d.ts +14 -0
  46. package/dist/sei-panorama-service/src/services/schemas/IssueRequest.js +1 -0
  47. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.d.ts +19 -0
  48. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.js +4 -0
  49. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.d.ts +15 -0
  50. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.js +1 -0
  51. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.d.ts +31 -0
  52. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.js +4 -0
  53. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.d.ts +15 -0
  54. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.js +1 -0
  55. package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.d.ts +7 -0
  56. package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.js +4 -0
  57. package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.d.ts +14 -0
  58. package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.js +1 -0
  59. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.d.ts +31 -0
  60. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.js +1 -0
  61. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.d.ts +15 -0
  62. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.js +1 -0
  63. package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +35 -0
  64. package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.js +1 -0
  65. package/dist/sei-panorama-service/src/services/schemas/PrInfo.d.ts +13 -0
  66. package/dist/sei-panorama-service/src/services/schemas/PrInfo.js +4 -0
  67. package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts +25 -0
  68. package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.js +1 -0
  69. package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.d.ts +26 -0
  70. package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.js +1 -0
  71. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.d.ts +28 -0
  72. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.js +1 -0
  73. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.d.ts +4 -0
  74. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.js +1 -0
  75. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.d.ts +26 -0
  76. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.js +1 -0
  77. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.d.ts +20 -0
  78. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.js +1 -0
  79. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +28 -0
  80. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.js +4 -0
  81. package/dist/sei-panorama-service/src/services/schemas/SortOption.d.ts +4 -0
  82. package/dist/sei-panorama-service/src/services/schemas/SortOption.js +4 -0
  83. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
  84. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.d.ts +14 -0
  85. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.js +1 -0
  86. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.d.ts +43 -0
  87. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.js +1 -0
  88. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.d.ts +15 -0
  89. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.js +1 -0
  90. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.d.ts +22 -0
  91. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.js +1 -0
  92. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.d.ts +28 -0
  93. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.js +1 -0
  94. package/package.json +1 -1
  95. package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +0 -64
  96. /package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentRecordDto.js → BuildInfo.js} +0 -0
  97. /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';
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Build information
3
+ */
4
+ export interface BuildInfo {
5
+ /**
6
+ * Build identifier
7
+ */
8
+ buildId?: string;
9
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Commit information
3
+ */
4
+ export interface CommitInfo {
5
+ /**
6
+ * Commit SHA
7
+ */
8
+ commitSha?: string;
9
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Deployment information
3
+ */
4
+ export interface DeploymentInfo {
5
+ /**
6
+ * Deployment identifier
7
+ */
8
+ deploymentId?: string;
9
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
@@ -1,11 +1,12 @@
1
1
  import type { PaginationInfo } from '../schemas/PaginationInfo';
2
- import type { CdDeploymentRecordDto } from '../schemas/CdDeploymentRecordDto';
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?: CdDeploymentRecordDto[];
9
+ records?: Array<{
10
+ [key: string]: any;
11
+ }>;
11
12
  }
@@ -0,0 +1,4 @@
1
+ export interface DrilldownDataPointV3 {
2
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
+ type: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -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
- * Build identifier
10
+ * Number of associated builds
11
+ * @format int32
7
12
  */
8
- buildId?: string;
13
+ associatedBuildCount?: number;
9
14
  /**
10
- * commit SHA
15
+ * Number of associated deployments
16
+ * @format int32
11
17
  */
12
- commitSha?: string;
18
+ associatedDeploymentCount?: number;
13
19
  /**
14
- * Deployment identifier
20
+ * Number of associated pull requests
21
+ * @format int32
15
22
  */
16
- deploymentId?: string;
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
- * PR created identifier
81
+ * Lead time to change end time
82
+ * @format date-time
49
83
  */
50
- prCreatedId?: string;
84
+ lttcEndTime?: string;
51
85
  /**
52
- * PR created number
86
+ * Lead time to change start time
87
+ * @format date-time
53
88
  */
54
- prCreatedNumber?: string;
89
+ lttcStartTime?: string;
55
90
  /**
56
- * PR merged branch
91
+ * PR information by stage
57
92
  */
58
- prMergedBranch?: string;
59
- /**
60
- * PR merged identifier
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
  }
@@ -1,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
@@ -0,0 +1,4 @@
1
+ export interface IndividualDrilldownDataPointV3 {
2
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
+ type: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -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,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
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -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,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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,7 @@
1
+ export interface MinimalOrgTree {
2
+ /**
3
+ * @format int32
4
+ */
5
+ id?: number;
6
+ name?: string;
7
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,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,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,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
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Pull request information
3
+ */
4
+ export interface PrInfo {
5
+ /**
6
+ * PR identifier
7
+ */
8
+ prId?: string;
9
+ /**
10
+ * PR number
11
+ */
12
+ prNumber?: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -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,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,4 @@
1
+ import type { ProductivityV3FeatureBreakdownResponseDataPoint } from '../schemas/ProductivityV3FeatureBreakdownResponseDataPoint';
2
+ export interface ProductivityV3FeatureBreakdownResponseDto {
3
+ dataPoints?: ProductivityV3FeatureBreakdownResponseDataPoint[];
4
+ }