@harnessio/react-sei-panorama-service-client 0.25.21 → 0.25.23

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 (76) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetRawMetricsV2Mutation.d.ts +41 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useAiInsightsControllerGetRawMetricsV2Mutation.js +33 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  4. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.d.ts +33 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.js +14 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.d.ts +34 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.js +14 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.d.ts +33 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.js +14 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.d.ts +34 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.js +14 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.d.ts +33 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.js +14 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.d.ts +34 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.js +14 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.d.ts +33 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.js +14 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.d.ts +46 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.js +14 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.d.ts +34 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.js +14 -0
  22. package/dist/sei-panorama-service/src/services/index.d.ts +43 -0
  23. package/dist/sei-panorama-service/src/services/index.js +10 -0
  24. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.d.ts +40 -0
  25. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.js +4 -0
  26. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
  27. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.js +1 -0
  28. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.d.ts +41 -0
  29. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.js +4 -0
  30. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.d.ts +32 -0
  31. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.js +1 -0
  32. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.d.ts +17 -0
  33. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.js +4 -0
  34. package/dist/sei-panorama-service/src/services/schemas/AiRawMetricsRequestDto.d.ts +1 -1
  35. package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +3 -16
  36. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.d.ts +34 -0
  37. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.js +4 -0
  38. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.d.ts +27 -0
  39. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.js +1 -0
  40. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.d.ts +35 -0
  41. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.js +4 -0
  42. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.d.ts +32 -0
  43. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.js +1 -0
  44. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.d.ts +17 -0
  45. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.js +4 -0
  46. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.d.ts +46 -0
  47. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.js +4 -0
  48. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
  49. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.js +1 -0
  50. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.d.ts +47 -0
  51. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.js +4 -0
  52. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.d.ts +31 -0
  53. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.js +1 -0
  54. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.d.ts +17 -0
  55. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.js +4 -0
  56. package/dist/sei-panorama-service/src/services/schemas/OverallReworkMetrics.d.ts +5 -0
  57. package/dist/sei-panorama-service/src/services/schemas/OverallReworkMetrics.js +0 -3
  58. package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.d.ts +6 -0
  59. package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.js +1 -0
  60. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.d.ts +22 -0
  61. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.js +4 -0
  62. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.d.ts +27 -0
  63. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.js +1 -0
  64. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.d.ts +23 -0
  65. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.js +4 -0
  66. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.d.ts +32 -0
  67. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.js +1 -0
  68. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.d.ts +17 -0
  69. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.js +4 -0
  70. package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.d.ts +1 -0
  71. package/dist/sei-panorama-service/src/services/schemas/TeamFilterIntegrationSummary.d.ts +21 -0
  72. package/dist/sei-panorama-service/src/services/schemas/TeamFilterIntegrationSummary.js +4 -0
  73. package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.d.ts +2 -2
  74. package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.d.ts +48 -0
  75. package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.js +4 -0
  76. package/package.json +1 -1
@@ -11,6 +11,8 @@ export type { AiInsightsControllerGetPrVelocitySummaryErrorResponse, AiInsightsC
11
11
  export { aiInsightsControllerGetPrVelocitySummary, useAiInsightsControllerGetPrVelocitySummaryQuery, } from './hooks/useAiInsightsControllerGetPrVelocitySummaryQuery';
12
12
  export type { AiInsightsControllerGetRawMetricsErrorResponse, AiInsightsControllerGetRawMetricsOkResponse, AiInsightsControllerGetRawMetricsProps, AiInsightsControllerGetRawMetricsQueryQueryParams, AiInsightsControllerGetRawMetricsRequestBody, } from './hooks/useAiInsightsControllerGetRawMetricsQuery';
13
13
  export { aiInsightsControllerGetRawMetrics, useAiInsightsControllerGetRawMetricsQuery, } from './hooks/useAiInsightsControllerGetRawMetricsQuery';
14
+ export type { AiInsightsControllerGetRawMetricsV2ErrorResponse, AiInsightsControllerGetRawMetricsV2MutationQueryParams, AiInsightsControllerGetRawMetricsV2OkResponse, AiInsightsControllerGetRawMetricsV2Props, AiInsightsControllerGetRawMetricsV2RequestBody, } from './hooks/useAiInsightsControllerGetRawMetricsV2Mutation';
15
+ export { aiInsightsControllerGetRawMetricsV2, useAiInsightsControllerGetRawMetricsV2Mutation, } from './hooks/useAiInsightsControllerGetRawMetricsV2Mutation';
14
16
  export type { AiInsightsControllerGetReworkSummaryErrorResponse, AiInsightsControllerGetReworkSummaryOkResponse, AiInsightsControllerGetReworkSummaryProps, AiInsightsControllerGetReworkSummaryQueryQueryParams, AiInsightsControllerGetReworkSummaryRequestBody, } from './hooks/useAiInsightsControllerGetReworkSummaryQuery';
15
17
  export { aiInsightsControllerGetReworkSummary, useAiInsightsControllerGetReworkSummaryQuery, } from './hooks/useAiInsightsControllerGetReworkSummaryQuery';
16
18
  export type { AiInsightsControllerGetTeamBreakdownErrorResponse, AiInsightsControllerGetTeamBreakdownOkResponse, AiInsightsControllerGetTeamBreakdownProps, AiInsightsControllerGetTeamBreakdownQueryQueryParams, AiInsightsControllerGetTeamBreakdownRequestBody, } from './hooks/useAiInsightsControllerGetTeamBreakdownQuery';
@@ -329,6 +331,24 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
329
331
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
330
332
  export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
331
333
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
334
+ export type { SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
335
+ export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
336
+ export type { SecurityInsightsControllerGetAgedVulnerabilitiesErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesProps, SecurityInsightsControllerGetAgedVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
337
+ export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
338
+ export type { SecurityInsightsControllerGetMttrBreakdownErrorResponse, SecurityInsightsControllerGetMttrBreakdownOkResponse, SecurityInsightsControllerGetMttrBreakdownProps, SecurityInsightsControllerGetMttrBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
339
+ export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
340
+ export type { SecurityInsightsControllerGetMttrErrorResponse, SecurityInsightsControllerGetMttrOkResponse, SecurityInsightsControllerGetMttrProps, SecurityInsightsControllerGetMttrQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
341
+ export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
342
+ export type { SecurityInsightsControllerGetOpenCloseRateBreakdownErrorResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownOkResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownProps, SecurityInsightsControllerGetOpenCloseRateBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
343
+ export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
344
+ export type { SecurityInsightsControllerGetOpenCloseRateErrorResponse, SecurityInsightsControllerGetOpenCloseRateOkResponse, SecurityInsightsControllerGetOpenCloseRateProps, SecurityInsightsControllerGetOpenCloseRateQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
345
+ export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
346
+ export type { SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
347
+ export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
348
+ export type { SecurityInsightsControllerGetSecurityDrilldownErrorResponse, SecurityInsightsControllerGetSecurityDrilldownOkResponse, SecurityInsightsControllerGetSecurityDrilldownProps, SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
349
+ export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
350
+ export type { SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps, SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
351
+ export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
332
352
  export type { SecurityProfileControllerCreateProfileErrorResponse, SecurityProfileControllerCreateProfileOkResponse, SecurityProfileControllerCreateProfileProps, SecurityProfileControllerCreateProfileRequestBody, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
333
353
  export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
334
354
  export type { SecurityProfileControllerDeleteProfileErrorResponse, SecurityProfileControllerDeleteProfileMutationPathParams, SecurityProfileControllerDeleteProfileOkResponse, SecurityProfileControllerDeleteProfileProps, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
@@ -383,6 +403,11 @@ export type { AccessResponseDto } from './schemas/AccessResponseDto';
383
403
  export type { ActivityDataDto } from './schemas/ActivityDataDto';
384
404
  export type { AdoptionDataPoint } from './schemas/AdoptionDataPoint';
385
405
  export type { AdoptionPeriodData } from './schemas/AdoptionPeriodData';
406
+ export type { AgedVulnerabilitiesBreakdownItemDto } from './schemas/AgedVulnerabilitiesBreakdownItemDto';
407
+ export type { AgedVulnerabilitiesBreakdownResponseDto } from './schemas/AgedVulnerabilitiesBreakdownResponseDto';
408
+ export type { AgedVulnerabilitiesDataPointDto } from './schemas/AgedVulnerabilitiesDataPointDto';
409
+ export type { AgedVulnerabilitiesResponseDto } from './schemas/AgedVulnerabilitiesResponseDto';
410
+ export type { AgedVulnerabilitiesSummaryDto } from './schemas/AgedVulnerabilitiesSummaryDto';
386
411
  export type { AiAdoptionBreakdownRequestDto } from './schemas/AiAdoptionBreakdownRequestDto';
387
412
  export type { AiAdoptionBreakdownResponseDto } from './schemas/AiAdoptionBreakdownResponseDto';
388
413
  export type { AiAdoptionMetricsRequestDto } from './schemas/AiAdoptionMetricsRequestDto';
@@ -585,6 +610,16 @@ export type { MttrDrillDownResponseDto } from './schemas/MttrDrillDownResponseDt
585
610
  export type { MttrDrilldownRequest } from './schemas/MttrDrilldownRequest';
586
611
  export type { MttrMetric } from './schemas/MttrMetric';
587
612
  export type { MvAnalysis } from './schemas/MvAnalysis';
613
+ export type { OpenCloseRateBreakdownItemDto } from './schemas/OpenCloseRateBreakdownItemDto';
614
+ export type { OpenCloseRateBreakdownResponseDto } from './schemas/OpenCloseRateBreakdownResponseDto';
615
+ export type { OpenCloseRateDataPointDto } from './schemas/OpenCloseRateDataPointDto';
616
+ export type { OpenCloseRateResponseDto } from './schemas/OpenCloseRateResponseDto';
617
+ export type { OpenCloseRateSummaryDto } from './schemas/OpenCloseRateSummaryDto';
618
+ export type { OpenVulnerabilitiesBreakdownItemDto } from './schemas/OpenVulnerabilitiesBreakdownItemDto';
619
+ export type { OpenVulnerabilitiesBreakdownResponseDto } from './schemas/OpenVulnerabilitiesBreakdownResponseDto';
620
+ export type { OpenVulnerabilitiesDataPointDto } from './schemas/OpenVulnerabilitiesDataPointDto';
621
+ export type { OpenVulnerabilitiesResponseDto } from './schemas/OpenVulnerabilitiesResponseDto';
622
+ export type { OpenVulnerabilitiesSummaryDto } from './schemas/OpenVulnerabilitiesSummaryDto';
588
623
  export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
589
624
  export type { OrgTreePreviewRequestDto } from './schemas/OrgTreePreviewRequestDto';
590
625
  export type { OrgTreeProfileDto } from './schemas/OrgTreeProfileDto';
@@ -641,6 +676,12 @@ export type { ReworkSummaryBreakdown } from './schemas/ReworkSummaryBreakdown';
641
676
  export type { ReworkSummaryMetrics } from './schemas/ReworkSummaryMetrics';
642
677
  export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
643
678
  export type { SectionDto } from './schemas/SectionDto';
679
+ export type { SecurityDrilldownResponseDto } from './schemas/SecurityDrilldownResponseDto';
680
+ export type { SecurityMttrBreakdownItemDto } from './schemas/SecurityMttrBreakdownItemDto';
681
+ export type { SecurityMttrBreakdownResponseDto } from './schemas/SecurityMttrBreakdownResponseDto';
682
+ export type { SecurityMttrDataPointDto } from './schemas/SecurityMttrDataPointDto';
683
+ export type { SecurityMttrResponseDto } from './schemas/SecurityMttrResponseDto';
684
+ export type { SecurityMttrSummaryDto } from './schemas/SecurityMttrSummaryDto';
644
685
  export type { SecurityProfileCreateRequestDto } from './schemas/SecurityProfileCreateRequestDto';
645
686
  export type { SecurityProfileResponseDto } from './schemas/SecurityProfileResponseDto';
646
687
  export type { SimpleFilter } from './schemas/SimpleFilter';
@@ -681,6 +722,7 @@ export type { TeamDeveloperDto } from './schemas/TeamDeveloperDto';
681
722
  export type { TeamDeveloperSearchParams } from './schemas/TeamDeveloperSearchParams';
682
723
  export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
683
724
  export type { TeamFilter } from './schemas/TeamFilter';
725
+ export type { TeamFilterIntegrationSummary } from './schemas/TeamFilterIntegrationSummary';
684
726
  export type { TeamFiltersResponseDto } from './schemas/TeamFiltersResponseDto';
685
727
  export type { TeamHierarchyDto } from './schemas/TeamHierarchyDto';
686
728
  export type { TeamInfo } from './schemas/TeamInfo';
@@ -699,6 +741,7 @@ export type { TrendDataPoint } from './schemas/TrendDataPoint';
699
741
  export type { UserMetrics } from './schemas/UserMetrics';
700
742
  export type { ValidationError } from './schemas/ValidationError';
701
743
  export type { VersionReleaseRequest } from './schemas/VersionReleaseRequest';
744
+ export type { VulnerabilityDetail } from './schemas/VulnerabilityDetail';
702
745
  export type { WindsurfMetrics } from './schemas/WindsurfMetrics';
703
746
  export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
704
747
  export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
@@ -4,6 +4,7 @@ export { aiInsightsControllerGetAdoptionSummary, useAiInsightsControllerGetAdopt
4
4
  export { aiInsightsControllerGetFeatureMetrics, useAiInsightsControllerGetFeatureMetricsQuery, } from './hooks/useAiInsightsControllerGetFeatureMetricsQuery';
5
5
  export { aiInsightsControllerGetPrVelocitySummary, useAiInsightsControllerGetPrVelocitySummaryQuery, } from './hooks/useAiInsightsControllerGetPrVelocitySummaryQuery';
6
6
  export { aiInsightsControllerGetRawMetrics, useAiInsightsControllerGetRawMetricsQuery, } from './hooks/useAiInsightsControllerGetRawMetricsQuery';
7
+ export { aiInsightsControllerGetRawMetricsV2, useAiInsightsControllerGetRawMetricsV2Mutation, } from './hooks/useAiInsightsControllerGetRawMetricsV2Mutation';
7
8
  export { aiInsightsControllerGetReworkSummary, useAiInsightsControllerGetReworkSummaryQuery, } from './hooks/useAiInsightsControllerGetReworkSummaryQuery';
8
9
  export { aiInsightsControllerGetTeamBreakdown, useAiInsightsControllerGetTeamBreakdownQuery, } from './hooks/useAiInsightsControllerGetTeamBreakdownQuery';
9
10
  export { aiInsightsControllerGetToolUsersSummary, useAiInsightsControllerGetToolUsersSummaryQuery, } from './hooks/useAiInsightsControllerGetToolUsersSummaryQuery';
@@ -163,6 +164,15 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
163
164
  export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
164
165
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
165
166
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
167
+ export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
168
+ export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
169
+ export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
170
+ export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
171
+ export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
172
+ export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
173
+ export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
174
+ export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
175
+ export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
166
176
  export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
167
177
  export { securityProfileControllerDeleteProfile, useSecurityProfileControllerDeleteProfileMutation, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
168
178
  export { securityProfileControllerGetProfile, useSecurityProfileControllerGetProfileQuery, } from './hooks/useSecurityProfileControllerGetProfileQuery';
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Team breakdown item for aged vulnerabilities with age bucket counts
3
+ */
4
+ export interface AgedVulnerabilitiesBreakdownItemDto {
5
+ /**
6
+ * Count of vulnerabilities aged 0-30 days
7
+ * @format int32
8
+ * @example 24
9
+ */
10
+ age0To30Days?: number;
11
+ /**
12
+ * Count of vulnerabilities aged 30-90 days
13
+ * @format int32
14
+ * @example 27
15
+ */
16
+ age30To90Days?: number;
17
+ /**
18
+ * Count of vulnerabilities aged 90+ days
19
+ * @format int32
20
+ * @example 30
21
+ */
22
+ age90PlusDays?: number;
23
+ /**
24
+ * Team name
25
+ * @example "Platform Team"
26
+ */
27
+ teamName?: string;
28
+ /**
29
+ * Team reference ID
30
+ * @format int32
31
+ * @example 123
32
+ */
33
+ teamRefId?: number;
34
+ /**
35
+ * Total aged vulnerabilities for this team
36
+ * @format int32
37
+ * @example 81
38
+ */
39
+ total?: number;
40
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,27 @@
1
+ import type { AgedVulnerabilitiesBreakdownItemDto } from '../schemas/AgedVulnerabilitiesBreakdownItemDto';
2
+ /**
3
+ * Breakdown response for aged vulnerabilities grouped by team
4
+ */
5
+ export interface AgedVulnerabilitiesBreakdownResponseDto {
6
+ /**
7
+ * End date of the period (yyyy-mm-dd)
8
+ * @format date
9
+ * @example "2024-12-30"
10
+ */
11
+ endDate?: string;
12
+ /**
13
+ * List of teams with their aggregated metrics
14
+ */
15
+ items?: AgedVulnerabilitiesBreakdownItemDto[];
16
+ /**
17
+ * Metric type
18
+ * @example "agedVulnerabilities"
19
+ */
20
+ metric?: string;
21
+ /**
22
+ * Start date of the period (yyyy-mm-dd)
23
+ * @format date
24
+ * @example "2024-10-01"
25
+ */
26
+ startDate?: string;
27
+ }
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Single data point for aged vulnerabilities with age bucket breakdown
3
+ */
4
+ export interface AgedVulnerabilitiesDataPointDto {
5
+ /**
6
+ * Count of vulnerabilities aged 0-30 days
7
+ * @format int32
8
+ * @example 24
9
+ */
10
+ age0To30Days?: number;
11
+ /**
12
+ * Count of vulnerabilities aged 30-90 days
13
+ * @format int32
14
+ * @example 27
15
+ */
16
+ age30To90Days?: number;
17
+ /**
18
+ * Count of vulnerabilities aged 90+ days
19
+ * @format int32
20
+ * @example 30
21
+ */
22
+ age90PlusDays?: number;
23
+ /**
24
+ * End date of the period (yyyy-mm-dd)
25
+ * @format date
26
+ * @example "2024-10-31"
27
+ */
28
+ endDate?: string;
29
+ /**
30
+ * Start date of the period (yyyy-mm-dd)
31
+ * @format date
32
+ * @example "2024-10-01"
33
+ */
34
+ startDate?: string;
35
+ /**
36
+ * Total aged vulnerabilities
37
+ * @format int32
38
+ * @example 81
39
+ */
40
+ total?: number;
41
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,32 @@
1
+ import type { AgedVulnerabilitiesDataPointDto } from '../schemas/AgedVulnerabilitiesDataPointDto';
2
+ import type { AgedVulnerabilitiesSummaryDto } from '../schemas/AgedVulnerabilitiesSummaryDto';
3
+ /**
4
+ * Response for aged vulnerabilities metric with age bucket breakdown
5
+ */
6
+ export interface AgedVulnerabilitiesResponseDto {
7
+ /**
8
+ * Time-series data points with age bucket breakdown (0-30, 30-90, 90+ days)
9
+ */
10
+ dataPoints?: AgedVulnerabilitiesDataPointDto[];
11
+ /**
12
+ * End date of the period (yyyy-mm-dd)
13
+ * @format date
14
+ * @example "2024-12-30"
15
+ */
16
+ endDate?: string;
17
+ /**
18
+ * Metric type
19
+ * @example "agedVulnerabilities"
20
+ */
21
+ metric?: string;
22
+ /**
23
+ * Start date of the period (yyyy-mm-dd)
24
+ * @format date
25
+ * @example "2024-10-01"
26
+ */
27
+ startDate?: string;
28
+ /**
29
+ * Summary statistics with total and change rate
30
+ */
31
+ summary?: AgedVulnerabilitiesSummaryDto;
32
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Summary for aged vulnerabilities with total count and change rate
3
+ */
4
+ export interface AgedVulnerabilitiesSummaryDto {
5
+ /**
6
+ * Percentage change compared to previous period
7
+ * @format double
8
+ * @example 8.3
9
+ */
10
+ changeRate?: number;
11
+ /**
12
+ * Total number of aged vulnerabilities exceeding SLA
13
+ * @format int32
14
+ * @example 45
15
+ */
16
+ total?: number;
17
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -1,6 +1,6 @@
1
1
  import type { PaginationRequest } from '../schemas/PaginationRequest';
2
2
  /**
3
- * Request for AI raw metrics with pagination
3
+ * Raw metrics request with team, date range, pagination, and sorting options
4
4
  */
5
5
  export interface AiRawMetricsRequestDto {
6
6
  active?: boolean;
@@ -1,21 +1,8 @@
1
- /**
2
- * Summary of a team integration
3
- */
4
1
  export interface IntegrationSummary {
2
+ applicationType?: string;
5
3
  /**
6
- * Integration ID
7
4
  * @format int32
8
- * @example 100
9
5
  */
10
- integration_id?: number;
11
- /**
12
- * Integration name
13
- * @example "GitHub Enterprise"
14
- */
15
- integration_name?: string;
16
- /**
17
- * Integration type
18
- * @example "GITHUB"
19
- */
20
- integration_type?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
6
+ integrationId?: number;
7
+ name?: string;
21
8
  }
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Team breakdown item for open/close rate with opened and closed counts
3
+ */
4
+ export interface OpenCloseRateBreakdownItemDto {
5
+ /**
6
+ * Count of vulnerabilities closed
7
+ * @format int32
8
+ * @example 38
9
+ */
10
+ closed_count?: number;
11
+ /**
12
+ * Open Close rate
13
+ * @format double
14
+ * @example 0.1
15
+ */
16
+ open_close_rate?: number;
17
+ /**
18
+ * Count of vulnerabilities opened
19
+ * @format int32
20
+ * @example 45
21
+ */
22
+ opened_count?: number;
23
+ /**
24
+ * Team name
25
+ * @example "Platform Team"
26
+ */
27
+ teamName?: string;
28
+ /**
29
+ * Team reference ID
30
+ * @format int32
31
+ * @example 123
32
+ */
33
+ teamRefId?: number;
34
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,27 @@
1
+ import type { OpenCloseRateBreakdownItemDto } from '../schemas/OpenCloseRateBreakdownItemDto';
2
+ /**
3
+ * Breakdown response for open/close rate grouped by team
4
+ */
5
+ export interface OpenCloseRateBreakdownResponseDto {
6
+ /**
7
+ * End date of the period (yyyy-mm-dd)
8
+ * @format date
9
+ * @example "2024-12-30"
10
+ */
11
+ endDate?: string;
12
+ /**
13
+ * List of teams with their aggregated metrics
14
+ */
15
+ items?: OpenCloseRateBreakdownItemDto[];
16
+ /**
17
+ * Metric type
18
+ * @example "openCloseRate"
19
+ */
20
+ metric?: string;
21
+ /**
22
+ * Start date of the period (yyyy-mm-dd)
23
+ * @format date
24
+ * @example "2024-10-01"
25
+ */
26
+ startDate?: string;
27
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Single data point for open/close rate with opened and closed counts
3
+ */
4
+ export interface OpenCloseRateDataPointDto {
5
+ /**
6
+ * Count of vulnerabilities closed in this period
7
+ * @format int32
8
+ * @example 40
9
+ */
10
+ closed_count?: number;
11
+ /**
12
+ * End date of the period (yyyy-mm-dd)
13
+ * @format date
14
+ * @example "2024-10-07"
15
+ */
16
+ endDate?: string;
17
+ /**
18
+ * Count of vulnerabilities opened in this period
19
+ * @format int32
20
+ * @example 60
21
+ */
22
+ opened_count?: number;
23
+ /**
24
+ * Start date of the period (yyyy-mm-dd)
25
+ * @format date
26
+ * @example "2024-10-01"
27
+ */
28
+ startDate?: string;
29
+ /**
30
+ * Open/close rate (closed/opened)
31
+ * @format double
32
+ * @example 1.5
33
+ */
34
+ value?: number;
35
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,32 @@
1
+ import type { OpenCloseRateDataPointDto } from '../schemas/OpenCloseRateDataPointDto';
2
+ import type { OpenCloseRateSummaryDto } from '../schemas/OpenCloseRateSummaryDto';
3
+ /**
4
+ * Response for open/close rate metric with opened and closed counts
5
+ */
6
+ export interface OpenCloseRateResponseDto {
7
+ /**
8
+ * Time-series data points with opened_count and closed_count
9
+ */
10
+ dataPoints?: OpenCloseRateDataPointDto[];
11
+ /**
12
+ * End date of the period (yyyy-mm-dd)
13
+ * @format date
14
+ * @example "2024-12-30"
15
+ */
16
+ endDate?: string;
17
+ /**
18
+ * Metric type
19
+ * @example "openCloseRate"
20
+ */
21
+ metric?: string;
22
+ /**
23
+ * Start date of the period (yyyy-mm-dd)
24
+ * @format date
25
+ * @example "2024-10-01"
26
+ */
27
+ startDate?: string;
28
+ /**
29
+ * Summary statistics with total rate and rate of change
30
+ */
31
+ summary?: OpenCloseRateSummaryDto;
32
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Summary for open/close rate with total rate and rate of change
3
+ */
4
+ export interface OpenCloseRateSummaryDto {
5
+ /**
6
+ * Percentage change in rate compared to previous period
7
+ * @format double
8
+ * @example 12.5
9
+ */
10
+ rateOfChangeRate?: number;
11
+ /**
12
+ * Current open/close rate (closed/opened ratio)
13
+ * @format double
14
+ * @example 0.85
15
+ */
16
+ totalRate?: number;
17
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Team breakdown item for open vulnerabilities with severity counts
3
+ */
4
+ export interface OpenVulnerabilitiesBreakdownItemDto {
5
+ /**
6
+ * Count of critical severity vulnerabilities
7
+ * @format int32
8
+ * @example 20
9
+ */
10
+ CRITICAL?: number;
11
+ /**
12
+ * Count of high severity vulnerabilities
13
+ * @format int32
14
+ * @example 35
15
+ */
16
+ HIGH?: number;
17
+ /**
18
+ * Count of low severity vulnerabilities
19
+ * @format int32
20
+ * @example 35
21
+ */
22
+ LOW?: number;
23
+ /**
24
+ * Count of medium severity vulnerabilities
25
+ * @format int32
26
+ * @example 55
27
+ */
28
+ MEDIUM?: number;
29
+ /**
30
+ * Team name
31
+ * @example "Platform Team"
32
+ */
33
+ teamName?: string;
34
+ /**
35
+ * Team reference ID
36
+ * @format int32
37
+ * @example 123
38
+ */
39
+ teamRefId?: number;
40
+ /**
41
+ * Total open vulnerabilities for this team
42
+ * @format int32
43
+ * @example 145
44
+ */
45
+ total?: number;
46
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,27 @@
1
+ import type { OpenVulnerabilitiesBreakdownItemDto } from '../schemas/OpenVulnerabilitiesBreakdownItemDto';
2
+ /**
3
+ * Breakdown response for open vulnerabilities grouped by team
4
+ */
5
+ export interface OpenVulnerabilitiesBreakdownResponseDto {
6
+ /**
7
+ * End date of the period (yyyy-mm-dd)
8
+ * @format date
9
+ * @example "2024-12-30"
10
+ */
11
+ endDate?: string;
12
+ /**
13
+ * List of teams with their aggregated metrics
14
+ */
15
+ items?: OpenVulnerabilitiesBreakdownItemDto[];
16
+ /**
17
+ * Metric type
18
+ * @example "totalOpenVulnerabilities"
19
+ */
20
+ metric?: string;
21
+ /**
22
+ * Start date of the period (yyyy-mm-dd)
23
+ * @format date
24
+ * @example "2024-10-01"
25
+ */
26
+ startDate?: string;
27
+ }