@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.
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.d.ts +41 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExports_1Query.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +109 -1
- package/dist/sei-panorama-service/src/services/index.js +33 -0
- package/dist/sei-panorama-service/src/services/schemas/ActivityLog.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Breakdown.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/Breakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownItem.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationData.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListData.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListData.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportListResult.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportListResult.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.d.ts +0 -33
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.js +3 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricValue.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricValue.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExport.d.ts +91 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExport.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/RankedEntity.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/schemas/RankedEntity.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardData.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DeveloperAttribute.d.ts +0 -15
- /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
|
|
5
|
+
* @format int64
|
|
6
6
|
*/
|
|
7
|
-
createdAt?:
|
|
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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts
ADDED
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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 @@
|
|
|
1
|
+
export {};
|