@harnessio/react-sei-panorama-service-client 0.26.14 → 0.26.16
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/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerCreateExportMutation.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerCreateExportMutation.js +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerDownloadExportQuery.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation.js +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +49 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetPropertiesQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetPropertiesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetValuesQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetValuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsControllerGetCatalogQuery.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsControllerGetCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.d.ts +42 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +84 -0
- package/dist/sei-panorama-service/src/services/index.js +22 -0
- package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.d.ts +32 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityConfig.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityConfig.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterExpression.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterExpression.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationHealthStatusDto.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricEntry.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricEntry.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Options.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/RangeCondition.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/RangeCondition.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDeveloperDataDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/TeamInsightConfigDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
- package/package.json +1 -1
|
@@ -105,6 +105,11 @@ export { efficiencyControllerMttrBreakdown, useEfficiencyControllerMttrBreakdown
|
|
|
105
105
|
export { efficiencyControllerMttrDrilldown, useEfficiencyControllerMttrDrilldownQuery, } from './hooks/useEfficiencyControllerMttrDrilldownQuery';
|
|
106
106
|
export { efficiencyControllerMttr, useEfficiencyControllerMttrQuery, } from './hooks/useEfficiencyControllerMttrQuery';
|
|
107
107
|
export { efficiencyControllerSummary, useEfficiencyControllerSummaryQuery, } from './hooks/useEfficiencyControllerSummaryQuery';
|
|
108
|
+
export { efficiencyInsightsExportControllerCreateExport, useEfficiencyInsightsExportControllerCreateExportMutation, } from './hooks/useEfficiencyInsightsExportControllerCreateExportMutation';
|
|
109
|
+
export { efficiencyInsightsExportControllerDownloadExport, useEfficiencyInsightsExportControllerDownloadExportQuery, } from './hooks/useEfficiencyInsightsExportControllerDownloadExportQuery';
|
|
110
|
+
export { efficiencyInsightsExportControllerGenerateExportSync, useEfficiencyInsightsExportControllerGenerateExportSyncMutation, } from './hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation';
|
|
111
|
+
export { efficiencyInsightsExportControllerGetExportStatus, useEfficiencyInsightsExportControllerGetExportStatusQuery, } from './hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery';
|
|
112
|
+
export { efficiencyInsightsExportControllerListExports, useEfficiencyInsightsExportControllerListExportsQuery, } from './hooks/useEfficiencyInsightsExportControllerListExportsQuery';
|
|
108
113
|
export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
|
|
109
114
|
export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
|
110
115
|
export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
|
@@ -128,6 +133,8 @@ export { integrationControllerGetItsmCustomFields, useIntegrationControllerGetIt
|
|
|
128
133
|
export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
129
134
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
130
135
|
export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
|
|
136
|
+
export { integrationPropertiesControllerGetProperties, useIntegrationPropertiesControllerGetPropertiesQuery, } from './hooks/useIntegrationPropertiesControllerGetPropertiesQuery';
|
|
137
|
+
export { integrationPropertiesControllerGetValues, useIntegrationPropertiesControllerGetValuesQuery, } from './hooks/useIntegrationPropertiesControllerGetValuesQuery';
|
|
131
138
|
export { integrationStatsControllerGetCicdJobRunsCountWithDateRange, useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation';
|
|
132
139
|
export { integrationStatsControllerGetCicdJobsCount, useIntegrationStatsControllerGetCicdJobsCountQuery, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
|
|
133
140
|
export { integrationStatsControllerGetCicdJobsCountWithDateRange, useIntegrationStatsControllerGetCicdJobsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountWithDateRangeMutation';
|
|
@@ -232,6 +239,21 @@ export { sprintInsightsExportControllerGetExportStatus, useSprintInsightsExportC
|
|
|
232
239
|
export { sprintInsightsExportControllerGetExportStatus_1, useSprintInsightsExportControllerGetExportStatus_1Query, } from './hooks/useSprintInsightsExportControllerGetExportStatus_1Query';
|
|
233
240
|
export { sprintInsightsExportControllerListExports, useSprintInsightsExportControllerListExportsQuery, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
|
|
234
241
|
export { sprintInsightsExportControllerListExports_1, useSprintInsightsExportControllerListExports_1Query, } from './hooks/useSprintInsightsExportControllerListExports_1Query';
|
|
242
|
+
export { teamSettingsControllerGetCatalog, useTeamSettingsControllerGetCatalogQuery, } from './hooks/useTeamSettingsControllerGetCatalogQuery';
|
|
243
|
+
export { teamSettingsDefaultsControllerCloneDefault, useTeamSettingsDefaultsControllerCloneDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation';
|
|
244
|
+
export { teamSettingsDefaultsControllerCreateDefault, useTeamSettingsDefaultsControllerCreateDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation';
|
|
245
|
+
export { teamSettingsDefaultsControllerDeleteDefault, useTeamSettingsDefaultsControllerDeleteDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation';
|
|
246
|
+
export { teamSettingsDefaultsControllerGetDefault, useTeamSettingsDefaultsControllerGetDefaultQuery, } from './hooks/useTeamSettingsDefaultsControllerGetDefaultQuery';
|
|
247
|
+
export { teamSettingsDefaultsControllerListDefaults, useTeamSettingsDefaultsControllerListDefaultsQuery, } from './hooks/useTeamSettingsDefaultsControllerListDefaultsQuery';
|
|
248
|
+
export { teamSettingsDefaultsControllerPatchDefault, useTeamSettingsDefaultsControllerPatchDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation';
|
|
249
|
+
export { teamSettingsDefaultsControllerReplaceDefault, useTeamSettingsDefaultsControllerReplaceDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation';
|
|
250
|
+
export { teamSettingsOrgTreeControllerGetTeamSettingsDefaultsMapping, useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery, } from './hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery';
|
|
251
|
+
export { teamSettingsOrgTreeControllerPreviewDefault, useTeamSettingsOrgTreeControllerPreviewDefaultQuery, } from './hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery';
|
|
252
|
+
export { teamSettingsOverridesControllerCreateOverride, useTeamSettingsOverridesControllerCreateOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerCreateOverrideMutation';
|
|
253
|
+
export { teamSettingsOverridesControllerDeleteOverride, useTeamSettingsOverridesControllerDeleteOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation';
|
|
254
|
+
export { teamSettingsOverridesControllerGetTeamSettings, useTeamSettingsOverridesControllerGetTeamSettingsQuery, } from './hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery';
|
|
255
|
+
export { teamSettingsOverridesControllerPatchOverride, useTeamSettingsOverridesControllerPatchOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerPatchOverrideMutation';
|
|
256
|
+
export { teamSettingsOverridesControllerReplaceOverride, useTeamSettingsOverridesControllerReplaceOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation';
|
|
235
257
|
export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
|
|
236
258
|
export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
|
|
237
259
|
export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { CatalogPropertyDto } from '../schemas/CatalogPropertyDto';
|
|
2
|
+
export interface CatalogEntityDto {
|
|
3
|
+
appTypeProperties?: {
|
|
4
|
+
[key: string]: CatalogPropertyDto[];
|
|
5
|
+
};
|
|
6
|
+
applicableMetrics?: string[];
|
|
7
|
+
defaultProperties?: CatalogPropertyDto[];
|
|
8
|
+
description?: string;
|
|
9
|
+
dynamic?: boolean;
|
|
10
|
+
entityName?: string;
|
|
11
|
+
entityType?: string;
|
|
12
|
+
integrationType?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @format int32
|
|
15
|
+
*/
|
|
16
|
+
sortOrder?: number;
|
|
17
|
+
supportsCustomFields?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { DateRange } from '../schemas/DateRange';
|
|
2
|
+
import type { ExportOptions } from '../schemas/ExportOptions';
|
|
3
|
+
import type { ExportScope } from '../schemas/ExportScope';
|
|
4
|
+
/**
|
|
5
|
+
* Efficiency export request details
|
|
6
|
+
*/
|
|
7
|
+
export interface EfficiencyExportRequestDto {
|
|
8
|
+
dateRange: DateRange;
|
|
9
|
+
/**
|
|
10
|
+
* Metric groups to export (mutually exclusive with metrics)
|
|
11
|
+
* @example ["lttc","df","mttr","cfr","summary"]
|
|
12
|
+
*/
|
|
13
|
+
metricGroups?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* Specific metric columns to export (mutually exclusive with metricGroups)
|
|
16
|
+
* @example ["LTTC_Mean_Days","DF_Deployment_Count","CFR_Failure_Rate_Percent"]
|
|
17
|
+
*/
|
|
18
|
+
metrics?: string[];
|
|
19
|
+
options?: ExportOptions;
|
|
20
|
+
scope?: ExportScope;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CreatedBy } from '../schemas/CreatedBy';
|
|
2
|
+
import type { Metadata } from '../schemas/Metadata';
|
|
3
|
+
export interface EfficiencyExportResponseDto {
|
|
4
|
+
/**
|
|
5
|
+
* @format date-time
|
|
6
|
+
*/
|
|
7
|
+
createdAt?: string;
|
|
8
|
+
createdBy?: CreatedBy;
|
|
9
|
+
exportId?: string;
|
|
10
|
+
message?: string;
|
|
11
|
+
metadata?: Metadata;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { CancelledBy } from '../schemas/CancelledBy';
|
|
2
|
+
import type { CreatedBy } from '../schemas/CreatedBy';
|
|
3
|
+
import type { Download } from '../schemas/Download';
|
|
4
|
+
import type { ErrorInfo } from '../schemas/ErrorInfo';
|
|
5
|
+
import type { Metadata } from '../schemas/Metadata';
|
|
6
|
+
import type { Scope } from '../schemas/Scope';
|
|
7
|
+
export interface EfficiencyExportStatusResponseDto {
|
|
8
|
+
/**
|
|
9
|
+
* @format date-time
|
|
10
|
+
*/
|
|
11
|
+
cancelledAt?: string;
|
|
12
|
+
cancelledBy?: CancelledBy;
|
|
13
|
+
/**
|
|
14
|
+
* @format date-time
|
|
15
|
+
*/
|
|
16
|
+
completedAt?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @format date-time
|
|
19
|
+
*/
|
|
20
|
+
createdAt?: string;
|
|
21
|
+
createdBy?: CreatedBy;
|
|
22
|
+
download?: Download;
|
|
23
|
+
error?: ErrorInfo;
|
|
24
|
+
exportId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @format date-time
|
|
27
|
+
*/
|
|
28
|
+
failedAt?: string;
|
|
29
|
+
metadata?: Metadata;
|
|
30
|
+
scope?: Scope;
|
|
31
|
+
status?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
|
|
2
|
+
import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
|
|
3
|
+
import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
|
|
4
|
+
import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
|
|
5
|
+
export interface EntityDto {
|
|
6
|
+
applicableInsights?: Array<'AI_INSIGHTS' | 'BA' | 'DORA' | 'PRODUCTIVITY' | 'SECURITY' | 'SPRINT_INSIGHTS'>;
|
|
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
|
+
baCategoryColor?: string;
|
|
9
|
+
config?: BugPriorityConfig & NewFeaturesConfig;
|
|
10
|
+
entityKey?: string;
|
|
11
|
+
entityName?: string;
|
|
12
|
+
entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
|
|
13
|
+
integrationFilters?: {
|
|
14
|
+
[key: string]: CompositeFilterExpression & SimpleFilterExpression;
|
|
15
|
+
};
|
|
16
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
|
|
17
|
+
useDefaults?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
|
|
2
|
+
import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
|
|
3
|
+
import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
|
|
4
|
+
import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
|
|
5
|
+
export interface EntityRequestDto {
|
|
6
|
+
config?: BugPriorityConfig & NewFeaturesConfig;
|
|
7
|
+
entityKey?: string;
|
|
8
|
+
entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
|
|
9
|
+
integrationFilters?: {
|
|
10
|
+
[key: string]: CompositeFilterExpression & SimpleFilterExpression;
|
|
11
|
+
};
|
|
12
|
+
useDefaults?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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?: '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' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | '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
|
*/
|
|
@@ -9,7 +9,7 @@ export interface GroupedTeamFiltersResponseDto {
|
|
|
9
9
|
insightConfigs?: {
|
|
10
10
|
[key: string]: TeamInsightConfigDto[];
|
|
11
11
|
};
|
|
12
|
-
metricsUsingDeveloperFilters?: Array<'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'WORK_COMPLETED'>;
|
|
12
|
+
metricsUsingDeveloperFilters?: 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'>;
|
|
13
13
|
/**
|
|
14
14
|
* @format int32
|
|
15
15
|
*/
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ActivityDataDto } from '../schemas/ActivityDataDto';
|
|
2
|
+
import type { JobDetailDto } from '../schemas/JobDetailDto';
|
|
2
3
|
export interface IntegrationHealthStatusDto {
|
|
3
4
|
activityData?: ActivityDataDto;
|
|
4
5
|
activityStatus?: string;
|
|
@@ -7,6 +8,7 @@ export interface IntegrationHealthStatusDto {
|
|
|
7
8
|
* @format int32
|
|
8
9
|
*/
|
|
9
10
|
failedJobs?: number;
|
|
11
|
+
jobDetails?: JobDetailDto[];
|
|
10
12
|
/**
|
|
11
13
|
* @format int32
|
|
12
14
|
*/
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IntegrationCustomFieldDto } from '../schemas/IntegrationCustomFieldDto';
|
|
2
|
+
import type { IntegrationPropertyDto } from '../schemas/IntegrationPropertyDto';
|
|
3
|
+
export interface IntegrationPropertiesResponseDto {
|
|
4
|
+
customFields?: IntegrationCustomFieldDto[];
|
|
5
|
+
properties?: IntegrationPropertyDto[];
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
|
|
|
5
5
|
/**
|
|
6
6
|
* Application type
|
|
7
7
|
*/
|
|
8
|
-
applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'QTEST' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
|
|
8
|
+
applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'GIT_AI' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'QTEST' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
|
|
9
9
|
/**
|
|
10
10
|
* Integration ID
|
|
11
11
|
* @format int32
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface JobDetailDto {
|
|
2
|
+
etlStatus?: string;
|
|
3
|
+
jobId?: string;
|
|
4
|
+
/**
|
|
5
|
+
* @format int64
|
|
6
|
+
*/
|
|
7
|
+
scanDurationMs?: number;
|
|
8
|
+
scanFrom?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int64
|
|
11
|
+
*/
|
|
12
|
+
scanFromEpochMs?: number;
|
|
13
|
+
scanTo?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @format int64
|
|
16
|
+
*/
|
|
17
|
+
scanToEpochMs?: number;
|
|
18
|
+
status?: string;
|
|
19
|
+
successful?: boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -6,7 +6,7 @@ export interface SimpleFilter {
|
|
|
6
6
|
* Filter key
|
|
7
7
|
* @example "PROJECT"
|
|
8
8
|
*/
|
|
9
|
-
filterKey?: '
|
|
9
|
+
filterKey?: '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' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | '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,7 @@
|
|
|
1
|
+
import type { FilterExpression } from '../schemas/FilterExpression';
|
|
2
|
+
export interface SimpleFilterExpression extends FilterExpression {
|
|
3
|
+
customFieldId?: string;
|
|
4
|
+
operator?: 'CONTAINS' | 'ENDS_WITH' | 'EQUALS' | 'NOT_CONTAINS' | 'NOT_EQUALS' | 'STARTS_WITH';
|
|
5
|
+
property?: string;
|
|
6
|
+
values?: string[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4,10 +4,10 @@ export interface TeamFilter {
|
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
|
-
applicableMetrics?: Array<'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'WORK_COMPLETED'>;
|
|
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?: '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' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | '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
|
*/
|
|
@@ -4,5 +4,5 @@ export interface TeamInsightConfigDto {
|
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
|
-
insightFeature?: 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'WORK_COMPLETED';
|
|
7
|
+
insightFeature?: '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
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { TeamSettingsDeveloperSettingsDto } from '../schemas/TeamSettingsDeveloperSettingsDto';
|
|
2
|
+
import type { EntityDto } from '../schemas/EntityDto';
|
|
3
|
+
import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
|
|
4
|
+
import type { OrgTreeDto } from '../schemas/OrgTreeDto';
|
|
5
|
+
export interface TeamSettingsDefaultDto {
|
|
6
|
+
/**
|
|
7
|
+
* @format date-time
|
|
8
|
+
*/
|
|
9
|
+
createdAt?: string;
|
|
10
|
+
createdBy?: string;
|
|
11
|
+
developerSettings?: TeamSettingsDeveloperSettingsDto;
|
|
12
|
+
entities?: EntityDto[];
|
|
13
|
+
/**
|
|
14
|
+
* @format uuid
|
|
15
|
+
*/
|
|
16
|
+
id?: string;
|
|
17
|
+
integrations?: TeamSettingsIntegrations;
|
|
18
|
+
name?: string;
|
|
19
|
+
orgTree?: OrgTreeDto;
|
|
20
|
+
teamRefIds?: number[];
|
|
21
|
+
/**
|
|
22
|
+
* @format date-time
|
|
23
|
+
*/
|
|
24
|
+
updatedAt?: string;
|
|
25
|
+
updatedBy?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|