@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
|
@@ -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
|
+
}
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a metric value with optional trend and change information
|
|
3
|
+
*/
|
|
4
|
+
export interface MetricValue {
|
|
5
|
+
/**
|
|
6
|
+
* Absolute change vs prior period
|
|
7
|
+
* @format double
|
|
8
|
+
* @example 150
|
|
9
|
+
*/
|
|
10
|
+
change?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Relative change vs prior period in percentage
|
|
13
|
+
* @format double
|
|
14
|
+
* @example 2.5
|
|
15
|
+
*/
|
|
16
|
+
trend?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Unit of measurement (e.g., USD, %, count, min)
|
|
19
|
+
* @example "USD"
|
|
20
|
+
*/
|
|
21
|
+
unit?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The metric value
|
|
24
|
+
* @format double
|
|
25
|
+
* @example 7580
|
|
26
|
+
*/
|
|
27
|
+
value?: number;
|
|
28
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
export interface MetricsExport {
|
|
2
|
+
accountId?: string;
|
|
3
|
+
additionalConfig?: {
|
|
4
|
+
[key: string]: {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
aggregation?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format date-time
|
|
11
|
+
*/
|
|
12
|
+
cancelledAt?: string;
|
|
13
|
+
cancelledByName?: string;
|
|
14
|
+
cancelledByUserId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @format date-time
|
|
17
|
+
*/
|
|
18
|
+
completedAt?: string;
|
|
19
|
+
compression?: 'GZIP' | 'NONE';
|
|
20
|
+
/**
|
|
21
|
+
* @format date-time
|
|
22
|
+
*/
|
|
23
|
+
createdAt?: string;
|
|
24
|
+
createdByEmail?: string;
|
|
25
|
+
createdByName?: string;
|
|
26
|
+
createdByUserId?: string;
|
|
27
|
+
dedupHash?: string;
|
|
28
|
+
developerAttributes?: {
|
|
29
|
+
[key: string]: {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
developerEmailIds?: string[];
|
|
34
|
+
downloaded?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @format date
|
|
37
|
+
*/
|
|
38
|
+
endDate?: string;
|
|
39
|
+
errorCode?: string;
|
|
40
|
+
errorDetails?: {
|
|
41
|
+
[key: string]: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
errorMessage?: string;
|
|
46
|
+
exportId?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @format date-time
|
|
49
|
+
*/
|
|
50
|
+
failedAt?: string;
|
|
51
|
+
filePath?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @format int64
|
|
54
|
+
*/
|
|
55
|
+
fileSizeBytes?: number;
|
|
56
|
+
filename?: string;
|
|
57
|
+
format?: 'CSV' | 'JSON';
|
|
58
|
+
granularity?: 'MONTHLY' | 'QUARTERLY' | 'SPRINT' | 'WEEKLY';
|
|
59
|
+
/**
|
|
60
|
+
* @format uuid
|
|
61
|
+
*/
|
|
62
|
+
id?: string;
|
|
63
|
+
isDebug?: boolean;
|
|
64
|
+
managerEmailId?: string;
|
|
65
|
+
metricGroups?: string[];
|
|
66
|
+
metricLevel?: string;
|
|
67
|
+
metricType?: 'ba' | 'efficiency' | 'issue_time_in_status' | 'productivity' | 'sprint';
|
|
68
|
+
metrics?: string[];
|
|
69
|
+
orgIdentifier?: string;
|
|
70
|
+
orgTreeName?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @format int32
|
|
73
|
+
*/
|
|
74
|
+
processingDurationSeconds?: number;
|
|
75
|
+
projectIdentifier?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @format date
|
|
78
|
+
*/
|
|
79
|
+
startDate?: string;
|
|
80
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
81
|
+
teamId?: string;
|
|
82
|
+
timezone?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @format int32
|
|
85
|
+
*/
|
|
86
|
+
totalRecords?: number;
|
|
87
|
+
/**
|
|
88
|
+
* @format date-time
|
|
89
|
+
*/
|
|
90
|
+
updatedAt?: string;
|
|
91
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Single optimization opportunity
|
|
3
|
+
*/
|
|
4
|
+
export interface OptimizationItem {
|
|
5
|
+
/**
|
|
6
|
+
* Category
|
|
7
|
+
* @example "model-mismatch"
|
|
8
|
+
*/
|
|
9
|
+
category?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Estimated cost savings
|
|
12
|
+
* @format double
|
|
13
|
+
* @example 133.2
|
|
14
|
+
*/
|
|
15
|
+
estimatedCostSavings?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Optimization ID
|
|
18
|
+
* @example "opt_1"
|
|
19
|
+
*/
|
|
20
|
+
id?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Status
|
|
23
|
+
* @example "open"
|
|
24
|
+
*/
|
|
25
|
+
status?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Optimization title
|
|
28
|
+
* @example "Switch low-complexity tasks to lower-cost model"
|
|
29
|
+
*/
|
|
30
|
+
title?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Tokens saved
|
|
33
|
+
* @format int32
|
|
34
|
+
* @example 24000
|
|
35
|
+
*/
|
|
36
|
+
tokensSaved?: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { SimpleMetric } from '../schemas/SimpleMetric';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a ranked entity with metrics and metadata
|
|
4
|
+
*/
|
|
5
|
+
export interface RankedEntity {
|
|
6
|
+
/**
|
|
7
|
+
* Unique entity identifier
|
|
8
|
+
* @example "dev-12345"
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Flexible metadata for entity context (e.g., team, role, department)
|
|
13
|
+
* @example {"team":"Backend","role":"Senior Engineer"}
|
|
14
|
+
*/
|
|
15
|
+
metadata?: {
|
|
16
|
+
[key: string]: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* List of metrics associated with this entity
|
|
22
|
+
*/
|
|
23
|
+
metrics?: SimpleMetric[];
|
|
24
|
+
/**
|
|
25
|
+
* Entity name (e.g., developer name, team name, component name)
|
|
26
|
+
* @example "Alice Johnson"
|
|
27
|
+
*/
|
|
28
|
+
name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Ranking position (1, 2, 3, ...)
|
|
31
|
+
* @format int32
|
|
32
|
+
* @example 1
|
|
33
|
+
*/
|
|
34
|
+
rank?: number;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ScorecardItem } from '../schemas/ScorecardItem';
|
|
2
|
+
/**
|
|
3
|
+
* Scorecards data
|
|
4
|
+
*/
|
|
5
|
+
export interface ScorecardData {
|
|
6
|
+
/**
|
|
7
|
+
* Dimension
|
|
8
|
+
* @example "team"
|
|
9
|
+
*/
|
|
10
|
+
dimension?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Scorecard items
|
|
13
|
+
*/
|
|
14
|
+
items?: ScorecardItem[];
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scorecard item
|
|
3
|
+
*/
|
|
4
|
+
export interface ScorecardItem {
|
|
5
|
+
/**
|
|
6
|
+
* Adoption score
|
|
7
|
+
* @format int32
|
|
8
|
+
* @example 84
|
|
9
|
+
*/
|
|
10
|
+
adoption?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Efficiency score
|
|
13
|
+
* @format int32
|
|
14
|
+
* @example 79
|
|
15
|
+
*/
|
|
16
|
+
efficiency?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Impact score
|
|
19
|
+
* @format int32
|
|
20
|
+
* @example 76
|
|
21
|
+
*/
|
|
22
|
+
impact?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Item name
|
|
25
|
+
* @example "team-alpha"
|
|
26
|
+
*/
|
|
27
|
+
name?: string;
|
|
28
|
+
}
|
|
@@ -6,7 +6,7 @@ export interface SimpleFilter {
|
|
|
6
6
|
* Filter key
|
|
7
7
|
* @example "PROJECT"
|
|
8
8
|
*/
|
|
9
|
-
filterKey?: '
|
|
9
|
+
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';
|
|
10
10
|
/**
|
|
11
11
|
* Filter ID
|
|
12
12
|
* @format int32
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a simple metric with name, value, and optional unit
|
|
3
|
+
*/
|
|
4
|
+
export interface SimpleMetric {
|
|
5
|
+
/**
|
|
6
|
+
* Metric name (e.g., ai-assisted-prs, quality-score, review-time)
|
|
7
|
+
* @example "ai-assisted-prs"
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Unit of measurement (optional, e.g., %, days, count, hours)
|
|
12
|
+
* @example "%"
|
|
13
|
+
*/
|
|
14
|
+
unit?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Metric value
|
|
17
|
+
* @format double
|
|
18
|
+
* @example 42.5
|
|
19
|
+
*/
|
|
20
|
+
value?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AI-generated highlight with sentiment category
|
|
3
|
+
*/
|
|
4
|
+
export interface SummaryHighlight {
|
|
5
|
+
/**
|
|
6
|
+
* Sentiment category
|
|
7
|
+
* @example "positive"
|
|
8
|
+
*/
|
|
9
|
+
category?: 'neutral' | 'positive' | 'warning';
|
|
10
|
+
/**
|
|
11
|
+
* Highlight text
|
|
12
|
+
* @example "56% AI code share — trending up"
|
|
13
|
+
*/
|
|
14
|
+
text?: string;
|
|
15
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { TeamDeveloperDto } from '../schemas/TeamDeveloperDto';
|
|
2
2
|
import type { DeveloperInfo } from '../schemas/DeveloperInfo';
|
|
3
|
+
import type { IntegrationResponseDto } from '../schemas/IntegrationResponseDto';
|
|
3
4
|
import type { PaginationMetadata } from '../schemas/PaginationMetadata';
|
|
4
5
|
export interface TeamDevelopersDto {
|
|
5
6
|
developers?: TeamDeveloperDto[];
|
|
@@ -7,6 +8,7 @@ export interface TeamDevelopersDto {
|
|
|
7
8
|
* @deprecated
|
|
8
9
|
*/
|
|
9
10
|
developersInfo?: DeveloperInfo[];
|
|
11
|
+
integrationsForIdentities?: IntegrationResponseDto[];
|
|
10
12
|
pagination?: PaginationMetadata;
|
|
11
13
|
/**
|
|
12
14
|
* @format int32
|