@harnessio/react-sei-panorama-service-client 0.18.4 → 0.18.5
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/useDeveloperControllerGetDeveloperUploadPreviewQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDevelopersQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGroupDevelopersMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerGroupDevelopersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerSaveDevelopersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerSaveDevelopersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUploadDeveloperFileMutation.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUploadDeveloperFileMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeDrilldownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeDrilldownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeStagesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeStagesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery.js +18 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts +6 -7
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js +2 -2
- package/dist/sei-panorama-service/src/services/index.d.ts +44 -11
- package/dist/sei-panorama-service/src/services/index.js +14 -3
- package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +64 -0
- package/dist/sei-panorama-service/src/services/schemas/Developer.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/DeveloperFieldDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperFilePreviewDto.d.ts +48 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperListResponseDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperSaveResponseDto.d.ts +39 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperSaveResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperValidationErrorDto.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/DeveloperValidationErrorDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoCdDeploymentRecordDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoCdDeploymentRecordDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyChangeFailureRateMetricBreakdown.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyChangeFailureRateMetricBreakdown.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyDeploymentFrequencyMetricBreakdown.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyDeploymentFrequencyMetricBreakdown.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDataPointBreakdown.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDataPointBreakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +75 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownResponseWrapper.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLttcMetricBreakdown.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLttcMetricBreakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyMetricDrilldownRequest.d.ts +29 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyMetricDrilldownRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyRequest.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.d.ts +3 -1
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/MinimalTeamHierarchyResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.d.ts +0 -23
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.d.ts +0 -20
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.js +0 -14
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.d.ts +0 -23
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.js +0 -14
- package/dist/sei-panorama-service/src/services/schemas/InsightEfficiencySettingsDto.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/InsightProductivitySettingsDto.d.ts +0 -9
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsCreateRequestDto.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsResponseDto.d.ts +0 -24
- /package/dist/sei-panorama-service/src/services/schemas/{InsightEfficiencySettingsDto.js → CdDeploymentRecordDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightProductivitySettingsDto.js → DeveloperFieldDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightSettingsCreateRequestDto.js → DeveloperFilePreviewDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{InsightSettingsResponseDto.js → DeveloperListResponseDto.js} +0 -0
@@ -25,6 +25,18 @@ export type { CollectionControllerGetCollectionTreeErrorResponse, CollectionCont
|
|
25
25
|
export { collectionControllerGetCollectionTree, useCollectionControllerGetCollectionTreeQuery, } from './hooks/useCollectionControllerGetCollectionTreeQuery';
|
26
26
|
export type { CollectionControllerListCollectionsErrorResponse, CollectionControllerListCollectionsOkResponse, CollectionControllerListCollectionsProps, CollectionControllerListCollectionsQueryQueryParams, CollectionControllerListCollectionsRequestBody, } from './hooks/useCollectionControllerListCollectionsQuery';
|
27
27
|
export { collectionControllerListCollections, useCollectionControllerListCollectionsQuery, } from './hooks/useCollectionControllerListCollectionsQuery';
|
28
|
+
export type { DeveloperControllerGetDeveloperUploadPreviewErrorResponse, DeveloperControllerGetDeveloperUploadPreviewOkResponse, DeveloperControllerGetDeveloperUploadPreviewProps, DeveloperControllerGetDeveloperUploadPreviewQueryPathParams, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
29
|
+
export { developerControllerGetDeveloperUploadPreview, useDeveloperControllerGetDeveloperUploadPreviewQuery, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
30
|
+
export type { DeveloperControllerGetDevelopersErrorResponse, DeveloperControllerGetDevelopersOkResponse, DeveloperControllerGetDevelopersProps, DeveloperControllerGetDevelopersQueryQueryParams, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
31
|
+
export { developerControllerGetDevelopers, useDeveloperControllerGetDevelopersQuery, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
32
|
+
export type { DeveloperControllerGetLatestDeveloperSchemaErrorResponse, DeveloperControllerGetLatestDeveloperSchemaOkResponse, DeveloperControllerGetLatestDeveloperSchemaProps, DeveloperControllerGetLatestDeveloperSchemaQueryPathParams, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
33
|
+
export { developerControllerGetLatestDeveloperSchema, useDeveloperControllerGetLatestDeveloperSchemaQuery, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
34
|
+
export type { DeveloperControllerGroupDevelopersErrorResponse, DeveloperControllerGroupDevelopersMutationQueryParams, DeveloperControllerGroupDevelopersOkResponse, DeveloperControllerGroupDevelopersProps, DeveloperControllerGroupDevelopersRequestBody, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
35
|
+
export { developerControllerGroupDevelopers, useDeveloperControllerGroupDevelopersMutation, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
36
|
+
export type { DeveloperControllerSaveDevelopersErrorResponse, DeveloperControllerSaveDevelopersMutationPathParams, DeveloperControllerSaveDevelopersOkResponse, DeveloperControllerSaveDevelopersProps, DeveloperControllerSaveDevelopersRequestBody, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
37
|
+
export { developerControllerSaveDevelopers, useDeveloperControllerSaveDevelopersMutation, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
38
|
+
export type { DeveloperControllerUploadDeveloperFileErrorResponse, DeveloperControllerUploadDeveloperFileMutationQueryParams, DeveloperControllerUploadDeveloperFileOkResponse, DeveloperControllerUploadDeveloperFileProps, DeveloperControllerUploadDeveloperFileRequestBody, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
39
|
+
export { developerControllerUploadDeveloperFile, useDeveloperControllerUploadDeveloperFileMutation, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
28
40
|
export type { DoraControllerBreakdownErrorResponse, DoraControllerBreakdownOkResponse, DoraControllerBreakdownProps, DoraControllerBreakdownQueryQueryParams, DoraControllerBreakdownRequestBody, } from './hooks/useDoraControllerBreakdownQuery';
|
29
41
|
export { doraControllerBreakdown, useDoraControllerBreakdownQuery, } from './hooks/useDoraControllerBreakdownQuery';
|
30
42
|
export type { DoraControllerChangeFailureRateBreakdownErrorResponse, DoraControllerChangeFailureRateBreakdownOkResponse, DoraControllerChangeFailureRateBreakdownProps, DoraControllerChangeFailureRateBreakdownQueryQueryParams, DoraControllerChangeFailureRateBreakdownRequestBody, } from './hooks/useDoraControllerChangeFailureRateBreakdownQuery';
|
@@ -51,12 +63,26 @@ export type { DoraControllerMttrBreakdownErrorResponse, DoraControllerMttrBreakd
|
|
51
63
|
export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
|
52
64
|
export type { DoraControllerSummaryErrorResponse, DoraControllerSummaryOkResponse, DoraControllerSummaryProps, DoraControllerSummaryQueryQueryParams, DoraControllerSummaryRequestBody, } from './hooks/useDoraControllerSummaryQuery';
|
53
65
|
export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
|
66
|
+
export type { EfficiencyControllerChangeFailureRateBreakdownErrorResponse, EfficiencyControllerChangeFailureRateBreakdownOkResponse, EfficiencyControllerChangeFailureRateBreakdownProps, EfficiencyControllerChangeFailureRateBreakdownQueryQueryParams, EfficiencyControllerChangeFailureRateBreakdownRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
67
|
+
export { efficiencyControllerChangeFailureRateBreakdown, useEfficiencyControllerChangeFailureRateBreakdownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
68
|
+
export type { EfficiencyControllerChangeFailureRateDrillDownErrorResponse, EfficiencyControllerChangeFailureRateDrillDownOkResponse, EfficiencyControllerChangeFailureRateDrillDownProps, EfficiencyControllerChangeFailureRateDrillDownQueryQueryParams, EfficiencyControllerChangeFailureRateDrillDownRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
69
|
+
export { efficiencyControllerChangeFailureRateDrillDown, useEfficiencyControllerChangeFailureRateDrillDownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
54
70
|
export type { EfficiencyControllerChangeFailureRateErrorResponse, EfficiencyControllerChangeFailureRateOkResponse, EfficiencyControllerChangeFailureRateProps, EfficiencyControllerChangeFailureRateQueryQueryParams, EfficiencyControllerChangeFailureRateRequestBody, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
55
71
|
export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFailureRateQuery, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
72
|
+
export type { EfficiencyControllerDeploymentFrequencyBreakdownErrorResponse, EfficiencyControllerDeploymentFrequencyBreakdownOkResponse, EfficiencyControllerDeploymentFrequencyBreakdownProps, EfficiencyControllerDeploymentFrequencyBreakdownQueryQueryParams, EfficiencyControllerDeploymentFrequencyBreakdownRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
73
|
+
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
74
|
+
export type { EfficiencyControllerDeploymentFrequencyDrillDownErrorResponse, EfficiencyControllerDeploymentFrequencyDrillDownOkResponse, EfficiencyControllerDeploymentFrequencyDrillDownProps, EfficiencyControllerDeploymentFrequencyDrillDownQueryQueryParams, EfficiencyControllerDeploymentFrequencyDrillDownRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
75
|
+
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
56
76
|
export type { EfficiencyControllerDeploymentFrequencyErrorResponse, EfficiencyControllerDeploymentFrequencyOkResponse, EfficiencyControllerDeploymentFrequencyProps, EfficiencyControllerDeploymentFrequencyQueryQueryParams, EfficiencyControllerDeploymentFrequencyRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
57
77
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
78
|
+
export type { EfficiencyControllerLeadTimeBreakdownErrorResponse, EfficiencyControllerLeadTimeBreakdownOkResponse, EfficiencyControllerLeadTimeBreakdownProps, EfficiencyControllerLeadTimeBreakdownQueryQueryParams, EfficiencyControllerLeadTimeBreakdownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
79
|
+
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
80
|
+
export type { EfficiencyControllerLeadTimeDrilldownErrorResponse, EfficiencyControllerLeadTimeDrilldownOkResponse, EfficiencyControllerLeadTimeDrilldownProps, EfficiencyControllerLeadTimeDrilldownQueryQueryParams, EfficiencyControllerLeadTimeDrilldownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
81
|
+
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
58
82
|
export type { EfficiencyControllerLeadTimeErrorResponse, EfficiencyControllerLeadTimeOkResponse, EfficiencyControllerLeadTimeProps, EfficiencyControllerLeadTimeQueryQueryParams, EfficiencyControllerLeadTimeRequestBody, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
59
83
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
84
|
+
export type { EfficiencyControllerLeadTimeStagesErrorResponse, EfficiencyControllerLeadTimeStagesOkResponse, EfficiencyControllerLeadTimeStagesProps, EfficiencyControllerLeadTimeStagesQueryQueryParams, EfficiencyControllerLeadTimeStagesRequestBody, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
85
|
+
export { efficiencyControllerLeadTimeStages, useEfficiencyControllerLeadTimeStagesQuery, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
60
86
|
export type { EfficiencyProfileControllerCreateProfileErrorResponse, EfficiencyProfileControllerCreateProfileMutationQueryParams, EfficiencyProfileControllerCreateProfileOkResponse, EfficiencyProfileControllerCreateProfileProps, EfficiencyProfileControllerCreateProfileRequestBody, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
61
87
|
export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
62
88
|
export type { EfficiencyProfileControllerDeleteProfileByRefIdErrorResponse, EfficiencyProfileControllerDeleteProfileByRefIdMutationPathParams, EfficiencyProfileControllerDeleteProfileByRefIdMutationQueryParams, EfficiencyProfileControllerDeleteProfileByRefIdOkResponse, EfficiencyProfileControllerDeleteProfileByRefIdProps, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
@@ -69,12 +95,6 @@ export type { EfficiencyProfileControllerUpdateProfileErrorResponse, EfficiencyP
|
|
69
95
|
export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControllerUpdateProfileMutation, } from './hooks/useEfficiencyProfileControllerUpdateProfileMutation';
|
70
96
|
export type { ExportControllerExportDataErrorResponse, ExportControllerExportDataMutationQueryParams, ExportControllerExportDataOkResponse, ExportControllerExportDataProps, ExportControllerExportDataRequestBody, } from './hooks/useExportControllerExportDataMutation';
|
71
97
|
export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
|
72
|
-
export type { InsightSettingsControllerCreateSettingsErrorResponse, InsightSettingsControllerCreateSettingsMutationQueryParams, InsightSettingsControllerCreateSettingsOkResponse, InsightSettingsControllerCreateSettingsProps, InsightSettingsControllerCreateSettingsRequestBody, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
73
|
-
export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
74
|
-
export type { InsightSettingsControllerGetSettingsErrorResponse, InsightSettingsControllerGetSettingsOkResponse, InsightSettingsControllerGetSettingsProps, InsightSettingsControllerGetSettingsQueryQueryParams, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
75
|
-
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
76
|
-
export type { InsightSettingsControllerUpdateSettingsErrorResponse, InsightSettingsControllerUpdateSettingsMutationQueryParams, InsightSettingsControllerUpdateSettingsOkResponse, InsightSettingsControllerUpdateSettingsProps, InsightSettingsControllerUpdateSettingsRequestBody, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
77
|
-
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
78
98
|
export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationControllerGetFilterValuesMutationQueryParams, IntegrationControllerGetFilterValuesOkResponse, IntegrationControllerGetFilterValuesProps, IntegrationControllerGetFilterValuesRequestBody, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
79
99
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesMutation, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
80
100
|
export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
@@ -117,6 +137,8 @@ export type { ProductivityProfileControllerCreateProfileErrorResponse, Productiv
|
|
117
137
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
118
138
|
export type { ProductivityProfileControllerDeleteProfileErrorResponse, ProductivityProfileControllerDeleteProfileMutationPathParams, ProductivityProfileControllerDeleteProfileMutationQueryParams, ProductivityProfileControllerDeleteProfileOkResponse, ProductivityProfileControllerDeleteProfileProps, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
119
139
|
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
140
|
+
export type { ProductivityProfileControllerGetProductivityProfileFilterValuesErrorResponse, ProductivityProfileControllerGetProductivityProfileFilterValuesOkResponse, ProductivityProfileControllerGetProductivityProfileFilterValuesProps, ProductivityProfileControllerGetProductivityProfileFilterValuesQueryQueryParams, ProductivityProfileControllerGetProductivityProfileFilterValuesRequestBody, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
141
|
+
export { productivityProfileControllerGetProductivityProfileFilterValues, useProductivityProfileControllerGetProductivityProfileFilterValuesQuery, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
120
142
|
export type { ProductivityProfileControllerGetProfileByRefIdErrorResponse, ProductivityProfileControllerGetProfileByRefIdOkResponse, ProductivityProfileControllerGetProfileByRefIdProps, ProductivityProfileControllerGetProfileByRefIdQueryPathParams, ProductivityProfileControllerGetProfileByRefIdQueryQueryParams, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
121
143
|
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
122
144
|
export type { ProductivityProfileControllerListProfilesErrorResponse, ProductivityProfileControllerListProfilesOkResponse, ProductivityProfileControllerListProfilesProps, ProductivityProfileControllerListProfilesQueryQueryParams, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
@@ -127,7 +149,7 @@ export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetT
|
|
127
149
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
128
150
|
export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
129
151
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
130
|
-
export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams,
|
152
|
+
export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
131
153
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
132
154
|
export type { TeamsControllerGetTeamErrorResponse, TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamProps, TeamsControllerGetTeamQueryPathParams, TeamsControllerGetTeamQueryQueryParams, } from './hooks/useTeamsControllerGetTeamQuery';
|
133
155
|
export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
|
@@ -146,6 +168,7 @@ export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
|
|
146
168
|
export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
|
147
169
|
export type { BreakdownRecord } from './schemas/BreakdownRecord';
|
148
170
|
export type { Category } from './schemas/Category';
|
171
|
+
export type { CdDeploymentRecordDto } from './schemas/CdDeploymentRecordDto';
|
149
172
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
150
173
|
export type { CodeChangeStats } from './schemas/CodeChangeStats';
|
151
174
|
export type { CodeChanges } from './schemas/CodeChanges';
|
@@ -159,7 +182,12 @@ export type { DataPointDeploymentFrequency } from './schemas/DataPointDeployment
|
|
159
182
|
export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
|
160
183
|
export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
|
161
184
|
export type { Developer } from './schemas/Developer';
|
185
|
+
export type { DeveloperFieldDto } from './schemas/DeveloperFieldDto';
|
186
|
+
export type { DeveloperFilePreviewDto } from './schemas/DeveloperFilePreviewDto';
|
162
187
|
export type { DeveloperInfo } from './schemas/DeveloperInfo';
|
188
|
+
export type { DeveloperListResponseDto } from './schemas/DeveloperListResponseDto';
|
189
|
+
export type { DeveloperSaveResponseDto } from './schemas/DeveloperSaveResponseDto';
|
190
|
+
export type { DeveloperValidationErrorDto } from './schemas/DeveloperValidationErrorDto';
|
163
191
|
export type { DfConfigurationDto } from './schemas/DfConfigurationDto';
|
164
192
|
export type { DoraChangeFailureRateMetric } from './schemas/DoraChangeFailureRateMetric';
|
165
193
|
export type { DoraChangeFailureRateMetricBreakdown } from './schemas/DoraChangeFailureRateMetricBreakdown';
|
@@ -177,8 +205,17 @@ export type { DoraMetricDrilldownRequest } from './schemas/DoraMetricDrilldownRe
|
|
177
205
|
export type { DoraRequest } from './schemas/DoraRequest';
|
178
206
|
export type { DoraSummaryMetric } from './schemas/DoraSummaryMetric';
|
179
207
|
export type { DoraSummaryRequest } from './schemas/DoraSummaryRequest';
|
208
|
+
export type { DrillDownRequest } from './schemas/DrillDownRequest';
|
209
|
+
export type { DrillDownResponseDtoCdDeploymentRecordDto } from './schemas/DrillDownResponseDtoCdDeploymentRecordDto';
|
180
210
|
export type { DrilldownData } from './schemas/DrilldownData';
|
181
211
|
export type { DrilldownDataPoint } from './schemas/DrilldownDataPoint';
|
212
|
+
export type { EfficiencyChangeFailureRateMetricBreakdown } from './schemas/EfficiencyChangeFailureRateMetricBreakdown';
|
213
|
+
export type { EfficiencyDeploymentFrequencyMetricBreakdown } from './schemas/EfficiencyDeploymentFrequencyMetricBreakdown';
|
214
|
+
export type { EfficiencyLeadTimeDataPointBreakdown } from './schemas/EfficiencyLeadTimeDataPointBreakdown';
|
215
|
+
export type { EfficiencyLeadTimeDrilldownItem } from './schemas/EfficiencyLeadTimeDrilldownItem';
|
216
|
+
export type { EfficiencyLeadTimeDrilldownResponseWrapper } from './schemas/EfficiencyLeadTimeDrilldownResponseWrapper';
|
217
|
+
export type { EfficiencyLttcMetricBreakdown } from './schemas/EfficiencyLttcMetricBreakdown';
|
218
|
+
export type { EfficiencyMetricDrilldownRequest } from './schemas/EfficiencyMetricDrilldownRequest';
|
182
219
|
export type { EfficiencyProfileCreateRequestDto } from './schemas/EfficiencyProfileCreateRequestDto';
|
183
220
|
export type { EfficiencyProfileEvent } from './schemas/EfficiencyProfileEvent';
|
184
221
|
export type { EfficiencyProfileResponseDto } from './schemas/EfficiencyProfileResponseDto';
|
@@ -192,10 +229,6 @@ export type { GroupByField } from './schemas/GroupByField';
|
|
192
229
|
export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
|
193
230
|
export type { IndividualDrilldownData } from './schemas/IndividualDrilldownData';
|
194
231
|
export type { IndividualDrilldownDataPoint } from './schemas/IndividualDrilldownDataPoint';
|
195
|
-
export type { InsightEfficiencySettingsDto } from './schemas/InsightEfficiencySettingsDto';
|
196
|
-
export type { InsightProductivitySettingsDto } from './schemas/InsightProductivitySettingsDto';
|
197
|
-
export type { InsightSettingsCreateRequestDto } from './schemas/InsightSettingsCreateRequestDto';
|
198
|
-
export type { InsightSettingsResponseDto } from './schemas/InsightSettingsResponseDto';
|
199
232
|
export type { Integration } from './schemas/Integration';
|
200
233
|
export type { IntegrationIdsDto } from './schemas/IntegrationIdsDto';
|
201
234
|
export type { IntegrationObject } from './schemas/IntegrationObject';
|
@@ -11,6 +11,12 @@ export { categoryControllerGetCategory, useCategoryControllerGetCategoryQuery, }
|
|
11
11
|
export { categoryControllerList, useCategoryControllerListQuery, } from './hooks/useCategoryControllerListQuery';
|
12
12
|
export { collectionControllerGetCollectionTree, useCollectionControllerGetCollectionTreeQuery, } from './hooks/useCollectionControllerGetCollectionTreeQuery';
|
13
13
|
export { collectionControllerListCollections, useCollectionControllerListCollectionsQuery, } from './hooks/useCollectionControllerListCollectionsQuery';
|
14
|
+
export { developerControllerGetDeveloperUploadPreview, useDeveloperControllerGetDeveloperUploadPreviewQuery, } from './hooks/useDeveloperControllerGetDeveloperUploadPreviewQuery';
|
15
|
+
export { developerControllerGetDevelopers, useDeveloperControllerGetDevelopersQuery, } from './hooks/useDeveloperControllerGetDevelopersQuery';
|
16
|
+
export { developerControllerGetLatestDeveloperSchema, useDeveloperControllerGetLatestDeveloperSchemaQuery, } from './hooks/useDeveloperControllerGetLatestDeveloperSchemaQuery';
|
17
|
+
export { developerControllerGroupDevelopers, useDeveloperControllerGroupDevelopersMutation, } from './hooks/useDeveloperControllerGroupDevelopersMutation';
|
18
|
+
export { developerControllerSaveDevelopers, useDeveloperControllerSaveDevelopersMutation, } from './hooks/useDeveloperControllerSaveDevelopersMutation';
|
19
|
+
export { developerControllerUploadDeveloperFile, useDeveloperControllerUploadDeveloperFileMutation, } from './hooks/useDeveloperControllerUploadDeveloperFileMutation';
|
14
20
|
export { doraControllerBreakdown, useDoraControllerBreakdownQuery, } from './hooks/useDoraControllerBreakdownQuery';
|
15
21
|
export { doraControllerChangeFailureRateBreakdown, useDoraControllerChangeFailureRateBreakdownQuery, } from './hooks/useDoraControllerChangeFailureRateBreakdownQuery';
|
16
22
|
export { doraControllerChangeFailureRate, useDoraControllerChangeFailureRateQuery, } from './hooks/useDoraControllerChangeFailureRateQuery';
|
@@ -24,18 +30,22 @@ export { doraControllerLeadTimeStages, useDoraControllerLeadTimeStagesQuery, } f
|
|
24
30
|
export { doraControllerMeanTimeRestore, useDoraControllerMeanTimeRestoreQuery, } from './hooks/useDoraControllerMeanTimeRestoreQuery';
|
25
31
|
export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
|
26
32
|
export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
|
33
|
+
export { efficiencyControllerChangeFailureRateBreakdown, useEfficiencyControllerChangeFailureRateBreakdownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateBreakdownQuery';
|
34
|
+
export { efficiencyControllerChangeFailureRateDrillDown, useEfficiencyControllerChangeFailureRateDrillDownQuery, } from './hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery';
|
27
35
|
export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFailureRateQuery, } from './hooks/useEfficiencyControllerChangeFailureRateQuery';
|
36
|
+
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
37
|
+
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
28
38
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
39
|
+
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
40
|
+
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
29
41
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
42
|
+
export { efficiencyControllerLeadTimeStages, useEfficiencyControllerLeadTimeStagesQuery, } from './hooks/useEfficiencyControllerLeadTimeStagesQuery';
|
30
43
|
export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
31
44
|
export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
32
45
|
export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
33
46
|
export { efficiencyProfileControllerListProfiles, useEfficiencyProfileControllerListProfilesQuery, } from './hooks/useEfficiencyProfileControllerListProfilesQuery';
|
34
47
|
export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControllerUpdateProfileMutation, } from './hooks/useEfficiencyProfileControllerUpdateProfileMutation';
|
35
48
|
export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
|
36
|
-
export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
37
|
-
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
38
|
-
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
39
49
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesMutation, } from './hooks/useIntegrationControllerGetFilterValuesMutation';
|
40
50
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
41
51
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
@@ -57,6 +67,7 @@ export { productivityControllerGetFeatureMetrics, useProductivityControllerGetFe
|
|
57
67
|
export { productivityControllerGetIndividualUserFeatureDrillDown, useProductivityControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityControllerGetIndividualUserFeatureDrillDownQuery';
|
58
68
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
59
69
|
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
70
|
+
export { productivityProfileControllerGetProductivityProfileFilterValues, useProductivityProfileControllerGetProductivityProfileFilterValuesQuery, } from './hooks/useProductivityProfileControllerGetProductivityProfileFilterValuesQuery';
|
60
71
|
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
61
72
|
export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
62
73
|
export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
|
@@ -0,0 +1,64 @@
|
|
1
|
+
export interface CdDeploymentRecordDto {
|
2
|
+
artifactId?: string;
|
3
|
+
artifactLocation?: string;
|
4
|
+
branch?: string;
|
5
|
+
branchName?: string;
|
6
|
+
cd?: boolean;
|
7
|
+
cfrStatus?: boolean;
|
8
|
+
ci?: boolean;
|
9
|
+
cicdInstanceId?: string;
|
10
|
+
cicdUserId?: string;
|
11
|
+
commitId?: string;
|
12
|
+
/**
|
13
|
+
* @format date-time
|
14
|
+
*/
|
15
|
+
createdAt?: string;
|
16
|
+
/**
|
17
|
+
* @format int64
|
18
|
+
*/
|
19
|
+
duration?: number;
|
20
|
+
/**
|
21
|
+
* @format date-time
|
22
|
+
*/
|
23
|
+
endTime?: string;
|
24
|
+
envIds?: string[];
|
25
|
+
executionId?: string;
|
26
|
+
id?: string;
|
27
|
+
integrationId?: string;
|
28
|
+
integrationType?: string;
|
29
|
+
jobFullName?: string;
|
30
|
+
jobName?: string;
|
31
|
+
jobNormalizedFullName?: string;
|
32
|
+
/**
|
33
|
+
* @format int64
|
34
|
+
*/
|
35
|
+
jobRunNumber?: number;
|
36
|
+
metadata?: {
|
37
|
+
[key: string]: string;
|
38
|
+
};
|
39
|
+
moduleName?: string;
|
40
|
+
parameters?: Array<{
|
41
|
+
[key: string]: {
|
42
|
+
[key: string]: any;
|
43
|
+
};
|
44
|
+
}>;
|
45
|
+
pipelineUrl?: string;
|
46
|
+
projectName?: string;
|
47
|
+
scmCommitIds?: string[];
|
48
|
+
scmUrl?: string;
|
49
|
+
scmUserId?: string;
|
50
|
+
serviceIds?: string[];
|
51
|
+
source?: string;
|
52
|
+
stageId?: string;
|
53
|
+
stageName?: string;
|
54
|
+
stageResult?: string;
|
55
|
+
/**
|
56
|
+
* @format date-time
|
57
|
+
*/
|
58
|
+
startTime?: string;
|
59
|
+
status?: string;
|
60
|
+
/**
|
61
|
+
* @format date-time
|
62
|
+
*/
|
63
|
+
updatedAt?: string;
|
64
|
+
}
|
@@ -1,5 +1,7 @@
|
|
1
1
|
export interface Developer {
|
2
|
-
|
2
|
+
attributes?: {
|
3
|
+
[key: string]: string;
|
4
|
+
};
|
3
5
|
/**
|
4
6
|
* @format date-time
|
5
7
|
*/
|
@@ -10,7 +12,6 @@ export interface Developer {
|
|
10
12
|
* @format int32
|
11
13
|
*/
|
12
14
|
id?: number;
|
13
|
-
latest?: boolean;
|
14
15
|
/**
|
15
16
|
* @format int32
|
16
17
|
*/
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* Developer field information
|
3
|
+
*/
|
4
|
+
export interface DeveloperFieldDto {
|
5
|
+
/**
|
6
|
+
* Data type of the field
|
7
|
+
*/
|
8
|
+
dataType?: 'EMAIL' | 'NUMBER' | 'STRING' | 'UUID';
|
9
|
+
/**
|
10
|
+
* Special field type (NAME, EMAIL, MANAGER_EMAIL, or null)
|
11
|
+
*/
|
12
|
+
fieldType?: 'EMAIL' | 'MANAGER_EMAIL' | 'NAME' | 'ROLE';
|
13
|
+
/**
|
14
|
+
* Field name from the uploaded file
|
15
|
+
*/
|
16
|
+
name?: string;
|
17
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import type { DeveloperFieldDto } from '../schemas/DeveloperFieldDto';
|
2
|
+
/**
|
3
|
+
* Preview of an uploaded developer file
|
4
|
+
*/
|
5
|
+
export interface DeveloperFilePreviewDto {
|
6
|
+
/**
|
7
|
+
* Total number of records in the file
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
developerCount?: number;
|
11
|
+
/**
|
12
|
+
* Preview of the first few records from the file
|
13
|
+
*/
|
14
|
+
developersPreview?: Array<{
|
15
|
+
[key: string]: string;
|
16
|
+
}>;
|
17
|
+
/**
|
18
|
+
* Information about the fields detected in the file
|
19
|
+
*/
|
20
|
+
fields?: DeveloperFieldDto[];
|
21
|
+
/**
|
22
|
+
* Name of the uploaded file
|
23
|
+
*/
|
24
|
+
fileName?: string;
|
25
|
+
/**
|
26
|
+
* Size of the uploaded file in bytes
|
27
|
+
* @format int64
|
28
|
+
*/
|
29
|
+
fileSize?: number;
|
30
|
+
/**
|
31
|
+
* Type of the uploaded file
|
32
|
+
*/
|
33
|
+
fileType?: string;
|
34
|
+
/**
|
35
|
+
* Status of the upload
|
36
|
+
*/
|
37
|
+
status?: string;
|
38
|
+
/**
|
39
|
+
* Unique identifier for the upload
|
40
|
+
* @format int32
|
41
|
+
*/
|
42
|
+
uploadId?: number;
|
43
|
+
/**
|
44
|
+
* Timestamp when the file was uploaded
|
45
|
+
* @format date-time
|
46
|
+
*/
|
47
|
+
uploadedAt?: string;
|
48
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { DeveloperFieldDto } from '../schemas/DeveloperFieldDto';
|
2
|
+
export interface DeveloperListResponseDto {
|
3
|
+
/**
|
4
|
+
* Information about the fields detected in the file
|
5
|
+
*/
|
6
|
+
fields?: DeveloperFieldDto[];
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
pageIndex?: number;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
pageSize?: number;
|
15
|
+
records?: Array<{
|
16
|
+
[key: string]: string;
|
17
|
+
}>;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
totalRecords?: number;
|
22
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import type { DeveloperValidationErrorDto } from '../schemas/DeveloperValidationErrorDto';
|
2
|
+
/**
|
3
|
+
* Response for saving developers from an upload
|
4
|
+
*/
|
5
|
+
export interface DeveloperSaveResponseDto {
|
6
|
+
/**
|
7
|
+
* Validation errors found in the data
|
8
|
+
*/
|
9
|
+
errors?: DeveloperValidationErrorDto[];
|
10
|
+
/**
|
11
|
+
* Number of invalid records
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
invalidRecords?: number;
|
15
|
+
/**
|
16
|
+
* Number of records successfully saved
|
17
|
+
* @format int32
|
18
|
+
*/
|
19
|
+
savedRecords?: number;
|
20
|
+
/**
|
21
|
+
* Status message
|
22
|
+
*/
|
23
|
+
status?: 'FAILURE' | 'SUCCESS';
|
24
|
+
/**
|
25
|
+
* Total number of records in the file
|
26
|
+
* @format int32
|
27
|
+
*/
|
28
|
+
totalRecords?: number;
|
29
|
+
/**
|
30
|
+
* ID of the developer upload
|
31
|
+
* @format int32
|
32
|
+
*/
|
33
|
+
uploadId?: number;
|
34
|
+
/**
|
35
|
+
* Number of valid records
|
36
|
+
* @format int32
|
37
|
+
*/
|
38
|
+
validRecords?: number;
|
39
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
/**
|
2
|
+
* Developer validation error information
|
3
|
+
*/
|
4
|
+
export interface DeveloperValidationErrorDto {
|
5
|
+
/**
|
6
|
+
* Number of records affected by this error
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
errorDeveloperCount?: number;
|
10
|
+
/**
|
11
|
+
* Type of validation error
|
12
|
+
*/
|
13
|
+
errorType?: 'CIRCULAR_REFERENCE' | 'EMAIL_MISSING' | 'FILE_READ_ERROR' | 'NAME_MISSING';
|
14
|
+
/**
|
15
|
+
* Sample records with this error
|
16
|
+
*/
|
17
|
+
sampleErrorDevelopers?: Array<{
|
18
|
+
[key: string]: string;
|
19
|
+
}>;
|
20
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export interface DrillDownRequest {
|
2
|
+
/**
|
3
|
+
* @format date-time
|
4
|
+
*/
|
5
|
+
dateEnd: string;
|
6
|
+
/**
|
7
|
+
* @format date-time
|
8
|
+
*/
|
9
|
+
dateStart: string;
|
10
|
+
/**
|
11
|
+
* @format date-time
|
12
|
+
*/
|
13
|
+
drillDownEndDate?: string;
|
14
|
+
/**
|
15
|
+
* @format date-time
|
16
|
+
*/
|
17
|
+
drillDownStartDate?: string;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
page?: number;
|
22
|
+
/**
|
23
|
+
* @format int32
|
24
|
+
*/
|
25
|
+
pageSize?: number;
|
26
|
+
teamRefId: string;
|
27
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
2
|
+
import type { CdDeploymentRecordDto } from '../schemas/CdDeploymentRecordDto';
|
3
|
+
export interface DrillDownResponseDtoCdDeploymentRecordDto {
|
4
|
+
/**
|
5
|
+
* @format int32
|
6
|
+
*/
|
7
|
+
count?: number;
|
8
|
+
integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
|
9
|
+
pagination?: PaginationInfo;
|
10
|
+
records?: CdDeploymentRecordDto[];
|
11
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoCdDeploymentRecordDto.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDataPointBreakdown.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/**
|
2
|
+
* Item containing drilldown data for Lead Time to Change metrics
|
3
|
+
*/
|
4
|
+
export interface EfficiencyLeadTimeDrilldownItem {
|
5
|
+
/**
|
6
|
+
* Build identifier
|
7
|
+
*/
|
8
|
+
buildId?: string;
|
9
|
+
/**
|
10
|
+
* commit SHA
|
11
|
+
*/
|
12
|
+
commitSha?: string;
|
13
|
+
/**
|
14
|
+
* Deployment identifier
|
15
|
+
*/
|
16
|
+
deploymentId?: string;
|
17
|
+
/**
|
18
|
+
* Lead time for CI phase
|
19
|
+
* @format int64
|
20
|
+
*/
|
21
|
+
leadTimeBuild?: number;
|
22
|
+
/**
|
23
|
+
* Lead time for commit phase
|
24
|
+
* @format int64
|
25
|
+
*/
|
26
|
+
leadTimeCoding?: number;
|
27
|
+
/**
|
28
|
+
* Lead time for deployment phase
|
29
|
+
* @format int64
|
30
|
+
*/
|
31
|
+
leadTimeDeploy?: number;
|
32
|
+
/**
|
33
|
+
* Lead time for merge phase
|
34
|
+
* @format int64
|
35
|
+
*/
|
36
|
+
leadTimeMerge?: number;
|
37
|
+
/**
|
38
|
+
* Lead time for planning phase
|
39
|
+
* @format int64
|
40
|
+
*/
|
41
|
+
leadTimePlanning?: number;
|
42
|
+
/**
|
43
|
+
* Lead time total
|
44
|
+
* @format int64
|
45
|
+
*/
|
46
|
+
leadTimeTotal?: number;
|
47
|
+
/**
|
48
|
+
* PR created identifier
|
49
|
+
*/
|
50
|
+
prCreatedId?: string;
|
51
|
+
/**
|
52
|
+
* PR created number
|
53
|
+
*/
|
54
|
+
prCreatedNumber?: string;
|
55
|
+
/**
|
56
|
+
* PR merged branch
|
57
|
+
*/
|
58
|
+
prMergedBranch?: string;
|
59
|
+
/**
|
60
|
+
* PR merged identifier
|
61
|
+
*/
|
62
|
+
prMergedId?: string;
|
63
|
+
/**
|
64
|
+
* PR merged number
|
65
|
+
*/
|
66
|
+
prMergedNumber?: string;
|
67
|
+
/**
|
68
|
+
* Project identifier
|
69
|
+
*/
|
70
|
+
project?: string;
|
71
|
+
/**
|
72
|
+
* Ticket identifier
|
73
|
+
*/
|
74
|
+
ticketId?: string;
|
75
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import type { EfficiencyLeadTimeDrilldownItem } from '../schemas/EfficiencyLeadTimeDrilldownItem';
|
2
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
3
|
+
export interface EfficiencyLeadTimeDrilldownResponseWrapper {
|
4
|
+
/**
|
5
|
+
* List of lead time drilldown items
|
6
|
+
*/
|
7
|
+
data?: EfficiencyLeadTimeDrilldownItem[];
|
8
|
+
/**
|
9
|
+
* Table headers for display
|
10
|
+
*/
|
11
|
+
headers?: string[];
|
12
|
+
/**
|
13
|
+
* Pagination information
|
14
|
+
*/
|
15
|
+
pagination?: PaginationInfo;
|
16
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownResponseWrapper.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|