@harnessio/react-sto-core-client 0.7.0 → 0.7.1

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 (61) 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/useExemptionsListExemptionsQuery.d.ts +1 -1
  5. package/dist/sto-core/src/services/hooks/useExemptionsPromoteExemptionMutation.d.ts +1 -1
  6. package/dist/sto-core/src/services/hooks/useExemptionsUpdateExemptionMutation.d.ts +1 -1
  7. package/dist/sto-core/src/services/hooks/useFrontendAllIssuesListQuery.d.ts +1 -1
  8. package/dist/sto-core/src/services/hooks/useFrontendExemptionsFiltersQuery.d.ts +1 -1
  9. package/dist/sto-core/src/services/hooks/useFrontendExpiringExemptionsQuery.d.ts +1 -1
  10. package/dist/sto-core/src/services/hooks/useFrontendGlobalExemptionsQuery.d.ts +1 -1
  11. package/dist/sto-core/src/services/hooks/useFrontendOccurrenceDataflowQuery.d.ts +45 -0
  12. package/dist/sto-core/src/services/hooks/useFrontendOccurrenceDataflowQuery.js +14 -0
  13. package/dist/sto-core/src/services/hooks/useFrontendOverviewHistoricalCountsQuery.d.ts +1 -1
  14. package/dist/sto-core/src/services/hooks/useIssuesFindIssueByIdQuery.d.ts +1 -1
  15. package/dist/sto-core/src/services/hooks/useIssuesIssuesAugmentRemediationMutation.d.ts +1 -1
  16. package/dist/sto-core/src/services/hooks/useOverridesCreateOverrideMutation.d.ts +1 -1
  17. package/dist/sto-core/src/services/hooks/useOverridesListOverridesQuery.d.ts +1 -1
  18. package/dist/sto-core/src/services/hooks/usePullRequestsCreatePullRequestMutation.d.ts +2 -2
  19. package/dist/sto-core/src/services/hooks/usePullRequestsGetPullRequestCorrelationQuery.d.ts +2 -2
  20. package/dist/sto-core/src/services/hooks/usePullRequestsUpdatePullRequestMutation.d.ts +2 -2
  21. package/dist/sto-core/src/services/hooks/useScansScanIssueOccurrencesQuery.d.ts +5 -5
  22. package/dist/sto-core/src/services/hooks/useScansScanIssueQuery.d.ts +5 -5
  23. package/dist/sto-core/src/services/hooks/useTargetsFindTargetByIdQuery.d.ts +1 -1
  24. package/dist/sto-core/src/services/hooks/useTargetsPatchTargetMutation.d.ts +1 -1
  25. package/dist/sto-core/src/services/index.d.ts +4 -5
  26. package/dist/sto-core/src/services/index.js +1 -1
  27. package/dist/sto-core/src/services/schemas/AllIssueSummary.d.ts +2 -2
  28. package/dist/sto-core/src/services/schemas/AllIssuesDetailsResult.d.ts +7 -7
  29. package/dist/sto-core/src/services/schemas/AllIssuesListResult.d.ts +2 -2
  30. package/dist/sto-core/src/services/schemas/AllIssuesOccurrenceDetailsResult.d.ts +7 -7
  31. package/dist/sto-core/src/services/schemas/AugmentRemediationMetadata.d.ts +2 -2
  32. package/dist/sto-core/src/services/schemas/AugmentRemediationResult.d.ts +4 -4
  33. package/dist/sto-core/src/services/schemas/AugmentRemediationWarning.d.ts +3 -3
  34. package/dist/sto-core/src/services/schemas/ExemptionImpactedTargetsResult.d.ts +1 -1
  35. package/dist/sto-core/src/services/schemas/ExemptionsListExemptionsResponseBody.d.ts +2 -2
  36. package/dist/sto-core/src/services/schemas/FrontendExemption.d.ts +1 -1
  37. package/dist/sto-core/src/services/schemas/FrontendOccurrenceDataflowResponseBody.d.ts +2 -0
  38. package/dist/sto-core/src/services/schemas/GitMetadata.d.ts +5 -5
  39. package/dist/sto-core/src/services/schemas/ImpactedTarget.d.ts +3 -3
  40. package/dist/sto-core/src/services/schemas/Issue.d.ts +3 -3
  41. package/dist/sto-core/src/services/schemas/IssueInScan.d.ts +5 -5
  42. package/dist/sto-core/src/services/schemas/IssueSummaries.d.ts +2 -2
  43. package/dist/sto-core/src/services/schemas/IssueSummary.d.ts +7 -1
  44. package/dist/sto-core/src/services/schemas/IssuesAugmentRemediationRequestBody.d.ts +2 -2
  45. package/dist/sto-core/src/services/schemas/OccurrenceDataflowResult.d.ts +24 -0
  46. package/dist/sto-core/src/services/schemas/OccurrenceDataflowResult.js +4 -0
  47. package/dist/sto-core/src/services/schemas/OverridesListOverridesResponseBody.d.ts +2 -2
  48. package/dist/sto-core/src/services/schemas/PaginatedIssueSummaries.d.ts +2 -2
  49. package/dist/sto-core/src/services/schemas/PipelineSecurityIssuesResult.d.ts +1 -1
  50. package/dist/sto-core/src/services/schemas/RefIds.d.ts +3 -3
  51. package/dist/sto-core/src/services/schemas/SecurityReviewResult.d.ts +2 -2
  52. package/dist/sto-core/src/services/schemas/TestTargetResult.d.ts +2 -2
  53. package/package.json +1 -1
  54. package/dist/sto-core/src/services/hooks/useFrontendAllIssuesListV2Query.d.ts +0 -103
  55. package/dist/sto-core/src/services/hooks/useFrontendAllIssuesListV2Query.js +0 -14
  56. package/dist/sto-core/src/services/schemas/AllBaselineIssueSummary.d.ts +0 -82
  57. package/dist/sto-core/src/services/schemas/AllIssuesListV2Result.d.ts +0 -13
  58. package/dist/sto-core/src/services/schemas/AllIssuesListV2Result.js +0 -1
  59. package/dist/sto-core/src/services/schemas/FrontendAllIssuesListV2ResponseBody.d.ts +0 -2
  60. package/dist/sto-core/src/services/schemas/FrontendAllIssuesListV2ResponseBody.js +0 -1
  61. /package/dist/sto-core/src/services/schemas/{AllBaselineIssueSummary.js → FrontendOccurrenceDataflowResponseBody.js} +0 -0
@@ -36,7 +36,7 @@ export interface ExemptionsApproveExemptionMutationQueryParams {
36
36
  export interface ExemptionsApproveExemptionMutationHeaderParams {
37
37
  /**
38
38
  * Harness personal or service access token
39
- * @example "Voluptate error modi consequatur."
39
+ * @example "Aut quasi."
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 "Quasi in."
27
+ * @example "Quibusdam nihil ut."
28
28
  */
29
29
  'X-Api-Key'?: string;
30
30
  }
@@ -39,7 +39,7 @@ export interface ExemptionsFindExemptionByIdQueryQueryParams {
39
39
  export interface ExemptionsFindExemptionByIdQueryHeaderParams {
40
40
  /**
41
41
  * Harness personal or service access token
42
- * @example "Atque repudiandae."
42
+ * @example "Modi maiores."
43
43
  */
44
44
  'X-Api-Key'?: string;
45
45
  }
@@ -37,7 +37,7 @@ export interface ExemptionsListExemptionsQueryQueryParams {
37
37
  export interface ExemptionsListExemptionsQueryHeaderParams {
38
38
  /**
39
39
  * Harness personal or service access token
40
- * @example "Numquam vel nihil ut."
40
+ * @example "Sed magni veritatis."
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 "Qui deserunt sunt aperiam."
34
+ * @example "Quis voluptas ducimus libero ut velit sint."
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 "Eum maiores quis voluptas ducimus libero."
34
+ * @example "Recusandae autem voluptates."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -72,7 +72,7 @@ export interface FrontendAllIssuesListQueryQueryParams {
72
72
  */
73
73
  issueTypes?: string;
74
74
  /**
75
- * @example "Active,Exempted,Remediated"
75
+ * @example "Active,Exempted"
76
76
  */
77
77
  statuses?: string;
78
78
  /**
@@ -24,7 +24,7 @@ export interface FrontendExemptionsFiltersQueryQueryParams {
24
24
  export interface FrontendExemptionsFiltersQueryHeaderParams {
25
25
  /**
26
26
  * Harness personal or service access token
27
- * @example "Dolorem dicta iusto deleniti vitae."
27
+ * @example "Eveniet atque."
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 3133
33
+ * @example 4481
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 totam quod dicta aut."
61
+ * @example "Quam quia est aut."
62
62
  */
63
63
  'X-Api-Key'?: string;
64
64
  }
@@ -0,0 +1,45 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { FrontendOccurrenceDataflowResponseBody } from '../schemas/FrontendOccurrenceDataflowResponseBody';
3
+ import type { NotFound } from '../schemas/NotFound';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface FrontendOccurrenceDataflowQueryPathParams {
7
+ /**
8
+ * The ID of the Security Issue
9
+ * @example "abcdef1234567890ghijkl"
10
+ */
11
+ issueId: string;
12
+ /**
13
+ * Internal ID of the occurrence to fetch dataflow for
14
+ * @format int64
15
+ * @example 12345
16
+ */
17
+ occurrenceInternalId: number;
18
+ }
19
+ export interface FrontendOccurrenceDataflowQueryQueryParams {
20
+ /**
21
+ * Harness Account ID
22
+ * @example "abcdef1234567890ghijkl"
23
+ */
24
+ accountId: string;
25
+ /**
26
+ * Harness Organization ID
27
+ * @example "example_org"
28
+ */
29
+ orgId: string;
30
+ /**
31
+ * Harness Project ID
32
+ * @example "example_project"
33
+ */
34
+ projectId: string;
35
+ }
36
+ export type FrontendOccurrenceDataflowOkResponse = ResponseWithPagination<FrontendOccurrenceDataflowResponseBody>;
37
+ export type FrontendOccurrenceDataflowErrorResponse = NotFound;
38
+ export interface FrontendOccurrenceDataflowProps extends FrontendOccurrenceDataflowQueryPathParams, Omit<FetcherOptions<FrontendOccurrenceDataflowQueryQueryParams, unknown>, 'url'> {
39
+ queryParams: FrontendOccurrenceDataflowQueryQueryParams;
40
+ }
41
+ export declare function frontendOccurrenceDataflow(props: FrontendOccurrenceDataflowProps): Promise<FrontendOccurrenceDataflowOkResponse>;
42
+ /**
43
+ * Returns dataflow information for a specific occurrence. This endpoint is designed for async fetching of dataflow data separately from occurrence details.
44
+ */
45
+ export declare function useFrontendOccurrenceDataflowQuery(props: FrontendOccurrenceDataflowProps, options?: Omit<UseQueryOptions<FrontendOccurrenceDataflowOkResponse, FrontendOccurrenceDataflowErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<FrontendOccurrenceDataflowOkResponse, 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 frontendOccurrenceDataflow(props) {
7
+ return fetcher(Object.assign({ url: `/api/v2/frontend/issues/${props.issueId}/occurrence/${props.occurrenceInternalId}/dataflow`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns dataflow information for a specific occurrence. This endpoint is designed for async fetching of dataflow data separately from occurrence details.
11
+ */
12
+ export function useFrontendOccurrenceDataflowQuery(props, options) {
13
+ return useQuery(['Frontend#OccurrenceDataflow', props.issueId, props.occurrenceInternalId, props.queryParams], ({ signal }) => frontendOccurrenceDataflow(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -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 47
26
+ * @example 56
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 "Id vel quod deleniti."
38
+ * @example "Ratione architecto."
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 "Magni excepturi."
34
+ * @example "Aut laborum hic et excepturi repellat."
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 "Qui distinctio totam officia voluptates."
27
+ * @example "Dignissimos explicabo amet in dolore voluptatibus."
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 "Ea modi."
40
+ * @example "Modi consequatur fuga sint distinctio eius recusandae."
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 "Eum facere molestiae."
28
+ * @example "Sint voluptatem deleniti porro."
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 "Aliquid ea repellendus molestiae."
35
+ * @example "Iure et corrupti nihil magni."
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 "Sapiente optio sit accusantium."
27
+ * @example "Officia quidem aut."
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 "Consequuntur ducimus numquam hic fugit."
43
+ * @example "Corrupti odit."
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 "Aliquam voluptate velit et et aut eum."
28
+ * @example "Quia omnis."
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 "Facere hic."
35
+ * @example "Sed maxime quae nam quo ipsum eaque."
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 "Sit doloremque repellendus cum."
9
+ * @example "Commodi dolores voluptas molestias vel a."
10
10
  */
11
11
  id: string;
12
12
  /**
13
13
  * The ID of the Security Test Issue
14
- * @example "Minima voluptas temporibus corporis suscipit deserunt."
14
+ * @example "Quod ea et eaque nisi."
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 "Quod ea et eaque nisi."
58
+ * @example "Qui temporibus."
59
59
  */
60
60
  sort?: string;
61
61
  /**
62
62
  * The order to sort by
63
- * @example "DESC"
63
+ * @example "ASC"
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 "Sit et distinctio saepe doloribus et doloribus."
75
+ * @example "Totam eum sit doloremque repellendus cum alias."
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 "Perspiciatis laudantium aut at."
9
+ * @example "Est aut."
10
10
  */
11
11
  id: string;
12
12
  /**
13
13
  * The ID of the Security Test Issue
14
- * @example "Magni vel."
14
+ * @example "Facere sed modi consequuntur mollitia minima."
15
15
  */
16
16
  issueId: string;
17
17
  }
@@ -47,19 +47,19 @@ export interface ScansScanIssueQueryQueryParams {
47
47
  pageSize?: number;
48
48
  /**
49
49
  * The field to sort by
50
- * @example "Minima harum aut."
50
+ * @example "Occaecati aspernatur qui."
51
51
  */
52
52
  sort?: string;
53
53
  /**
54
54
  * The order to sort by
55
- * @example "DESC"
55
+ * @example "ASC"
56
56
  */
57
57
  order?: 'ASC' | 'DESC';
58
58
  }
59
59
  export interface ScansScanIssueQueryHeaderParams {
60
60
  /**
61
61
  * Harness personal or service access token
62
- * @example "Qui temporibus."
62
+ * @example "Optio voluptatibus."
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 qui adipisci sint."
33
+ * @example "Et aut."
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 "A sapiente et voluptas."
34
+ * @example "Quos ab tenetur voluptatem sed."
35
35
  */
36
36
  'X-Api-Key'?: string;
37
37
  }
@@ -19,8 +19,6 @@ export type { FrontendAllIssuesFiltersErrorResponse, FrontendAllIssuesFiltersOkR
19
19
  export { frontendAllIssuesFilters, useFrontendAllIssuesFiltersQuery, } from './hooks/useFrontendAllIssuesFiltersQuery';
20
20
  export type { FrontendAllIssuesListErrorResponse, FrontendAllIssuesListOkResponse, FrontendAllIssuesListProps, FrontendAllIssuesListQueryQueryParams, } from './hooks/useFrontendAllIssuesListQuery';
21
21
  export { frontendAllIssuesList, useFrontendAllIssuesListQuery, } from './hooks/useFrontendAllIssuesListQuery';
22
- export type { FrontendAllIssuesListV2ErrorResponse, FrontendAllIssuesListV2OkResponse, FrontendAllIssuesListV2Props, FrontendAllIssuesListV2QueryQueryParams, } from './hooks/useFrontendAllIssuesListV2Query';
23
- export { frontendAllIssuesListV2, useFrontendAllIssuesListV2Query, } from './hooks/useFrontendAllIssuesListV2Query';
24
22
  export type { FrontendAllIssuesOccurrenceDetailsErrorResponse, FrontendAllIssuesOccurrenceDetailsOkResponse, FrontendAllIssuesOccurrenceDetailsProps, FrontendAllIssuesOccurrenceDetailsQueryPathParams, FrontendAllIssuesOccurrenceDetailsQueryQueryParams, } from './hooks/useFrontendAllIssuesOccurrenceDetailsQuery';
25
23
  export { frontendAllIssuesOccurrenceDetails, useFrontendAllIssuesOccurrenceDetailsQuery, } from './hooks/useFrontendAllIssuesOccurrenceDetailsQuery';
26
24
  export type { FrontendExemptionsFiltersErrorResponse, FrontendExemptionsFiltersOkResponse, FrontendExemptionsFiltersProps, FrontendExemptionsFiltersQueryQueryParams, FrontendExemptionsFiltersRequestBody, } from './hooks/useFrontendExemptionsFiltersQuery';
@@ -35,6 +33,8 @@ export type { FrontendIssueForExemptionErrorResponse, FrontendIssueForExemptionO
35
33
  export { frontendIssueForExemption, useFrontendIssueForExemptionQuery, } from './hooks/useFrontendIssueForExemptionQuery';
36
34
  export type { FrontendIssueSeverityChangeErrorResponse, FrontendIssueSeverityChangeOkResponse, FrontendIssueSeverityChangeProps, FrontendIssueSeverityChangeQueryPathParams, FrontendIssueSeverityChangeQueryQueryParams, } from './hooks/useFrontendIssueSeverityChangeQuery';
37
35
  export { frontendIssueSeverityChange, useFrontendIssueSeverityChangeQuery, } from './hooks/useFrontendIssueSeverityChangeQuery';
36
+ export type { FrontendOccurrenceDataflowErrorResponse, FrontendOccurrenceDataflowOkResponse, FrontendOccurrenceDataflowProps, FrontendOccurrenceDataflowQueryPathParams, FrontendOccurrenceDataflowQueryQueryParams, } from './hooks/useFrontendOccurrenceDataflowQuery';
37
+ export { frontendOccurrenceDataflow, useFrontendOccurrenceDataflowQuery, } from './hooks/useFrontendOccurrenceDataflowQuery';
38
38
  export type { FrontendOverviewBaselinesErrorResponse, FrontendOverviewBaselinesOkResponse, FrontendOverviewBaselinesProps, FrontendOverviewBaselinesQueryQueryParams, } from './hooks/useFrontendOverviewBaselinesQuery';
39
39
  export { frontendOverviewBaselines, useFrontendOverviewBaselinesQuery, } from './hooks/useFrontendOverviewBaselinesQuery';
40
40
  export type { FrontendOverviewHistoricalCountsErrorResponse, FrontendOverviewHistoricalCountsOkResponse, FrontendOverviewHistoricalCountsProps, FrontendOverviewHistoricalCountsQueryQueryParams, } from './hooks/useFrontendOverviewHistoricalCountsQuery';
@@ -79,12 +79,10 @@ export type { TargetsFindTargetByIdErrorResponse, TargetsFindTargetByIdOkRespons
79
79
  export { targetsFindTargetById, useTargetsFindTargetByIdQuery, } from './hooks/useTargetsFindTargetByIdQuery';
80
80
  export type { TargetsPatchTargetErrorResponse, TargetsPatchTargetMutationPathParams, TargetsPatchTargetMutationQueryParams, TargetsPatchTargetOkResponse, TargetsPatchTargetProps, TargetsPatchTargetRequestBody, } from './hooks/useTargetsPatchTargetMutation';
81
81
  export { targetsPatchTarget, useTargetsPatchTargetMutation, } from './hooks/useTargetsPatchTargetMutation';
82
- export type { AllBaselineIssueSummary } from './schemas/AllBaselineIssueSummary';
83
82
  export type { AllIssueSummary } from './schemas/AllIssueSummary';
84
83
  export type { AllIssuesDetailsResult } from './schemas/AllIssuesDetailsResult';
85
84
  export type { AllIssuesFiltersResult } from './schemas/AllIssuesFiltersResult';
86
85
  export type { AllIssuesListResult } from './schemas/AllIssuesListResult';
87
- export type { AllIssuesListV2Result } from './schemas/AllIssuesListV2Result';
88
86
  export type { AllIssuesOccurrenceDetailsResult } from './schemas/AllIssuesOccurrenceDetailsResult';
89
87
  export type { ApproveExemptionRequestBody } from './schemas/ApproveExemptionRequestBody';
90
88
  export type { AugmentRemediationMetadata } from './schemas/AugmentRemediationMetadata';
@@ -107,7 +105,6 @@ export type { ExportPipelineSecurityIssuesCsvResponseBody } from './schemas/Expo
107
105
  export type { FrontendAllIssuesDetailsResponseBody } from './schemas/FrontendAllIssuesDetailsResponseBody';
108
106
  export type { FrontendAllIssuesFiltersResponseBody } from './schemas/FrontendAllIssuesFiltersResponseBody';
109
107
  export type { FrontendAllIssuesListResponseBody } from './schemas/FrontendAllIssuesListResponseBody';
110
- export type { FrontendAllIssuesListV2ResponseBody } from './schemas/FrontendAllIssuesListV2ResponseBody';
111
108
  export type { FrontendAllIssuesOccurrenceDetailsResponseBody } from './schemas/FrontendAllIssuesOccurrenceDetailsResponseBody';
112
109
  export type { FrontendExemption } from './schemas/FrontendExemption';
113
110
  export type { FrontendExemptionCounts } from './schemas/FrontendExemptionCounts';
@@ -118,6 +115,7 @@ export type { FrontendImpactedTargetsForExemptionResponseBody } from './schemas/
118
115
  export type { FrontendIssueCounts } from './schemas/FrontendIssueCounts';
119
116
  export type { FrontendIssueForExemptionResponseBody } from './schemas/FrontendIssueForExemptionResponseBody';
120
117
  export type { FrontendIssueSeverityChangeResponseBody } from './schemas/FrontendIssueSeverityChangeResponseBody';
118
+ export type { FrontendOccurrenceDataflowResponseBody } from './schemas/FrontendOccurrenceDataflowResponseBody';
121
119
  export type { FrontendOverviewBaselinesResponseBody } from './schemas/FrontendOverviewBaselinesResponseBody';
122
120
  export type { FrontendOverviewHistoricalCountsResponseBody } from './schemas/FrontendOverviewHistoricalCountsResponseBody';
123
121
  export type { FrontendPipelineSecurityIssuesResponseBody } from './schemas/FrontendPipelineSecurityIssuesResponseBody';
@@ -143,6 +141,7 @@ export type { IssuesIssuesAugmentRemediationResponseBody } from './schemas/Issue
143
141
  export type { LatestBaselineScanInfo } from './schemas/LatestBaselineScanInfo';
144
142
  export type { MinimalIssueCounts } from './schemas/MinimalIssueCounts';
145
143
  export type { NotFound } from './schemas/NotFound';
144
+ export type { OccurrenceDataflowResult } from './schemas/OccurrenceDataflowResult';
146
145
  export type { Override } from './schemas/Override';
147
146
  export type { OverrideResult } from './schemas/OverrideResult';
148
147
  export type { OverridesListOverridesResponseBody } from './schemas/OverridesListOverridesResponseBody';
@@ -8,7 +8,6 @@ export { exemptionsUpdateExemption, useExemptionsUpdateExemptionMutation, } from
8
8
  export { frontendAllIssuesDetails, useFrontendAllIssuesDetailsQuery, } from './hooks/useFrontendAllIssuesDetailsQuery';
9
9
  export { frontendAllIssuesFilters, useFrontendAllIssuesFiltersQuery, } from './hooks/useFrontendAllIssuesFiltersQuery';
10
10
  export { frontendAllIssuesList, useFrontendAllIssuesListQuery, } from './hooks/useFrontendAllIssuesListQuery';
11
- export { frontendAllIssuesListV2, useFrontendAllIssuesListV2Query, } from './hooks/useFrontendAllIssuesListV2Query';
12
11
  export { frontendAllIssuesOccurrenceDetails, useFrontendAllIssuesOccurrenceDetailsQuery, } from './hooks/useFrontendAllIssuesOccurrenceDetailsQuery';
13
12
  export { frontendExemptionsFilters, useFrontendExemptionsFiltersQuery, } from './hooks/useFrontendExemptionsFiltersQuery';
14
13
  export { frontendExpiringExemptions, useFrontendExpiringExemptionsQuery, } from './hooks/useFrontendExpiringExemptionsQuery';
@@ -16,6 +15,7 @@ export { frontendGlobalExemptions, useFrontendGlobalExemptionsQuery, } from './h
16
15
  export { frontendImpactedTargetsForExemption, useFrontendImpactedTargetsForExemptionQuery, } from './hooks/useFrontendImpactedTargetsForExemptionQuery';
17
16
  export { frontendIssueForExemption, useFrontendIssueForExemptionQuery, } from './hooks/useFrontendIssueForExemptionQuery';
18
17
  export { frontendIssueSeverityChange, useFrontendIssueSeverityChangeQuery, } from './hooks/useFrontendIssueSeverityChangeQuery';
18
+ export { frontendOccurrenceDataflow, useFrontendOccurrenceDataflowQuery, } from './hooks/useFrontendOccurrenceDataflowQuery';
19
19
  export { frontendOverviewBaselines, useFrontendOverviewBaselinesQuery, } from './hooks/useFrontendOverviewBaselinesQuery';
20
20
  export { frontendOverviewHistoricalCounts, useFrontendOverviewHistoricalCountsQuery, } from './hooks/useFrontendOverviewHistoricalCountsQuery';
21
21
  export { frontendPipelineSecurityIssuesCsv, useFrontendPipelineSecurityIssuesCsvQuery, } from './hooks/useFrontendPipelineSecurityIssuesCsvQuery';
@@ -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":"Praesentium dicta id quo.","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":"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":"Praesentium dicta id quo.","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":"Active","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
5
5
  */
6
6
  export interface AllIssueSummary {
7
7
  /**
@@ -84,7 +84,7 @@ export interface AllIssueSummary {
84
84
  * Issue Status
85
85
  * @example "Exempted"
86
86
  */
87
- status?: 'Active' | 'Exempted' | 'Remediated';
87
+ status?: 'Active' | 'Exempted';
88
88
  /**
89
89
  * Title of the Security Issue
90
90
  * @example "Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"
@@ -3,12 +3,12 @@ import type { OverrideResult } from '../schemas/OverrideResult';
3
3
  import type { Pagination } from '../schemas/Pagination';
4
4
  import type { RefIds } from '../schemas/RefIds';
5
5
  /**
6
- * @example {"description":"Eligendi vel fugiat ut aut saepe.","epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"impactedTargets":[{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."}],"issueType":"Et recusandae quas ipsum sunt.","lastDetected":1634836529,"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"}],"pagination":{"link":"","page":4,"pageSize":20,"totalItems":230,"totalPages":12},"reachability":"reachable","referenceIdentifiers":[{"id":"Vitae tenetur harum impedit voluptatum non.","type":"Rem tenetur mollitia."},{"id":"Vitae tenetur harum impedit voluptatum non.","type":"Rem tenetur mollitia."}],"scanTool":"owasp","severityCode":"High","targetType":"Qui nihil.","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
6
+ * @example {"description":"Quia sed et fugit sed.","epssLastModified":"2025-05-01","epssPercentile":0.15,"epssScore":0.035,"impactedTargets":[{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."}],"issueType":"Unde eligendi vel fugiat ut.","lastDetected":1634836529,"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"}],"pagination":{"link":"","page":4,"pageSize":20,"totalItems":230,"totalPages":12},"reachability":"reachable","referenceIdentifiers":[{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."},{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."},{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."}],"scanTool":"owasp","severityCode":"High","targetType":"Quia atque alias et.","title":"Semgrep Finding: generic.secrets.security.detected-bcrypt-hash.detected-bcrypt-hash"}
7
7
  */
8
8
  export interface AllIssuesDetailsResult {
9
9
  /**
10
10
  * Issue description
11
- * @example "Dolorem nesciunt eum fugiat eum eligendi consequatur."
11
+ * @example "Debitis beatae facere maiores maiores non totam."
12
12
  */
13
13
  description: string;
14
14
  /**
@@ -30,12 +30,12 @@ export interface AllIssuesDetailsResult {
30
30
  epssScore?: number;
31
31
  /**
32
32
  * List of Impacted Targets
33
- * @example [{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Delectus sapiente quaerat consequatur.","userName":"firstname lastname","variantName":"Consequatur ad est porro quis praesentium et."}]
33
+ * @example [{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."},{"executionId":"abcdef1234567890ghijkl","exemptionId":"abcdef1234567890ghijkl","exemptionStatus":"Pending","id":"target1111111111111111","lastDetected":1634836529,"name":"The Target Name","numOccurrences":10,"pipelineId":"example_pipeline","reachability":"reachable","userEmail":"user@gmail.com","userId":"Consequatur ad est porro quis praesentium et.","userName":"firstname lastname","variantName":"Ab maiores."}]
34
34
  */
35
35
  impactedTargets: ImpactedTarget[];
36
36
  /**
37
37
  * Issue Type
38
- * @example "Neque unde et."
38
+ * @example "Blanditiis debitis nostrum expedita."
39
39
  */
40
40
  issueType?: string;
41
41
  /**
@@ -46,7 +46,7 @@ export interface AllIssuesDetailsResult {
46
46
  lastDetected: number;
47
47
  /**
48
48
  * List of issue overrides
49
- * @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"}]
49
+ * @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"}]
50
50
  */
51
51
  overrides?: OverrideResult[];
52
52
  pagination: Pagination;
@@ -57,7 +57,7 @@ export interface AllIssuesDetailsResult {
57
57
  reachability?: string;
58
58
  /**
59
59
  * Reference Identifiers
60
- * @example [{"id":"Vitae tenetur harum impedit voluptatum non.","type":"Rem tenetur mollitia."},{"id":"Vitae tenetur harum impedit voluptatum non.","type":"Rem tenetur mollitia."},{"id":"Vitae tenetur harum impedit voluptatum non.","type":"Rem tenetur mollitia."}]
60
+ * @example [{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."},{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."},{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."},{"id":"Sapiente quaerat.","type":"Tenetur harum impedit voluptatum non fugiat quam."}]
61
61
  */
62
62
  referenceIdentifiers: RefIds[];
63
63
  /**
@@ -72,7 +72,7 @@ export interface AllIssuesDetailsResult {
72
72
  severityCode: 'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'Unassigned';
73
73
  /**
74
74
  * Target Type
75
- * @example "Corporis non excepturi temporibus vel."
75
+ * @example "Omnis error distinctio."
76
76
  */
77
77
  targetType: string;
78
78
  /**