@harnessio/react-sto-core-client 0.7.2 → 0.7.4

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.
Files changed (75) hide show
  1. package/dist/sto-core/src/services/hooks/useExemptionsApproveExemptionMutation.d.ts +1 -1
  2. package/dist/sto-core/src/services/hooks/useExemptionsCreateExemptionMutation.d.ts +1 -1
  3. package/dist/sto-core/src/services/hooks/useExemptionsFindExemptionByIdQuery.d.ts +1 -1
  4. package/dist/sto-core/src/services/hooks/useExemptionsGetProjectLevelExemptionForIssueQuery.d.ts +46 -0
  5. package/dist/sto-core/src/services/hooks/useExemptionsGetProjectLevelExemptionForIssueQuery.js +14 -0
  6. package/dist/sto-core/src/services/hooks/useExemptionsListExemptionsQuery.d.ts +1 -1
  7. package/dist/sto-core/src/services/hooks/useExemptionsPromoteExemptionMutation.d.ts +1 -1
  8. package/dist/sto-core/src/services/hooks/useExemptionsUpdateExemptionMutation.d.ts +1 -1
  9. package/dist/sto-core/src/services/hooks/useFrontendAllIssuesDetailsV2Query.d.ts +61 -0
  10. package/dist/sto-core/src/services/hooks/useFrontendAllIssuesDetailsV2Query.js +14 -0
  11. package/dist/sto-core/src/services/hooks/useFrontendExemptionsFiltersQuery.d.ts +1 -1
  12. package/dist/sto-core/src/services/hooks/useFrontendExpiringExemptionsQuery.d.ts +1 -1
  13. package/dist/sto-core/src/services/hooks/useFrontendGlobalExemptionsQuery.d.ts +1 -1
  14. package/dist/sto-core/src/services/hooks/useFrontendOverviewHistoricalCountsQuery.d.ts +1 -1
  15. package/dist/sto-core/src/services/hooks/useIssuesFindIssueByIdQuery.d.ts +1 -1
  16. package/dist/sto-core/src/services/hooks/useIssuesIssuesAugmentRemediationMutation.d.ts +1 -1
  17. package/dist/sto-core/src/services/hooks/useOverridesCreateOverrideMutation.d.ts +1 -1
  18. package/dist/sto-core/src/services/hooks/useOverridesListOverridesQuery.d.ts +1 -1
  19. package/dist/sto-core/src/services/hooks/usePullRequestsCreatePullRequestMutation.d.ts +2 -2
  20. package/dist/sto-core/src/services/hooks/usePullRequestsGetPullRequestCorrelationQuery.d.ts +2 -2
  21. package/dist/sto-core/src/services/hooks/usePullRequestsUpdatePullRequestMutation.d.ts +2 -2
  22. package/dist/sto-core/src/services/hooks/useScansScanIssueOccurrencesQuery.d.ts +5 -5
  23. package/dist/sto-core/src/services/hooks/useScansScanIssueQuery.d.ts +4 -4
  24. package/dist/sto-core/src/services/hooks/useTargetsFindTargetByIdQuery.d.ts +1 -1
  25. package/dist/sto-core/src/services/hooks/useTargetsPatchTargetMutation.d.ts +1 -1
  26. package/dist/sto-core/src/services/index.d.ts +7 -0
  27. package/dist/sto-core/src/services/index.js +2 -0
  28. package/dist/sto-core/src/services/schemas/AllBaselineIssueSummary.d.ts +4 -4
  29. package/dist/sto-core/src/services/schemas/AllIssueSummary.d.ts +4 -4
  30. package/dist/sto-core/src/services/schemas/AllIssuesCountsV2Result.d.ts +3 -3
  31. package/dist/sto-core/src/services/schemas/AllIssuesDetailsResult.d.ts +7 -7
  32. package/dist/sto-core/src/services/schemas/AllIssuesDetailsV2Result.d.ts +88 -0
  33. package/dist/sto-core/src/services/schemas/AllIssuesDetailsV2Result.js +1 -0
  34. package/dist/sto-core/src/services/schemas/AllIssuesFiltersResult.d.ts +1 -1
  35. package/dist/sto-core/src/services/schemas/AllIssuesListResult.d.ts +2 -2
  36. package/dist/sto-core/src/services/schemas/AllIssuesListV2Result.d.ts +2 -2
  37. package/dist/sto-core/src/services/schemas/AllIssuesOccurrenceDetailsResult.d.ts +7 -7
  38. package/dist/sto-core/src/services/schemas/AugmentRemediationMetadata.d.ts +2 -2
  39. package/dist/sto-core/src/services/schemas/AugmentRemediationResult.d.ts +4 -4
  40. package/dist/sto-core/src/services/schemas/AugmentRemediationWarning.d.ts +3 -3
  41. package/dist/sto-core/src/services/schemas/BaselineExecutions.d.ts +2 -2
  42. package/dist/sto-core/src/services/schemas/Exemption.d.ts +2 -2
  43. package/dist/sto-core/src/services/schemas/ExemptionImpactedTargetsResult.d.ts +2 -2
  44. package/dist/sto-core/src/services/schemas/ExemptionsFiltersResult.d.ts +6 -6
  45. package/dist/sto-core/src/services/schemas/ExemptionsListExemptionsResponseBody.d.ts +2 -2
  46. package/dist/sto-core/src/services/schemas/ExportPipelineSecurityIssuesCsvResponseBody.d.ts +6 -6
  47. package/dist/sto-core/src/services/schemas/FrontendAllIssuesDetailsV2ResponseBody.d.ts +2 -0
  48. package/dist/sto-core/src/services/schemas/FrontendAllIssuesDetailsV2ResponseBody.js +1 -0
  49. package/dist/sto-core/src/services/schemas/FrontendExemption.d.ts +1 -1
  50. package/dist/sto-core/src/services/schemas/GitMetadata.d.ts +5 -6
  51. package/dist/sto-core/src/services/schemas/HistoricalCounts.d.ts +2 -2
  52. package/dist/sto-core/src/services/schemas/HistoricalIssueCounts.d.ts +2 -1
  53. package/dist/sto-core/src/services/schemas/ImpactedTarget.d.ts +3 -3
  54. package/dist/sto-core/src/services/schemas/ImpactedTargetV2.d.ts +77 -0
  55. package/dist/sto-core/src/services/schemas/ImpactedTargetV2.js +4 -0
  56. package/dist/sto-core/src/services/schemas/Issue.d.ts +6 -6
  57. package/dist/sto-core/src/services/schemas/IssueForExemptionResult.d.ts +5 -5
  58. package/dist/sto-core/src/services/schemas/IssueInScan.d.ts +5 -5
  59. package/dist/sto-core/src/services/schemas/IssueSummaries.d.ts +2 -2
  60. package/dist/sto-core/src/services/schemas/IssueSummary.d.ts +7 -7
  61. package/dist/sto-core/src/services/schemas/IssuesAugmentRemediationRequestBody.d.ts +2 -2
  62. package/dist/sto-core/src/services/schemas/OccurrenceDataflowResult.d.ts +2 -2
  63. package/dist/sto-core/src/services/schemas/Override.d.ts +2 -2
  64. package/dist/sto-core/src/services/schemas/OverridesListOverridesResponseBody.d.ts +2 -2
  65. package/dist/sto-core/src/services/schemas/PaginatedIssueSummaries.d.ts +2 -2
  66. package/dist/sto-core/src/services/schemas/PipelineSecurityCounts.d.ts +13 -13
  67. package/dist/sto-core/src/services/schemas/PipelineSecurityIssuesResult.d.ts +2 -2
  68. package/dist/sto-core/src/services/schemas/PipelineSecurityStepsResult.d.ts +2 -2
  69. package/dist/sto-core/src/services/schemas/ProductsListProductsResponseBody.d.ts +2 -2
  70. package/dist/sto-core/src/services/schemas/PullRequestResult.d.ts +3 -3
  71. package/dist/sto-core/src/services/schemas/RefIds.d.ts +3 -3
  72. package/dist/sto-core/src/services/schemas/SecurityReviewResult.d.ts +2 -2
  73. package/dist/sto-core/src/services/schemas/TestTarget.d.ts +1 -1
  74. package/dist/sto-core/src/services/schemas/TestTargetResult.d.ts +2 -2
  75. package/package.json +1 -1
@@ -36,7 +36,7 @@ export interface ExemptionsApproveExemptionMutationQueryParams {
36
36
  export interface ExemptionsApproveExemptionMutationHeaderParams {
37
37
  /**
38
38
  * Harness personal or service access token
39
- * @example "Ducimus expedita."
39
+ * @example "Et facere sed modi consequuntur."
40
40
  */
41
41
  'X-Api-Key'?: string;
42
42
  }
@@ -24,7 +24,7 @@ export interface ExemptionsCreateExemptionMutationQueryParams {
24
24
  export interface ExemptionsCreateExemptionMutationHeaderParams {
25
25
  /**
26
26
  * Harness personal or service access token
27
- * @example "Nulla et enim labore dolorem pariatur et."
27
+ * @example "Nulla praesentium possimus."
28
28
  */
29
29
  'X-Api-Key'?: string;
30
30
  }
@@ -40,7 +40,7 @@ export interface ExemptionsFindExemptionByIdQueryQueryParams {
40
40
  export interface ExemptionsFindExemptionByIdQueryHeaderParams {
41
41
  /**
42
42
  * Harness personal or service access token
43
- * @example "Ut perspiciatis voluptatibus."
43
+ * @example "Consequatur corrupti ab."
44
44
  */
45
45
  'X-Api-Key'?: string;
46
46
  }
@@ -0,0 +1,46 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { Exemption } from '../schemas/Exemption';
3
+ import type { NotFound } from '../schemas/NotFound';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface ExemptionsGetProjectLevelExemptionForIssueQueryPathParams {
7
+ /**
8
+ * Issue ID to find exemption for
9
+ * @example "abcdef1234567890ghijkl"
10
+ */
11
+ issueId: string;
12
+ }
13
+ export interface ExemptionsGetProjectLevelExemptionForIssueQueryQueryParams {
14
+ /**
15
+ * Harness Account ID
16
+ * @example "abcdef1234567890ghijkl"
17
+ */
18
+ accountId: string;
19
+ /**
20
+ * Harness Organization ID
21
+ * @example "example_org"
22
+ */
23
+ orgId?: string;
24
+ /**
25
+ * Harness Project ID
26
+ * @example "example_project"
27
+ */
28
+ projectId?: string;
29
+ }
30
+ export interface ExemptionsGetProjectLevelExemptionForIssueQueryHeaderParams {
31
+ /**
32
+ * Harness personal or service access token
33
+ * @example "Quaerat aliquam est."
34
+ */
35
+ 'X-Api-Key'?: string;
36
+ }
37
+ export type ExemptionsGetProjectLevelExemptionForIssueOkResponse = ResponseWithPagination<Exemption>;
38
+ export type ExemptionsGetProjectLevelExemptionForIssueErrorResponse = NotFound;
39
+ export interface ExemptionsGetProjectLevelExemptionForIssueProps extends ExemptionsGetProjectLevelExemptionForIssueQueryPathParams, Omit<FetcherOptions<ExemptionsGetProjectLevelExemptionForIssueQueryQueryParams, unknown, ExemptionsGetProjectLevelExemptionForIssueQueryHeaderParams>, 'url'> {
40
+ queryParams: ExemptionsGetProjectLevelExemptionForIssueQueryQueryParams;
41
+ }
42
+ export declare function exemptionsGetProjectLevelExemptionForIssue(props: ExemptionsGetProjectLevelExemptionForIssueProps): Promise<ExemptionsGetProjectLevelExemptionForIssueOkResponse>;
43
+ /**
44
+ * Get the highest-priority project-level exemption for an issue
45
+ */
46
+ export declare function useExemptionsGetProjectLevelExemptionForIssueQuery(props: ExemptionsGetProjectLevelExemptionForIssueProps, options?: Omit<UseQueryOptions<ExemptionsGetProjectLevelExemptionForIssueOkResponse, ExemptionsGetProjectLevelExemptionForIssueErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ExemptionsGetProjectLevelExemptionForIssueOkResponse, NotFound>;
@@ -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 exemptionsGetProjectLevelExemptionForIssue(props) {
7
+ return fetcher(Object.assign({ url: `/api/v2/exemptions/for-issue/${props.issueId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Get the highest-priority project-level exemption for an issue
11
+ */
12
+ export function useExemptionsGetProjectLevelExemptionForIssueQuery(props, options) {
13
+ return useQuery(['Exemptions#GetProjectLevelExemptionForIssue', props.issueId, props.queryParams], ({ signal }) => exemptionsGetProjectLevelExemptionForIssue(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -37,7 +37,7 @@ export interface ExemptionsListExemptionsQueryQueryParams {
37
37
  export interface ExemptionsListExemptionsQueryHeaderParams {
38
38
  /**
39
39
  * Harness personal or service access token
40
- * @example "Porro enim voluptatum."
40
+ * @example "Vero possimus architecto deleniti et."
41
41
  */
42
42
  'X-Api-Key'?: string;
43
43
  }
@@ -31,7 +31,7 @@ export interface ExemptionsPromoteExemptionMutationQueryParams {
31
31
  export interface ExemptionsPromoteExemptionMutationHeaderParams {
32
32
  /**
33
33
  * Harness personal or service access token
34
- * @example "Eveniet atque."
34
+ * @example "Deleniti est optio voluptatibus laborum."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -31,7 +31,7 @@ export interface ExemptionsUpdateExemptionMutationQueryParams {
31
31
  export interface ExemptionsUpdateExemptionMutationHeaderParams {
32
32
  /**
33
33
  * Harness personal or service access token
34
- * @example "Qui tenetur est placeat vel."
34
+ * @example "Occaecati aspernatur qui."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -0,0 +1,61 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { FrontendAllIssuesDetailsV2ResponseBody } from '../schemas/FrontendAllIssuesDetailsV2ResponseBody';
3
+ import type { NotFound } from '../schemas/NotFound';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface FrontendAllIssuesDetailsV2QueryPathParams {
7
+ /**
8
+ * The ID of the Security Issue
9
+ * @example "abcdef1234567890ghijkl"
10
+ */
11
+ issueId: string;
12
+ }
13
+ export interface FrontendAllIssuesDetailsV2QueryQueryParams {
14
+ /**
15
+ * Harness Account ID
16
+ * @example "abcdef1234567890ghijkl"
17
+ */
18
+ accountId: string;
19
+ /**
20
+ * Harness Organization ID
21
+ * @example "example_org"
22
+ */
23
+ orgId: string;
24
+ /**
25
+ * Harness Project ID
26
+ * @example "example_project"
27
+ */
28
+ projectId: string;
29
+ /**
30
+ * @example "None,Pending,Rejected,Expired"
31
+ */
32
+ exemptionStatuses?: string;
33
+ /**
34
+ * @example "A Target Name"
35
+ */
36
+ search?: string;
37
+ /**
38
+ * Page number to fetch (starting from 0)
39
+ * @format int64
40
+ * @default 0
41
+ * @example 4
42
+ */
43
+ page?: number;
44
+ /**
45
+ * Number of results per page
46
+ * @format int64
47
+ * @default 30
48
+ * @example 50
49
+ */
50
+ pageSize?: number;
51
+ }
52
+ export type FrontendAllIssuesDetailsV2OkResponse = ResponseWithPagination<FrontendAllIssuesDetailsV2ResponseBody>;
53
+ export type FrontendAllIssuesDetailsV2ErrorResponse = NotFound;
54
+ export interface FrontendAllIssuesDetailsV2Props extends FrontendAllIssuesDetailsV2QueryPathParams, Omit<FetcherOptions<FrontendAllIssuesDetailsV2QueryQueryParams, unknown>, 'url'> {
55
+ queryParams: FrontendAllIssuesDetailsV2QueryQueryParams;
56
+ }
57
+ export declare function frontendAllIssuesDetailsV2(props: FrontendAllIssuesDetailsV2Props): Promise<FrontendAllIssuesDetailsV2OkResponse>;
58
+ /**
59
+ * Provides issue details for a project using the pre-aggregated summary and detection tables
60
+ */
61
+ export declare function useFrontendAllIssuesDetailsV2Query(props: FrontendAllIssuesDetailsV2Props, options?: Omit<UseQueryOptions<FrontendAllIssuesDetailsV2OkResponse, FrontendAllIssuesDetailsV2ErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<FrontendAllIssuesDetailsV2OkResponse, NotFound>;
@@ -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 frontendAllIssuesDetailsV2(props) {
7
+ return fetcher(Object.assign({ url: `/api/v2/frontend/all-issues/v2/issues/${props.issueId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Provides issue details for a project using the pre-aggregated summary and detection tables
11
+ */
12
+ export function useFrontendAllIssuesDetailsV2Query(props, options) {
13
+ return useQuery(['Frontend#AllIssuesDetailsV2', props.issueId, props.queryParams], ({ signal }) => frontendAllIssuesDetailsV2(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -24,7 +24,7 @@ export interface FrontendExemptionsFiltersQueryQueryParams {
24
24
  export interface FrontendExemptionsFiltersQueryHeaderParams {
25
25
  /**
26
26
  * Harness personal or service access token
27
- * @example "Ab aspernatur distinctio."
27
+ * @example "Adipisci sint quaerat assumenda."
28
28
  */
29
29
  'X-Api-Key'?: string;
30
30
  }
@@ -30,7 +30,7 @@ export interface FrontendExpiringExemptionsQueryQueryParams {
30
30
  * Number of days of Baseline Issue counts to return
31
31
  * @format int64
32
32
  * @default 7
33
- * @example 578
33
+ * @example 722
34
34
  */
35
35
  days?: number;
36
36
  }
@@ -58,7 +58,7 @@ export interface FrontendGlobalExemptionsQueryQueryParams {
58
58
  export interface FrontendGlobalExemptionsQueryHeaderParams {
59
59
  /**
60
60
  * Harness personal or service access token
61
- * @example "Dolores ab occaecati debitis."
61
+ * @example "Voluptatem dicta consequuntur sit dolore."
62
62
  */
63
63
  'X-Api-Key'?: string;
64
64
  }
@@ -23,7 +23,7 @@ export interface FrontendOverviewHistoricalCountsQueryQueryParams {
23
23
  * Number of days of Baseline Issue counts to return
24
24
  * @format int64
25
25
  * @default 30
26
- * @example 53
26
+ * @example 55
27
27
  */
28
28
  days?: number;
29
29
  }
@@ -35,7 +35,7 @@ export interface IssuesFindIssueByIdQueryQueryParams {
35
35
  export interface IssuesFindIssueByIdQueryHeaderParams {
36
36
  /**
37
37
  * Harness personal or service access token
38
- * @example "Quos sit et distinctio saepe doloribus et."
38
+ * @example "Voluptas minus."
39
39
  */
40
40
  'X-Api-Key'?: string;
41
41
  }
@@ -31,7 +31,7 @@ export interface IssuesIssuesAugmentRemediationMutationQueryParams {
31
31
  export interface IssuesIssuesAugmentRemediationMutationHeaderParams {
32
32
  /**
33
33
  * Harness personal or service access token
34
- * @example "Quia hic."
34
+ * @example "Occaecati rerum molestiae facere."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -24,7 +24,7 @@ export interface OverridesCreateOverrideMutationQueryParams {
24
24
  export interface OverridesCreateOverrideMutationHeaderParams {
25
25
  /**
26
26
  * Harness personal or service access token
27
- * @example "Architecto dolorem et iusto in."
27
+ * @example "Aut sunt commodi."
28
28
  */
29
29
  'X-Api-Key'?: string;
30
30
  }
@@ -37,7 +37,7 @@ export interface OverridesListOverridesQueryQueryParams {
37
37
  export interface OverridesListOverridesQueryHeaderParams {
38
38
  /**
39
39
  * Harness personal or service access token
40
- * @example "Quam quia est aut."
40
+ * @example "Autem eum id nihil."
41
41
  */
42
42
  'X-Api-Key'?: string;
43
43
  }
@@ -25,14 +25,14 @@ export interface PullRequestsCreatePullRequestMutationQueryParams {
25
25
  */
26
26
  provider: string;
27
27
  /**
28
- * @example "Culpa accusantium consequuntur voluptate eum voluptate possimus."
28
+ * @example "Quia hic."
29
29
  */
30
30
  repositoryPath: string;
31
31
  }
32
32
  export interface PullRequestsCreatePullRequestMutationHeaderParams {
33
33
  /**
34
34
  * Harness personal or service access token
35
- * @example "Ab itaque repellat."
35
+ * @example "Eligendi omnis."
36
36
  */
37
37
  'X-Api-Key'?: string;
38
38
  }
@@ -24,7 +24,7 @@ export interface PullRequestsGetPullRequestCorrelationQueryQueryParams {
24
24
  */
25
25
  provider: string;
26
26
  /**
27
- * @example "Repudiandae et laboriosam eum ut incidunt et."
27
+ * @example "Et delectus quasi ut."
28
28
  */
29
29
  repositoryPath: string;
30
30
  /**
@@ -40,7 +40,7 @@ export interface PullRequestsGetPullRequestCorrelationQueryQueryParams {
40
40
  export interface PullRequestsGetPullRequestCorrelationQueryHeaderParams {
41
41
  /**
42
42
  * Harness personal or service access token
43
- * @example "In consequatur ut."
43
+ * @example "Nostrum veniam in distinctio neque."
44
44
  */
45
45
  'X-Api-Key'?: string;
46
46
  }
@@ -25,14 +25,14 @@ export interface PullRequestsUpdatePullRequestMutationQueryParams {
25
25
  */
26
26
  provider: string;
27
27
  /**
28
- * @example "Quia voluptas soluta nulla praesentium possimus unde."
28
+ * @example "Quo possimus quidem officia et necessitatibus vel."
29
29
  */
30
30
  repositoryPath: string;
31
31
  }
32
32
  export interface PullRequestsUpdatePullRequestMutationHeaderParams {
33
33
  /**
34
34
  * Harness personal or service access token
35
- * @example "Occaecati aspernatur qui."
35
+ * @example "Repellendus corrupti minima quos ab."
36
36
  */
37
37
  'X-Api-Key'?: string;
38
38
  }
@@ -6,12 +6,12 @@ import { FetcherOptions } from '../../../../fetcher/index.js';
6
6
  export interface ScansScanIssueOccurrencesQueryPathParams {
7
7
  /**
8
8
  * The ID of the Security Test Scan
9
- * @example "A sapiente et voluptas."
9
+ * @example "Ducimus voluptas."
10
10
  */
11
11
  id: string;
12
12
  /**
13
13
  * The ID of the Security Test Issue
14
- * @example "Quibusdam exercitationem et est sunt repudiandae cum."
14
+ * @example "Magnam doloremque nihil."
15
15
  */
16
16
  issueId: string;
17
17
  }
@@ -55,12 +55,12 @@ export interface ScansScanIssueOccurrencesQueryQueryParams {
55
55
  exemptionStatus?: string;
56
56
  /**
57
57
  * The field to sort by
58
- * @example "Quae mollitia ad sed odio."
58
+ * @example "Rerum voluptatum."
59
59
  */
60
60
  sort?: string;
61
61
  /**
62
62
  * The order to sort by
63
- * @example "ASC"
63
+ * @example "DESC"
64
64
  */
65
65
  order?: 'ASC' | 'DESC';
66
66
  /**
@@ -72,7 +72,7 @@ export interface ScansScanIssueOccurrencesQueryQueryParams {
72
72
  export interface ScansScanIssueOccurrencesQueryHeaderParams {
73
73
  /**
74
74
  * Harness personal or service access token
75
- * @example "Repudiandae dolorem."
75
+ * @example "Et quos et tempora labore."
76
76
  */
77
77
  'X-Api-Key'?: string;
78
78
  }
@@ -6,12 +6,12 @@ import { FetcherOptions } from '../../../../fetcher/index.js';
6
6
  export interface ScansScanIssueQueryPathParams {
7
7
  /**
8
8
  * The ID of the Security Test Scan
9
- * @example "Inventore doloribus."
9
+ * @example "Ut sunt molestiae."
10
10
  */
11
11
  id: string;
12
12
  /**
13
13
  * The ID of the Security Test Issue
14
- * @example "Esse provident ut."
14
+ * @example "Vero dolore ipsam optio dolores voluptas voluptas."
15
15
  */
16
16
  issueId: string;
17
17
  }
@@ -47,7 +47,7 @@ export interface ScansScanIssueQueryQueryParams {
47
47
  pageSize?: number;
48
48
  /**
49
49
  * The field to sort by
50
- * @example "Reiciendis architecto quam accusamus voluptate blanditiis."
50
+ * @example "Assumenda natus ut accusamus est id."
51
51
  */
52
52
  sort?: string;
53
53
  /**
@@ -59,7 +59,7 @@ export interface ScansScanIssueQueryQueryParams {
59
59
  export interface ScansScanIssueQueryHeaderParams {
60
60
  /**
61
61
  * Harness personal or service access token
62
- * @example "Ipsum impedit et qui adipisci sint quaerat."
62
+ * @example "Laborum et harum consequatur facilis dignissimos."
63
63
  */
64
64
  'X-Api-Key'?: string;
65
65
  }
@@ -30,7 +30,7 @@ export interface TargetsFindTargetByIdQueryQueryParams {
30
30
  export interface TargetsFindTargetByIdQueryHeaderParams {
31
31
  /**
32
32
  * Harness personal or service access token
33
- * @example "Et laboriosam aspernatur voluptatem voluptas."
33
+ * @example "Dolorem voluptates perspiciatis sed veritatis architecto."
34
34
  */
35
35
  'X-Api-Key'?: string;
36
36
  }
@@ -31,7 +31,7 @@ export interface TargetsPatchTargetMutationQueryParams {
31
31
  export interface TargetsPatchTargetMutationHeaderParams {
32
32
  /**
33
33
  * Harness personal or service access token
34
- * @example "Dolor delectus beatae sint."
34
+ * @example "Aperiam sed omnis."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -7,6 +7,8 @@ export type { ExemptionsDeleteExemptionErrorResponse, ExemptionsDeleteExemptionM
7
7
  export { exemptionsDeleteExemption, useExemptionsDeleteExemptionMutation, } from './hooks/useExemptionsDeleteExemptionMutation';
8
8
  export type { ExemptionsFindExemptionByIdErrorResponse, ExemptionsFindExemptionByIdOkResponse, ExemptionsFindExemptionByIdProps, ExemptionsFindExemptionByIdQueryPathParams, ExemptionsFindExemptionByIdQueryQueryParams, } from './hooks/useExemptionsFindExemptionByIdQuery';
9
9
  export { exemptionsFindExemptionById, useExemptionsFindExemptionByIdQuery, } from './hooks/useExemptionsFindExemptionByIdQuery';
10
+ export type { ExemptionsGetProjectLevelExemptionForIssueErrorResponse, ExemptionsGetProjectLevelExemptionForIssueOkResponse, ExemptionsGetProjectLevelExemptionForIssueProps, ExemptionsGetProjectLevelExemptionForIssueQueryPathParams, ExemptionsGetProjectLevelExemptionForIssueQueryQueryParams, } from './hooks/useExemptionsGetProjectLevelExemptionForIssueQuery';
11
+ export { exemptionsGetProjectLevelExemptionForIssue, useExemptionsGetProjectLevelExemptionForIssueQuery, } from './hooks/useExemptionsGetProjectLevelExemptionForIssueQuery';
10
12
  export type { ExemptionsListExemptionsErrorResponse, ExemptionsListExemptionsOkResponse, ExemptionsListExemptionsProps, ExemptionsListExemptionsQueryQueryParams, } from './hooks/useExemptionsListExemptionsQuery';
11
13
  export { exemptionsListExemptions, useExemptionsListExemptionsQuery, } from './hooks/useExemptionsListExemptionsQuery';
12
14
  export type { ExemptionsPromoteExemptionErrorResponse, ExemptionsPromoteExemptionMutationPathParams, ExemptionsPromoteExemptionMutationQueryParams, ExemptionsPromoteExemptionOkResponse, ExemptionsPromoteExemptionProps, ExemptionsPromoteExemptionRequestBody, } from './hooks/useExemptionsPromoteExemptionMutation';
@@ -17,6 +19,8 @@ export type { FrontendAllIssuesCountsV2ErrorResponse, FrontendAllIssuesCountsV2O
17
19
  export { frontendAllIssuesCountsV2, useFrontendAllIssuesCountsV2Query, } from './hooks/useFrontendAllIssuesCountsV2Query';
18
20
  export type { FrontendAllIssuesDetailsErrorResponse, FrontendAllIssuesDetailsOkResponse, FrontendAllIssuesDetailsProps, FrontendAllIssuesDetailsQueryPathParams, FrontendAllIssuesDetailsQueryQueryParams, } from './hooks/useFrontendAllIssuesDetailsQuery';
19
21
  export { frontendAllIssuesDetails, useFrontendAllIssuesDetailsQuery, } from './hooks/useFrontendAllIssuesDetailsQuery';
22
+ export type { FrontendAllIssuesDetailsV2ErrorResponse, FrontendAllIssuesDetailsV2OkResponse, FrontendAllIssuesDetailsV2Props, FrontendAllIssuesDetailsV2QueryPathParams, FrontendAllIssuesDetailsV2QueryQueryParams, } from './hooks/useFrontendAllIssuesDetailsV2Query';
23
+ export { frontendAllIssuesDetailsV2, useFrontendAllIssuesDetailsV2Query, } from './hooks/useFrontendAllIssuesDetailsV2Query';
20
24
  export type { FrontendAllIssuesFiltersErrorResponse, FrontendAllIssuesFiltersOkResponse, FrontendAllIssuesFiltersProps, FrontendAllIssuesFiltersQueryQueryParams, } from './hooks/useFrontendAllIssuesFiltersQuery';
21
25
  export { frontendAllIssuesFilters, useFrontendAllIssuesFiltersQuery, } from './hooks/useFrontendAllIssuesFiltersQuery';
22
26
  export type { FrontendAllIssuesListErrorResponse, FrontendAllIssuesListOkResponse, FrontendAllIssuesListProps, FrontendAllIssuesListQueryQueryParams, } from './hooks/useFrontendAllIssuesListQuery';
@@ -87,6 +91,7 @@ export type { AllBaselineIssueSummary } from './schemas/AllBaselineIssueSummary'
87
91
  export type { AllIssueSummary } from './schemas/AllIssueSummary';
88
92
  export type { AllIssuesCountsV2Result } from './schemas/AllIssuesCountsV2Result';
89
93
  export type { AllIssuesDetailsResult } from './schemas/AllIssuesDetailsResult';
94
+ export type { AllIssuesDetailsV2Result } from './schemas/AllIssuesDetailsV2Result';
90
95
  export type { AllIssuesFiltersResult } from './schemas/AllIssuesFiltersResult';
91
96
  export type { AllIssuesListResult } from './schemas/AllIssuesListResult';
92
97
  export type { AllIssuesListV2Result } from './schemas/AllIssuesListV2Result';
@@ -111,6 +116,7 @@ export type { ExemptionsListExemptionsResponseBody } from './schemas/ExemptionsL
111
116
  export type { ExportPipelineSecurityIssuesCsvResponseBody } from './schemas/ExportPipelineSecurityIssuesCsvResponseBody';
112
117
  export type { FrontendAllIssuesCountsV2ResponseBody } from './schemas/FrontendAllIssuesCountsV2ResponseBody';
113
118
  export type { FrontendAllIssuesDetailsResponseBody } from './schemas/FrontendAllIssuesDetailsResponseBody';
119
+ export type { FrontendAllIssuesDetailsV2ResponseBody } from './schemas/FrontendAllIssuesDetailsV2ResponseBody';
114
120
  export type { FrontendAllIssuesFiltersResponseBody } from './schemas/FrontendAllIssuesFiltersResponseBody';
115
121
  export type { FrontendAllIssuesListResponseBody } from './schemas/FrontendAllIssuesListResponseBody';
116
122
  export type { FrontendAllIssuesListV2ResponseBody } from './schemas/FrontendAllIssuesListV2ResponseBody';
@@ -139,6 +145,7 @@ export type { HistoricalCounts } from './schemas/HistoricalCounts';
139
145
  export type { HistoricalIssueCounts } from './schemas/HistoricalIssueCounts';
140
146
  export type { IdResult } from './schemas/IdResult';
141
147
  export type { ImpactedTarget } from './schemas/ImpactedTarget';
148
+ export type { ImpactedTargetV2 } from './schemas/ImpactedTargetV2';
142
149
  export type { Issue } from './schemas/Issue';
143
150
  export type { IssueForExemptionResult } from './schemas/IssueForExemptionResult';
144
151
  export type { IssueInScan } from './schemas/IssueInScan';
@@ -2,11 +2,13 @@ export { exemptionsApproveExemption, useExemptionsApproveExemptionMutation, } fr
2
2
  export { exemptionsCreateExemption, useExemptionsCreateExemptionMutation, } from './hooks/useExemptionsCreateExemptionMutation';
3
3
  export { exemptionsDeleteExemption, useExemptionsDeleteExemptionMutation, } from './hooks/useExemptionsDeleteExemptionMutation';
4
4
  export { exemptionsFindExemptionById, useExemptionsFindExemptionByIdQuery, } from './hooks/useExemptionsFindExemptionByIdQuery';
5
+ export { exemptionsGetProjectLevelExemptionForIssue, useExemptionsGetProjectLevelExemptionForIssueQuery, } from './hooks/useExemptionsGetProjectLevelExemptionForIssueQuery';
5
6
  export { exemptionsListExemptions, useExemptionsListExemptionsQuery, } from './hooks/useExemptionsListExemptionsQuery';
6
7
  export { exemptionsPromoteExemption, useExemptionsPromoteExemptionMutation, } from './hooks/useExemptionsPromoteExemptionMutation';
7
8
  export { exemptionsUpdateExemption, useExemptionsUpdateExemptionMutation, } from './hooks/useExemptionsUpdateExemptionMutation';
8
9
  export { frontendAllIssuesCountsV2, useFrontendAllIssuesCountsV2Query, } from './hooks/useFrontendAllIssuesCountsV2Query';
9
10
  export { frontendAllIssuesDetails, useFrontendAllIssuesDetailsQuery, } from './hooks/useFrontendAllIssuesDetailsQuery';
11
+ export { frontendAllIssuesDetailsV2, useFrontendAllIssuesDetailsV2Query, } from './hooks/useFrontendAllIssuesDetailsV2Query';
10
12
  export { frontendAllIssuesFilters, useFrontendAllIssuesFiltersQuery, } from './hooks/useFrontendAllIssuesFiltersQuery';
11
13
  export { frontendAllIssuesList, useFrontendAllIssuesListQuery, } from './hooks/useFrontendAllIssuesListQuery';
12
14
  export { frontendAllIssuesListV2, useFrontendAllIssuesListV2Query, } from './hooks/useFrontendAllIssuesListV2Query';
@@ -1,7 +1,7 @@
1
1
  import type { OverrideResult } from '../schemas/OverrideResult';
2
2
  /**
3
3
  * All issue list summary from pre-aggregated baseline issue summary table
4
- * @example {"epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"exemptionStatus":"Pending","id":"abcdef1234567890ghijkl","issueType":"Magni natus vel est rerum temporibus.","lastDetected":1634836529,"numOccurrences":12,"numTargetsImpacted":2,"overrides":[{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}],"reachability":"reachable","severityCode":"High","status":"Remediated","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
4
+ * @example {"epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"exemptionStatus":"Pending","id":"abcdef1234567890ghijkl","issueType":"Nostrum dignissimos.","lastDetected":1634836529,"numOccurrences":12,"numTargetsImpacted":2,"overrides":[{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}],"reachability":"reachable","severityCode":"High","status":"Remediated","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
5
5
  */
6
6
  export interface AllBaselineIssueSummary {
7
7
  /**
@@ -33,7 +33,7 @@ export interface AllBaselineIssueSummary {
33
33
  id: string;
34
34
  /**
35
35
  * Issue Type
36
- * @example "Iste ut iste magnam dignissimos reprehenderit accusamus."
36
+ * @example "Aperiam exercitationem rerum."
37
37
  */
38
38
  issueType?: string;
39
39
  /**
@@ -56,7 +56,7 @@ export interface AllBaselineIssueSummary {
56
56
  numTargetsImpacted: number;
57
57
  /**
58
58
  * List of issue overrides
59
- * @example [{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}]
59
+ * @example [{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}]
60
60
  */
61
61
  overrides?: OverrideResult[];
62
62
  /**
@@ -71,7 +71,7 @@ export interface AllBaselineIssueSummary {
71
71
  severityCode: 'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'Unassigned';
72
72
  /**
73
73
  * Issue Status
74
- * @example "Exempted"
74
+ * @example "Active"
75
75
  */
76
76
  status: 'Active' | 'Exempted' | 'Remediated';
77
77
  /**
@@ -1,7 +1,7 @@
1
1
  import type { OverrideResult } from '../schemas/OverrideResult';
2
2
  /**
3
3
  * All issue list summary
4
- * @example {"epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"exemptionExpiration":1651578240,"exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"abcdef1234567890ghijkl","issueType":"Qui in deserunt vel.","lastDetected":1634836529,"numOccurrences":12,"numTargetsImpacted":2,"overrides":[{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}],"reachability":"reachable","severityCode":"High","status":"Exempted","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
4
+ * @example {"epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"exemptionExpiration":1651578240,"exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"abcdef1234567890ghijkl","issueType":"Commodi labore optio sit perferendis.","lastDetected":1634836529,"numOccurrences":12,"numTargetsImpacted":2,"overrides":[{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}],"reachability":"reachable","severityCode":"High","status":"Remediated","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
5
5
  */
6
6
  export interface AllIssueSummary {
7
7
  /**
@@ -44,7 +44,7 @@ export interface AllIssueSummary {
44
44
  id: string;
45
45
  /**
46
46
  * Issue Type
47
- * @example "Et illo."
47
+ * @example "Sed praesentium consequatur."
48
48
  */
49
49
  issueType?: string;
50
50
  /**
@@ -67,7 +67,7 @@ export interface AllIssueSummary {
67
67
  numTargetsImpacted: number;
68
68
  /**
69
69
  * List of issue overrides
70
- * @example [{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}]
70
+ * @example [{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"},{"created":1651578240,"fieldName":"severityCode","impactedTargetId":"target1111111111111111","originalFieldValue":"Low","overrideFieldValue":"Low","overrideId":"override1234","reason":"Waiting on upstream bug fix","requesterEmail":"user@harness.io","requesterId":"user111111111111111111","requesterName":"firstname lastname"}]
71
71
  */
72
72
  overrides?: OverrideResult[];
73
73
  /**
@@ -82,7 +82,7 @@ export interface AllIssueSummary {
82
82
  severityCode: 'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'Unassigned';
83
83
  /**
84
84
  * Issue Status
85
- * @example "Exempted"
85
+ * @example "Remediated"
86
86
  */
87
87
  status?: 'Active' | 'Exempted' | 'Remediated';
88
88
  /**
@@ -1,11 +1,11 @@
1
1
  import type { MinimalIssueCounts } from '../schemas/MinimalIssueCounts';
2
2
  /**
3
- * @example {"issueTypeCounts":{"Accusantium occaecati.":5029960779057233000,"Commodi ea id.":6754448891681166000},"severityCounts":{"critical":1,"high":3,"ignored":1,"info":11,"low":39,"medium":17},"totalOccurrences":244944822108418020}
3
+ * @example {"issueTypeCounts":{"Aspernatur dolor aliquam modi veritatis.":799399084147796200},"severityCounts":{"critical":1,"high":3,"ignored":1,"info":11,"low":39,"medium":17},"totalOccurrences":154287124016963900}
4
4
  */
5
5
  export interface AllIssuesCountsV2Result {
6
6
  /**
7
7
  * Issue counts grouped by issue type (e.g. SAST, SCA, DAST)
8
- * @example {"Quae doloremque recusandae qui nostrum nam.":7700852888878210000}
8
+ * @example {"Excepturi repellendus.":5060049304162378000}
9
9
  */
10
10
  issueTypeCounts: {
11
11
  [key: string]: number;
@@ -14,7 +14,7 @@ export interface AllIssuesCountsV2Result {
14
14
  /**
15
15
  * Total number of occurrences across all filtered issues
16
16
  * @format int64
17
- * @example 8437400646946387000
17
+ * @example 1163399586248949500
18
18
  */
19
19
  totalOccurrences: number;
20
20
  }