@harnessio/react-sei-panorama-service-client 0.27.0 → 0.29.0

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 (182) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +21 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.js +14 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +37 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +21 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +21 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +42 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +37 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.js +14 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +37 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.d.ts +56 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +35 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +37 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +36 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +21 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +36 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +21 -0
  28. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
  29. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +37 -0
  30. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
  31. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +21 -0
  32. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
  33. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +21 -0
  34. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.js +14 -0
  35. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.d.ts +38 -0
  36. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.js +14 -0
  37. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.d.ts +43 -0
  38. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
  39. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +40 -0
  40. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
  41. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +40 -0
  42. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
  43. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +40 -0
  44. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.js +14 -0
  45. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.d.ts +21 -0
  46. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.js +14 -0
  47. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.d.ts +15 -0
  48. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.js +14 -0
  49. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.d.ts +20 -0
  50. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.js +14 -0
  51. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.d.ts +16 -0
  52. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.js +14 -0
  53. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.d.ts +31 -0
  54. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.js +14 -0
  55. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  56. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +1 -1
  57. package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.d.ts +13 -0
  58. package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.js +14 -0
  59. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +1 -1
  60. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +1 -1
  61. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.d.ts +21 -0
  62. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.js +14 -0
  63. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.d.ts +17 -0
  64. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.js +14 -0
  65. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.d.ts +16 -0
  66. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.js +14 -0
  67. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.d.ts +27 -0
  68. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.js +14 -0
  69. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.d.ts +20 -0
  70. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.js +14 -0
  71. package/dist/sei-panorama-service/src/services/hooks/useProductivityInsightsExportControllerListExportsQuery.d.ts +1 -1
  72. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.d.ts +1 -1
  73. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExports_1Query.d.ts +1 -1
  74. package/dist/sei-panorama-service/src/services/index.d.ts +111 -1
  75. package/dist/sei-panorama-service/src/services/index.js +33 -0
  76. package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.d.ts +4 -0
  77. package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.js +1 -0
  78. package/dist/sei-panorama-service/src/services/schemas/ActivityLog.d.ts +2 -2
  79. package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.d.ts +20 -0
  80. package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.js +1 -0
  81. package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.d.ts +25 -0
  82. package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.js +1 -0
  83. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.d.ts +23 -0
  84. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
  85. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +23 -0
  86. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
  87. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +23 -0
  88. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
  89. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +23 -0
  90. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
  91. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +23 -0
  92. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
  93. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +23 -0
  94. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
  95. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +23 -0
  96. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
  97. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +23 -0
  98. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
  99. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +23 -0
  100. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
  101. package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +23 -0
  102. package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
  103. package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +23 -0
  104. package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.js +1 -0
  105. package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.d.ts +6 -0
  106. package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.js +1 -0
  107. package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.d.ts +12 -0
  108. package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.js +1 -0
  109. package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.d.ts +18 -0
  110. package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.js +1 -0
  111. package/dist/sei-panorama-service/src/services/schemas/Breakdown.d.ts +16 -0
  112. package/dist/sei-panorama-service/src/services/schemas/Breakdown.js +1 -0
  113. package/dist/sei-panorama-service/src/services/schemas/BreakdownItem.d.ts +27 -0
  114. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +1 -0
  115. package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.d.ts +24 -0
  116. package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.js +4 -0
  117. package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.d.ts +15 -0
  118. package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.js +1 -0
  119. package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.d.ts +4 -0
  120. package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.js +1 -0
  121. package/dist/sei-panorama-service/src/services/schemas/CorrelationData.d.ts +12 -0
  122. package/dist/sei-panorama-service/src/services/schemas/CorrelationData.js +1 -0
  123. package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.d.ts +22 -0
  124. package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.js +4 -0
  125. package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.d.ts +15 -0
  126. package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.js +4 -0
  127. package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +3 -1
  128. package/dist/sei-panorama-service/src/services/schemas/EntityListData.d.ts +30 -0
  129. package/dist/sei-panorama-service/src/services/schemas/EntityListData.js +4 -0
  130. package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.d.ts +20 -0
  131. package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.js +1 -0
  132. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +3 -1
  133. package/dist/sei-panorama-service/src/services/schemas/ExportListResult.d.ts +8 -0
  134. package/dist/sei-panorama-service/src/services/schemas/ExportListResult.js +1 -0
  135. package/dist/sei-panorama-service/src/services/schemas/ExportScope.d.ts +0 -33
  136. package/dist/sei-panorama-service/src/services/schemas/ExportScope.js +3 -0
  137. package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
  138. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.d.ts +12 -0
  139. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.js +1 -0
  140. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.d.ts +13 -0
  141. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.js +1 -0
  142. package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.d.ts +15 -0
  143. package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.js +1 -0
  144. package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.d.ts +25 -0
  145. package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.js +1 -0
  146. package/dist/sei-panorama-service/src/services/schemas/MetricValue.d.ts +28 -0
  147. package/dist/sei-panorama-service/src/services/schemas/MetricValue.js +4 -0
  148. package/dist/sei-panorama-service/src/services/schemas/MetricsExport.d.ts +91 -0
  149. package/dist/sei-panorama-service/src/services/schemas/MetricsExport.js +4 -0
  150. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +1 -0
  151. package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.d.ts +37 -0
  152. package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.js +4 -0
  153. package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.d.ts +10 -0
  154. package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.js +1 -0
  155. package/dist/sei-panorama-service/src/services/schemas/RankedEntity.d.ts +39 -0
  156. package/dist/sei-panorama-service/src/services/schemas/RankedEntity.js +1 -0
  157. package/dist/sei-panorama-service/src/services/schemas/ScorecardData.d.ts +15 -0
  158. package/dist/sei-panorama-service/src/services/schemas/ScorecardData.js +1 -0
  159. package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.d.ts +28 -0
  160. package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.js +4 -0
  161. package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
  162. package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.d.ts +21 -0
  163. package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.js +4 -0
  164. package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.d.ts +15 -0
  165. package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.js +4 -0
  166. package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +2 -0
  167. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
  168. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +1 -0
  169. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +1 -0
  170. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +1 -0
  171. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +1 -0
  172. package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.d.ts +15 -0
  173. package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.js +4 -0
  174. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.d.ts +15 -0
  175. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.js +4 -0
  176. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.d.ts +20 -0
  177. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.js +1 -0
  178. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.d.ts +15 -0
  179. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.js +1 -0
  180. package/package.json +1 -1
  181. package/dist/sei-panorama-service/src/services/schemas/DeveloperAttribute.d.ts +0 -15
  182. /package/dist/sei-panorama-service/src/services/schemas/{DeveloperAttribute.js → BreakdownItem.js} +0 -0
@@ -0,0 +1,23 @@
1
+ import type { MetricBreakdownData } from '../schemas/MetricBreakdownData';
2
+ export interface ApiResponseMetricBreakdownData {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: MetricBreakdownData;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ import type { OptimizationItem } from '../schemas/OptimizationItem';
2
+ export interface ApiResponseOptimizationItem {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: OptimizationItem;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ import type { OptimizationListData } from '../schemas/OptimizationListData';
2
+ export interface ApiResponseOptimizationListData {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: OptimizationListData;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ import type { ScorecardData } from '../schemas/ScorecardData';
2
+ export interface ApiResponseScorecardData {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: ScorecardData;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,23 @@
1
+ import type { TimeSeriesTemplate } from '../schemas/TimeSeriesTemplate';
2
+ export interface ApiResponseTimeSeriesTemplate {
3
+ /**
4
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
5
+ */
6
+ data?: TimeSeriesTemplate;
7
+ /**
8
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
9
+ */
10
+ links?: {
11
+ [key: string]: {
12
+ [key: string]: any;
13
+ };
14
+ };
15
+ /**
16
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
17
+ */
18
+ meta?: {
19
+ [key: string]: {
20
+ [key: string]: any;
21
+ };
22
+ };
23
+ }
@@ -0,0 +1,6 @@
1
+ import type { ExportItem } from '../schemas/ExportItem';
2
+ import type { Pagination } from '../schemas/Pagination';
3
+ export interface BaExportListResponseDto {
4
+ exports?: ExportItem[];
5
+ pagination?: Pagination;
6
+ }
@@ -0,0 +1,12 @@
1
+ import type { DateRange } from '../schemas/DateRange';
2
+ import type { ExportOptions } from '../schemas/ExportOptions';
3
+ import type { ExportScope } from '../schemas/ExportScope';
4
+ /**
5
+ * BA export request details
6
+ */
7
+ export interface BaExportRequestDto {
8
+ dateRange: DateRange;
9
+ metricGroups?: string[];
10
+ options: ExportOptions;
11
+ scope?: ExportScope;
12
+ }
@@ -0,0 +1,18 @@
1
+ import type { CreatedBy } from '../schemas/CreatedBy';
2
+ export interface BaExportResponseDto {
3
+ /**
4
+ * @format date-time
5
+ */
6
+ completedAt?: string;
7
+ /**
8
+ * @format date-time
9
+ */
10
+ createdAt?: string;
11
+ createdBy?: CreatedBy;
12
+ downloadUrl?: string;
13
+ errorCode?: string;
14
+ errorMessage?: string;
15
+ exportId?: string;
16
+ message?: string;
17
+ status?: string;
18
+ }
@@ -0,0 +1,16 @@
1
+ import type { BreakdownItem } from '../schemas/BreakdownItem';
2
+ /**
3
+ * Represents a breakdown of metrics across a single dimension
4
+ */
5
+ export interface Breakdown {
6
+ /**
7
+ * Name of the dimension
8
+ * @example "type"
9
+ */
10
+ dimension?: string;
11
+ /**
12
+ * List of breakdown items for this dimension
13
+ * @example []
14
+ */
15
+ items: BreakdownItem[];
16
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * A single item in a dimensional breakdown
3
+ */
4
+ export interface BreakdownItem {
5
+ /**
6
+ * Absolute (non-relative) value behind a percentage, e.g. user count behind a % share
7
+ * @format double
8
+ * @example 48
9
+ */
10
+ absolute?: number;
11
+ /**
12
+ * Name of the breakdown item
13
+ * @example "coding"
14
+ */
15
+ name?: string;
16
+ /**
17
+ * Unit of measurement
18
+ * @example "USD"
19
+ */
20
+ unit?: string;
21
+ /**
22
+ * Metric value for this item
23
+ * @format double
24
+ * @example 3808
25
+ */
26
+ value?: number;
27
+ }
@@ -1,5 +1,6 @@
1
1
  import type { PriorityBuckets } from '../schemas/PriorityBuckets';
2
2
  import type { EntityConfig } from '../schemas/EntityConfig';
3
3
  export interface BugPriorityConfig extends EntityConfig {
4
+ bugIssueType?: string[];
4
5
  priorityBuckets?: PriorityBuckets;
5
6
  }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Catalog entry for available items
3
+ */
4
+ export interface CatalogEntry {
5
+ /**
6
+ * Unique identifier
7
+ * @example "java"
8
+ */
9
+ id?: string;
10
+ /**
11
+ * Flexible metadata object
12
+ * @example {"version":"17","icon":"java.svg"}
13
+ */
14
+ metadata?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Display name
21
+ * @example "Java"
22
+ */
23
+ name?: string;
24
+ }
@@ -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 { CatalogEntry } from '../schemas/CatalogEntry';
2
+ /**
3
+ * Standardized template for static reference data (catalogs)
4
+ */
5
+ export interface CatalogTemplate {
6
+ /**
7
+ * Name of the catalog (e.g., languages, roles, models, agents)
8
+ * @example "languages"
9
+ */
10
+ catalogName: string;
11
+ /**
12
+ * List of catalog entries
13
+ */
14
+ items: CatalogEntry[];
15
+ }
@@ -0,0 +1,4 @@
1
+ import type { EntityConfig } from '../schemas/EntityConfig';
2
+ export interface CompletedWorkStatusConfig extends EntityConfig {
3
+ completedWorkStatuses?: string[];
4
+ }
@@ -0,0 +1,12 @@
1
+ import type { CorrelationPoint } from '../schemas/CorrelationPoint';
2
+ /**
3
+ * Correlation analysis data
4
+ */
5
+ export interface CorrelationData {
6
+ /**
7
+ * Data points
8
+ */
9
+ points?: CorrelationPoint[];
10
+ xaxis?: string;
11
+ yaxis?: string;
12
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Correlation data point
3
+ */
4
+ export interface CorrelationPoint {
5
+ /**
6
+ * Group identifier
7
+ * @example "team-alpha"
8
+ */
9
+ group?: string;
10
+ /**
11
+ * X-axis value
12
+ * @format double
13
+ * @example 68
14
+ */
15
+ x?: number;
16
+ /**
17
+ * Y-axis value
18
+ * @format double
19
+ * @example 24
20
+ */
21
+ y?: number;
22
+ }
@@ -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
+ /**
2
+ * Encryption public key response
3
+ */
4
+ export interface EncryptionKeyResponse {
5
+ /**
6
+ * Unique identifier for the key
7
+ * @example "sei-encryption-key-2026"
8
+ */
9
+ key_id?: string;
10
+ /**
11
+ * PEM-encoded public key
12
+ * @example "-----BEGIN PUBLIC KEY-----\\nMIIBIjANBg..."
13
+ */
14
+ public_key_pem?: string;
15
+ }
@@ -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,4 +1,6 @@
1
+ import type { ActiveWorkStatusConfig } from '../schemas/ActiveWorkStatusConfig';
1
2
  import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
3
+ import type { CompletedWorkStatusConfig } from '../schemas/CompletedWorkStatusConfig';
2
4
  import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
5
  import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
6
  import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
@@ -6,7 +8,7 @@ export interface EntityDto {
6
8
  applicableInsights?: Array<'AI_INSIGHTS' | 'BA' | 'DORA' | 'PRODUCTIVITY' | 'SECURITY' | 'SPRINT_INSIGHTS'>;
7
9
  applicableMetrics?: Array<'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODE_REWORK' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'TOTAL_OPEN_VULNERABILITIES' | 'WORK_COMPLETED'>;
8
10
  baCategoryColor?: string;
9
- config?: BugPriorityConfig & NewFeaturesConfig;
11
+ config?: ActiveWorkStatusConfig & BugPriorityConfig & CompletedWorkStatusConfig & NewFeaturesConfig;
10
12
  entityKey?: string;
11
13
  entityName?: string;
12
14
  entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
@@ -0,0 +1,30 @@
1
+ /**
2
+ * List of entity items with pagination
3
+ */
4
+ export interface EntityListData {
5
+ /**
6
+ * Entity items
7
+ */
8
+ items?: {
9
+ [key: string]: any;
10
+ };
11
+ /**
12
+ * Number of items per page
13
+ * @format int32
14
+ */
15
+ limit?: number;
16
+ /**
17
+ * Cursor for the next page
18
+ */
19
+ nextCursor?: string;
20
+ /**
21
+ * Offset from the start
22
+ * @format int32
23
+ */
24
+ offset?: number;
25
+ /**
26
+ * Total number of items available
27
+ * @format int32
28
+ */
29
+ totalCount?: number;
30
+ }
@@ -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,20 @@
1
+ import type { RankedEntity } from '../schemas/RankedEntity';
2
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
3
+ /**
4
+ * Standardized template for ranked entity lists
5
+ */
6
+ export interface EntityListTemplate {
7
+ /**
8
+ * List of ranked entities
9
+ */
10
+ entities: RankedEntity[];
11
+ /**
12
+ * Pagination metadata for the entity list (optional)
13
+ */
14
+ pagination?: PaginationInfo;
15
+ /**
16
+ * Entity type (e.g., 'developers', 'teams', 'components')
17
+ * @example "developers"
18
+ */
19
+ type: string;
20
+ }
@@ -1,9 +1,11 @@
1
+ import type { ActiveWorkStatusConfig } from '../schemas/ActiveWorkStatusConfig';
1
2
  import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
3
+ import type { CompletedWorkStatusConfig } from '../schemas/CompletedWorkStatusConfig';
2
4
  import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
5
  import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
6
  import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
5
7
  export interface EntityRequestDto {
6
- config?: BugPriorityConfig & NewFeaturesConfig;
8
+ config?: ActiveWorkStatusConfig & BugPriorityConfig & CompletedWorkStatusConfig & NewFeaturesConfig;
7
9
  entityKey?: string;
8
10
  entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
9
11
  integrationFilters?: {
@@ -0,0 +1,8 @@
1
+ import type { MetricsExport } from '../schemas/MetricsExport';
2
+ export interface ExportListResult {
3
+ exports?: MetricsExport[];
4
+ /**
5
+ * @format int64
6
+ */
7
+ totalCount?: number;
8
+ }
@@ -1,39 +1,6 @@
1
- import type { DeveloperAttribute } from '../schemas/DeveloperAttribute';
2
- /**
3
- * Scope definition for filtering data
4
- */
5
1
  export interface ExportScope {
6
- /**
7
- * Developer attributes for filtering (optional)
8
- */
9
- developerAttributes?: DeveloperAttribute[];
10
- /**
11
- * Specific developer IDs to export (optional)
12
- */
13
- developerIds?: string[];
14
- /**
15
- * Manager email ID (optional)
16
- * @example "manager@company.com"
17
- */
18
- managerEmailId?: string;
19
- /**
20
- * Organization identifier
21
- * @example "default"
22
- */
23
2
  orgIdentifier?: string;
24
- /**
25
- * Organization tree name
26
- * @example "Engineering Org"
27
- */
28
3
  orgTreeName?: string;
29
- /**
30
- * Project identifier
31
- * @example "my_project"
32
- */
33
4
  projectIdentifier?: string;
34
- /**
35
- * Team identifier (optional)
36
- * @example "team_456"
37
- */
38
5
  teamId?: string;
39
6
  }
@@ -1 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
1
4
  export {};
@@ -11,7 +11,7 @@ export interface FilterValuesRequestDto {
11
11
  /**
12
12
  * Filter key to get values for (used when isCustom = false)
13
13
  */
14
- filterKey?: 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
14
+ filterKey?: 'ARMOR_ASSET_TYPE' | 'ARMOR_ASSET_URL' | 'ARMOR_ENVIRONMENT' | 'ARMOR_PRODUCT_NAME' | 'ARMOR_SUB_PRODUCT_NAME' | 'ARMOR_TOOL_SOURCE' | 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
15
15
  /**
16
16
  * Integration ID
17
17
  */
@@ -0,0 +1,12 @@
1
+ import type { DateRange } from '../schemas/DateRange';
2
+ import type { ExportOptions } from '../schemas/ExportOptions';
3
+ import type { ExportScope } from '../schemas/ExportScope';
4
+ /**
5
+ * Issue Time-in-Status export request details
6
+ */
7
+ export interface IssueTimeInStatusExportRequestDto {
8
+ dateRange: DateRange;
9
+ issueStatuses: string[];
10
+ options: ExportOptions;
11
+ scope: ExportScope;
12
+ }
@@ -0,0 +1,13 @@
1
+ import type { CreatedBy } from '../schemas/CreatedBy';
2
+ import type { Metadata } from '../schemas/Metadata';
3
+ export interface IssueTimeInStatusExportResponseDto {
4
+ /**
5
+ * @format date-time
6
+ */
7
+ createdAt?: string;
8
+ createdBy?: CreatedBy;
9
+ exportId?: string;
10
+ message?: string;
11
+ metadata?: Metadata;
12
+ status?: string;
13
+ }
@@ -0,0 +1,15 @@
1
+ import type { AggregateMetric } from '../schemas/AggregateMetric';
2
+ import type { TimeSeriesPeriod } from '../schemas/TimeSeriesPeriod';
3
+ /**
4
+ * Template for point-in-time metric snapshots with optional dimensional breakdowns
5
+ */
6
+ export interface MetricAggregateTemplate {
7
+ /**
8
+ * List of aggregated metrics
9
+ */
10
+ metrics: AggregateMetric[];
11
+ /**
12
+ * Time period for the metrics
13
+ */
14
+ period: TimeSeriesPeriod;
15
+ }
@@ -0,0 +1,25 @@
1
+ import type { BreakdownItem } from '../schemas/BreakdownItem';
2
+ import type { TimeRangeData } from '../schemas/TimeRangeData';
3
+ /**
4
+ * Metric breakdown by grouping dimension
5
+ */
6
+ export interface MetricBreakdownData {
7
+ /**
8
+ * Grouping dimensions
9
+ * @example ["agent"]
10
+ */
11
+ group_by?: string[];
12
+ /**
13
+ * Breakdown items
14
+ */
15
+ items?: BreakdownItem[];
16
+ /**
17
+ * Metric name
18
+ * @example "active-users-pct"
19
+ */
20
+ metric?: string;
21
+ /**
22
+ * Time range for the breakdown
23
+ */
24
+ timeRange?: TimeRangeData;
25
+ }