@harnessio/react-sei-panorama-service-client 0.26.17 → 0.28.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 (173) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +19 -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 +35 -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 +19 -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 +19 -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 +40 -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 +35 -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 +36 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +33 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +36 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +34 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +19 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +34 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +19 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +35 -0
  28. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
  29. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +19 -0
  30. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
  31. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +19 -0
  32. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.js +14 -0
  33. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.d.ts +38 -0
  34. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.js +14 -0
  35. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.d.ts +41 -0
  36. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
  37. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +38 -0
  38. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
  39. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +38 -0
  40. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
  41. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +38 -0
  42. package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.js +14 -0
  43. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.d.ts +21 -0
  44. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.js +14 -0
  45. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.d.ts +15 -0
  46. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.js +14 -0
  47. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.d.ts +20 -0
  48. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.js +14 -0
  49. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.d.ts +16 -0
  50. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.js +14 -0
  51. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.d.ts +31 -0
  52. package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.js +14 -0
  53. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.d.ts +13 -0
  54. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.js +14 -0
  55. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +1 -1
  56. package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.d.ts +13 -0
  57. package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.js +14 -0
  58. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +1 -1
  59. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +1 -1
  60. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.d.ts +21 -0
  61. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.js +14 -0
  62. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.d.ts +17 -0
  63. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.js +14 -0
  64. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.d.ts +16 -0
  65. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.js +14 -0
  66. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.d.ts +27 -0
  67. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.js +14 -0
  68. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.d.ts +20 -0
  69. package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.js +14 -0
  70. package/dist/sei-panorama-service/src/services/hooks/useProductivityInsightsExportControllerListExportsQuery.d.ts +1 -1
  71. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.d.ts +1 -1
  72. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExports_1Query.d.ts +1 -1
  73. package/dist/sei-panorama-service/src/services/index.d.ts +109 -1
  74. package/dist/sei-panorama-service/src/services/index.js +33 -0
  75. package/dist/sei-panorama-service/src/services/schemas/ActivityLog.d.ts +2 -2
  76. package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.d.ts +20 -0
  77. package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.js +1 -0
  78. package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.d.ts +25 -0
  79. package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.js +1 -0
  80. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.d.ts +27 -0
  81. package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
  82. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +27 -0
  83. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
  84. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +27 -0
  85. package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
  86. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +27 -0
  87. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
  88. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +27 -0
  89. package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
  90. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +27 -0
  91. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
  92. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +27 -0
  93. package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
  94. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +27 -0
  95. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
  96. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +27 -0
  97. package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
  98. package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +27 -0
  99. package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
  100. package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +27 -0
  101. package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.js +1 -0
  102. package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.d.ts +6 -0
  103. package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.js +1 -0
  104. package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.d.ts +12 -0
  105. package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.js +1 -0
  106. package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.d.ts +18 -0
  107. package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.js +1 -0
  108. package/dist/sei-panorama-service/src/services/schemas/Breakdown.d.ts +16 -0
  109. package/dist/sei-panorama-service/src/services/schemas/Breakdown.js +1 -0
  110. package/dist/sei-panorama-service/src/services/schemas/BreakdownItem.d.ts +21 -0
  111. package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.d.ts +24 -0
  112. package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.js +4 -0
  113. package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.d.ts +15 -0
  114. package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.js +1 -0
  115. package/dist/sei-panorama-service/src/services/schemas/CorrelationData.d.ts +12 -0
  116. package/dist/sei-panorama-service/src/services/schemas/CorrelationData.js +1 -0
  117. package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.d.ts +22 -0
  118. package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.js +4 -0
  119. package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.d.ts +15 -0
  120. package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.js +4 -0
  121. package/dist/sei-panorama-service/src/services/schemas/EntityListData.d.ts +30 -0
  122. package/dist/sei-panorama-service/src/services/schemas/EntityListData.js +4 -0
  123. package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.d.ts +20 -0
  124. package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.js +1 -0
  125. package/dist/sei-panorama-service/src/services/schemas/ExportListResult.d.ts +8 -0
  126. package/dist/sei-panorama-service/src/services/schemas/ExportListResult.js +1 -0
  127. package/dist/sei-panorama-service/src/services/schemas/ExportScope.d.ts +0 -33
  128. package/dist/sei-panorama-service/src/services/schemas/ExportScope.js +3 -0
  129. package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
  130. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.d.ts +12 -0
  131. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.js +1 -0
  132. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.d.ts +13 -0
  133. package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.js +1 -0
  134. package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.d.ts +15 -0
  135. package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.js +1 -0
  136. package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.d.ts +25 -0
  137. package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.js +1 -0
  138. package/dist/sei-panorama-service/src/services/schemas/MetricValue.d.ts +28 -0
  139. package/dist/sei-panorama-service/src/services/schemas/MetricValue.js +4 -0
  140. package/dist/sei-panorama-service/src/services/schemas/MetricsExport.d.ts +91 -0
  141. package/dist/sei-panorama-service/src/services/schemas/MetricsExport.js +4 -0
  142. package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.d.ts +37 -0
  143. package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.js +4 -0
  144. package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.d.ts +10 -0
  145. package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.js +1 -0
  146. package/dist/sei-panorama-service/src/services/schemas/RankedEntity.d.ts +35 -0
  147. package/dist/sei-panorama-service/src/services/schemas/RankedEntity.js +1 -0
  148. package/dist/sei-panorama-service/src/services/schemas/ScorecardData.d.ts +15 -0
  149. package/dist/sei-panorama-service/src/services/schemas/ScorecardData.js +1 -0
  150. package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.d.ts +28 -0
  151. package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.js +4 -0
  152. package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
  153. package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.d.ts +21 -0
  154. package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.js +4 -0
  155. package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.d.ts +15 -0
  156. package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.js +4 -0
  157. package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +2 -0
  158. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
  159. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +1 -0
  160. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +1 -0
  161. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +1 -0
  162. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +1 -0
  163. package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.d.ts +15 -0
  164. package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.js +4 -0
  165. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.d.ts +15 -0
  166. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.js +4 -0
  167. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.d.ts +20 -0
  168. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.js +1 -0
  169. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.d.ts +15 -0
  170. package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.js +1 -0
  171. package/package.json +1 -1
  172. package/dist/sei-panorama-service/src/services/schemas/DeveloperAttribute.d.ts +0 -15
  173. /package/dist/sei-panorama-service/src/services/schemas/{DeveloperAttribute.js → BreakdownItem.js} +0 -0
@@ -1,4 +1,25 @@
1
1
  export { activityLogsControllerListActivityLogs, useActivityLogsControllerListActivityLogsQuery, } from './hooks/useActivityLogsControllerListActivityLogsQuery';
2
+ export { aiEngineeringControllerGetAgentsCatalog, useAiEngineeringControllerGetAgentsCatalogQuery, } from './hooks/useAiEngineeringControllerGetAgentsCatalogQuery';
3
+ export { aiEngineeringControllerGetCorrelations, useAiEngineeringControllerGetCorrelationsQuery, } from './hooks/useAiEngineeringControllerGetCorrelationsQuery';
4
+ export { aiEngineeringControllerGetInvestmentCategoriesCatalog, useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery, } from './hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery';
5
+ export { aiEngineeringControllerGetLanguagesCatalog, useAiEngineeringControllerGetLanguagesCatalogQuery, } from './hooks/useAiEngineeringControllerGetLanguagesCatalogQuery';
6
+ export { aiEngineeringControllerGetLeaderboards, useAiEngineeringControllerGetLeaderboardsQuery, } from './hooks/useAiEngineeringControllerGetLeaderboardsQuery';
7
+ export { aiEngineeringControllerGetMetricBreakdown, useAiEngineeringControllerGetMetricBreakdownQuery, } from './hooks/useAiEngineeringControllerGetMetricBreakdownQuery';
8
+ export { aiEngineeringControllerGetMetricSeries, useAiEngineeringControllerGetMetricSeriesQuery, } from './hooks/useAiEngineeringControllerGetMetricSeriesQuery';
9
+ export { aiEngineeringControllerGetMetricsOverview, useAiEngineeringControllerGetMetricsOverviewQuery, } from './hooks/useAiEngineeringControllerGetMetricsOverviewQuery';
10
+ export { aiEngineeringControllerGetMetrics, useAiEngineeringControllerGetMetricsQuery, } from './hooks/useAiEngineeringControllerGetMetricsQuery';
11
+ export { aiEngineeringControllerGetMetricsSummary, useAiEngineeringControllerGetMetricsSummaryQuery, } from './hooks/useAiEngineeringControllerGetMetricsSummaryQuery';
12
+ export { aiEngineeringControllerGetModelsCatalog, useAiEngineeringControllerGetModelsCatalogQuery, } from './hooks/useAiEngineeringControllerGetModelsCatalogQuery';
13
+ export { aiEngineeringControllerGetOptimizationById, useAiEngineeringControllerGetOptimizationByIdQuery, } from './hooks/useAiEngineeringControllerGetOptimizationByIdQuery';
14
+ export { aiEngineeringControllerGetRolesCatalog, useAiEngineeringControllerGetRolesCatalogQuery, } from './hooks/useAiEngineeringControllerGetRolesCatalogQuery';
15
+ export { aiEngineeringControllerGetScorecards, useAiEngineeringControllerGetScorecardsQuery, } from './hooks/useAiEngineeringControllerGetScorecardsQuery';
16
+ export { aiEngineeringControllerGetToolCallCategoriesCatalog, useAiEngineeringControllerGetToolCallCategoriesCatalogQuery, } from './hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery';
17
+ export { aiEngineeringControllerGetWorkTypesCatalog, useAiEngineeringControllerGetWorkTypesCatalogQuery, } from './hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery';
18
+ export { aiEngineeringControllerListDevelopers, useAiEngineeringControllerListDevelopersQuery, } from './hooks/useAiEngineeringControllerListDevelopersQuery';
19
+ export { aiEngineeringControllerListOptimizations, useAiEngineeringControllerListOptimizationsQuery, } from './hooks/useAiEngineeringControllerListOptimizationsQuery';
20
+ export { aiEngineeringControllerListRepos, useAiEngineeringControllerListReposQuery, } from './hooks/useAiEngineeringControllerListReposQuery';
21
+ export { aiEngineeringControllerListSessions, useAiEngineeringControllerListSessionsQuery, } from './hooks/useAiEngineeringControllerListSessionsQuery';
22
+ export { aiEngineeringControllerListTeams, useAiEngineeringControllerListTeamsQuery, } from './hooks/useAiEngineeringControllerListTeamsQuery';
2
23
  export { aiInsightsControllerGetAdoptionBreakdown, useAiInsightsControllerGetAdoptionBreakdownQuery, } from './hooks/useAiInsightsControllerGetAdoptionBreakdownQuery';
3
24
  export { aiInsightsControllerGetAdoptionMetrics, useAiInsightsControllerGetAdoptionMetricsQuery, } from './hooks/useAiInsightsControllerGetAdoptionMetricsQuery';
4
25
  export { aiInsightsControllerGetAdoptionSummary, useAiInsightsControllerGetAdoptionSummaryQuery, } from './hooks/useAiInsightsControllerGetAdoptionSummaryQuery';
@@ -29,6 +50,11 @@ export { baControllerInsightSummary, useBaControllerInsightSummaryQuery, } from
29
50
  export { baControllerListProfiles, useBaControllerListProfilesQuery, } from './hooks/useBaControllerListProfilesQuery';
30
51
  export { baControllerUpdateProfile, useBaControllerUpdateProfileMutation, } from './hooks/useBaControllerUpdateProfileMutation';
31
52
  export { baControllerUpdateTeamWithFilters, useBaControllerUpdateTeamWithFiltersMutation, } from './hooks/useBaControllerUpdateTeamWithFiltersMutation';
53
+ export { baExportControllerCreateExport, useBaExportControllerCreateExportMutation, } from './hooks/useBaExportControllerCreateExportMutation';
54
+ export { baExportControllerDownloadExport, useBaExportControllerDownloadExportQuery, } from './hooks/useBaExportControllerDownloadExportQuery';
55
+ export { baExportControllerGenerateExportSync, useBaExportControllerGenerateExportSyncMutation, } from './hooks/useBaExportControllerGenerateExportSyncMutation';
56
+ export { baExportControllerGetExportStatus, useBaExportControllerGetExportStatusQuery, } from './hooks/useBaExportControllerGetExportStatusQuery';
57
+ export { baExportControllerListExports, useBaExportControllerListExportsQuery, } from './hooks/useBaExportControllerListExportsQuery';
32
58
  export { cacheControllerClearAccountCategoriesCache, useCacheControllerClearAccountCategoriesCacheMutation, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
33
59
  export { cacheControllerClearAccountCollectionsCache, useCacheControllerClearAccountCollectionsCacheMutation, } from './hooks/useCacheControllerClearAccountCollectionsCacheMutation';
34
60
  export { cacheControllerClearAllCategoriesCacheForAccount, useCacheControllerClearAllCategoriesCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCategoriesCacheForAccountMutation';
@@ -36,6 +62,7 @@ export { cacheControllerClearAllCategoriesCache, useCacheControllerClearAllCateg
36
62
  export { cacheControllerClearAllCollectionsCacheForAccount, useCacheControllerClearAllCollectionsCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheForAccountMutation';
37
63
  export { cacheControllerClearAllCollectionsCache, useCacheControllerClearAllCollectionsCacheMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheMutation';
38
64
  export { canvasControllerAddDashboardOrgTreeMappings, useCanvasControllerAddDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation';
65
+ export { canvasControllerCanUserAllowToAccess, useCanvasControllerCanUserAllowToAccessQuery, } from './hooks/useCanvasControllerCanUserAllowToAccessQuery';
39
66
  export { canvasControllerCreateCanvasDashboard, useCanvasControllerCreateCanvasDashboardMutation, } from './hooks/useCanvasControllerCreateCanvasDashboardMutation';
40
67
  export { canvasControllerDeleteCanvasDashboard, useCanvasControllerDeleteCanvasDashboardMutation, } from './hooks/useCanvasControllerDeleteCanvasDashboardMutation';
41
68
  export { canvasControllerDeleteDashboardOrgTreeMappings, useCanvasControllerDeleteDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation';
@@ -120,6 +147,7 @@ export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControlle
120
147
  export { exportControllerForCollectionsExportData, useExportControllerForCollectionsExportDataMutation, } from './hooks/useExportControllerForCollectionsExportDataMutation';
121
148
  export { exportControllerForTeamsExportData, useExportControllerForTeamsExportDataMutation, } from './hooks/useExportControllerForTeamsExportDataMutation';
122
149
  export { externalDataControllerGetCurrentSchema, useExternalDataControllerGetCurrentSchemaQuery, } from './hooks/useExternalDataControllerGetCurrentSchemaQuery';
150
+ export { externalDataControllerGetEncryptionKey, useExternalDataControllerGetEncryptionKeyQuery, } from './hooks/useExternalDataControllerGetEncryptionKeyQuery';
123
151
  export { externalDataControllerGetIngestionHistory, useExternalDataControllerGetIngestionHistoryQuery, } from './hooks/useExternalDataControllerGetIngestionHistoryQuery';
124
152
  export { externalDataControllerGetIngestionStatus, useExternalDataControllerGetIngestionStatusQuery, } from './hooks/useExternalDataControllerGetIngestionStatusQuery';
125
153
  export { externalDataControllerGetSchemaHistory, useExternalDataControllerGetSchemaHistoryQuery, } from './hooks/useExternalDataControllerGetSchemaHistoryQuery';
@@ -163,6 +191,11 @@ export { integrationStatsControllerGetWindsurfEventsCount, useIntegrationStatsCo
163
191
  export { integrationStatsControllerGetWindsurfEventsCountWithDateRange, useIntegrationStatsControllerGetWindsurfEventsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetWindsurfEventsCountWithDateRangeMutation';
164
192
  export { integrationStatsControllerGetWindsurfUsersCount, useIntegrationStatsControllerGetWindsurfUsersCountQuery, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountQuery';
165
193
  export { integrationStatsControllerGetWindsurfUsersCountWithDateRange, useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation';
194
+ export { issueTimeInStatusExportControllerCreateExport, useIssueTimeInStatusExportControllerCreateExportMutation, } from './hooks/useIssueTimeInStatusExportControllerCreateExportMutation';
195
+ export { issueTimeInStatusExportControllerDownloadExport, useIssueTimeInStatusExportControllerDownloadExportQuery, } from './hooks/useIssueTimeInStatusExportControllerDownloadExportQuery';
196
+ export { issueTimeInStatusExportControllerGetExportStatus, useIssueTimeInStatusExportControllerGetExportStatusQuery, } from './hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery';
197
+ export { issueTimeInStatusExportControllerListExports, useIssueTimeInStatusExportControllerListExportsQuery, } from './hooks/useIssueTimeInStatusExportControllerListExportsQuery';
198
+ export { issueTimeInStatusExportControllerSyncExport, useIssueTimeInStatusExportControllerSyncExportMutation, } from './hooks/useIssueTimeInStatusExportControllerSyncExportMutation';
166
199
  export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
167
200
  export { issuesControllerGetCommitsInfoFromPr, useIssuesControllerGetCommitsInfoFromPrQuery, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
168
201
  export { issuesControllerGetDeployInfoFromIssues, useIssuesControllerGetDeployInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
@@ -2,9 +2,9 @@ export interface ActivityLog {
2
2
  action?: 'ANSWERED' | 'CREATED' | 'DELETED' | 'EDITED' | 'FAIL' | 'PASSWORD_RESET_FINISHED' | 'PASSWORD_RESET_STARTED' | 'REPLACE' | 'SENT' | 'SUBMITTED' | 'SUCCESS';
3
3
  body?: string;
4
4
  /**
5
- * @format date-time
5
+ * @format int64
6
6
  */
7
- createdAt?: string;
7
+ createdAt?: number;
8
8
  details?: {
9
9
  [key: string]: any;
10
10
  };
@@ -0,0 +1,20 @@
1
+ import type { Breakdown } from '../schemas/Breakdown';
2
+ import type { MetricValue } from '../schemas/MetricValue';
3
+ /**
4
+ * A single aggregated metric with optional dimensional breakdowns
5
+ */
6
+ export interface AggregateMetric {
7
+ /**
8
+ * Optional dimensional breakdowns for this metric
9
+ */
10
+ breakdowns?: Breakdown[];
11
+ /**
12
+ * Metric name (e.g., 'spend-total', 'active-users')
13
+ * @example "spend-total"
14
+ */
15
+ name: string;
16
+ /**
17
+ * Total metric value with trend and change information
18
+ */
19
+ total: MetricValue;
20
+ }
@@ -0,0 +1,25 @@
1
+ import type { SummaryHighlight } from '../schemas/SummaryHighlight';
2
+ /**
3
+ * AI-generated summary
4
+ */
5
+ export interface AiSummaryData {
6
+ /**
7
+ * Timestamp when summary was generated
8
+ * @example "2026-01-01T00:00:00Z"
9
+ */
10
+ generatedAt?: string;
11
+ /**
12
+ * Key highlights with sentiment categories
13
+ */
14
+ highlights?: SummaryHighlight[];
15
+ /**
16
+ * Section identifier
17
+ * @example "adoption"
18
+ */
19
+ section?: string;
20
+ /**
21
+ * Generated summary text
22
+ * @example "Mock summary for adoption dashboard."
23
+ */
24
+ summary?: string;
25
+ }
@@ -0,0 +1,27 @@
1
+ import type { AiSummaryData } from '../schemas/AiSummaryData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseAiSummaryData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: AiSummaryData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { CatalogTemplate } from '../schemas/CatalogTemplate';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseCatalogTemplate {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: CatalogTemplate;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { CorrelationData } from '../schemas/CorrelationData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseCorrelationData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: CorrelationData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { EntityListData } from '../schemas/EntityListData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseEntityListData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: EntityListData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { EntityListTemplate } from '../schemas/EntityListTemplate';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseEntityListTemplate {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: EntityListTemplate;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { MetricAggregateTemplate } from '../schemas/MetricAggregateTemplate';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseMetricAggregateTemplate {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: MetricAggregateTemplate;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { MetricBreakdownData } from '../schemas/MetricBreakdownData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseMetricBreakdownData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: MetricBreakdownData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { OptimizationItem } from '../schemas/OptimizationItem';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseOptimizationItem {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: OptimizationItem;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { OptimizationListData } from '../schemas/OptimizationListData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseOptimizationListData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: OptimizationListData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { ScorecardData } from '../schemas/ScorecardData';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseScorecardData {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: ScorecardData;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -0,0 +1,27 @@
1
+ import type { TimeSeriesTemplate } from '../schemas/TimeSeriesTemplate';
2
+ /**
3
+ * Generic response envelope for structured/analytics APIs
4
+ * @example "{\n \"data\": {...},\n \"meta\": {\"start_date\": \"2026-05-01\", \"end_date\": \"2026-06-01\", \"warnings\": []},\n \"links\": {\"self\": \"/v2/resource\"}\n}\n"
5
+ */
6
+ export interface ApiResponseTimeSeriesTemplate {
7
+ /**
8
+ * Endpoint-specific payload (template DTOs, lists, aggregates, etc.)
9
+ */
10
+ data?: TimeSeriesTemplate;
11
+ /**
12
+ * HATEOAS links for resource navigation (self, next, prev, etc.)
13
+ */
14
+ links?: {
15
+ [key: string]: {
16
+ [key: string]: any;
17
+ };
18
+ };
19
+ /**
20
+ * Operation metadata: date ranges, filters, granularity, pagination info, etc.
21
+ */
22
+ meta?: {
23
+ [key: string]: {
24
+ [key: string]: any;
25
+ };
26
+ };
27
+ }
@@ -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,21 @@
1
+ /**
2
+ * A single item in a dimensional breakdown
3
+ */
4
+ export interface BreakdownItem {
5
+ /**
6
+ * Name of the breakdown item
7
+ * @example "coding"
8
+ */
9
+ name?: string;
10
+ /**
11
+ * Unit of measurement
12
+ * @example "USD"
13
+ */
14
+ unit?: string;
15
+ /**
16
+ * Metric value for this item
17
+ * @format double
18
+ * @example 3808
19
+ */
20
+ value?: number;
21
+ }
@@ -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
+ }