@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.
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +42 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.d.ts +56 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +21 -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 +43 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +40 -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/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- 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 +111 -1
- package/dist/sei-panorama-service/src/services/index.js +33 -0
- package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.js +1 -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 +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +23 -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 +27 -0
- package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +1 -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/CompletedWorkStatusConfig.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.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/EntityDto.d.ts +3 -1
- 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/EntityRequestDto.d.ts +3 -1
- 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/NewFeaturesConfig.d.ts +1 -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 +39 -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
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
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,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
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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
|
+
}
|
|
@@ -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,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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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
|
}
|
|
@@ -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?: '
|
|
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 @@
|
|
|
1
|
+
export {};
|
package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.d.ts
ADDED
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|