@harnessio/react-sei-panorama-service-client 0.25.19 → 0.25.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationProjectsQuery.d.ts +17 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationProjectsQuery.js +14 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationReposQuery.d.ts +17 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerGetIntegrationReposQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useMigrationControllerExecuteMigrationMutation.d.ts +20 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useMigrationControllerExecuteMigrationMutation.js +18 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.d.ts +33 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.d.ts +34 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.d.ts +33 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrBreakdownQuery.js +14 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.d.ts +34 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetMttrQuery.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.d.ts +33 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.d.ts +34 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenCloseRateQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.d.ts +33 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.d.ts +46 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery.js +14 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.d.ts +34 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery.js +14 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts +24 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.js +14 -0
  27. package/dist/sei-panorama-service/src/services/index.d.ts +56 -0
  28. package/dist/sei-panorama-service/src/services/index.js +13 -0
  29. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.d.ts +40 -0
  30. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownItemDto.js +4 -0
  31. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
  32. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesBreakdownResponseDto.js +1 -0
  33. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.d.ts +41 -0
  34. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesDataPointDto.js +4 -0
  35. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.d.ts +32 -0
  36. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesResponseDto.js +1 -0
  37. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.d.ts +17 -0
  38. package/dist/sei-panorama-service/src/services/schemas/AgedVulnerabilitiesSummaryDto.js +4 -0
  39. package/dist/sei-panorama-service/src/services/schemas/CursorMetrics.d.ts +8 -8
  40. package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +16 -3
  41. package/dist/sei-panorama-service/src/services/schemas/IntegrationWithValuesDto.d.ts +14 -0
  42. package/dist/sei-panorama-service/src/services/schemas/IntegrationWithValuesDto.js +1 -0
  43. package/dist/sei-panorama-service/src/services/schemas/MigrationConfig.d.ts +11 -0
  44. package/dist/sei-panorama-service/src/services/schemas/MigrationConfig.js +4 -0
  45. package/dist/sei-panorama-service/src/services/schemas/MigrationExecutionResponse.d.ts +18 -0
  46. package/dist/sei-panorama-service/src/services/schemas/MigrationExecutionResponse.js +1 -0
  47. package/dist/sei-panorama-service/src/services/schemas/MigrationScriptResponse.d.ts +8 -0
  48. package/dist/sei-panorama-service/src/services/schemas/MigrationScriptResponse.js +1 -0
  49. package/dist/sei-panorama-service/src/services/schemas/MvAnalysis.d.ts +4 -0
  50. package/dist/sei-panorama-service/src/services/schemas/MvAnalysis.js +4 -0
  51. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.d.ts +34 -0
  52. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownItemDto.js +4 -0
  53. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.d.ts +27 -0
  54. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateBreakdownResponseDto.js +1 -0
  55. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.d.ts +35 -0
  56. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateDataPointDto.js +4 -0
  57. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.d.ts +32 -0
  58. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateResponseDto.js +1 -0
  59. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.d.ts +17 -0
  60. package/dist/sei-panorama-service/src/services/schemas/OpenCloseRateSummaryDto.js +4 -0
  61. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.d.ts +46 -0
  62. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownItemDto.js +4 -0
  63. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.d.ts +27 -0
  64. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesBreakdownResponseDto.js +1 -0
  65. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.d.ts +47 -0
  66. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesDataPointDto.js +4 -0
  67. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.d.ts +31 -0
  68. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesResponseDto.js +1 -0
  69. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.d.ts +17 -0
  70. package/dist/sei-panorama-service/src/services/schemas/OpenVulnerabilitiesSummaryDto.js +4 -0
  71. package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +4 -0
  72. package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.d.ts +6 -0
  73. package/dist/sei-panorama-service/src/services/schemas/SecurityDrilldownResponseDto.js +1 -0
  74. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.d.ts +22 -0
  75. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownItemDto.js +4 -0
  76. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.d.ts +27 -0
  77. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrBreakdownResponseDto.js +1 -0
  78. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.d.ts +23 -0
  79. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrDataPointDto.js +4 -0
  80. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.d.ts +32 -0
  81. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrResponseDto.js +1 -0
  82. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.d.ts +17 -0
  83. package/dist/sei-panorama-service/src/services/schemas/SecurityMttrSummaryDto.js +4 -0
  84. package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +36 -0
  85. package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.js +4 -0
  86. package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.d.ts +51 -0
  87. package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.js +1 -0
  88. package/dist/sei-panorama-service/src/services/schemas/TenantMvAnalysis.d.ts +7 -0
  89. package/dist/sei-panorama-service/src/services/schemas/TenantMvAnalysis.js +1 -0
  90. package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.d.ts +48 -0
  91. package/dist/sei-panorama-service/src/services/schemas/VulnerabilityDetail.js +4 -0
  92. package/package.json +1 -1
@@ -197,6 +197,10 @@ export type { ImFieldsControllerListImFieldsErrorResponse, ImFieldsControllerLis
197
197
  export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery, } from './hooks/useImFieldsControllerListImFieldsQuery';
198
198
  export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationControllerGetFilterValuesOkResponse, IntegrationControllerGetFilterValuesProps, IntegrationControllerGetFilterValuesQueryQueryParams, IntegrationControllerGetFilterValuesRequestBody, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
199
199
  export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
200
+ export type { IntegrationControllerGetIntegrationProjectsErrorResponse, IntegrationControllerGetIntegrationProjectsOkResponse, IntegrationControllerGetIntegrationProjectsProps, IntegrationControllerGetIntegrationProjectsQueryQueryParams, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
201
+ export { integrationControllerGetIntegrationProjects, useIntegrationControllerGetIntegrationProjectsQuery, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
202
+ export type { IntegrationControllerGetIntegrationReposErrorResponse, IntegrationControllerGetIntegrationReposOkResponse, IntegrationControllerGetIntegrationReposProps, IntegrationControllerGetIntegrationReposQueryQueryParams, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
203
+ export { integrationControllerGetIntegrationRepos, useIntegrationControllerGetIntegrationReposQuery, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
200
204
  export type { IntegrationControllerListIntegrationConfigsErrorResponse, IntegrationControllerListIntegrationConfigsOkResponse, IntegrationControllerListIntegrationConfigsProps, IntegrationControllerListIntegrationConfigsQueryQueryParams, IntegrationControllerListIntegrationConfigsRequestBody, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
201
205
  export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
202
206
  export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
@@ -253,6 +257,8 @@ export type { LicenseControllerListLicensesErrorResponse, LicenseControllerListL
253
257
  export { licenseControllerListLicenses, useLicenseControllerListLicensesQuery, } from './hooks/useLicenseControllerListLicensesQuery';
254
258
  export type { MigrationControllerCreateSchemaForMigrationErrorResponse, MigrationControllerCreateSchemaForMigrationOkResponse, MigrationControllerCreateSchemaForMigrationProps, MigrationControllerCreateSchemaForMigrationRequestBody, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
255
259
  export { migrationControllerCreateSchemaForMigration, useMigrationControllerCreateSchemaForMigrationMutation, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
260
+ export type { MigrationControllerExecuteMigrationErrorResponse, MigrationControllerExecuteMigrationOkResponse, MigrationControllerExecuteMigrationProps, MigrationControllerExecuteMigrationRequestBody, } from './hooks/useMigrationControllerExecuteMigrationMutation';
261
+ export { migrationControllerExecuteMigration, useMigrationControllerExecuteMigrationMutation, } from './hooks/useMigrationControllerExecuteMigrationMutation';
256
262
  export type { MigrationControllerProcessHistoricalDataForMigrationErrorResponse, MigrationControllerProcessHistoricalDataForMigrationOkResponse, MigrationControllerProcessHistoricalDataForMigrationProps, MigrationControllerProcessHistoricalDataForMigrationRequestBody, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
257
263
  export { migrationControllerProcessHistoricalDataForMigration, useMigrationControllerProcessHistoricalDataForMigrationMutation, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
258
264
  export type { OrgTreeControllerCreateOrgTreeErrorResponse, OrgTreeControllerCreateOrgTreeMutationQueryParams, OrgTreeControllerCreateOrgTreeOkResponse, OrgTreeControllerCreateOrgTreeProps, OrgTreeControllerCreateOrgTreeRequestBody, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
@@ -323,6 +329,24 @@ export type { ScmGaControllerGetBuildInfoFromPrErrorResponse, ScmGaControllerGet
323
329
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
324
330
  export type { ScmGaControllerGetDeployInfoFromPrErrorResponse, ScmGaControllerGetDeployInfoFromPrOkResponse, ScmGaControllerGetDeployInfoFromPrProps, ScmGaControllerGetDeployInfoFromPrQueryQueryParams, ScmGaControllerGetDeployInfoFromPrRequestBody, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
325
331
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
332
+ export type { SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
333
+ export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
334
+ export type { SecurityInsightsControllerGetAgedVulnerabilitiesErrorResponse, SecurityInsightsControllerGetAgedVulnerabilitiesOkResponse, SecurityInsightsControllerGetAgedVulnerabilitiesProps, SecurityInsightsControllerGetAgedVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
335
+ export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
336
+ export type { SecurityInsightsControllerGetMttrBreakdownErrorResponse, SecurityInsightsControllerGetMttrBreakdownOkResponse, SecurityInsightsControllerGetMttrBreakdownProps, SecurityInsightsControllerGetMttrBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
337
+ export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
338
+ export type { SecurityInsightsControllerGetMttrErrorResponse, SecurityInsightsControllerGetMttrOkResponse, SecurityInsightsControllerGetMttrProps, SecurityInsightsControllerGetMttrQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
339
+ export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
340
+ export type { SecurityInsightsControllerGetOpenCloseRateBreakdownErrorResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownOkResponse, SecurityInsightsControllerGetOpenCloseRateBreakdownProps, SecurityInsightsControllerGetOpenCloseRateBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
341
+ export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
342
+ export type { SecurityInsightsControllerGetOpenCloseRateErrorResponse, SecurityInsightsControllerGetOpenCloseRateOkResponse, SecurityInsightsControllerGetOpenCloseRateProps, SecurityInsightsControllerGetOpenCloseRateQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
343
+ export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
344
+ export type { SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownErrorResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownOkResponse, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownProps, SecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
345
+ export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
346
+ export type { SecurityInsightsControllerGetSecurityDrilldownErrorResponse, SecurityInsightsControllerGetSecurityDrilldownOkResponse, SecurityInsightsControllerGetSecurityDrilldownProps, SecurityInsightsControllerGetSecurityDrilldownQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
347
+ export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
348
+ export type { SecurityInsightsControllerGetTotalOpenVulnerabilitiesErrorResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesOkResponse, SecurityInsightsControllerGetTotalOpenVulnerabilitiesProps, SecurityInsightsControllerGetTotalOpenVulnerabilitiesQueryQueryParams, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
349
+ export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
326
350
  export type { SecurityProfileControllerCreateProfileErrorResponse, SecurityProfileControllerCreateProfileOkResponse, SecurityProfileControllerCreateProfileProps, SecurityProfileControllerCreateProfileRequestBody, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
327
351
  export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
328
352
  export type { SecurityProfileControllerDeleteProfileErrorResponse, SecurityProfileControllerDeleteProfileMutationPathParams, SecurityProfileControllerDeleteProfileOkResponse, SecurityProfileControllerDeleteProfileProps, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
@@ -351,6 +375,8 @@ export type { TeamsControllerGetDevelopersNotInTeamErrorResponse, TeamsControlle
351
375
  export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
352
376
  export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
353
377
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
378
+ export type { TeamsControllerGetTeamFiltersErrorResponse, TeamsControllerGetTeamFiltersOkResponse, TeamsControllerGetTeamFiltersProps, TeamsControllerGetTeamFiltersQueryPathParams, TeamsControllerGetTeamFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
379
+ export { teamsControllerGetTeamFilters, useTeamsControllerGetTeamFiltersQuery, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
354
380
  export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
355
381
  export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
356
382
  export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
@@ -375,6 +401,11 @@ export type { AccessResponseDto } from './schemas/AccessResponseDto';
375
401
  export type { ActivityDataDto } from './schemas/ActivityDataDto';
376
402
  export type { AdoptionDataPoint } from './schemas/AdoptionDataPoint';
377
403
  export type { AdoptionPeriodData } from './schemas/AdoptionPeriodData';
404
+ export type { AgedVulnerabilitiesBreakdownItemDto } from './schemas/AgedVulnerabilitiesBreakdownItemDto';
405
+ export type { AgedVulnerabilitiesBreakdownResponseDto } from './schemas/AgedVulnerabilitiesBreakdownResponseDto';
406
+ export type { AgedVulnerabilitiesDataPointDto } from './schemas/AgedVulnerabilitiesDataPointDto';
407
+ export type { AgedVulnerabilitiesResponseDto } from './schemas/AgedVulnerabilitiesResponseDto';
408
+ export type { AgedVulnerabilitiesSummaryDto } from './schemas/AgedVulnerabilitiesSummaryDto';
378
409
  export type { AiAdoptionBreakdownRequestDto } from './schemas/AiAdoptionBreakdownRequestDto';
379
410
  export type { AiAdoptionBreakdownResponseDto } from './schemas/AiAdoptionBreakdownResponseDto';
380
411
  export type { AiAdoptionMetricsRequestDto } from './schemas/AiAdoptionMetricsRequestDto';
@@ -537,6 +568,7 @@ export type { IntegrationStatsDto } from './schemas/IntegrationStatsDto';
537
568
  export type { IntegrationSummary } from './schemas/IntegrationSummary';
538
569
  export type { IntegrationUser } from './schemas/IntegrationUser';
539
570
  export type { IntegrationUserInfo } from './schemas/IntegrationUserInfo';
571
+ export type { IntegrationWithValuesDto } from './schemas/IntegrationWithValuesDto';
540
572
  export type { IssueRequest } from './schemas/IssueRequest';
541
573
  export type { IssuesPipelineExecutionResponse } from './schemas/IssuesPipelineExecutionResponse';
542
574
  export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPipelineExecutionResponseWrapper';
@@ -559,10 +591,13 @@ export type { ListResponseDtobaProfileResponseDto } from './schemas/ListResponse
559
591
  export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
560
592
  export type { LtcStageDto } from './schemas/LtcStageDto';
561
593
  export type { Metric } from './schemas/Metric';
594
+ export type { MigrationConfig } from './schemas/MigrationConfig';
595
+ export type { MigrationExecutionResponse } from './schemas/MigrationExecutionResponse';
562
596
  export type { MigrationHistoricalDataRequest } from './schemas/MigrationHistoricalDataRequest';
563
597
  export type { MigrationHistoricalDataResponse } from './schemas/MigrationHistoricalDataResponse';
564
598
  export type { MigrationSchemaCreationRequest } from './schemas/MigrationSchemaCreationRequest';
565
599
  export type { MigrationSchemaCreationResponse } from './schemas/MigrationSchemaCreationResponse';
600
+ export type { MigrationScriptResponse } from './schemas/MigrationScriptResponse';
566
601
  export type { MinimalDeveloperDto } from './schemas/MinimalDeveloperDto';
567
602
  export type { MinimalOrgTree } from './schemas/MinimalOrgTree';
568
603
  export type { MinimalTeamHierarchyResponseDto } from './schemas/MinimalTeamHierarchyResponseDto';
@@ -572,6 +607,17 @@ export type { MttrDataPoint } from './schemas/MttrDataPoint';
572
607
  export type { MttrDrillDownResponseDto } from './schemas/MttrDrillDownResponseDto';
573
608
  export type { MttrDrilldownRequest } from './schemas/MttrDrilldownRequest';
574
609
  export type { MttrMetric } from './schemas/MttrMetric';
610
+ export type { MvAnalysis } from './schemas/MvAnalysis';
611
+ export type { OpenCloseRateBreakdownItemDto } from './schemas/OpenCloseRateBreakdownItemDto';
612
+ export type { OpenCloseRateBreakdownResponseDto } from './schemas/OpenCloseRateBreakdownResponseDto';
613
+ export type { OpenCloseRateDataPointDto } from './schemas/OpenCloseRateDataPointDto';
614
+ export type { OpenCloseRateResponseDto } from './schemas/OpenCloseRateResponseDto';
615
+ export type { OpenCloseRateSummaryDto } from './schemas/OpenCloseRateSummaryDto';
616
+ export type { OpenVulnerabilitiesBreakdownItemDto } from './schemas/OpenVulnerabilitiesBreakdownItemDto';
617
+ export type { OpenVulnerabilitiesBreakdownResponseDto } from './schemas/OpenVulnerabilitiesBreakdownResponseDto';
618
+ export type { OpenVulnerabilitiesDataPointDto } from './schemas/OpenVulnerabilitiesDataPointDto';
619
+ export type { OpenVulnerabilitiesResponseDto } from './schemas/OpenVulnerabilitiesResponseDto';
620
+ export type { OpenVulnerabilitiesSummaryDto } from './schemas/OpenVulnerabilitiesSummaryDto';
575
621
  export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
576
622
  export type { OrgTreePreviewRequestDto } from './schemas/OrgTreePreviewRequestDto';
577
623
  export type { OrgTreeProfileDto } from './schemas/OrgTreeProfileDto';
@@ -628,8 +674,15 @@ export type { ReworkSummaryBreakdown } from './schemas/ReworkSummaryBreakdown';
628
674
  export type { ReworkSummaryMetrics } from './schemas/ReworkSummaryMetrics';
629
675
  export type { ScmStatsRequest } from './schemas/ScmStatsRequest';
630
676
  export type { SectionDto } from './schemas/SectionDto';
677
+ export type { SecurityDrilldownResponseDto } from './schemas/SecurityDrilldownResponseDto';
678
+ export type { SecurityMttrBreakdownItemDto } from './schemas/SecurityMttrBreakdownItemDto';
679
+ export type { SecurityMttrBreakdownResponseDto } from './schemas/SecurityMttrBreakdownResponseDto';
680
+ export type { SecurityMttrDataPointDto } from './schemas/SecurityMttrDataPointDto';
681
+ export type { SecurityMttrResponseDto } from './schemas/SecurityMttrResponseDto';
682
+ export type { SecurityMttrSummaryDto } from './schemas/SecurityMttrSummaryDto';
631
683
  export type { SecurityProfileCreateRequestDto } from './schemas/SecurityProfileCreateRequestDto';
632
684
  export type { SecurityProfileResponseDto } from './schemas/SecurityProfileResponseDto';
685
+ export type { SimpleFilter } from './schemas/SimpleFilter';
633
686
  export type { SortOption } from './schemas/SortOption';
634
687
  export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
635
688
  export type { SprintDeliveryAnalysisDto } from './schemas/SprintDeliveryAnalysisDto';
@@ -667,6 +720,7 @@ export type { TeamDeveloperDto } from './schemas/TeamDeveloperDto';
667
720
  export type { TeamDeveloperSearchParams } from './schemas/TeamDeveloperSearchParams';
668
721
  export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
669
722
  export type { TeamFilter } from './schemas/TeamFilter';
723
+ export type { TeamFiltersResponseDto } from './schemas/TeamFiltersResponseDto';
670
724
  export type { TeamHierarchyDto } from './schemas/TeamHierarchyDto';
671
725
  export type { TeamInfo } from './schemas/TeamInfo';
672
726
  export type { TeamInfoUpdateRequestDto } from './schemas/TeamInfoUpdateRequestDto';
@@ -677,12 +731,14 @@ export type { TeamResponse } from './schemas/TeamResponse';
677
731
  export type { TeamSearchParams } from './schemas/TeamSearchParams';
678
732
  export type { TeamSummary } from './schemas/TeamSummary';
679
733
  export type { TeamsByAccessResponseDto } from './schemas/TeamsByAccessResponseDto';
734
+ export type { TenantMvAnalysis } from './schemas/TenantMvAnalysis';
680
735
  export type { ToolSummary } from './schemas/ToolSummary';
681
736
  export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
682
737
  export type { TrendDataPoint } from './schemas/TrendDataPoint';
683
738
  export type { UserMetrics } from './schemas/UserMetrics';
684
739
  export type { ValidationError } from './schemas/ValidationError';
685
740
  export type { VersionReleaseRequest } from './schemas/VersionReleaseRequest';
741
+ export type { VulnerabilityDetail } from './schemas/VulnerabilityDetail';
686
742
  export type { WindsurfMetrics } from './schemas/WindsurfMetrics';
687
743
  export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
688
744
  export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
@@ -97,6 +97,8 @@ export { exportControllerForTeamsExportData, useExportControllerForTeamsExportDa
97
97
  export { healthControllerCheckDbHealth, useHealthControllerCheckDbHealthQuery, } from './hooks/useHealthControllerCheckDbHealthQuery';
98
98
  export { imFieldsControllerListImFields, useImFieldsControllerListImFieldsQuery, } from './hooks/useImFieldsControllerListImFieldsQuery';
99
99
  export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
100
+ export { integrationControllerGetIntegrationProjects, useIntegrationControllerGetIntegrationProjectsQuery, } from './hooks/useIntegrationControllerGetIntegrationProjectsQuery';
101
+ export { integrationControllerGetIntegrationRepos, useIntegrationControllerGetIntegrationReposQuery, } from './hooks/useIntegrationControllerGetIntegrationReposQuery';
100
102
  export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
101
103
  export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
102
104
  export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
@@ -125,6 +127,7 @@ export { licenseControllerGetDailyDeveloperCounts, useLicenseControllerGetDailyD
125
127
  export { licenseControllerGetMonthlyDeveloperCounts, useLicenseControllerGetMonthlyDeveloperCountsQuery, } from './hooks/useLicenseControllerGetMonthlyDeveloperCountsQuery';
126
128
  export { licenseControllerListLicenses, useLicenseControllerListLicensesQuery, } from './hooks/useLicenseControllerListLicensesQuery';
127
129
  export { migrationControllerCreateSchemaForMigration, useMigrationControllerCreateSchemaForMigrationMutation, } from './hooks/useMigrationControllerCreateSchemaForMigrationMutation';
130
+ export { migrationControllerExecuteMigration, useMigrationControllerExecuteMigrationMutation, } from './hooks/useMigrationControllerExecuteMigrationMutation';
128
131
  export { migrationControllerProcessHistoricalDataForMigration, useMigrationControllerProcessHistoricalDataForMigrationMutation, } from './hooks/useMigrationControllerProcessHistoricalDataForMigrationMutation';
129
132
  export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
130
133
  export { orgTreeControllerDeleteOrgTree, useOrgTreeControllerDeleteOrgTreeMutation, } from './hooks/useOrgTreeControllerDeleteOrgTreeMutation';
@@ -160,6 +163,15 @@ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerG
160
163
  export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
161
164
  export { scmGaControllerGetBuildInfoFromPr, useScmGaControllerGetBuildInfoFromPrQuery, } from './hooks/useScmGaControllerGetBuildInfoFromPrQuery';
162
165
  export { scmGaControllerGetDeployInfoFromPr, useScmGaControllerGetDeployInfoFromPrQuery, } from './hooks/useScmGaControllerGetDeployInfoFromPrQuery';
166
+ export { securityInsightsControllerGetAgedVulnerabilitiesBreakdown, useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesBreakdownQuery';
167
+ export { securityInsightsControllerGetAgedVulnerabilities, useSecurityInsightsControllerGetAgedVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetAgedVulnerabilitiesQuery';
168
+ export { securityInsightsControllerGetMttrBreakdown, useSecurityInsightsControllerGetMttrBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetMttrBreakdownQuery';
169
+ export { securityInsightsControllerGetMttr, useSecurityInsightsControllerGetMttrQuery, } from './hooks/useSecurityInsightsControllerGetMttrQuery';
170
+ export { securityInsightsControllerGetOpenCloseRateBreakdown, useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateBreakdownQuery';
171
+ export { securityInsightsControllerGetOpenCloseRate, useSecurityInsightsControllerGetOpenCloseRateQuery, } from './hooks/useSecurityInsightsControllerGetOpenCloseRateQuery';
172
+ export { securityInsightsControllerGetOpenVulnerabilitiesBreakdown, useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery, } from './hooks/useSecurityInsightsControllerGetOpenVulnerabilitiesBreakdownQuery';
173
+ export { securityInsightsControllerGetSecurityDrilldown, useSecurityInsightsControllerGetSecurityDrilldownQuery, } from './hooks/useSecurityInsightsControllerGetSecurityDrilldownQuery';
174
+ export { securityInsightsControllerGetTotalOpenVulnerabilities, useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery, } from './hooks/useSecurityInsightsControllerGetTotalOpenVulnerabilitiesQuery';
163
175
  export { securityProfileControllerCreateProfile, useSecurityProfileControllerCreateProfileMutation, } from './hooks/useSecurityProfileControllerCreateProfileMutation';
164
176
  export { securityProfileControllerDeleteProfile, useSecurityProfileControllerDeleteProfileMutation, } from './hooks/useSecurityProfileControllerDeleteProfileMutation';
165
177
  export { securityProfileControllerGetProfile, useSecurityProfileControllerGetProfileQuery, } from './hooks/useSecurityProfileControllerGetProfileQuery';
@@ -174,6 +186,7 @@ export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDe
174
186
  export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
175
187
  export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
176
188
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
189
+ export { teamsControllerGetTeamFilters, useTeamsControllerGetTeamFiltersQuery, } from './hooks/useTeamsControllerGetTeamFiltersQuery';
177
190
  export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
178
191
  export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
179
192
  export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
@@ -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 {};
@@ -24,27 +24,27 @@ export interface CursorMetrics {
24
24
  * @example "2025-11-21"
25
25
  */
26
26
  lastActiveDate?: string;
27
- /**
28
- * Primary programming language
29
- * @example "TypeScript"
30
- */
31
- primaryLanguage?: string;
32
27
  /**
33
28
  * Total accept rate
34
29
  * @format double
35
30
  * @example 51.2
36
31
  */
37
- totalAcceptRate?: number;
32
+ linesAcceptPercent?: number;
38
33
  /**
39
34
  * Total accepts
40
35
  * @format int64
41
36
  * @example 12088
42
37
  */
43
- totalAccepts?: number;
38
+ linesAccepted?: number;
44
39
  /**
45
40
  * Total suggestions
46
41
  * @format int64
47
42
  * @example 23632
48
43
  */
49
- totalSuggestions?: number;
44
+ linesSuggested?: number;
45
+ /**
46
+ * Primary programming language
47
+ * @example "TypeScript"
48
+ */
49
+ primaryLanguage?: string;
50
50
  }
@@ -1,8 +1,21 @@
1
+ /**
2
+ * Summary of a team integration
3
+ */
1
4
  export interface IntegrationSummary {
2
- applicationType?: string;
3
5
  /**
6
+ * Integration ID
4
7
  * @format int32
8
+ * @example 100
5
9
  */
6
- integrationId?: number;
7
- name?: string;
10
+ integration_id?: number;
11
+ /**
12
+ * Integration name
13
+ * @example "GitHub Enterprise"
14
+ */
15
+ integration_name?: string;
16
+ /**
17
+ * Integration type
18
+ * @example "GITHUB"
19
+ */
20
+ integration_type?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
8
21
  }
@@ -0,0 +1,14 @@
1
+ import type { IntegrationResponseDto } from '../schemas/IntegrationResponseDto';
2
+ /**
3
+ * Integration with associated filter values
4
+ */
5
+ export interface IntegrationWithValuesDto {
6
+ /**
7
+ * Integration details
8
+ */
9
+ integration?: IntegrationResponseDto;
10
+ /**
11
+ * List of filter values
12
+ */
13
+ values?: string[];
14
+ }
@@ -0,0 +1,11 @@
1
+ export interface MigrationConfig {
2
+ createIfAbsent?: boolean;
3
+ createNewTenants?: string[];
4
+ env?: string;
5
+ excludeTenantIds?: string[];
6
+ executeMvMigration?: boolean;
7
+ migrationCommitSha?: string;
8
+ onlyRunMV?: boolean;
9
+ shouldRunEnsureSchema?: boolean;
10
+ tenantIds?: string[];
11
+ }
@@ -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,18 @@
1
+ import type { MigrationConfig } from '../schemas/MigrationConfig';
2
+ import type { MigrationScriptResponse } from '../schemas/MigrationScriptResponse';
3
+ export interface MigrationExecutionResponse {
4
+ /**
5
+ * @format date-time
6
+ */
7
+ completedAt?: string;
8
+ error?: string;
9
+ jobId?: string;
10
+ message?: string;
11
+ migrationConfig?: MigrationConfig;
12
+ migrationScriptResponse?: MigrationScriptResponse;
13
+ status?: string;
14
+ /**
15
+ * @format date-time
16
+ */
17
+ submittedAt?: string;
18
+ }
@@ -0,0 +1,8 @@
1
+ import type { TenantMvAnalysis } from '../schemas/TenantMvAnalysis';
2
+ export interface MigrationScriptResponse {
3
+ failed_tenants?: string[];
4
+ message?: string;
5
+ skipped_tenants?: string[];
6
+ successful_tenants?: string[];
7
+ tenant_mv_analysis?: TenantMvAnalysis[];
8
+ }
@@ -0,0 +1,4 @@
1
+ export interface MvAnalysis {
2
+ message?: string;
3
+ mv_migration_status?: 'CHANGE_REQUIRED' | 'NEW_MV' | 'NO_CHANGE';
4
+ }
@@ -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,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
+ }