@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,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,39 @@
|
|
|
1
|
+
import type { SimpleMetric } from '../schemas/SimpleMetric';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a ranked entity with metrics and metadata
|
|
4
|
+
*/
|
|
5
|
+
export interface RankedEntity {
|
|
6
|
+
/**
|
|
7
|
+
* Per-agent drill-down rows (developers leaderboard only)
|
|
8
|
+
*/
|
|
9
|
+
children?: RankedEntity[];
|
|
10
|
+
/**
|
|
11
|
+
* Unique entity identifier
|
|
12
|
+
* @example "dev-12345"
|
|
13
|
+
*/
|
|
14
|
+
id?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Flexible metadata for entity context (e.g., team, role, department)
|
|
17
|
+
* @example {"team":"Backend","role":"Senior Engineer"}
|
|
18
|
+
*/
|
|
19
|
+
metadata?: {
|
|
20
|
+
[key: string]: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* List of metrics associated with this entity
|
|
26
|
+
*/
|
|
27
|
+
metrics?: SimpleMetric[];
|
|
28
|
+
/**
|
|
29
|
+
* Entity name (e.g., developer name, team name, component name)
|
|
30
|
+
* @example "Alice Johnson"
|
|
31
|
+
*/
|
|
32
|
+
name?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Ranking position (1, 2, 3, ...)
|
|
35
|
+
* @format int32
|
|
36
|
+
* @example 1
|
|
37
|
+
*/
|
|
38
|
+
rank?: number;
|
|
39
|
+
}
|
|
@@ -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
|
|
@@ -7,7 +7,7 @@ export interface TeamFilter {
|
|
|
7
7
|
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
8
|
customFilterId?: string;
|
|
9
9
|
customFilterKey?: string;
|
|
10
|
-
filterKey?: '
|
|
10
|
+
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';
|
|
11
11
|
/**
|
|
12
12
|
* @format int32
|
|
13
13
|
*/
|
|
@@ -3,6 +3,7 @@ import type { EntityDto } from '../schemas/EntityDto';
|
|
|
3
3
|
import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
|
|
4
4
|
import type { OrgTreeDto } from '../schemas/OrgTreeDto';
|
|
5
5
|
export interface TeamSettingsDefaultDto {
|
|
6
|
+
applicableIntegrationTypes?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT'>;
|
|
6
7
|
/**
|
|
7
8
|
* @format date-time
|
|
8
9
|
*/
|
|
@@ -3,6 +3,7 @@ import type { EntityDto } from '../schemas/EntityDto';
|
|
|
3
3
|
import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
|
|
4
4
|
import type { OrgTreeDto } from '../schemas/OrgTreeDto';
|
|
5
5
|
export interface TeamSettingsDefaultViewDto {
|
|
6
|
+
applicableIntegrationTypes?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT'>;
|
|
6
7
|
developerSettings?: TeamSettingsDeveloperSettingsDto;
|
|
7
8
|
entities?: EntityDto[];
|
|
8
9
|
/**
|
|
@@ -2,6 +2,7 @@ import type { TeamSettingsDeveloperSettingsDto } from '../schemas/TeamSettingsDe
|
|
|
2
2
|
import type { EntityDto } from '../schemas/EntityDto';
|
|
3
3
|
import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
|
|
4
4
|
export interface TeamSettingsMergedViewDto {
|
|
5
|
+
applicableIntegrationTypes?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT'>;
|
|
5
6
|
developerSettings?: TeamSettingsDeveloperSettingsDto;
|
|
6
7
|
entities?: EntityDto[];
|
|
7
8
|
integrations?: TeamSettingsIntegrations;
|
|
@@ -2,6 +2,7 @@ import type { TeamSettingsDeveloperSettingsDto } from '../schemas/TeamSettingsDe
|
|
|
2
2
|
import type { EntityDto } from '../schemas/EntityDto';
|
|
3
3
|
import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
|
|
4
4
|
export interface TeamSettingsOverrideDto {
|
|
5
|
+
applicableIntegrationTypes?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT'>;
|
|
5
6
|
/**
|
|
6
7
|
* @format date-time
|
|
7
8
|
*/
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents a time series period with start and end dates in ISO format
|
|
3
|
+
*/
|
|
4
|
+
export interface TimeSeriesPeriod {
|
|
5
|
+
/**
|
|
6
|
+
* End date in ISO format (e.g., 2026-01-14)
|
|
7
|
+
* @example "2026-01-14"
|
|
8
|
+
*/
|
|
9
|
+
end_date: string;
|
|
10
|
+
/**
|
|
11
|
+
* Start date in ISO format (e.g., 2026-01-08)
|
|
12
|
+
* @example "2026-01-08"
|
|
13
|
+
*/
|
|
14
|
+
start_date: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Breakdown } from '../schemas/Breakdown';
|
|
2
|
+
import type { TimeSeriesPeriod } from '../schemas/TimeSeriesPeriod';
|
|
3
|
+
import type { MetricValue } from '../schemas/MetricValue';
|
|
4
|
+
/**
|
|
5
|
+
* A single point in a time series
|
|
6
|
+
*/
|
|
7
|
+
export interface TimeSeriesPoint {
|
|
8
|
+
/**
|
|
9
|
+
* Dimensional breakdowns for this period
|
|
10
|
+
*/
|
|
11
|
+
breakdowns?: Breakdown[];
|
|
12
|
+
/**
|
|
13
|
+
* Time period for this point
|
|
14
|
+
*/
|
|
15
|
+
period: TimeSeriesPeriod;
|
|
16
|
+
/**
|
|
17
|
+
* Total metric value for this period
|
|
18
|
+
*/
|
|
19
|
+
total: MetricValue;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { TimeSeriesPoint } from '../schemas/TimeSeriesPoint';
|
|
2
|
+
/**
|
|
3
|
+
* Standardized template for time series data with dimensional breakdowns
|
|
4
|
+
*/
|
|
5
|
+
export interface TimeSeriesTemplate {
|
|
6
|
+
/**
|
|
7
|
+
* Metric name (e.g., spend-total, sessions-count)
|
|
8
|
+
* @example "spend-total"
|
|
9
|
+
*/
|
|
10
|
+
metric: string;
|
|
11
|
+
/**
|
|
12
|
+
* List of time series points
|
|
13
|
+
*/
|
|
14
|
+
timeSeries: TimeSeriesPoint[];
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
|
|
5
5
|
"author": "Harness Inc",
|
|
6
6
|
"license": "MIT",
|
/package/dist/sei-panorama-service/src/services/schemas/{DeveloperAttribute.js → BreakdownItem.js}
RENAMED
|
File without changes
|