@harnessio/react-sei-panorama-service-client 0.25.26 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerDownloadExportQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerGetExportStatusQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerListExportsQuery.d.ts +50 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerListExportsQuery.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 +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExportMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerDownloadExportQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerGetExportStatusQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.d.ts +50 -0
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +40 -1
- package/dist/sei-panorama-service/src/services/index.js +9 -0
- package/dist/sei-panorama-service/src/services/schemas/CancelledBy.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CreatedBy.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/CreatedBy.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/Download.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/Download.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportItem.d.ts +45 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportItem.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.d.ts +1 -32
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.js +3 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/Metadata.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/schemas/Metadata.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExportListResponseDto.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExportListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Options.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/schemas/Options.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OverallReworkMetrics.d.ts +6 -1
- package/dist/sei-panorama-service/src/services/schemas/Pagination.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/schemas/Pagination.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ReworkSummaryMetrics.d.ts +6 -1
- package/dist/sei-panorama-service/src/services/schemas/Scope.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/Scope.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityChangeSummary.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SecurityChangeSummary.js +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/SeverityData.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/SeverityData.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SeveritySummaryData.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/SeveritySummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/SprintExportListResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportResponseDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportStatusResponseDto.d.ts +32 -0
- package/dist/sei-panorama-service/src/services/schemas/SprintExportStatusResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.d.ts +47 -0
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilitySummary.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/VulnerabilitySummary.js +4 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DeveloperAttribute.d.ts +0 -15
- /package/dist/sei-panorama-service/src/services/schemas/{DeveloperAttribute.js → CancelledBy.js} +0 -0
|
@@ -7,7 +7,7 @@ import type { ResponseWithPagination } from '../helpers';
|
|
|
7
7
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
8
8
|
export type DeveloperControllerUpsertDeveloperIdentitiesRequestBody = DeveloperIdentity[];
|
|
9
9
|
export type DeveloperControllerUpsertDeveloperIdentitiesOkResponse = ResponseWithPagination<DeveloperIdentityUpsertResponse>;
|
|
10
|
-
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
|
|
10
|
+
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = (DeveloperIdentityUpsertFailureResponse & ErrorResponse) | ErrorResponse;
|
|
11
11
|
export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
|
|
12
12
|
body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
|
|
13
13
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
3
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
4
|
+
export interface InsightsExportControllerDownloadExportQueryPathParams {
|
|
5
|
+
exportId: string;
|
|
6
|
+
}
|
|
7
|
+
export interface InsightsExportControllerDownloadExportQueryQueryParams {
|
|
8
|
+
routingId: string;
|
|
9
|
+
}
|
|
10
|
+
export type InsightsExportControllerDownloadExportOkResponse = ResponseWithPagination<unknown>;
|
|
11
|
+
export type InsightsExportControllerDownloadExportErrorResponse = unknown;
|
|
12
|
+
export interface InsightsExportControllerDownloadExportProps extends InsightsExportControllerDownloadExportQueryPathParams, Omit<FetcherOptions<InsightsExportControllerDownloadExportQueryQueryParams, unknown>, 'url'> {
|
|
13
|
+
queryParams: InsightsExportControllerDownloadExportQueryQueryParams;
|
|
14
|
+
}
|
|
15
|
+
export declare function insightsExportControllerDownloadExport(props: InsightsExportControllerDownloadExportProps): Promise<InsightsExportControllerDownloadExportOkResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Downloads the CSV file for a completed export. Returns 404 if export not found or not yet completed.
|
|
18
|
+
*/
|
|
19
|
+
export declare function useInsightsExportControllerDownloadExportQuery(props: InsightsExportControllerDownloadExportProps, options?: Omit<UseQueryOptions<InsightsExportControllerDownloadExportOkResponse, InsightsExportControllerDownloadExportErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<InsightsExportControllerDownloadExportOkResponse, unknown>;
|
|
@@ -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 insightsExportControllerDownloadExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/productivity/exports/${props.exportId}/download`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Downloads the CSV file for a completed export. Returns 404 if export not found or not yet completed.
|
|
11
|
+
*/
|
|
12
|
+
export function useInsightsExportControllerDownloadExportQuery(props, options) {
|
|
13
|
+
return useQuery(['InsightsExportControllerDownloadExport', props.exportId, props.queryParams], ({ signal }) => insightsExportControllerDownloadExport(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { MetricsExportResponseDto } from '../schemas/MetricsExportResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface InsightsExportControllerGetExportStatusQueryPathParams {
|
|
6
|
+
exportId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface InsightsExportControllerGetExportStatusQueryQueryParams {
|
|
9
|
+
routingId: string;
|
|
10
|
+
}
|
|
11
|
+
export type InsightsExportControllerGetExportStatusOkResponse = ResponseWithPagination<MetricsExportResponseDto>;
|
|
12
|
+
export type InsightsExportControllerGetExportStatusErrorResponse = unknown;
|
|
13
|
+
export interface InsightsExportControllerGetExportStatusProps extends InsightsExportControllerGetExportStatusQueryPathParams, Omit<FetcherOptions<InsightsExportControllerGetExportStatusQueryQueryParams, unknown>, 'url'> {
|
|
14
|
+
queryParams: InsightsExportControllerGetExportStatusQueryQueryParams;
|
|
15
|
+
}
|
|
16
|
+
export declare function insightsExportControllerGetExportStatus(props: InsightsExportControllerGetExportStatusProps): Promise<InsightsExportControllerGetExportStatusOkResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Retrieves the current status of an export job. If the export is completed, includes download information.
|
|
19
|
+
*/
|
|
20
|
+
export declare function useInsightsExportControllerGetExportStatusQuery(props: InsightsExportControllerGetExportStatusProps, options?: Omit<UseQueryOptions<InsightsExportControllerGetExportStatusOkResponse, InsightsExportControllerGetExportStatusErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<InsightsExportControllerGetExportStatusOkResponse, unknown>;
|
|
@@ -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 insightsExportControllerGetExportStatus(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/productivity/exports/${props.exportId}`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves the current status of an export job. If the export is completed, includes download information.
|
|
11
|
+
*/
|
|
12
|
+
export function useInsightsExportControllerGetExportStatusQuery(props, options) {
|
|
13
|
+
return useQuery(['InsightsExportControllerGetExportStatus', props.exportId, props.queryParams], ({ signal }) => insightsExportControllerGetExportStatus(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { MetricsExportListResponseDto } from '../schemas/MetricsExportListResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface InsightsExportControllerListExportsQueryQueryParams {
|
|
6
|
+
routingId: string;
|
|
7
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
8
|
+
/**
|
|
9
|
+
* @default "all"
|
|
10
|
+
*/
|
|
11
|
+
scope?: string;
|
|
12
|
+
teamId?: string;
|
|
13
|
+
createdBy?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @format date-time
|
|
16
|
+
*/
|
|
17
|
+
dateFrom?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @format date-time
|
|
20
|
+
*/
|
|
21
|
+
dateTo?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @format int32
|
|
24
|
+
* @default 50
|
|
25
|
+
*/
|
|
26
|
+
limit?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @format int32
|
|
29
|
+
* @default 0
|
|
30
|
+
*/
|
|
31
|
+
page?: number;
|
|
32
|
+
/**
|
|
33
|
+
* @default "createdAt"
|
|
34
|
+
*/
|
|
35
|
+
sortBy?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @default "desc"
|
|
38
|
+
*/
|
|
39
|
+
sortOrder?: string;
|
|
40
|
+
}
|
|
41
|
+
export type InsightsExportControllerListExportsOkResponse = ResponseWithPagination<MetricsExportListResponseDto>;
|
|
42
|
+
export type InsightsExportControllerListExportsErrorResponse = unknown;
|
|
43
|
+
export interface InsightsExportControllerListExportsProps extends Omit<FetcherOptions<InsightsExportControllerListExportsQueryQueryParams, unknown>, 'url'> {
|
|
44
|
+
queryParams: InsightsExportControllerListExportsQueryQueryParams;
|
|
45
|
+
}
|
|
46
|
+
export declare function insightsExportControllerListExports(props: InsightsExportControllerListExportsProps): Promise<InsightsExportControllerListExportsOkResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Retrieves a paginated list of export jobs with optional filters. Supports filtering by status, team, creator, and date range.
|
|
49
|
+
*/
|
|
50
|
+
export declare function useInsightsExportControllerListExportsQuery(props: InsightsExportControllerListExportsProps, options?: Omit<UseQueryOptions<InsightsExportControllerListExportsOkResponse, InsightsExportControllerListExportsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<InsightsExportControllerListExportsOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useInsightsExportControllerListExportsQuery.js
ADDED
|
@@ -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 insightsExportControllerListExports(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/productivity/exports`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves a paginated list of export jobs with optional filters. Supports filtering by status, team, creator, and date range.
|
|
11
|
+
*/
|
|
12
|
+
export function useInsightsExportControllerListExportsQuery(props, options) {
|
|
13
|
+
return useQuery(['InsightsExportControllerListExports', props.queryParams], ({ signal }) => insightsExportControllerListExports(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SecurityDrilldownResponseDto } from '../schemas/SecurityDrilldownResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams {
|
|
6
|
+
account: string;
|
|
7
|
+
projectIdentifier: string;
|
|
8
|
+
orgIdentifier: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
teamRefId: number;
|
|
13
|
+
/**
|
|
14
|
+
* @format date
|
|
15
|
+
*/
|
|
16
|
+
startDate: string;
|
|
17
|
+
/**
|
|
18
|
+
* @format date
|
|
19
|
+
*/
|
|
20
|
+
endDate: string;
|
|
21
|
+
metricType: 'AGED_VULNERABILITIES' | 'MTTR' | 'OPEN_CLOSE_RATE' | 'TOTAL_OPEN_VULNERABILITIES';
|
|
22
|
+
severity?: 'ALL' | 'CRITICAL' | 'HIGH' | 'INFO' | 'LOW' | 'MEDIUM';
|
|
23
|
+
assetType?: 'ALL' | 'CLI' | 'CONTAINER' | 'INFRASTRUCTURE' | 'REPOSITORY';
|
|
24
|
+
/**
|
|
25
|
+
* @format int32
|
|
26
|
+
* @default 0
|
|
27
|
+
*/
|
|
28
|
+
page?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @format int32
|
|
31
|
+
* @default 20
|
|
32
|
+
*/
|
|
33
|
+
pageSize?: number;
|
|
34
|
+
sortBy?: 'AGE_IN_DAYS' | 'ASSET_TYPE' | 'CREATED_AT' | 'DISCOVERED_AT' | 'RESOLVED_AT' | 'SEVERITY' | 'STATUS' | 'TIME_TO_FIX_DAYS' | 'VULNERABILITY_ID';
|
|
35
|
+
sortDirection?: 'ASC' | 'DESC';
|
|
36
|
+
}
|
|
37
|
+
export type SecurityInsightsControllerGetSecurityDrilldownOkResponse = ResponseWithPagination<SecurityDrilldownResponseDto>;
|
|
38
|
+
export type SecurityInsightsControllerGetSecurityDrilldownErrorResponse = string;
|
|
39
|
+
export interface SecurityInsightsControllerGetSecurityDrilldownProps extends Omit<FetcherOptions<SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams, unknown>, 'url'> {
|
|
40
|
+
queryParams: SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams;
|
|
41
|
+
}
|
|
42
|
+
export declare function securityInsightsControllerGetSecurityDrilldown(props: SecurityInsightsControllerGetSecurityDrilldownProps): Promise<SecurityInsightsControllerGetSecurityDrilldownOkResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Retrieves detailed vulnerability records with pagination and filtering
|
|
45
|
+
*/
|
|
46
|
+
export declare function useSecurityInsightsControllerGetSecurityDrilldownQuery(props: SecurityInsightsControllerGetSecurityDrilldownProps, options?: Omit<UseQueryOptions<SecurityInsightsControllerGetSecurityDrilldownOkResponse, SecurityInsightsControllerGetSecurityDrilldownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SecurityInsightsControllerGetSecurityDrilldownOkResponse, string>;
|
|
@@ -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 securityInsightsControllerGetSecurityDrilldown(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/security/drilldown`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves detailed vulnerability records with pagination and filtering
|
|
11
|
+
*/
|
|
12
|
+
export function useSecurityInsightsControllerGetSecurityDrilldownQuery(props, options) {
|
|
13
|
+
return useQuery(['SecurityInsightsControllerGetSecurityDrilldown', props.queryParams], ({ signal }) => securityInsightsControllerGetSecurityDrilldown(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { OpenVulnerabilitiesResponseDto } from '../schemas/OpenVulnerabilitiesResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams {
|
|
6
|
+
account: string;
|
|
7
|
+
projectIdentifier: string;
|
|
8
|
+
orgIdentifier: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
teamRefId: number;
|
|
13
|
+
/**
|
|
14
|
+
* @format date
|
|
15
|
+
*/
|
|
16
|
+
startDate: string;
|
|
17
|
+
/**
|
|
18
|
+
* @format date
|
|
19
|
+
*/
|
|
20
|
+
endDate: string;
|
|
21
|
+
granularity: 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
|
22
|
+
assetType?: 'ALL' | 'CLI' | 'CONTAINER' | 'INFRASTRUCTURE' | 'REPOSITORY';
|
|
23
|
+
}
|
|
24
|
+
export type SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse = ResponseWithPagination<OpenVulnerabilitiesResponseDto>;
|
|
25
|
+
export type SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse = string;
|
|
26
|
+
export interface SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps extends Omit<FetcherOptions<SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams, unknown>, 'url'> {
|
|
27
|
+
queryParams: SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams;
|
|
28
|
+
}
|
|
29
|
+
export declare function securityInsightsControllerGetTotalOpenVulnerabilities(props: SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps): Promise<SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Retrieves total count of open vulnerabilities with platform and severity breakdowns
|
|
32
|
+
*/
|
|
33
|
+
export declare function useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery(props: SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps, options?: Omit<UseQueryOptions<SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, string>;
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintExportResponseDto } from '../schemas/SprintExportResponseDto';
|
|
3
|
+
import type { SprintExportRequestDto } from '../schemas/SprintExportRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface SprintInsightsExportControllerCreateExportMutationQueryParams {
|
|
7
|
+
routingId: string;
|
|
8
|
+
projectIdentifier?: string;
|
|
9
|
+
orgIdentifier?: string;
|
|
10
|
+
}
|
|
11
|
+
export type SprintInsightsExportControllerCreateExportRequestBody = SprintExportRequestDto;
|
|
12
|
+
export type SprintInsightsExportControllerCreateExportOkResponse = ResponseWithPagination<SprintExportResponseDto>;
|
|
13
|
+
export type SprintInsightsExportControllerCreateExportErrorResponse = unknown;
|
|
14
|
+
export interface SprintInsightsExportControllerCreateExportProps extends Omit<FetcherOptions<SprintInsightsExportControllerCreateExportMutationQueryParams, SprintInsightsExportControllerCreateExportRequestBody>, 'url'> {
|
|
15
|
+
queryParams: SprintInsightsExportControllerCreateExportMutationQueryParams;
|
|
16
|
+
body: SprintInsightsExportControllerCreateExportRequestBody;
|
|
17
|
+
}
|
|
18
|
+
export declare function sprintInsightsExportControllerCreateExport(props: SprintInsightsExportControllerCreateExportProps): Promise<SprintInsightsExportControllerCreateExportOkResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Creates a new export job for sprint insights metrics. If an identical export was requested recently (within 30 minutes), the existing export will be reused and returned with 200 OK status. Note: sprintIds are used for filtering but not persisted.
|
|
21
|
+
*/
|
|
22
|
+
export declare function useSprintInsightsExportControllerCreateExportMutation(options?: Omit<UseMutationOptions<SprintInsightsExportControllerCreateExportOkResponse, SprintInsightsExportControllerCreateExportErrorResponse, SprintInsightsExportControllerCreateExportProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<SprintInsightsExportControllerCreateExportOkResponse, unknown, SprintInsightsExportControllerCreateExportProps, unknown>;
|
|
@@ -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 { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function sprintInsightsExportControllerCreateExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/exports`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new export job for sprint insights metrics. If an identical export was requested recently (within 30 minutes), the existing export will be reused and returned with 200 OK status. Note: sprintIds are used for filtering but not persisted.
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsExportControllerCreateExportMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => sprintInsightsExportControllerCreateExport(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
3
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
4
|
+
export interface SprintInsightsExportControllerDownloadExportQueryPathParams {
|
|
5
|
+
exportId: string;
|
|
6
|
+
}
|
|
7
|
+
export interface SprintInsightsExportControllerDownloadExportQueryQueryParams {
|
|
8
|
+
routingId: string;
|
|
9
|
+
}
|
|
10
|
+
export type SprintInsightsExportControllerDownloadExportOkResponse = ResponseWithPagination<unknown>;
|
|
11
|
+
export type SprintInsightsExportControllerDownloadExportErrorResponse = unknown;
|
|
12
|
+
export interface SprintInsightsExportControllerDownloadExportProps extends SprintInsightsExportControllerDownloadExportQueryPathParams, Omit<FetcherOptions<SprintInsightsExportControllerDownloadExportQueryQueryParams, unknown>, 'url'> {
|
|
13
|
+
queryParams: SprintInsightsExportControllerDownloadExportQueryQueryParams;
|
|
14
|
+
}
|
|
15
|
+
export declare function sprintInsightsExportControllerDownloadExport(props: SprintInsightsExportControllerDownloadExportProps): Promise<SprintInsightsExportControllerDownloadExportOkResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Downloads the CSV file for a completed export. Returns 404 if export not found or not yet completed.
|
|
18
|
+
*/
|
|
19
|
+
export declare function useSprintInsightsExportControllerDownloadExportQuery(props: SprintInsightsExportControllerDownloadExportProps, options?: Omit<UseQueryOptions<SprintInsightsExportControllerDownloadExportOkResponse, SprintInsightsExportControllerDownloadExportErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsExportControllerDownloadExportOkResponse, unknown>;
|
|
@@ -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 sprintInsightsExportControllerDownloadExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/exports/${props.exportId}/download`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Downloads the CSV file for a completed export. Returns 404 if export not found or not yet completed.
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsExportControllerDownloadExportQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsExportControllerDownloadExport', props.exportId, props.queryParams], ({ signal }) => sprintInsightsExportControllerDownloadExport(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintExportStatusResponseDto } from '../schemas/SprintExportStatusResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface SprintInsightsExportControllerGetExportStatusQueryPathParams {
|
|
6
|
+
exportId: string;
|
|
7
|
+
}
|
|
8
|
+
export interface SprintInsightsExportControllerGetExportStatusQueryQueryParams {
|
|
9
|
+
routingId: string;
|
|
10
|
+
}
|
|
11
|
+
export type SprintInsightsExportControllerGetExportStatusOkResponse = ResponseWithPagination<SprintExportStatusResponseDto>;
|
|
12
|
+
export type SprintInsightsExportControllerGetExportStatusErrorResponse = unknown;
|
|
13
|
+
export interface SprintInsightsExportControllerGetExportStatusProps extends SprintInsightsExportControllerGetExportStatusQueryPathParams, Omit<FetcherOptions<SprintInsightsExportControllerGetExportStatusQueryQueryParams, unknown>, 'url'> {
|
|
14
|
+
queryParams: SprintInsightsExportControllerGetExportStatusQueryQueryParams;
|
|
15
|
+
}
|
|
16
|
+
export declare function sprintInsightsExportControllerGetExportStatus(props: SprintInsightsExportControllerGetExportStatusProps): Promise<SprintInsightsExportControllerGetExportStatusOkResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Retrieves the current status of an export job. If the export is completed, includes download information.
|
|
19
|
+
*/
|
|
20
|
+
export declare function useSprintInsightsExportControllerGetExportStatusQuery(props: SprintInsightsExportControllerGetExportStatusProps, options?: Omit<UseQueryOptions<SprintInsightsExportControllerGetExportStatusOkResponse, SprintInsightsExportControllerGetExportStatusErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsExportControllerGetExportStatusOkResponse, unknown>;
|
|
@@ -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 sprintInsightsExportControllerGetExportStatus(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/exports/${props.exportId}`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves the current status of an export job. If the export is completed, includes download information.
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsExportControllerGetExportStatusQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsExportControllerGetExportStatus', props.exportId, props.queryParams], ({ signal }) => sprintInsightsExportControllerGetExportStatus(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { SprintExportListResponseDto } from '../schemas/SprintExportListResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface SprintInsightsExportControllerListExportsQueryQueryParams {
|
|
6
|
+
routingId: string;
|
|
7
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
8
|
+
/**
|
|
9
|
+
* @default "all"
|
|
10
|
+
*/
|
|
11
|
+
scope?: string;
|
|
12
|
+
teamId?: string;
|
|
13
|
+
createdBy?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @format date-time
|
|
16
|
+
*/
|
|
17
|
+
dateFrom?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @format date-time
|
|
20
|
+
*/
|
|
21
|
+
dateTo?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @format int32
|
|
24
|
+
* @default 50
|
|
25
|
+
*/
|
|
26
|
+
limit?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @format int32
|
|
29
|
+
* @default 0
|
|
30
|
+
*/
|
|
31
|
+
page?: number;
|
|
32
|
+
/**
|
|
33
|
+
* @default "createdAt"
|
|
34
|
+
*/
|
|
35
|
+
sortBy?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @default "desc"
|
|
38
|
+
*/
|
|
39
|
+
sortOrder?: string;
|
|
40
|
+
}
|
|
41
|
+
export type SprintInsightsExportControllerListExportsOkResponse = ResponseWithPagination<SprintExportListResponseDto>;
|
|
42
|
+
export type SprintInsightsExportControllerListExportsErrorResponse = unknown;
|
|
43
|
+
export interface SprintInsightsExportControllerListExportsProps extends Omit<FetcherOptions<SprintInsightsExportControllerListExportsQueryQueryParams, unknown>, 'url'> {
|
|
44
|
+
queryParams: SprintInsightsExportControllerListExportsQueryQueryParams;
|
|
45
|
+
}
|
|
46
|
+
export declare function sprintInsightsExportControllerListExports(props: SprintInsightsExportControllerListExportsProps): Promise<SprintInsightsExportControllerListExportsOkResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Retrieves a paginated list of export jobs with optional filters. Supports filtering by status, team, creator, and date range.
|
|
49
|
+
*/
|
|
50
|
+
export declare function useSprintInsightsExportControllerListExportsQuery(props: SprintInsightsExportControllerListExportsProps, options?: Omit<UseQueryOptions<SprintInsightsExportControllerListExportsOkResponse, SprintInsightsExportControllerListExportsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<SprintInsightsExportControllerListExportsOkResponse, unknown>;
|
|
@@ -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 sprintInsightsExportControllerListExports(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/sprints/exports`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves a paginated list of export jobs with optional filters. Supports filtering by status, team, creator, and date range.
|
|
11
|
+
*/
|
|
12
|
+
export function useSprintInsightsExportControllerListExportsQuery(props, options) {
|
|
13
|
+
return useQuery(['SprintInsightsExportControllerListExports', props.queryParams], ({ signal }) => sprintInsightsExportControllerListExports(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -199,6 +199,12 @@ export type { ImFieldsControllerListImFieldsErrorResponse, ImFieldsControllerLis
|
|
|
199
199
|
export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery, } from './hooks/useImFieldsControllerListImFieldsQuery';
|
|
200
200
|
export type { InsightsExportControllerCreateExportErrorResponse, InsightsExportControllerCreateExportMutationQueryParams, InsightsExportControllerCreateExportOkResponse, InsightsExportControllerCreateExportProps, InsightsExportControllerCreateExportRequestBody, } from './hooks/useInsightsExportControllerCreateExportMutation';
|
|
201
201
|
export { insightsExportControllerCreateExport, useInsightsExportControllerCreateExportMutation, } from './hooks/useInsightsExportControllerCreateExportMutation';
|
|
202
|
+
export type { InsightsExportControllerDownloadExportErrorResponse, InsightsExportControllerDownloadExportOkResponse, InsightsExportControllerDownloadExportProps, InsightsExportControllerDownloadExportQueryPathParams, InsightsExportControllerDownloadExportQueryQueryParams, } from './hooks/useInsightsExportControllerDownloadExportQuery';
|
|
203
|
+
export { insightsExportControllerDownloadExport, useInsightsExportControllerDownloadExportQuery, } from './hooks/useInsightsExportControllerDownloadExportQuery';
|
|
204
|
+
export type { InsightsExportControllerGetExportStatusErrorResponse, InsightsExportControllerGetExportStatusOkResponse, InsightsExportControllerGetExportStatusProps, InsightsExportControllerGetExportStatusQueryPathParams, InsightsExportControllerGetExportStatusQueryQueryParams, } from './hooks/useInsightsExportControllerGetExportStatusQuery';
|
|
205
|
+
export { insightsExportControllerGetExportStatus, useInsightsExportControllerGetExportStatusQuery, } from './hooks/useInsightsExportControllerGetExportStatusQuery';
|
|
206
|
+
export type { InsightsExportControllerListExportsErrorResponse, InsightsExportControllerListExportsOkResponse, InsightsExportControllerListExportsProps, InsightsExportControllerListExportsQueryQueryParams, } from './hooks/useInsightsExportControllerListExportsQuery';
|
|
207
|
+
export { insightsExportControllerListExports, useInsightsExportControllerListExportsQuery, } from './hooks/useInsightsExportControllerListExportsQuery';
|
|
202
208
|
export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationControllerGetFilterValuesOkResponse, IntegrationControllerGetFilterValuesProps, IntegrationControllerGetFilterValuesQueryQueryParams, IntegrationControllerGetFilterValuesRequestBody, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
203
209
|
export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
|
|
204
210
|
export type { IntegrationControllerGetIntegrationProjectsErrorResponse, IntegrationControllerGetIntegrationProjectsOkResponse, IntegrationControllerGetIntegrationProjectsProps, IntegrationControllerGetIntegrationProjectsQueryQueryParams, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
|
|
@@ -351,6 +357,10 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
|
|
|
351
357
|
export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
|
|
352
358
|
export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
353
359
|
export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
|
|
360
|
+
export type { SecurityInsightsControllerGetSecurityDrilldownErrorResponse, SecurityInsightsControllerGetSecurityDrilldownOkResponse, SecurityInsightsControllerGetSecurityDrilldownProps, SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
|
|
361
|
+
export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
|
|
362
|
+
export type { SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps, SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
|
|
363
|
+
export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
|
|
354
364
|
export type { SecurityProfileControllerCreateProfileErrorResponse, SecurityProfileControllerCreateProfileOkResponse, SecurityProfileControllerCreateProfileProps, SecurityProfileControllerCreateProfileRequestBody, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
|
|
355
365
|
export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
|
|
356
366
|
export type { SecurityProfileControllerDeleteProfileErrorResponse, SecurityProfileControllerDeleteProfileMutationPathParams, SecurityProfileControllerDeleteProfileOkResponse, SecurityProfileControllerDeleteProfileProps, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
|
|
@@ -371,6 +381,14 @@ export type { SprintInsightsControllerGetSprintSummaryErrorResponse, SprintInsig
|
|
|
371
381
|
export { sprintInsightsControllerGetSprintSummary, useSprintInsightsControllerGetSprintSummaryQuery, } from './hooks/useSprintInsightsControllerGetSprintSummaryQuery';
|
|
372
382
|
export type { SprintInsightsControllerSearchSprintTicketsErrorResponse, SprintInsightsControllerSearchSprintTicketsOkResponse, SprintInsightsControllerSearchSprintTicketsProps, SprintInsightsControllerSearchSprintTicketsRequestBody, } from './hooks/useSprintInsightsControllerSearchSprintTicketsQuery';
|
|
373
383
|
export { sprintInsightsControllerSearchSprintTickets, useSprintInsightsControllerSearchSprintTicketsQuery, } from './hooks/useSprintInsightsControllerSearchSprintTicketsQuery';
|
|
384
|
+
export type { SprintInsightsExportControllerCreateExportErrorResponse, SprintInsightsExportControllerCreateExportMutationQueryParams, SprintInsightsExportControllerCreateExportOkResponse, SprintInsightsExportControllerCreateExportProps, SprintInsightsExportControllerCreateExportRequestBody, } from './hooks/useSprintInsightsExportControllerCreateExportMutation';
|
|
385
|
+
export { sprintInsightsExportControllerCreateExport, useSprintInsightsExportControllerCreateExportMutation, } from './hooks/useSprintInsightsExportControllerCreateExportMutation';
|
|
386
|
+
export type { SprintInsightsExportControllerDownloadExportErrorResponse, SprintInsightsExportControllerDownloadExportOkResponse, SprintInsightsExportControllerDownloadExportProps, SprintInsightsExportControllerDownloadExportQueryPathParams, SprintInsightsExportControllerDownloadExportQueryQueryParams, } from './hooks/useSprintInsightsExportControllerDownloadExportQuery';
|
|
387
|
+
export { sprintInsightsExportControllerDownloadExport, useSprintInsightsExportControllerDownloadExportQuery, } from './hooks/useSprintInsightsExportControllerDownloadExportQuery';
|
|
388
|
+
export type { SprintInsightsExportControllerGetExportStatusErrorResponse, SprintInsightsExportControllerGetExportStatusOkResponse, SprintInsightsExportControllerGetExportStatusProps, SprintInsightsExportControllerGetExportStatusQueryPathParams, SprintInsightsExportControllerGetExportStatusQueryQueryParams, } from './hooks/useSprintInsightsExportControllerGetExportStatusQuery';
|
|
389
|
+
export { sprintInsightsExportControllerGetExportStatus, useSprintInsightsExportControllerGetExportStatusQuery, } from './hooks/useSprintInsightsExportControllerGetExportStatusQuery';
|
|
390
|
+
export type { SprintInsightsExportControllerListExportsErrorResponse, SprintInsightsExportControllerListExportsOkResponse, SprintInsightsExportControllerListExportsProps, SprintInsightsExportControllerListExportsQueryQueryParams, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
|
|
391
|
+
export { sprintInsightsExportControllerListExports, useSprintInsightsExportControllerListExportsQuery, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
|
|
374
392
|
export type { TeamsControllerAssociateDevelopersToTeamErrorResponse, TeamsControllerAssociateDevelopersToTeamMutationPathParams, TeamsControllerAssociateDevelopersToTeamOkResponse, TeamsControllerAssociateDevelopersToTeamProps, TeamsControllerAssociateDevelopersToTeamRequestBody, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
|
|
375
393
|
export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
|
|
376
394
|
export type { TeamsControllerDisassociateDevelopersFromTeamErrorResponse, TeamsControllerDisassociateDevelopersFromTeamMutationPathParams, TeamsControllerDisassociateDevelopersFromTeamOkResponse, TeamsControllerDisassociateDevelopersFromTeamProps, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
|
|
@@ -455,6 +473,7 @@ export type { BaTeamWithFiltersDto } from './schemas/BaTeamWithFiltersDto';
|
|
|
455
473
|
export type { BaseRatingConfig } from './schemas/BaseRatingConfig';
|
|
456
474
|
export type { BreakdownRecord } from './schemas/BreakdownRecord';
|
|
457
475
|
export type { BuildInfo } from './schemas/BuildInfo';
|
|
476
|
+
export type { CancelledBy } from './schemas/CancelledBy';
|
|
458
477
|
export type { Category } from './schemas/Category';
|
|
459
478
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
|
460
479
|
export type { CloudIdentity } from './schemas/CloudIdentity';
|
|
@@ -466,6 +485,7 @@ export type { CollectionEnriched } from './schemas/CollectionEnriched';
|
|
|
466
485
|
export type { CollectionFilter } from './schemas/CollectionFilter';
|
|
467
486
|
export type { CollectionTree } from './schemas/CollectionTree';
|
|
468
487
|
export type { CommitInfo } from './schemas/CommitInfo';
|
|
488
|
+
export type { CreatedBy } from './schemas/CreatedBy';
|
|
469
489
|
export type { CursorMetrics } from './schemas/CursorMetrics';
|
|
470
490
|
export type { DailyCountDataPoint } from './schemas/DailyCountDataPoint';
|
|
471
491
|
export type { DailyLicenseUsageResponseDto } from './schemas/DailyLicenseUsageResponseDto';
|
|
@@ -477,7 +497,6 @@ export type { DateRange } from './schemas/DateRange';
|
|
|
477
497
|
export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
|
|
478
498
|
export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
|
|
479
499
|
export type { DeploymentInfo } from './schemas/DeploymentInfo';
|
|
480
|
-
export type { DeveloperAttribute } from './schemas/DeveloperAttribute';
|
|
481
500
|
export type { DeveloperCloudIdInsertRequest } from './schemas/DeveloperCloudIdInsertRequest';
|
|
482
501
|
export type { DeveloperCloudIdInsertResponse } from './schemas/DeveloperCloudIdInsertResponse';
|
|
483
502
|
export type { DeveloperCloudIdMapping } from './schemas/DeveloperCloudIdMapping';
|
|
@@ -516,6 +535,7 @@ export type { DoraMetricDrilldownRequest } from './schemas/DoraMetricDrilldownRe
|
|
|
516
535
|
export type { DoraRequest } from './schemas/DoraRequest';
|
|
517
536
|
export type { DoraSummaryMetric } from './schemas/DoraSummaryMetric';
|
|
518
537
|
export type { DoraSummaryRequest } from './schemas/DoraSummaryRequest';
|
|
538
|
+
export type { Download } from './schemas/Download';
|
|
519
539
|
export type { DownloadInfo } from './schemas/DownloadInfo';
|
|
520
540
|
export type { DrillDownRequest } from './schemas/DrillDownRequest';
|
|
521
541
|
export type { DrillDownResponseDtoObject } from './schemas/DrillDownResponseDtoObject';
|
|
@@ -540,6 +560,7 @@ export type { EfficiencyRequestDto } from './schemas/EfficiencyRequestDto';
|
|
|
540
560
|
export type { EfficiencySummaryRequest } from './schemas/EfficiencySummaryRequest';
|
|
541
561
|
export type { ErrorInfo } from './schemas/ErrorInfo';
|
|
542
562
|
export type { ErrorResponse } from './schemas/ErrorResponse';
|
|
563
|
+
export type { ExportItem } from './schemas/ExportItem';
|
|
543
564
|
export type { ExportJobDto } from './schemas/ExportJobDto';
|
|
544
565
|
export type { ExportMetadata } from './schemas/ExportMetadata';
|
|
545
566
|
export type { ExportOptions } from './schemas/ExportOptions';
|
|
@@ -596,7 +617,9 @@ export type { ListResponseDtoSecurityProfileResponseDto } from './schemas/ListRe
|
|
|
596
617
|
export type { ListResponseDtobaProfileResponseDto } from './schemas/ListResponseDtobaProfileResponseDto';
|
|
597
618
|
export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
|
|
598
619
|
export type { LtcStageDto } from './schemas/LtcStageDto';
|
|
620
|
+
export type { Metadata } from './schemas/Metadata';
|
|
599
621
|
export type { Metric } from './schemas/Metric';
|
|
622
|
+
export type { MetricsExportListResponseDto } from './schemas/MetricsExportListResponseDto';
|
|
600
623
|
export type { MetricsExportRequestDto } from './schemas/MetricsExportRequestDto';
|
|
601
624
|
export type { MetricsExportResponseDto } from './schemas/MetricsExportResponseDto';
|
|
602
625
|
export type { MigrationConfig } from './schemas/MigrationConfig';
|
|
@@ -616,6 +639,10 @@ export type { MttrDrillDownResponseDto } from './schemas/MttrDrillDownResponseDt
|
|
|
616
639
|
export type { MttrDrilldownRequest } from './schemas/MttrDrilldownRequest';
|
|
617
640
|
export type { MttrMetric } from './schemas/MttrMetric';
|
|
618
641
|
export type { MvAnalysis } from './schemas/MvAnalysis';
|
|
642
|
+
export type { OpenVulnerabilitiesDataPointDto } from './schemas/OpenVulnerabilitiesDataPointDto';
|
|
643
|
+
export type { OpenVulnerabilitiesResponseDto } from './schemas/OpenVulnerabilitiesResponseDto';
|
|
644
|
+
export type { OpenVulnerabilitiesSummaryDto } from './schemas/OpenVulnerabilitiesSummaryDto';
|
|
645
|
+
export type { Options } from './schemas/Options';
|
|
619
646
|
export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
|
|
620
647
|
export type { OrgTreePreviewRequestDto } from './schemas/OrgTreePreviewRequestDto';
|
|
621
648
|
export type { OrgTreeProfileDto } from './schemas/OrgTreeProfileDto';
|
|
@@ -625,6 +652,7 @@ export type { OrgTreeUpdateRequestDto } from './schemas/OrgTreeUpdateRequestDto'
|
|
|
625
652
|
export type { OverallPrMetrics } from './schemas/OverallPrMetrics';
|
|
626
653
|
export type { OverallReworkMetrics } from './schemas/OverallReworkMetrics';
|
|
627
654
|
export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTeamSummary';
|
|
655
|
+
export type { Pagination } from './schemas/Pagination';
|
|
628
656
|
export type { PaginationInfo } from './schemas/PaginationInfo';
|
|
629
657
|
export type { PaginationMetadata } from './schemas/PaginationMetadata';
|
|
630
658
|
export type { PaginationRequest } from './schemas/PaginationRequest';
|
|
@@ -671,11 +699,16 @@ export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesRespon
|
|
|
671
699
|
export type { ReworkSummaryBreakdown } from './schemas/ReworkSummaryBreakdown';
|
|
672
700
|
export type { ReworkSummaryMetrics } from './schemas/ReworkSummaryMetrics';
|
|
673
701
|
export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
|
|
702
|
+
export type { Scope } from './schemas/Scope';
|
|
674
703
|
export type { ScopeInfo } from './schemas/ScopeInfo';
|
|
675
704
|
export type { SectionDto } from './schemas/SectionDto';
|
|
705
|
+
export type { SecurityChangeSummary } from './schemas/SecurityChangeSummary';
|
|
706
|
+
export type { SecurityDrilldownResponseDto } from './schemas/SecurityDrilldownResponseDto';
|
|
676
707
|
export type { SecurityProfileCreateRequestDto } from './schemas/SecurityProfileCreateRequestDto';
|
|
677
708
|
export type { SecurityProfileResponseDto } from './schemas/SecurityProfileResponseDto';
|
|
678
709
|
export type { SecurityStatsRequest } from './schemas/SecurityStatsRequest';
|
|
710
|
+
export type { SeverityData } from './schemas/SeverityData';
|
|
711
|
+
export type { SeveritySummaryData } from './schemas/SeveritySummaryData';
|
|
679
712
|
export type { SimpleFilter } from './schemas/SimpleFilter';
|
|
680
713
|
export type { SortOption } from './schemas/SortOption';
|
|
681
714
|
export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
|
|
@@ -689,6 +722,10 @@ export type { SprintDrilldownItemDto } from './schemas/SprintDrilldownItemDto';
|
|
|
689
722
|
export type { SprintDrilldownMetadataDto } from './schemas/SprintDrilldownMetadataDto';
|
|
690
723
|
export type { SprintDrilldownRequestDto } from './schemas/SprintDrilldownRequestDto';
|
|
691
724
|
export type { SprintDrilldownResponseDto } from './schemas/SprintDrilldownResponseDto';
|
|
725
|
+
export type { SprintExportListResponseDto } from './schemas/SprintExportListResponseDto';
|
|
726
|
+
export type { SprintExportRequestDto } from './schemas/SprintExportRequestDto';
|
|
727
|
+
export type { SprintExportResponseDto } from './schemas/SprintExportResponseDto';
|
|
728
|
+
export type { SprintExportStatusResponseDto } from './schemas/SprintExportStatusResponseDto';
|
|
692
729
|
export type { SprintExportsMetricsDto } from './schemas/SprintExportsMetricsDto';
|
|
693
730
|
export type { SprintInfoDto } from './schemas/SprintInfoDto';
|
|
694
731
|
export type { SprintInsightsRequestDto } from './schemas/SprintInsightsRequestDto';
|
|
@@ -735,6 +772,8 @@ export type { UserInfo } from './schemas/UserInfo';
|
|
|
735
772
|
export type { UserMetrics } from './schemas/UserMetrics';
|
|
736
773
|
export type { ValidationError } from './schemas/ValidationError';
|
|
737
774
|
export type { VersionReleaseRequest } from './schemas/VersionReleaseRequest';
|
|
775
|
+
export type { VulnerabilityDetail } from './schemas/VulnerabilityDetail';
|
|
776
|
+
export type { VulnerabilitySummary } from './schemas/VulnerabilitySummary';
|
|
738
777
|
export type { WindsurfMetrics } from './schemas/WindsurfMetrics';
|
|
739
778
|
export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
|
|
740
779
|
export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
|