@harnessio/react-sei-panorama-service-client 0.25.18 → 0.25.20
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/useAiInsightsControllerGetRawMetricsQuery.d.ts +4 -5
- package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetRawMetricsQuery.js +4 -5
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationProjectsQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationProjectsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationReposQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationReposQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useMigrationControllerExecuteMigrationMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useMigrationControllerExecuteMigrationMutation.js +18 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.d.ts +46 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +58 -1
- package/dist/sei-panorama-service/src/services/index.js +13 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.d.ts +41 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.d.ts +32 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/AiMetrics.d.ts +6 -6
- package/dist/sei-panorama-service/src/services/schemas/AiRawMetricsRequestDto.d.ts +2 -1
- package/dist/sei-panorama-service/src/services/schemas/AiReworkSummaryResponseDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/AiprVelocitySummaryResponseDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/CursorMetrics.d.ts +16 -17
- package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +16 -3
- package/dist/sei-panorama-service/src/services/schemas/IntegrationWithValuesDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationWithValuesDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationConfig.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationConfig.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationExecutionResponse.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationExecutionResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationScriptResponse.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/MigrationScriptResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MvAnalysis.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MvAnalysis.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.d.ts +32 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.d.ts +46 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.d.ts +47 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OverallPrMetrics.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/OverallPrMetrics.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/{OverallMetrics.d.ts → OverallReworkMetrics.d.ts} +1 -1
- package/dist/sei-panorama-service/src/services/schemas/OverallReworkMetrics.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.d.ts +32 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.d.ts +51 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TenantMvAnalysis.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/TenantMvAnalysis.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.d.ts +48 -0
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/WindsurfMetrics.d.ts +8 -9
- package/package.json +1 -1
- /package/dist/sei-panorama-service/src/services/schemas/{OverallMetrics.js → AgedVulnerabilitiesBreakdownItemDto.js} +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useQuery } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function securityInsightsControllerGetTotalOpenVulnerabilities(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/security/open-vulnerabilities`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves total count of open vulnerabilities with platform and severity breakdowns
|
|
11
|
+
*/
|
|
12
|
+
export function useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery(props, options) {
|
|
13
|
+
return useQuery(['SecurityInsightsControllerGetTotalOpenVulnerabilities', props.queryParams], ({ signal }) => securityInsightsControllerGetTotalOpenVulnerabilities(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { TeamFiltersResponseDto } from '../schemas/TeamFiltersResponseDto';
|
|
3
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface TeamsControllerGetTeamFiltersQueryPathParams {
|
|
7
|
+
/**
|
|
8
|
+
* @format int32
|
|
9
|
+
*/
|
|
10
|
+
teamRefId: number;
|
|
11
|
+
}
|
|
12
|
+
export interface TeamsControllerGetTeamFiltersQueryQueryParams {
|
|
13
|
+
integration_type?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
14
|
+
}
|
|
15
|
+
export type TeamsControllerGetTeamFiltersOkResponse = ResponseWithPagination<TeamFiltersResponseDto>;
|
|
16
|
+
export type TeamsControllerGetTeamFiltersErrorResponse = ErrorResponse;
|
|
17
|
+
export interface TeamsControllerGetTeamFiltersProps extends TeamsControllerGetTeamFiltersQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamFiltersQueryQueryParams, unknown>, 'url'> {
|
|
18
|
+
queryParams: TeamsControllerGetTeamFiltersQueryQueryParams;
|
|
19
|
+
}
|
|
20
|
+
export declare function teamsControllerGetTeamFilters(props: TeamsControllerGetTeamFiltersProps): Promise<TeamsControllerGetTeamFiltersOkResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Returns comprehensive filter definitions for the specified team including integration-specific filters, business alignment categories, and insight configurations. Supports optional filtering by integration type. This endpoint follows Microsoft and Stripe API design guidelines with snake_case JSON properties.
|
|
23
|
+
*/
|
|
24
|
+
export declare function useTeamsControllerGetTeamFiltersQuery(props: TeamsControllerGetTeamFiltersProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamFiltersOkResponse, TeamsControllerGetTeamFiltersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamFiltersOkResponse, ErrorResponse>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useQuery } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function teamsControllerGetTeamFilters(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/teams/${props.teamRefId}/filters`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns comprehensive filter definitions for the specified team including integration-specific filters, business alignment categories, and insight configurations. Supports optional filtering by integration type. This endpoint follows Microsoft and Stripe API design guidelines with snake_case JSON properties.
|
|
11
|
+
*/
|
|
12
|
+
export function useTeamsControllerGetTeamFiltersQuery(props, options) {
|
|
13
|
+
return useQuery(['TeamsControllerGetTeamFilters', props.teamRefId, props.queryParams], ({ signal }) => teamsControllerGetTeamFilters(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -197,6 +197,10 @@ export type { ImFieldsControllerListImFieldsErrorResponse, ImFieldsControllerLis
|
|
|
197
197
|
export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery, } from './hooks/useImFieldsControllerListImFieldsQuery';
|
|
198
198
|
export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationControllerGetFilterValuesOkResponse, IntegrationControllerGetFilterValuesProps, IntegrationControllerGetFilterValuesQueryQueryParams, IntegrationControllerGetFilterValuesRequestBody, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
199
199
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
200
|
+
export type { IntegrationControllerGetIntegrationProjectsErrorResponse, IntegrationControllerGetIntegrationProjectsOkResponse, IntegrationControllerGetIntegrationProjectsProps, IntegrationControllerGetIntegrationProjectsQueryQueryParams, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
|
|
201
|
+
export { integrationControllerGetIntegrationProjects, useIntegrationControllerGetIntegrationProjectsQuery, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
|
|
202
|
+
export type { IntegrationControllerGetIntegrationReposErrorResponse, IntegrationControllerGetIntegrationReposOkResponse, IntegrationControllerGetIntegrationReposProps, IntegrationControllerGetIntegrationReposQueryQueryParams, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
|
|
203
|
+
export { integrationControllerGetIntegrationRepos, useIntegrationControllerGetIntegrationReposQuery, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
|
|
200
204
|
export type { IntegrationControllerListIntegrationConfigsErrorResponse, IntegrationControllerListIntegrationConfigsOkResponse, IntegrationControllerListIntegrationConfigsProps, IntegrationControllerListIntegrationConfigsQueryQueryParams, IntegrationControllerListIntegrationConfigsRequestBody, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
201
205
|
export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
202
206
|
export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
@@ -253,6 +257,8 @@ export type { LicenseControllerListLicensesErrorResponse, LicenseControllerListL
|
|
|
253
257
|
export { licenseControllerListLicenses, useLicenseControllerListLicensesQuery, } from './hooks/useLicenseControllerListLicensesQuery';
|
|
254
258
|
export type { MigrationControllerCreateSchemaForMigrationErrorResponse, MigrationControllerCreateSchemaForMigrationOkResponse, MigrationControllerCreateSchemaForMigrationProps, MigrationControllerCreateSchemaForMigrationRequestBody, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
|
|
255
259
|
export { migrationControllerCreateSchemaForMigration, useMigrationControllerCreateSchemaForMigrationMutation, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
|
|
260
|
+
export type { MigrationControllerExecuteMigrationErrorResponse, MigrationControllerExecuteMigrationOkResponse, MigrationControllerExecuteMigrationProps, MigrationControllerExecuteMigrationRequestBody, } from './hooks/useMigrationControllerExecuteMigrationMutation';
|
|
261
|
+
export { migrationControllerExecuteMigration, useMigrationControllerExecuteMigrationMutation, } from './hooks/useMigrationControllerExecuteMigrationMutation';
|
|
256
262
|
export type { MigrationControllerProcessHistoricalDataForMigrationErrorResponse, MigrationControllerProcessHistoricalDataForMigrationOkResponse, MigrationControllerProcessHistoricalDataForMigrationProps, MigrationControllerProcessHistoricalDataForMigrationRequestBody, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
|
|
257
263
|
export { migrationControllerProcessHistoricalDataForMigration, useMigrationControllerProcessHistoricalDataForMigrationMutation, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
|
|
258
264
|
export type { OrgTreeControllerCreateOrgTreeErrorResponse, OrgTreeControllerCreateOrgTreeMutationQueryParams, OrgTreeControllerCreateOrgTreeOkResponse, OrgTreeControllerCreateOrgTreeProps, OrgTreeControllerCreateOrgTreeRequestBody, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
|
@@ -323,6 +329,24 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
|
|
|
323
329
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
324
330
|
export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
325
331
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
332
|
+
export type { SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
|
|
333
|
+
export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
|
|
334
|
+
export type { SecurityInsightsControllerGetAgedVulnerabilitiesErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesProps, SecurityInsightsControllerGetAgedVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
|
|
335
|
+
export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
|
|
336
|
+
export type { SecurityInsightsControllerGetMttrBreakdownErrorResponse, SecurityInsightsControllerGetMttrBreakdownOkResponse, SecurityInsightsControllerGetMttrBreakdownProps, SecurityInsightsControllerGetMttrBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
|
|
337
|
+
export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
|
|
338
|
+
export type { SecurityInsightsControllerGetMttrErrorResponse, SecurityInsightsControllerGetMttrOkResponse, SecurityInsightsControllerGetMttrProps, SecurityInsightsControllerGetMttrQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
|
|
339
|
+
export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
|
|
340
|
+
export type { SecurityInsightsControllerGetOpenCloseRateBreakdownErrorResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownOkResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownProps, SecurityInsightsControllerGetOpenCloseRateBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
|
|
341
|
+
export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
|
|
342
|
+
export type { SecurityInsightsControllerGetOpenCloseRateErrorResponse, SecurityInsightsControllerGetOpenCloseRateOkResponse, SecurityInsightsControllerGetOpenCloseRateProps, SecurityInsightsControllerGetOpenCloseRateQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
|
|
343
|
+
export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
|
|
344
|
+
export type { SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
|
|
345
|
+
export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
|
|
346
|
+
export type { SecurityInsightsControllerGetSecurityDrilldownErrorResponse, SecurityInsightsControllerGetSecurityDrilldownOkResponse, SecurityInsightsControllerGetSecurityDrilldownProps, SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
|
|
347
|
+
export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
|
|
348
|
+
export type { SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps, SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
|
|
349
|
+
export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
|
|
326
350
|
export type { SecurityProfileControllerCreateProfileErrorResponse, SecurityProfileControllerCreateProfileOkResponse, SecurityProfileControllerCreateProfileProps, SecurityProfileControllerCreateProfileRequestBody, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
|
|
327
351
|
export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
|
|
328
352
|
export type { SecurityProfileControllerDeleteProfileErrorResponse, SecurityProfileControllerDeleteProfileMutationPathParams, SecurityProfileControllerDeleteProfileOkResponse, SecurityProfileControllerDeleteProfileProps, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
|
|
@@ -351,6 +375,8 @@ export type { TeamsControllerGetDevelopersNotInTeamErrorResponse, TeamsControlle
|
|
|
351
375
|
export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
|
|
352
376
|
export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
353
377
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
378
|
+
export type { TeamsControllerGetTeamFiltersErrorResponse, TeamsControllerGetTeamFiltersOkResponse, TeamsControllerGetTeamFiltersProps, TeamsControllerGetTeamFiltersQueryPathParams, TeamsControllerGetTeamFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
|
|
379
|
+
export { teamsControllerGetTeamFilters, useTeamsControllerGetTeamFiltersQuery, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
|
|
354
380
|
export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
355
381
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
356
382
|
export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
|
@@ -375,6 +401,11 @@ export type { AccessResponseDto } from './schemas/AccessResponseDto';
|
|
|
375
401
|
export type { ActivityDataDto } from './schemas/ActivityDataDto';
|
|
376
402
|
export type { AdoptionDataPoint } from './schemas/AdoptionDataPoint';
|
|
377
403
|
export type { AdoptionPeriodData } from './schemas/AdoptionPeriodData';
|
|
404
|
+
export type { AgedVulnerabilitiesBreakdownItemDto } from './schemas/AgedVulnerabilitiesBreakdownItemDto';
|
|
405
|
+
export type { AgedVulnerabilitiesBreakdownResponseDto } from './schemas/AgedVulnerabilitiesBreakdownResponseDto';
|
|
406
|
+
export type { AgedVulnerabilitiesDataPointDto } from './schemas/AgedVulnerabilitiesDataPointDto';
|
|
407
|
+
export type { AgedVulnerabilitiesResponseDto } from './schemas/AgedVulnerabilitiesResponseDto';
|
|
408
|
+
export type { AgedVulnerabilitiesSummaryDto } from './schemas/AgedVulnerabilitiesSummaryDto';
|
|
378
409
|
export type { AiAdoptionBreakdownRequestDto } from './schemas/AiAdoptionBreakdownRequestDto';
|
|
379
410
|
export type { AiAdoptionBreakdownResponseDto } from './schemas/AiAdoptionBreakdownResponseDto';
|
|
380
411
|
export type { AiAdoptionMetricsRequestDto } from './schemas/AiAdoptionMetricsRequestDto';
|
|
@@ -537,6 +568,7 @@ export type { IntegrationStatsDto } from './schemas/IntegrationStatsDto';
|
|
|
537
568
|
export type { IntegrationSummary } from './schemas/IntegrationSummary';
|
|
538
569
|
export type { IntegrationUser } from './schemas/IntegrationUser';
|
|
539
570
|
export type { IntegrationUserInfo } from './schemas/IntegrationUserInfo';
|
|
571
|
+
export type { IntegrationWithValuesDto } from './schemas/IntegrationWithValuesDto';
|
|
540
572
|
export type { IssueRequest } from './schemas/IssueRequest';
|
|
541
573
|
export type { IssuesPipelineExecutionResponse } from './schemas/IssuesPipelineExecutionResponse';
|
|
542
574
|
export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPipelineExecutionResponseWrapper';
|
|
@@ -559,10 +591,13 @@ export type { ListResponseDtobaProfileResponseDto } from './schemas/ListResponse
|
|
|
559
591
|
export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
|
|
560
592
|
export type { LtcStageDto } from './schemas/LtcStageDto';
|
|
561
593
|
export type { Metric } from './schemas/Metric';
|
|
594
|
+
export type { MigrationConfig } from './schemas/MigrationConfig';
|
|
595
|
+
export type { MigrationExecutionResponse } from './schemas/MigrationExecutionResponse';
|
|
562
596
|
export type { MigrationHistoricalDataRequest } from './schemas/MigrationHistoricalDataRequest';
|
|
563
597
|
export type { MigrationHistoricalDataResponse } from './schemas/MigrationHistoricalDataResponse';
|
|
564
598
|
export type { MigrationSchemaCreationRequest } from './schemas/MigrationSchemaCreationRequest';
|
|
565
599
|
export type { MigrationSchemaCreationResponse } from './schemas/MigrationSchemaCreationResponse';
|
|
600
|
+
export type { MigrationScriptResponse } from './schemas/MigrationScriptResponse';
|
|
566
601
|
export type { MinimalDeveloperDto } from './schemas/MinimalDeveloperDto';
|
|
567
602
|
export type { MinimalOrgTree } from './schemas/MinimalOrgTree';
|
|
568
603
|
export type { MinimalTeamHierarchyResponseDto } from './schemas/MinimalTeamHierarchyResponseDto';
|
|
@@ -572,13 +607,25 @@ export type { MttrDataPoint } from './schemas/MttrDataPoint';
|
|
|
572
607
|
export type { MttrDrillDownResponseDto } from './schemas/MttrDrillDownResponseDto';
|
|
573
608
|
export type { MttrDrilldownRequest } from './schemas/MttrDrilldownRequest';
|
|
574
609
|
export type { MttrMetric } from './schemas/MttrMetric';
|
|
610
|
+
export type { MvAnalysis } from './schemas/MvAnalysis';
|
|
611
|
+
export type { OpenCloseRateBreakdownItemDto } from './schemas/OpenCloseRateBreakdownItemDto';
|
|
612
|
+
export type { OpenCloseRateBreakdownResponseDto } from './schemas/OpenCloseRateBreakdownResponseDto';
|
|
613
|
+
export type { OpenCloseRateDataPointDto } from './schemas/OpenCloseRateDataPointDto';
|
|
614
|
+
export type { OpenCloseRateResponseDto } from './schemas/OpenCloseRateResponseDto';
|
|
615
|
+
export type { OpenCloseRateSummaryDto } from './schemas/OpenCloseRateSummaryDto';
|
|
616
|
+
export type { OpenVulnerabilitiesBreakdownItemDto } from './schemas/OpenVulnerabilitiesBreakdownItemDto';
|
|
617
|
+
export type { OpenVulnerabilitiesBreakdownResponseDto } from './schemas/OpenVulnerabilitiesBreakdownResponseDto';
|
|
618
|
+
export type { OpenVulnerabilitiesDataPointDto } from './schemas/OpenVulnerabilitiesDataPointDto';
|
|
619
|
+
export type { OpenVulnerabilitiesResponseDto } from './schemas/OpenVulnerabilitiesResponseDto';
|
|
620
|
+
export type { OpenVulnerabilitiesSummaryDto } from './schemas/OpenVulnerabilitiesSummaryDto';
|
|
575
621
|
export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
|
|
576
622
|
export type { OrgTreePreviewRequestDto } from './schemas/OrgTreePreviewRequestDto';
|
|
577
623
|
export type { OrgTreeProfileDto } from './schemas/OrgTreeProfileDto';
|
|
578
624
|
export type { OrgTreeResponseDto } from './schemas/OrgTreeResponseDto';
|
|
579
625
|
export type { OrgTreeSearchParams } from './schemas/OrgTreeSearchParams';
|
|
580
626
|
export type { OrgTreeUpdateRequestDto } from './schemas/OrgTreeUpdateRequestDto';
|
|
581
|
-
export type {
|
|
627
|
+
export type { OverallPrMetrics } from './schemas/OverallPrMetrics';
|
|
628
|
+
export type { OverallReworkMetrics } from './schemas/OverallReworkMetrics';
|
|
582
629
|
export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTeamSummary';
|
|
583
630
|
export type { PaginationInfo } from './schemas/PaginationInfo';
|
|
584
631
|
export type { PaginationMetadata } from './schemas/PaginationMetadata';
|
|
@@ -627,8 +674,15 @@ export type { ReworkSummaryBreakdown } from './schemas/ReworkSummaryBreakdown';
|
|
|
627
674
|
export type { ReworkSummaryMetrics } from './schemas/ReworkSummaryMetrics';
|
|
628
675
|
export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
|
|
629
676
|
export type { SectionDto } from './schemas/SectionDto';
|
|
677
|
+
export type { SecurityDrilldownResponseDto } from './schemas/SecurityDrilldownResponseDto';
|
|
678
|
+
export type { SecurityMttrBreakdownItemDto } from './schemas/SecurityMttrBreakdownItemDto';
|
|
679
|
+
export type { SecurityMttrBreakdownResponseDto } from './schemas/SecurityMttrBreakdownResponseDto';
|
|
680
|
+
export type { SecurityMttrDataPointDto } from './schemas/SecurityMttrDataPointDto';
|
|
681
|
+
export type { SecurityMttrResponseDto } from './schemas/SecurityMttrResponseDto';
|
|
682
|
+
export type { SecurityMttrSummaryDto } from './schemas/SecurityMttrSummaryDto';
|
|
630
683
|
export type { SecurityProfileCreateRequestDto } from './schemas/SecurityProfileCreateRequestDto';
|
|
631
684
|
export type { SecurityProfileResponseDto } from './schemas/SecurityProfileResponseDto';
|
|
685
|
+
export type { SimpleFilter } from './schemas/SimpleFilter';
|
|
632
686
|
export type { SortOption } from './schemas/SortOption';
|
|
633
687
|
export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
|
|
634
688
|
export type { SprintDeliveryAnalysisDto } from './schemas/SprintDeliveryAnalysisDto';
|
|
@@ -666,6 +720,7 @@ export type { TeamDeveloperDto } from './schemas/TeamDeveloperDto';
|
|
|
666
720
|
export type { TeamDeveloperSearchParams } from './schemas/TeamDeveloperSearchParams';
|
|
667
721
|
export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
|
|
668
722
|
export type { TeamFilter } from './schemas/TeamFilter';
|
|
723
|
+
export type { TeamFiltersResponseDto } from './schemas/TeamFiltersResponseDto';
|
|
669
724
|
export type { TeamHierarchyDto } from './schemas/TeamHierarchyDto';
|
|
670
725
|
export type { TeamInfo } from './schemas/TeamInfo';
|
|
671
726
|
export type { TeamInfoUpdateRequestDto } from './schemas/TeamInfoUpdateRequestDto';
|
|
@@ -676,12 +731,14 @@ export type { TeamResponse } from './schemas/TeamResponse';
|
|
|
676
731
|
export type { TeamSearchParams } from './schemas/TeamSearchParams';
|
|
677
732
|
export type { TeamSummary } from './schemas/TeamSummary';
|
|
678
733
|
export type { TeamsByAccessResponseDto } from './schemas/TeamsByAccessResponseDto';
|
|
734
|
+
export type { TenantMvAnalysis } from './schemas/TenantMvAnalysis';
|
|
679
735
|
export type { ToolSummary } from './schemas/ToolSummary';
|
|
680
736
|
export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
|
|
681
737
|
export type { TrendDataPoint } from './schemas/TrendDataPoint';
|
|
682
738
|
export type { UserMetrics } from './schemas/UserMetrics';
|
|
683
739
|
export type { ValidationError } from './schemas/ValidationError';
|
|
684
740
|
export type { VersionReleaseRequest } from './schemas/VersionReleaseRequest';
|
|
741
|
+
export type { VulnerabilityDetail } from './schemas/VulnerabilityDetail';
|
|
685
742
|
export type { WindsurfMetrics } from './schemas/WindsurfMetrics';
|
|
686
743
|
export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
|
|
687
744
|
export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
|
|
@@ -97,6 +97,8 @@ export { exportControllerForTeamsExportData, useExportControllerForTeamsExportDa
|
|
|
97
97
|
export { healthControllerCheckDbHealth, useHealthControllerCheckDbHealthQuery, } from './hooks/useHealthControllerCheckDbHealthQuery';
|
|
98
98
|
export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery, } from './hooks/useImFieldsControllerListImFieldsQuery';
|
|
99
99
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
100
|
+
export { integrationControllerGetIntegrationProjects, useIntegrationControllerGetIntegrationProjectsQuery, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
|
|
101
|
+
export { integrationControllerGetIntegrationRepos, useIntegrationControllerGetIntegrationReposQuery, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
|
|
100
102
|
export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
|
|
101
103
|
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
|
102
104
|
export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
|
|
@@ -125,6 +127,7 @@ export { licenseControllerGetDailyDeveloperCounts, useLicenseControllerGetDailyD
|
|
|
125
127
|
export { licenseControllerGetMonthlyDeveloperCounts, useLicenseControllerGetMonthlyDeveloperCountsQuery, } from './hooks/useLicenseControllerGetMonthlyDeveloperCountsQuery';
|
|
126
128
|
export { licenseControllerListLicenses, useLicenseControllerListLicensesQuery, } from './hooks/useLicenseControllerListLicensesQuery';
|
|
127
129
|
export { migrationControllerCreateSchemaForMigration, useMigrationControllerCreateSchemaForMigrationMutation, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
|
|
130
|
+
export { migrationControllerExecuteMigration, useMigrationControllerExecuteMigrationMutation, } from './hooks/useMigrationControllerExecuteMigrationMutation';
|
|
128
131
|
export { migrationControllerProcessHistoricalDataForMigration, useMigrationControllerProcessHistoricalDataForMigrationMutation, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
|
|
129
132
|
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
|
130
133
|
export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
|
|
@@ -160,6 +163,15 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
|
|
|
160
163
|
export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
|
|
161
164
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
162
165
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
166
|
+
export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
|
|
167
|
+
export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
|
|
168
|
+
export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
|
|
169
|
+
export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
|
|
170
|
+
export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
|
|
171
|
+
export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
|
|
172
|
+
export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
|
|
173
|
+
export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
|
|
174
|
+
export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
|
|
163
175
|
export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
|
|
164
176
|
export { securityProfileControllerDeleteProfile, useSecurityProfileControllerDeleteProfileMutation, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
|
|
165
177
|
export { securityProfileControllerGetProfile, useSecurityProfileControllerGetProfileQuery, } from './hooks/useSecurityProfileControllerGetProfileQuery';
|
|
@@ -174,6 +186,7 @@ export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDe
|
|
|
174
186
|
export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
|
|
175
187
|
export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
|
|
176
188
|
export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
|
|
189
|
+
export { teamsControllerGetTeamFilters, useTeamsControllerGetTeamFiltersQuery, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
|
|
177
190
|
export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
|
|
178
191
|
export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
|
|
179
192
|
export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
|
package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Team breakdown item for aged vulnerabilities with age bucket counts
|
|
3
|
+
*/
|
|
4
|
+
export interface AgedVulnerabilitiesBreakdownItemDto {
|
|
5
|
+
/**
|
|
6
|
+
* Count of vulnerabilities aged 0-30 days
|
|
7
|
+
* @format int32
|
|
8
|
+
* @example 24
|
|
9
|
+
*/
|
|
10
|
+
age0To30Days?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Count of vulnerabilities aged 30-90 days
|
|
13
|
+
* @format int32
|
|
14
|
+
* @example 27
|
|
15
|
+
*/
|
|
16
|
+
age30To90Days?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Count of vulnerabilities aged 90+ days
|
|
19
|
+
* @format int32
|
|
20
|
+
* @example 30
|
|
21
|
+
*/
|
|
22
|
+
age90PlusDays?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Team name
|
|
25
|
+
* @example "Platform Team"
|
|
26
|
+
*/
|
|
27
|
+
teamName?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Team reference ID
|
|
30
|
+
* @format int32
|
|
31
|
+
* @example 123
|
|
32
|
+
*/
|
|
33
|
+
teamRefId?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Total aged vulnerabilities for this team
|
|
36
|
+
* @format int32
|
|
37
|
+
* @example 81
|
|
38
|
+
*/
|
|
39
|
+
total?: number;
|
|
40
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { AgedVulnerabilitiesBreakdownItemDto } from '../schemas/AgedVulnerabilitiesBreakdownItemDto';
|
|
2
|
+
/**
|
|
3
|
+
* Breakdown response for aged vulnerabilities grouped by team
|
|
4
|
+
*/
|
|
5
|
+
export interface AgedVulnerabilitiesBreakdownResponseDto {
|
|
6
|
+
/**
|
|
7
|
+
* End date of the period (yyyy-mm-dd)
|
|
8
|
+
* @format date
|
|
9
|
+
* @example "2024-12-30"
|
|
10
|
+
*/
|
|
11
|
+
endDate?: string;
|
|
12
|
+
/**
|
|
13
|
+
* List of teams with their aggregated metrics
|
|
14
|
+
*/
|
|
15
|
+
items?: AgedVulnerabilitiesBreakdownItemDto[];
|
|
16
|
+
/**
|
|
17
|
+
* Metric type
|
|
18
|
+
* @example "agedVulnerabilities"
|
|
19
|
+
*/
|
|
20
|
+
metric?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Start date of the period (yyyy-mm-dd)
|
|
23
|
+
* @format date
|
|
24
|
+
* @example "2024-10-01"
|
|
25
|
+
*/
|
|
26
|
+
startDate?: string;
|
|
27
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Single data point for aged vulnerabilities with age bucket breakdown
|
|
3
|
+
*/
|
|
4
|
+
export interface AgedVulnerabilitiesDataPointDto {
|
|
5
|
+
/**
|
|
6
|
+
* Count of vulnerabilities aged 0-30 days
|
|
7
|
+
* @format int32
|
|
8
|
+
* @example 24
|
|
9
|
+
*/
|
|
10
|
+
age0To30Days?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Count of vulnerabilities aged 30-90 days
|
|
13
|
+
* @format int32
|
|
14
|
+
* @example 27
|
|
15
|
+
*/
|
|
16
|
+
age30To90Days?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Count of vulnerabilities aged 90+ days
|
|
19
|
+
* @format int32
|
|
20
|
+
* @example 30
|
|
21
|
+
*/
|
|
22
|
+
age90PlusDays?: number;
|
|
23
|
+
/**
|
|
24
|
+
* End date of the period (yyyy-mm-dd)
|
|
25
|
+
* @format date
|
|
26
|
+
* @example "2024-10-31"
|
|
27
|
+
*/
|
|
28
|
+
endDate?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Start date of the period (yyyy-mm-dd)
|
|
31
|
+
* @format date
|
|
32
|
+
* @example "2024-10-01"
|
|
33
|
+
*/
|
|
34
|
+
startDate?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Total aged vulnerabilities
|
|
37
|
+
* @format int32
|
|
38
|
+
* @example 81
|
|
39
|
+
*/
|
|
40
|
+
total?: number;
|
|
41
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { AgedVulnerabilitiesDataPointDto } from '../schemas/AgedVulnerabilitiesDataPointDto';
|
|
2
|
+
import type { AgedVulnerabilitiesSummaryDto } from '../schemas/AgedVulnerabilitiesSummaryDto';
|
|
3
|
+
/**
|
|
4
|
+
* Response for aged vulnerabilities metric with age bucket breakdown
|
|
5
|
+
*/
|
|
6
|
+
export interface AgedVulnerabilitiesResponseDto {
|
|
7
|
+
/**
|
|
8
|
+
* Time-series data points with age bucket breakdown (0-30, 30-90, 90+ days)
|
|
9
|
+
*/
|
|
10
|
+
dataPoints?: AgedVulnerabilitiesDataPointDto[];
|
|
11
|
+
/**
|
|
12
|
+
* End date of the period (yyyy-mm-dd)
|
|
13
|
+
* @format date
|
|
14
|
+
* @example "2024-12-30"
|
|
15
|
+
*/
|
|
16
|
+
endDate?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Metric type
|
|
19
|
+
* @example "agedVulnerabilities"
|
|
20
|
+
*/
|
|
21
|
+
metric?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Start date of the period (yyyy-mm-dd)
|
|
24
|
+
* @format date
|
|
25
|
+
* @example "2024-10-01"
|
|
26
|
+
*/
|
|
27
|
+
startDate?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Summary statistics with total and change rate
|
|
30
|
+
*/
|
|
31
|
+
summary?: AgedVulnerabilitiesSummaryDto;
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Summary for aged vulnerabilities with total count and change rate
|
|
3
|
+
*/
|
|
4
|
+
export interface AgedVulnerabilitiesSummaryDto {
|
|
5
|
+
/**
|
|
6
|
+
* Percentage change compared to previous period
|
|
7
|
+
* @format double
|
|
8
|
+
* @example 8.3
|
|
9
|
+
*/
|
|
10
|
+
changeRate?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Total number of aged vulnerabilities exceeding SLA
|
|
13
|
+
* @format int32
|
|
14
|
+
* @example 45
|
|
15
|
+
*/
|
|
16
|
+
total?: number;
|
|
17
|
+
}
|
|
@@ -3,6 +3,12 @@ import type { ProductivityMetrics } from '../schemas/ProductivityMetrics';
|
|
|
3
3
|
* AI metrics data
|
|
4
4
|
*/
|
|
5
5
|
export interface AiMetrics {
|
|
6
|
+
/**
|
|
7
|
+
* Number of active days in the given duration
|
|
8
|
+
* @format int32
|
|
9
|
+
* @example 11
|
|
10
|
+
*/
|
|
11
|
+
activeDays?: number;
|
|
6
12
|
/**
|
|
7
13
|
* Last active date (Cursor only)
|
|
8
14
|
* @format date-time
|
|
@@ -36,10 +42,4 @@ export interface AiMetrics {
|
|
|
36
42
|
* Productivity metrics
|
|
37
43
|
*/
|
|
38
44
|
productivity?: ProductivityMetrics;
|
|
39
|
-
/**
|
|
40
|
-
* Total active days (Cursor only)
|
|
41
|
-
* @format int32
|
|
42
|
-
* @example 11
|
|
43
|
-
*/
|
|
44
|
-
totalActiveDays?: number;
|
|
45
45
|
}
|
|
@@ -56,7 +56,8 @@ export interface AiRawMetricsRequestDto {
|
|
|
56
56
|
*/
|
|
57
57
|
teamRefId: number;
|
|
58
58
|
/**
|
|
59
|
-
* Type of users to retrieve: '
|
|
59
|
+
* Type of users to retrieve: 'all', 'active', 'inactive', or 'unassigned'
|
|
60
|
+
* @default "active"
|
|
60
61
|
* @example "active"
|
|
61
62
|
*/
|
|
62
63
|
type?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ReworkSummaryBreakdown } from '../schemas/ReworkSummaryBreakdown';
|
|
2
|
-
import type {
|
|
2
|
+
import type { OverallReworkMetrics } from '../schemas/OverallReworkMetrics';
|
|
3
3
|
/**
|
|
4
4
|
* AI Rework summary analytics response
|
|
5
5
|
*/
|
|
@@ -20,7 +20,7 @@ export interface AiReworkSummaryResponseDto {
|
|
|
20
20
|
/**
|
|
21
21
|
* Overall team rework metrics
|
|
22
22
|
*/
|
|
23
|
-
overall?:
|
|
23
|
+
overall?: OverallReworkMetrics;
|
|
24
24
|
/**
|
|
25
25
|
* Start date of the analysis period
|
|
26
26
|
* @format date-time
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PrVelocitySummaryBreakdown } from '../schemas/PrVelocitySummaryBreakdown';
|
|
2
|
-
import type {
|
|
2
|
+
import type { OverallPrMetrics } from '../schemas/OverallPrMetrics';
|
|
3
3
|
/**
|
|
4
4
|
* AI PR Velocity summary analytics response
|
|
5
5
|
*/
|
|
@@ -20,7 +20,7 @@ export interface AiprVelocitySummaryResponseDto {
|
|
|
20
20
|
/**
|
|
21
21
|
* Overall team PR velocity metrics
|
|
22
22
|
*/
|
|
23
|
-
overall?:
|
|
23
|
+
overall?: OverallPrMetrics;
|
|
24
24
|
/**
|
|
25
25
|
* Start date of the analysis period
|
|
26
26
|
* @format date-time
|
|
@@ -3,49 +3,48 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface CursorMetrics {
|
|
5
5
|
/**
|
|
6
|
-
* Number of active days
|
|
6
|
+
* Number of active days in the given duration
|
|
7
7
|
* @format int32
|
|
8
|
-
* @example
|
|
8
|
+
* @example 28
|
|
9
9
|
*/
|
|
10
10
|
activeDays?: number;
|
|
11
11
|
/**
|
|
12
|
-
* Whether
|
|
12
|
+
* Whether user is active for the given time duration
|
|
13
13
|
* @example true
|
|
14
14
|
*/
|
|
15
15
|
isActive?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Whether user is licensed (has access)
|
|
18
|
+
* @example true
|
|
19
|
+
*/
|
|
20
|
+
isLicensed?: boolean;
|
|
16
21
|
/**
|
|
17
22
|
* Last active date
|
|
18
23
|
* @format date-time
|
|
19
24
|
* @example "2025-11-21"
|
|
20
25
|
*/
|
|
21
26
|
lastActiveDate?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Primary programming language
|
|
24
|
-
* @example "TypeScript"
|
|
25
|
-
*/
|
|
26
|
-
primaryLanguage?: string;
|
|
27
27
|
/**
|
|
28
28
|
* Total accept rate
|
|
29
29
|
* @format double
|
|
30
30
|
* @example 51.2
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
linesAcceptPercent?: number;
|
|
33
33
|
/**
|
|
34
34
|
* Total accepts
|
|
35
35
|
* @format int64
|
|
36
36
|
* @example 12088
|
|
37
37
|
*/
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Total active days
|
|
41
|
-
* @format int32
|
|
42
|
-
* @example 73
|
|
43
|
-
*/
|
|
44
|
-
totalActiveDays?: number;
|
|
38
|
+
linesAccepted?: number;
|
|
45
39
|
/**
|
|
46
40
|
* Total suggestions
|
|
47
41
|
* @format int64
|
|
48
42
|
* @example 23632
|
|
49
43
|
*/
|
|
50
|
-
|
|
44
|
+
linesSuggested?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Primary programming language
|
|
47
|
+
* @example "TypeScript"
|
|
48
|
+
*/
|
|
49
|
+
primaryLanguage?: string;
|
|
51
50
|
}
|
|
@@ -1,8 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Summary of a team integration
|
|
3
|
+
*/
|
|
1
4
|
export interface IntegrationSummary {
|
|
2
|
-
applicationType?: string;
|
|
3
5
|
/**
|
|
6
|
+
* Integration ID
|
|
4
7
|
* @format int32
|
|
8
|
+
* @example 100
|
|
5
9
|
*/
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
integration_id?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Integration name
|
|
13
|
+
* @example "GitHub Enterprise"
|
|
14
|
+
*/
|
|
15
|
+
integration_name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Integration type
|
|
18
|
+
* @example "GITHUB"
|
|
19
|
+
*/
|
|
20
|
+
integration_type?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
8
21
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IntegrationResponseDto } from '../schemas/IntegrationResponseDto';
|
|
2
|
+
/**
|
|
3
|
+
* Integration with associated filter values
|
|
4
|
+
*/
|
|
5
|
+
export interface IntegrationWithValuesDto {
|
|
6
|
+
/**
|
|
7
|
+
* Integration details
|
|
8
|
+
*/
|
|
9
|
+
integration?: IntegrationResponseDto;
|
|
10
|
+
/**
|
|
11
|
+
* List of filter values
|
|
12
|
+
*/
|
|
13
|
+
values?: string[];
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|