@harnessio/react-sei-panorama-service-client 0.26.13 → 0.26.15

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 (145) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useAiSummaryControllerGenerateSummaryQuery.d.ts +4 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerCreateExportMutation.d.ts +28 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerCreateExportMutation.js +21 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerDownloadExportQuery.d.ts +15 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerDownloadExportQuery.js +14 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation.d.ts +26 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation.js +20 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery.d.ts +16 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery.js +14 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +49 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.js +14 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetPropertiesQuery.d.ts +19 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetPropertiesQuery.js +14 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetValuesQuery.d.ts +24 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useIntegrationPropertiesControllerGetValuesQuery.js +14 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useInternalUdpControllerRegisterEntityTypeMutation.d.ts +18 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useInternalUdpControllerRegisterEntityTypeMutation.js +14 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsControllerGetCatalogQuery.d.ts +13 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsControllerGetCatalogQuery.js +14 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.d.ts +24 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.js +14 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.d.ts +21 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.js +14 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.d.ts +23 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.js +14 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.d.ts +24 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.js +14 -0
  28. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.d.ts +41 -0
  29. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.js +14 -0
  30. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.d.ts +27 -0
  31. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.js +14 -0
  32. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.d.ts +27 -0
  33. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.js +14 -0
  34. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.d.ts +19 -0
  35. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.js +14 -0
  36. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.d.ts +24 -0
  37. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.js +14 -0
  38. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.d.ts +27 -0
  39. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.js +14 -0
  40. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.d.ts +23 -0
  41. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.js +14 -0
  42. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.d.ts +24 -0
  43. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.js +14 -0
  44. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.d.ts +27 -0
  45. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.js +14 -0
  46. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.d.ts +27 -0
  47. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.js +14 -0
  48. package/dist/sei-panorama-service/src/services/index.d.ts +88 -0
  49. package/dist/sei-panorama-service/src/services/index.js +23 -0
  50. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +5 -0
  51. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.js +1 -0
  52. package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.d.ts +17 -0
  53. package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.js +1 -0
  54. package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.d.ts +4 -0
  55. package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.js +4 -0
  56. package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.d.ts +4 -0
  57. package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.js +1 -0
  58. package/dist/sei-panorama-service/src/services/schemas/ColumnDefinition.d.ts +16 -0
  59. package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.d.ts +5 -0
  60. package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.js +1 -0
  61. package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.d.ts +7 -0
  62. package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.js +4 -0
  63. package/dist/sei-panorama-service/src/services/schemas/DeveloperValidationErrorDto.d.ts +9 -1
  64. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.d.ts +6 -0
  65. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.js +1 -0
  66. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.d.ts +21 -0
  67. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.js +1 -0
  68. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.d.ts +12 -0
  69. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.js +1 -0
  70. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.d.ts +32 -0
  71. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.js +1 -0
  72. package/dist/sei-panorama-service/src/services/schemas/EntityConfig.d.ts +3 -0
  73. package/dist/sei-panorama-service/src/services/schemas/EntityConfig.js +4 -0
  74. package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +17 -0
  75. package/dist/sei-panorama-service/src/services/schemas/EntityDto.js +1 -0
  76. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +13 -0
  77. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.js +1 -0
  78. package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.d.ts +6 -0
  79. package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.js +1 -0
  80. package/dist/sei-panorama-service/src/services/schemas/FilterExpression.d.ts +3 -0
  81. package/dist/sei-panorama-service/src/services/schemas/FilterExpression.js +4 -0
  82. package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +1 -1
  83. package/dist/sei-panorama-service/src/services/schemas/HqlFilterMetadataResponseDto.d.ts +3 -0
  84. package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.d.ts +5 -0
  85. package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.js +4 -0
  86. package/dist/sei-panorama-service/src/services/schemas/IntegrationHealthStatusDto.d.ts +2 -0
  87. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.d.ts +6 -0
  88. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.js +1 -0
  89. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.d.ts +5 -0
  90. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.js +4 -0
  91. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.d.ts +3 -0
  92. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.js +4 -0
  93. package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
  94. package/dist/sei-panorama-service/src/services/schemas/InternalEntityRegistrationRequest.d.ts +8 -0
  95. package/dist/sei-panorama-service/src/services/schemas/InternalEntityRegistrationRequest.js +1 -0
  96. package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.d.ts +20 -0
  97. package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.js +4 -0
  98. package/dist/sei-panorama-service/src/services/schemas/MetricEntry.d.ts +5 -0
  99. package/dist/sei-panorama-service/src/services/schemas/MetricEntry.js +4 -0
  100. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +5 -0
  101. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.js +1 -0
  102. package/dist/sei-panorama-service/src/services/schemas/Options.d.ts +3 -0
  103. package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.d.ts +7 -0
  104. package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.js +4 -0
  105. package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.d.ts +5 -0
  106. package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.js +4 -0
  107. package/dist/sei-panorama-service/src/services/schemas/RangeCondition.d.ts +18 -0
  108. package/dist/sei-panorama-service/src/services/schemas/RangeCondition.js +4 -0
  109. package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.d.ts +7 -0
  110. package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.js +1 -0
  111. package/dist/sei-panorama-service/src/services/schemas/TeamDeveloperDataDto.d.ts +9 -0
  112. package/dist/sei-panorama-service/src/services/schemas/TeamDeveloperDataDto.js +4 -0
  113. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
  114. package/dist/sei-panorama-service/src/services/schemas/TeamHqlFiltersResponseDto.d.ts +2 -0
  115. package/dist/sei-panorama-service/src/services/schemas/TeamInsightConfigDto.d.ts +1 -1
  116. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +26 -0
  117. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.js +1 -0
  118. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.d.ts +16 -0
  119. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.js +1 -0
  120. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.d.ts +4 -0
  121. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.js +4 -0
  122. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.d.ts +14 -0
  123. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.js +1 -0
  124. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.d.ts +23 -0
  125. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.js +1 -0
  126. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +15 -0
  127. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.js +1 -0
  128. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.d.ts +5 -0
  129. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.js +1 -0
  130. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.d.ts +4 -0
  131. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.js +4 -0
  132. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +8 -0
  133. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.js +1 -0
  134. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.d.ts +6 -0
  135. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.js +1 -0
  136. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.d.ts +14 -0
  137. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.js +4 -0
  138. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +18 -0
  139. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.js +1 -0
  140. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.d.ts +8 -0
  141. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.js +1 -0
  142. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.d.ts +12 -0
  143. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.js +1 -0
  144. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
  145. package/package.json +1 -1
@@ -213,6 +213,16 @@ export type { EfficiencyControllerMttrErrorResponse, EfficiencyControllerMttrOkR
213
213
  export { efficiencyControllerMttr, useEfficiencyControllerMttrQuery, } from './hooks/useEfficiencyControllerMttrQuery';
214
214
  export type { EfficiencyControllerSummaryErrorResponse, EfficiencyControllerSummaryOkResponse, EfficiencyControllerSummaryProps, EfficiencyControllerSummaryQueryQueryParams, EfficiencyControllerSummaryRequestBody, } from './hooks/useEfficiencyControllerSummaryQuery';
215
215
  export { efficiencyControllerSummary, useEfficiencyControllerSummaryQuery, } from './hooks/useEfficiencyControllerSummaryQuery';
216
+ export type { EfficiencyInsightsExportControllerCreateExportErrorResponse, EfficiencyInsightsExportControllerCreateExportMutationQueryParams, EfficiencyInsightsExportControllerCreateExportOkResponse, EfficiencyInsightsExportControllerCreateExportProps, EfficiencyInsightsExportControllerCreateExportRequestBody, } from './hooks/useEfficiencyInsightsExportControllerCreateExportMutation';
217
+ export { efficiencyInsightsExportControllerCreateExport, useEfficiencyInsightsExportControllerCreateExportMutation, } from './hooks/useEfficiencyInsightsExportControllerCreateExportMutation';
218
+ export type { EfficiencyInsightsExportControllerDownloadExportErrorResponse, EfficiencyInsightsExportControllerDownloadExportOkResponse, EfficiencyInsightsExportControllerDownloadExportProps, EfficiencyInsightsExportControllerDownloadExportQueryPathParams, } from './hooks/useEfficiencyInsightsExportControllerDownloadExportQuery';
219
+ export { efficiencyInsightsExportControllerDownloadExport, useEfficiencyInsightsExportControllerDownloadExportQuery, } from './hooks/useEfficiencyInsightsExportControllerDownloadExportQuery';
220
+ export type { EfficiencyInsightsExportControllerGenerateExportSyncErrorResponse, EfficiencyInsightsExportControllerGenerateExportSyncMutationQueryParams, EfficiencyInsightsExportControllerGenerateExportSyncOkResponse, EfficiencyInsightsExportControllerGenerateExportSyncProps, EfficiencyInsightsExportControllerGenerateExportSyncRequestBody, } from './hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation';
221
+ export { efficiencyInsightsExportControllerGenerateExportSync, useEfficiencyInsightsExportControllerGenerateExportSyncMutation, } from './hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation';
222
+ export type { EfficiencyInsightsExportControllerGetExportStatusErrorResponse, EfficiencyInsightsExportControllerGetExportStatusOkResponse, EfficiencyInsightsExportControllerGetExportStatusProps, EfficiencyInsightsExportControllerGetExportStatusQueryPathParams, } from './hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery';
223
+ export { efficiencyInsightsExportControllerGetExportStatus, useEfficiencyInsightsExportControllerGetExportStatusQuery, } from './hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery';
224
+ export type { EfficiencyInsightsExportControllerListExportsErrorResponse, EfficiencyInsightsExportControllerListExportsOkResponse, EfficiencyInsightsExportControllerListExportsProps, EfficiencyInsightsExportControllerListExportsQueryQueryParams, } from './hooks/useEfficiencyInsightsExportControllerListExportsQuery';
225
+ export { efficiencyInsightsExportControllerListExports, useEfficiencyInsightsExportControllerListExportsQuery, } from './hooks/useEfficiencyInsightsExportControllerListExportsQuery';
216
226
  export type { EfficiencyProfileControllerCreateProfileErrorResponse, EfficiencyProfileControllerCreateProfileMutationQueryParams, EfficiencyProfileControllerCreateProfileOkResponse, EfficiencyProfileControllerCreateProfileProps, EfficiencyProfileControllerCreateProfileRequestBody, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
217
227
  export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
218
228
  export type { EfficiencyProfileControllerDeleteProfileByRefIdErrorResponse, EfficiencyProfileControllerDeleteProfileByRefIdMutationPathParams, EfficiencyProfileControllerDeleteProfileByRefIdMutationQueryParams, EfficiencyProfileControllerDeleteProfileByRefIdOkResponse, EfficiencyProfileControllerDeleteProfileByRefIdProps, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
@@ -259,6 +269,10 @@ export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationCon
259
269
  export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
260
270
  export type { IntegrationDataStatusControllerGetIntegrationDataStatusErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusMutationQueryParams, IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps, IntegrationDataStatusControllerGetIntegrationDataStatusRequestBody, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
261
271
  export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
272
+ export type { IntegrationPropertiesControllerGetPropertiesErrorResponse, IntegrationPropertiesControllerGetPropertiesOkResponse, IntegrationPropertiesControllerGetPropertiesProps, IntegrationPropertiesControllerGetPropertiesQueryPathParams, } from './hooks/useIntegrationPropertiesControllerGetPropertiesQuery';
273
+ export { integrationPropertiesControllerGetProperties, useIntegrationPropertiesControllerGetPropertiesQuery, } from './hooks/useIntegrationPropertiesControllerGetPropertiesQuery';
274
+ export type { IntegrationPropertiesControllerGetValuesErrorResponse, IntegrationPropertiesControllerGetValuesOkResponse, IntegrationPropertiesControllerGetValuesProps, IntegrationPropertiesControllerGetValuesQueryPathParams, IntegrationPropertiesControllerGetValuesQueryQueryParams, } from './hooks/useIntegrationPropertiesControllerGetValuesQuery';
275
+ export { integrationPropertiesControllerGetValues, useIntegrationPropertiesControllerGetValuesQuery, } from './hooks/useIntegrationPropertiesControllerGetValuesQuery';
262
276
  export type { IntegrationStatsControllerGetCicdJobRunsCountWithDateRangeErrorResponse, IntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutationQueryParams, IntegrationStatsControllerGetCicdJobRunsCountWithDateRangeOkResponse, IntegrationStatsControllerGetCicdJobRunsCountWithDateRangeProps, IntegrationStatsControllerGetCicdJobRunsCountWithDateRangeRequestBody, } from './hooks/useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation';
263
277
  export { integrationStatsControllerGetCicdJobRunsCountWithDateRange, useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation';
264
278
  export type { IntegrationStatsControllerGetCicdJobsCountErrorResponse, IntegrationStatsControllerGetCicdJobsCountOkResponse, IntegrationStatsControllerGetCicdJobsCountProps, IntegrationStatsControllerGetCicdJobsCountQueryQueryParams, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
@@ -313,6 +327,8 @@ export type { IntegrationStatsControllerGetWindsurfUsersCountErrorResponse, Inte
313
327
  export { integrationStatsControllerGetWindsurfUsersCount, useIntegrationStatsControllerGetWindsurfUsersCountQuery, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountQuery';
314
328
  export type { IntegrationStatsControllerGetWindsurfUsersCountWithDateRangeErrorResponse, IntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutationQueryParams, IntegrationStatsControllerGetWindsurfUsersCountWithDateRangeOkResponse, IntegrationStatsControllerGetWindsurfUsersCountWithDateRangeProps, IntegrationStatsControllerGetWindsurfUsersCountWithDateRangeRequestBody, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation';
315
329
  export { integrationStatsControllerGetWindsurfUsersCountWithDateRange, useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation';
330
+ export type { InternalUdpControllerRegisterEntityTypeErrorResponse, InternalUdpControllerRegisterEntityTypeOkResponse, InternalUdpControllerRegisterEntityTypeProps, InternalUdpControllerRegisterEntityTypeRequestBody, } from './hooks/useInternalUdpControllerRegisterEntityTypeMutation';
331
+ export { internalUdpControllerRegisterEntityType, useInternalUdpControllerRegisterEntityTypeMutation, } from './hooks/useInternalUdpControllerRegisterEntityTypeMutation';
316
332
  export type { IssuesControllerGetBuildInfoFromIssuesErrorResponse, IssuesControllerGetBuildInfoFromIssuesOkResponse, IssuesControllerGetBuildInfoFromIssuesProps, IssuesControllerGetBuildInfoFromIssuesQueryQueryParams, IssuesControllerGetBuildInfoFromIssuesRequestBody, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
317
333
  export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
318
334
  export type { IssuesControllerGetCommitsInfoFromPrErrorResponse, IssuesControllerGetCommitsInfoFromPrOkResponse, IssuesControllerGetCommitsInfoFromPrProps, IssuesControllerGetCommitsInfoFromPrQueryQueryParams, IssuesControllerGetCommitsInfoFromPrRequestBody, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
@@ -467,6 +483,36 @@ export type { SprintInsightsExportControllerListExportsErrorResponse, SprintInsi
467
483
  export { sprintInsightsExportControllerListExports, useSprintInsightsExportControllerListExportsQuery, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
468
484
  export type { SprintInsightsExportControllerListExports_1ErrorResponse, SprintInsightsExportControllerListExports_1OkResponse, SprintInsightsExportControllerListExports_1Props, SprintInsightsExportControllerListExports_1QueryQueryParams, } from './hooks/useSprintInsightsExportControllerListExports_1Query';
469
485
  export { sprintInsightsExportControllerListExports_1, useSprintInsightsExportControllerListExports_1Query, } from './hooks/useSprintInsightsExportControllerListExports_1Query';
486
+ export type { TeamSettingsControllerGetCatalogErrorResponse, TeamSettingsControllerGetCatalogOkResponse, TeamSettingsControllerGetCatalogProps, } from './hooks/useTeamSettingsControllerGetCatalogQuery';
487
+ export { teamSettingsControllerGetCatalog, useTeamSettingsControllerGetCatalogQuery, } from './hooks/useTeamSettingsControllerGetCatalogQuery';
488
+ export type { TeamSettingsDefaultsControllerCloneDefaultErrorResponse, TeamSettingsDefaultsControllerCloneDefaultMutationPathParams, TeamSettingsDefaultsControllerCloneDefaultMutationQueryParams, TeamSettingsDefaultsControllerCloneDefaultOkResponse, TeamSettingsDefaultsControllerCloneDefaultProps, } from './hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation';
489
+ export { teamSettingsDefaultsControllerCloneDefault, useTeamSettingsDefaultsControllerCloneDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation';
490
+ export type { TeamSettingsDefaultsControllerCreateDefaultErrorResponse, TeamSettingsDefaultsControllerCreateDefaultMutationQueryParams, TeamSettingsDefaultsControllerCreateDefaultOkResponse, TeamSettingsDefaultsControllerCreateDefaultProps, TeamSettingsDefaultsControllerCreateDefaultRequestBody, } from './hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation';
491
+ export { teamSettingsDefaultsControllerCreateDefault, useTeamSettingsDefaultsControllerCreateDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation';
492
+ export type { TeamSettingsDefaultsControllerDeleteDefaultErrorResponse, TeamSettingsDefaultsControllerDeleteDefaultMutationPathParams, TeamSettingsDefaultsControllerDeleteDefaultMutationQueryParams, TeamSettingsDefaultsControllerDeleteDefaultOkResponse, TeamSettingsDefaultsControllerDeleteDefaultProps, } from './hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation';
493
+ export { teamSettingsDefaultsControllerDeleteDefault, useTeamSettingsDefaultsControllerDeleteDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation';
494
+ export type { TeamSettingsDefaultsControllerGetDefaultErrorResponse, TeamSettingsDefaultsControllerGetDefaultOkResponse, TeamSettingsDefaultsControllerGetDefaultProps, TeamSettingsDefaultsControllerGetDefaultQueryPathParams, TeamSettingsDefaultsControllerGetDefaultQueryQueryParams, } from './hooks/useTeamSettingsDefaultsControllerGetDefaultQuery';
495
+ export { teamSettingsDefaultsControllerGetDefault, useTeamSettingsDefaultsControllerGetDefaultQuery, } from './hooks/useTeamSettingsDefaultsControllerGetDefaultQuery';
496
+ export type { TeamSettingsDefaultsControllerListDefaultsErrorResponse, TeamSettingsDefaultsControllerListDefaultsOkResponse, TeamSettingsDefaultsControllerListDefaultsProps, TeamSettingsDefaultsControllerListDefaultsQueryQueryParams, } from './hooks/useTeamSettingsDefaultsControllerListDefaultsQuery';
497
+ export { teamSettingsDefaultsControllerListDefaults, useTeamSettingsDefaultsControllerListDefaultsQuery, } from './hooks/useTeamSettingsDefaultsControllerListDefaultsQuery';
498
+ export type { TeamSettingsDefaultsControllerPatchDefaultErrorResponse, TeamSettingsDefaultsControllerPatchDefaultMutationPathParams, TeamSettingsDefaultsControllerPatchDefaultMutationQueryParams, TeamSettingsDefaultsControllerPatchDefaultOkResponse, TeamSettingsDefaultsControllerPatchDefaultProps, TeamSettingsDefaultsControllerPatchDefaultRequestBody, } from './hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation';
499
+ export { teamSettingsDefaultsControllerPatchDefault, useTeamSettingsDefaultsControllerPatchDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation';
500
+ export type { TeamSettingsDefaultsControllerReplaceDefaultErrorResponse, TeamSettingsDefaultsControllerReplaceDefaultMutationPathParams, TeamSettingsDefaultsControllerReplaceDefaultMutationQueryParams, TeamSettingsDefaultsControllerReplaceDefaultOkResponse, TeamSettingsDefaultsControllerReplaceDefaultProps, TeamSettingsDefaultsControllerReplaceDefaultRequestBody, } from './hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation';
501
+ export { teamSettingsDefaultsControllerReplaceDefault, useTeamSettingsDefaultsControllerReplaceDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation';
502
+ export type { TeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingErrorResponse, TeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingOkResponse, TeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingProps, TeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQueryPathParams, } from './hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery';
503
+ export { teamSettingsOrgTreeControllerGetTeamSettingsDefaultsMapping, useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery, } from './hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery';
504
+ export type { TeamSettingsOrgTreeControllerPreviewDefaultErrorResponse, TeamSettingsOrgTreeControllerPreviewDefaultOkResponse, TeamSettingsOrgTreeControllerPreviewDefaultProps, TeamSettingsOrgTreeControllerPreviewDefaultQueryPathParams, TeamSettingsOrgTreeControllerPreviewDefaultQueryQueryParams, } from './hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery';
505
+ export { teamSettingsOrgTreeControllerPreviewDefault, useTeamSettingsOrgTreeControllerPreviewDefaultQuery, } from './hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery';
506
+ export type { TeamSettingsOverridesControllerCreateOverrideErrorResponse, TeamSettingsOverridesControllerCreateOverrideMutationPathParams, TeamSettingsOverridesControllerCreateOverrideMutationQueryParams, TeamSettingsOverridesControllerCreateOverrideOkResponse, TeamSettingsOverridesControllerCreateOverrideProps, TeamSettingsOverridesControllerCreateOverrideRequestBody, } from './hooks/useTeamSettingsOverridesControllerCreateOverrideMutation';
507
+ export { teamSettingsOverridesControllerCreateOverride, useTeamSettingsOverridesControllerCreateOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerCreateOverrideMutation';
508
+ export type { TeamSettingsOverridesControllerDeleteOverrideErrorResponse, TeamSettingsOverridesControllerDeleteOverrideMutationPathParams, TeamSettingsOverridesControllerDeleteOverrideMutationQueryParams, TeamSettingsOverridesControllerDeleteOverrideOkResponse, TeamSettingsOverridesControllerDeleteOverrideProps, } from './hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation';
509
+ export { teamSettingsOverridesControllerDeleteOverride, useTeamSettingsOverridesControllerDeleteOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation';
510
+ export type { TeamSettingsOverridesControllerGetTeamSettingsErrorResponse, TeamSettingsOverridesControllerGetTeamSettingsOkResponse, TeamSettingsOverridesControllerGetTeamSettingsProps, TeamSettingsOverridesControllerGetTeamSettingsQueryPathParams, TeamSettingsOverridesControllerGetTeamSettingsQueryQueryParams, } from './hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery';
511
+ export { teamSettingsOverridesControllerGetTeamSettings, useTeamSettingsOverridesControllerGetTeamSettingsQuery, } from './hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery';
512
+ export type { TeamSettingsOverridesControllerPatchOverrideErrorResponse, TeamSettingsOverridesControllerPatchOverrideMutationPathParams, TeamSettingsOverridesControllerPatchOverrideMutationQueryParams, TeamSettingsOverridesControllerPatchOverrideOkResponse, TeamSettingsOverridesControllerPatchOverrideProps, TeamSettingsOverridesControllerPatchOverrideRequestBody, } from './hooks/useTeamSettingsOverridesControllerPatchOverrideMutation';
513
+ export { teamSettingsOverridesControllerPatchOverride, useTeamSettingsOverridesControllerPatchOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerPatchOverrideMutation';
514
+ export type { TeamSettingsOverridesControllerReplaceOverrideErrorResponse, TeamSettingsOverridesControllerReplaceOverrideMutationPathParams, TeamSettingsOverridesControllerReplaceOverrideMutationQueryParams, TeamSettingsOverridesControllerReplaceOverrideOkResponse, TeamSettingsOverridesControllerReplaceOverrideProps, TeamSettingsOverridesControllerReplaceOverrideRequestBody, } from './hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation';
515
+ export { teamSettingsOverridesControllerReplaceOverride, useTeamSettingsOverridesControllerReplaceOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation';
470
516
  export type { TeamsControllerAssociateDevelopersToTeamErrorResponse, TeamsControllerAssociateDevelopersToTeamMutationPathParams, TeamsControllerAssociateDevelopersToTeamOkResponse, TeamsControllerAssociateDevelopersToTeamProps, TeamsControllerAssociateDevelopersToTeamRequestBody, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
471
517
  export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
472
518
  export type { TeamsControllerDisassociateDevelopersFromTeamErrorResponse, TeamsControllerDisassociateDevelopersFromTeamMutationPathParams, TeamsControllerDisassociateDevelopersFromTeamOkResponse, TeamsControllerDisassociateDevelopersFromTeamProps, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
@@ -554,10 +600,14 @@ export type { BaTeamFiltersRequest } from './schemas/BaTeamFiltersRequest';
554
600
  export type { BaTeamWithFiltersDto } from './schemas/BaTeamWithFiltersDto';
555
601
  export type { BaseRatingConfig } from './schemas/BaseRatingConfig';
556
602
  export type { BreakdownRecord } from './schemas/BreakdownRecord';
603
+ export type { BugPriorityConfig } from './schemas/BugPriorityConfig';
557
604
  export type { BuildInfo } from './schemas/BuildInfo';
558
605
  export type { CancelledBy } from './schemas/CancelledBy';
559
606
  export type { CanvasDashboardOrgTreeDto } from './schemas/CanvasDashboardOrgTreeDto';
560
607
  export type { CanvasDashboardOrgTreeMappingRequestDto } from './schemas/CanvasDashboardOrgTreeMappingRequestDto';
608
+ export type { CatalogEntityDto } from './schemas/CatalogEntityDto';
609
+ export type { CatalogPropertyDto } from './schemas/CatalogPropertyDto';
610
+ export type { CatalogResponseDto } from './schemas/CatalogResponseDto';
561
611
  export type { Category } from './schemas/Category';
562
612
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
563
613
  export type { CloudIdentity } from './schemas/CloudIdentity';
@@ -573,6 +623,7 @@ export type { CollectionFilter } from './schemas/CollectionFilter';
573
623
  export type { CollectionTree } from './schemas/CollectionTree';
574
624
  export type { ColumnDefinition } from './schemas/ColumnDefinition';
575
625
  export type { CommitInfo } from './schemas/CommitInfo';
626
+ export type { CompositeFilterExpression } from './schemas/CompositeFilterExpression';
576
627
  export type { CreateCanvasDashboardRequestDto } from './schemas/CreateCanvasDashboardRequestDto';
577
628
  export type { CreateCustomVariableRequestDto } from './schemas/CreateCustomVariableRequestDto';
578
629
  export type { CreatedBy } from './schemas/CreatedBy';
@@ -589,6 +640,7 @@ export type { DataPointDeploymentFrequency } from './schemas/DataPointDeployment
589
640
  export type { DateRange } from './schemas/DateRange';
590
641
  export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
591
642
  export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
643
+ export type { DefaultTemplateReference } from './schemas/DefaultTemplateReference';
592
644
  export type { DeploymentInfo } from './schemas/DeploymentInfo';
593
645
  export type { DeveloperAttribute } from './schemas/DeveloperAttribute';
594
646
  export type { DeveloperCloudIdInsertRequest } from './schemas/DeveloperCloudIdInsertRequest';
@@ -639,6 +691,10 @@ export type { DrilldownDataPointV3 } from './schemas/DrilldownDataPointV3';
639
691
  export type { DrilldownDataV3 } from './schemas/DrilldownDataV3';
640
692
  export type { EfficiencyChangeFailureRateMetricBreakdown } from './schemas/EfficiencyChangeFailureRateMetricBreakdown';
641
693
  export type { EfficiencyDeploymentFrequencyMetricBreakdown } from './schemas/EfficiencyDeploymentFrequencyMetricBreakdown';
694
+ export type { EfficiencyExportListResponseDto } from './schemas/EfficiencyExportListResponseDto';
695
+ export type { EfficiencyExportRequestDto } from './schemas/EfficiencyExportRequestDto';
696
+ export type { EfficiencyExportResponseDto } from './schemas/EfficiencyExportResponseDto';
697
+ export type { EfficiencyExportStatusResponseDto } from './schemas/EfficiencyExportStatusResponseDto';
642
698
  export type { EfficiencyLeadTimeDataPointBreakdown } from './schemas/EfficiencyLeadTimeDataPointBreakdown';
643
699
  export type { EfficiencyLeadTimeDrilldownItem } from './schemas/EfficiencyLeadTimeDrilldownItem';
644
700
  export type { EfficiencyLeadTimeDrilldownResponseWrapper } from './schemas/EfficiencyLeadTimeDrilldownResponseWrapper';
@@ -652,7 +708,10 @@ export type { EfficiencyProfileResponseDto } from './schemas/EfficiencyProfileRe
652
708
  export type { EfficiencyRequest } from './schemas/EfficiencyRequest';
653
709
  export type { EfficiencyRequestDto } from './schemas/EfficiencyRequestDto';
654
710
  export type { EfficiencySummaryRequest } from './schemas/EfficiencySummaryRequest';
711
+ export type { EntityConfig } from './schemas/EntityConfig';
655
712
  export type { EntityCountDetails } from './schemas/EntityCountDetails';
713
+ export type { EntityDto } from './schemas/EntityDto';
714
+ export type { EntityRequestDto } from './schemas/EntityRequestDto';
656
715
  export type { ErrorInfo } from './schemas/ErrorInfo';
657
716
  export type { ErrorResponse } from './schemas/ErrorResponse';
658
717
  export type { ExportItem } from './schemas/ExportItem';
@@ -662,7 +721,9 @@ export type { ExportOptions } from './schemas/ExportOptions';
662
721
  export type { ExportRequestDto } from './schemas/ExportRequestDto';
663
722
  export type { ExportScope } from './schemas/ExportScope';
664
723
  export type { FeatureDto } from './schemas/FeatureDto';
724
+ export type { FeatureSizes } from './schemas/FeatureSizes';
665
725
  export type { FilterByField } from './schemas/FilterByField';
726
+ export type { FilterExpression } from './schemas/FilterExpression';
666
727
  export type { FilterValuesRequestDto } from './schemas/FilterValuesRequestDto';
667
728
  export type { GroupByField } from './schemas/GroupByField';
668
729
  export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
@@ -683,12 +744,16 @@ export type { Integration } from './schemas/Integration';
683
744
  export type { IntegrationAdoptionSummary } from './schemas/IntegrationAdoptionSummary';
684
745
  export type { IntegrationConfigRequestDto } from './schemas/IntegrationConfigRequestDto';
685
746
  export type { IntegrationConfigResponseDto } from './schemas/IntegrationConfigResponseDto';
747
+ export type { IntegrationCustomFieldDto } from './schemas/IntegrationCustomFieldDto';
686
748
  export type { IntegrationDataStatusRequest } from './schemas/IntegrationDataStatusRequest';
687
749
  export type { IntegrationHealthDrillDownDto } from './schemas/IntegrationHealthDrillDownDto';
688
750
  export type { IntegrationHealthStatusDto } from './schemas/IntegrationHealthStatusDto';
689
751
  export type { IntegrationIdsDto } from './schemas/IntegrationIdsDto';
690
752
  export type { IntegrationObject } from './schemas/IntegrationObject';
691
753
  export type { IntegrationPrVelocitySummary } from './schemas/IntegrationPrVelocitySummary';
754
+ export type { IntegrationPropertiesResponseDto } from './schemas/IntegrationPropertiesResponseDto';
755
+ export type { IntegrationPropertyDto } from './schemas/IntegrationPropertyDto';
756
+ export type { IntegrationPropertyValuesResponseDto } from './schemas/IntegrationPropertyValuesResponseDto';
692
757
  export type { IntegrationResponseDto } from './schemas/IntegrationResponseDto';
693
758
  export type { IntegrationReworkSummary } from './schemas/IntegrationReworkSummary';
694
759
  export type { IntegrationStatsDto } from './schemas/IntegrationStatsDto';
@@ -696,6 +761,7 @@ export type { IntegrationSummary } from './schemas/IntegrationSummary';
696
761
  export type { IntegrationUser } from './schemas/IntegrationUser';
697
762
  export type { IntegrationUserInfo } from './schemas/IntegrationUserInfo';
698
763
  export type { IntegrationWithValuesDto } from './schemas/IntegrationWithValuesDto';
764
+ export type { InternalEntityRegistrationRequest } from './schemas/InternalEntityRegistrationRequest';
699
765
  export type { IssueRequest } from './schemas/IssueRequest';
700
766
  export type { IssuesPipelineExecutionResponse } from './schemas/IssuesPipelineExecutionResponse';
701
767
  export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPipelineExecutionResponseWrapper';
@@ -704,6 +770,7 @@ export type { IssuesPrResponseWrapper } from './schemas/IssuesPrResponseWrapper'
704
770
  export type { ItsmCustomFieldDto } from './schemas/ItsmCustomFieldDto';
705
771
  export type { ItsmDrilldownItem } from './schemas/ItsmDrilldownItem';
706
772
  export type { ItsmDrilldownSummary } from './schemas/ItsmDrilldownSummary';
773
+ export type { JobDetailDto } from './schemas/JobDetailDto';
707
774
  export type { JsonNode } from './schemas/JsonNode';
708
775
  export type { LanguageCount } from './schemas/LanguageCount';
709
776
  export type { LicenseSearchParams } from './schemas/LicenseSearchParams';
@@ -722,6 +789,7 @@ export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
722
789
  export type { LtcStageDto } from './schemas/LtcStageDto';
723
790
  export type { Metadata } from './schemas/Metadata';
724
791
  export type { Metric } from './schemas/Metric';
792
+ export type { MetricEntry } from './schemas/MetricEntry';
725
793
  export type { MetricsExportListResponseDto } from './schemas/MetricsExportListResponseDto';
726
794
  export type { MetricsExportRequestDto } from './schemas/MetricsExportRequestDto';
727
795
  export type { MetricsExportResponseDto } from './schemas/MetricsExportResponseDto';
@@ -742,6 +810,7 @@ export type { MttrDrillDownResponseDto } from './schemas/MttrDrillDownResponseDt
742
810
  export type { MttrDrilldownRequest } from './schemas/MttrDrilldownRequest';
743
811
  export type { MttrMetric } from './schemas/MttrMetric';
744
812
  export type { MvAnalysis } from './schemas/MvAnalysis';
813
+ export type { NewFeaturesConfig } from './schemas/NewFeaturesConfig';
745
814
  export type { OpenVulnerabilitiesBreakdownItemDto } from './schemas/OpenVulnerabilitiesBreakdownItemDto';
746
815
  export type { OpenVulnerabilitiesBreakdownResponseDto } from './schemas/OpenVulnerabilitiesBreakdownResponseDto';
747
816
  export type { OpenVulnerabilitiesDataPointDto } from './schemas/OpenVulnerabilitiesDataPointDto';
@@ -749,6 +818,7 @@ export type { OpenVulnerabilitiesResponseDto } from './schemas/OpenVulnerabiliti
749
818
  export type { OpenVulnerabilitiesSummaryDto } from './schemas/OpenVulnerabilitiesSummaryDto';
750
819
  export type { Options } from './schemas/Options';
751
820
  export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
821
+ export type { OrgTreeDto } from './schemas/OrgTreeDto';
752
822
  export type { OrgTreePreviewRequestDto } from './schemas/OrgTreePreviewRequestDto';
753
823
  export type { OrgTreeProfileDto } from './schemas/OrgTreeProfileDto';
754
824
  export type { OrgTreeResponseDto } from './schemas/OrgTreeResponseDto';
@@ -779,6 +849,7 @@ export type { PrVelocityIndividualDrilldownResponseDataPointV3 } from './schemas
779
849
  export type { PrVelocitySummaryBreakdown } from './schemas/PrVelocitySummaryBreakdown';
780
850
  export type { PrVelocitySummaryMetrics } from './schemas/PrVelocitySummaryMetrics';
781
851
  export type { PreviewTeamHierarchyResponseDto } from './schemas/PreviewTeamHierarchyResponseDto';
852
+ export type { PriorityBuckets } from './schemas/PriorityBuckets';
782
853
  export type { ProductivityContributorRequestDto } from './schemas/ProductivityContributorRequestDto';
783
854
  export type { ProductivityDataPoint } from './schemas/ProductivityDataPoint';
784
855
  export type { ProductivityFeatureBreakdownResponseDataPoint } from './schemas/ProductivityFeatureBreakdownResponseDataPoint';
@@ -797,6 +868,7 @@ export type { ProductivityV3FeatureDrilldownResponseDto } from './schemas/Produc
797
868
  export type { ProductivityV3FeatureIndividualDrilldownResponseDto } from './schemas/ProductivityV3FeatureIndividualDrilldownResponseDto';
798
869
  export type { ProductivityV3FeatureRequestDto } from './schemas/ProductivityV3FeatureRequestDto';
799
870
  export type { ProfileSearchParams } from './schemas/ProfileSearchParams';
871
+ export type { RangeCondition } from './schemas/RangeCondition';
800
872
  export type { RankConfig } from './schemas/RankConfig';
801
873
  export type { RatingConfig } from './schemas/RatingConfig';
802
874
  export type { RatingDto } from './schemas/RatingDto';
@@ -821,6 +893,7 @@ export type { SecurityStatsRequest } from './schemas/SecurityStatsRequest';
821
893
  export type { SeverityData } from './schemas/SeverityData';
822
894
  export type { SeveritySummaryData } from './schemas/SeveritySummaryData';
823
895
  export type { SimpleFilter } from './schemas/SimpleFilter';
896
+ export type { SimpleFilterExpression } from './schemas/SimpleFilterExpression';
824
897
  export type { SonarQubeEntitiesStatsDto } from './schemas/SonarQubeEntitiesStatsDto';
825
898
  export type { SortOption } from './schemas/SortOption';
826
899
  export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
@@ -862,6 +935,7 @@ export type { SummaryValueChange } from './schemas/SummaryValueChange';
862
935
  export type { TeamAccessDto } from './schemas/TeamAccessDto';
863
936
  export type { TeamCustomVariableResponseDto } from './schemas/TeamCustomVariableResponseDto';
864
937
  export type { TeamCustomVariablesResponseDto } from './schemas/TeamCustomVariablesResponseDto';
938
+ export type { TeamDeveloperDataDto } from './schemas/TeamDeveloperDataDto';
865
939
  export type { TeamDeveloperDto } from './schemas/TeamDeveloperDto';
866
940
  export type { TeamDeveloperSearchParams } from './schemas/TeamDeveloperSearchParams';
867
941
  export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
@@ -878,6 +952,20 @@ export type { TeamIntegrationDto } from './schemas/TeamIntegrationDto';
878
952
  export type { TeamPeriodData } from './schemas/TeamPeriodData';
879
953
  export type { TeamResponse } from './schemas/TeamResponse';
880
954
  export type { TeamSearchParams } from './schemas/TeamSearchParams';
955
+ export type { TeamSettingsDefaultDto } from './schemas/TeamSettingsDefaultDto';
956
+ export type { TeamSettingsDefaultListResponseDto } from './schemas/TeamSettingsDefaultListResponseDto';
957
+ export type { TeamSettingsDefaultReferenceDto } from './schemas/TeamSettingsDefaultReferenceDto';
958
+ export type { TeamSettingsDefaultRequestDto } from './schemas/TeamSettingsDefaultRequestDto';
959
+ export type { TeamSettingsDefaultSummaryDto } from './schemas/TeamSettingsDefaultSummaryDto';
960
+ export type { TeamSettingsDefaultViewDto } from './schemas/TeamSettingsDefaultViewDto';
961
+ export type { TeamSettingsDeveloperSettingsDto } from './schemas/TeamSettingsDeveloperSettingsDto';
962
+ export type { TeamSettingsIntegrations } from './schemas/TeamSettingsIntegrations';
963
+ export type { TeamSettingsMergedViewDto } from './schemas/TeamSettingsMergedViewDto';
964
+ export type { TeamSettingsOrgTreeHierarchyDto } from './schemas/TeamSettingsOrgTreeHierarchyDto';
965
+ export type { TeamSettingsOrgTreeHierarchyTeamDto } from './schemas/TeamSettingsOrgTreeHierarchyTeamDto';
966
+ export type { TeamSettingsOverrideDto } from './schemas/TeamSettingsOverrideDto';
967
+ export type { TeamSettingsOverrideRequestDto } from './schemas/TeamSettingsOverrideRequestDto';
968
+ export type { TeamSettingsTeamResponseDto } from './schemas/TeamSettingsTeamResponseDto';
881
969
  export type { TeamSummary } from './schemas/TeamSummary';
882
970
  export type { TeamsByAccessResponseDto } from './schemas/TeamsByAccessResponseDto';
883
971
  export type { TenantMvAnalysis } from './schemas/TenantMvAnalysis';
@@ -105,6 +105,11 @@ export { efficiencyControllerMttrBreakdown, useEfficiencyControllerMttrBreakdown
105
105
  export { efficiencyControllerMttrDrilldown, useEfficiencyControllerMttrDrilldownQuery, } from './hooks/useEfficiencyControllerMttrDrilldownQuery';
106
106
  export { efficiencyControllerMttr, useEfficiencyControllerMttrQuery, } from './hooks/useEfficiencyControllerMttrQuery';
107
107
  export { efficiencyControllerSummary, useEfficiencyControllerSummaryQuery, } from './hooks/useEfficiencyControllerSummaryQuery';
108
+ export { efficiencyInsightsExportControllerCreateExport, useEfficiencyInsightsExportControllerCreateExportMutation, } from './hooks/useEfficiencyInsightsExportControllerCreateExportMutation';
109
+ export { efficiencyInsightsExportControllerDownloadExport, useEfficiencyInsightsExportControllerDownloadExportQuery, } from './hooks/useEfficiencyInsightsExportControllerDownloadExportQuery';
110
+ export { efficiencyInsightsExportControllerGenerateExportSync, useEfficiencyInsightsExportControllerGenerateExportSyncMutation, } from './hooks/useEfficiencyInsightsExportControllerGenerateExportSyncMutation';
111
+ export { efficiencyInsightsExportControllerGetExportStatus, useEfficiencyInsightsExportControllerGetExportStatusQuery, } from './hooks/useEfficiencyInsightsExportControllerGetExportStatusQuery';
112
+ export { efficiencyInsightsExportControllerListExports, useEfficiencyInsightsExportControllerListExportsQuery, } from './hooks/useEfficiencyInsightsExportControllerListExportsQuery';
108
113
  export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
109
114
  export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
110
115
  export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
@@ -128,6 +133,8 @@ export { integrationControllerGetItsmCustomFields, useIntegrationControllerGetIt
128
133
  export { integrationControllerListIntegrationConfigs, useIntegrationControllerListIntegrationConfigsQuery, } from './hooks/useIntegrationControllerListIntegrationConfigsQuery';
129
134
  export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
130
135
  export { integrationDataStatusControllerGetIntegrationDataStatus, useIntegrationDataStatusControllerGetIntegrationDataStatusMutation, } from './hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation';
136
+ export { integrationPropertiesControllerGetProperties, useIntegrationPropertiesControllerGetPropertiesQuery, } from './hooks/useIntegrationPropertiesControllerGetPropertiesQuery';
137
+ export { integrationPropertiesControllerGetValues, useIntegrationPropertiesControllerGetValuesQuery, } from './hooks/useIntegrationPropertiesControllerGetValuesQuery';
131
138
  export { integrationStatsControllerGetCicdJobRunsCountWithDateRange, useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetCicdJobRunsCountWithDateRangeMutation';
132
139
  export { integrationStatsControllerGetCicdJobsCount, useIntegrationStatsControllerGetCicdJobsCountQuery, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountQuery';
133
140
  export { integrationStatsControllerGetCicdJobsCountWithDateRange, useIntegrationStatsControllerGetCicdJobsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetCicdJobsCountWithDateRangeMutation';
@@ -155,6 +162,7 @@ export { integrationStatsControllerGetWindsurfEventsCount, useIntegrationStatsCo
155
162
  export { integrationStatsControllerGetWindsurfEventsCountWithDateRange, useIntegrationStatsControllerGetWindsurfEventsCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetWindsurfEventsCountWithDateRangeMutation';
156
163
  export { integrationStatsControllerGetWindsurfUsersCount, useIntegrationStatsControllerGetWindsurfUsersCountQuery, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountQuery';
157
164
  export { integrationStatsControllerGetWindsurfUsersCountWithDateRange, useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation, } from './hooks/useIntegrationStatsControllerGetWindsurfUsersCountWithDateRangeMutation';
165
+ export { internalUdpControllerRegisterEntityType, useInternalUdpControllerRegisterEntityTypeMutation, } from './hooks/useInternalUdpControllerRegisterEntityTypeMutation';
158
166
  export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
159
167
  export { issuesControllerGetCommitsInfoFromPr, useIssuesControllerGetCommitsInfoFromPrQuery, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
160
168
  export { issuesControllerGetDeployInfoFromIssues, useIssuesControllerGetDeployInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
@@ -232,6 +240,21 @@ export { sprintInsightsExportControllerGetExportStatus, useSprintInsightsExportC
232
240
  export { sprintInsightsExportControllerGetExportStatus_1, useSprintInsightsExportControllerGetExportStatus_1Query, } from './hooks/useSprintInsightsExportControllerGetExportStatus_1Query';
233
241
  export { sprintInsightsExportControllerListExports, useSprintInsightsExportControllerListExportsQuery, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
234
242
  export { sprintInsightsExportControllerListExports_1, useSprintInsightsExportControllerListExports_1Query, } from './hooks/useSprintInsightsExportControllerListExports_1Query';
243
+ export { teamSettingsControllerGetCatalog, useTeamSettingsControllerGetCatalogQuery, } from './hooks/useTeamSettingsControllerGetCatalogQuery';
244
+ export { teamSettingsDefaultsControllerCloneDefault, useTeamSettingsDefaultsControllerCloneDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation';
245
+ export { teamSettingsDefaultsControllerCreateDefault, useTeamSettingsDefaultsControllerCreateDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation';
246
+ export { teamSettingsDefaultsControllerDeleteDefault, useTeamSettingsDefaultsControllerDeleteDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation';
247
+ export { teamSettingsDefaultsControllerGetDefault, useTeamSettingsDefaultsControllerGetDefaultQuery, } from './hooks/useTeamSettingsDefaultsControllerGetDefaultQuery';
248
+ export { teamSettingsDefaultsControllerListDefaults, useTeamSettingsDefaultsControllerListDefaultsQuery, } from './hooks/useTeamSettingsDefaultsControllerListDefaultsQuery';
249
+ export { teamSettingsDefaultsControllerPatchDefault, useTeamSettingsDefaultsControllerPatchDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation';
250
+ export { teamSettingsDefaultsControllerReplaceDefault, useTeamSettingsDefaultsControllerReplaceDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation';
251
+ export { teamSettingsOrgTreeControllerGetTeamSettingsDefaultsMapping, useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery, } from './hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery';
252
+ export { teamSettingsOrgTreeControllerPreviewDefault, useTeamSettingsOrgTreeControllerPreviewDefaultQuery, } from './hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery';
253
+ export { teamSettingsOverridesControllerCreateOverride, useTeamSettingsOverridesControllerCreateOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerCreateOverrideMutation';
254
+ export { teamSettingsOverridesControllerDeleteOverride, useTeamSettingsOverridesControllerDeleteOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation';
255
+ export { teamSettingsOverridesControllerGetTeamSettings, useTeamSettingsOverridesControllerGetTeamSettingsQuery, } from './hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery';
256
+ export { teamSettingsOverridesControllerPatchOverride, useTeamSettingsOverridesControllerPatchOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerPatchOverrideMutation';
257
+ export { teamSettingsOverridesControllerReplaceOverride, useTeamSettingsOverridesControllerReplaceOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation';
235
258
  export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
236
259
  export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
237
260
  export { teamsControllerGetDevelopersNotInTeam, useTeamsControllerGetDevelopersNotInTeamQuery, } from './hooks/useTeamsControllerGetDevelopersNotInTeamQuery';
@@ -0,0 +1,5 @@
1
+ import type { PriorityBuckets } from '../schemas/PriorityBuckets';
2
+ import type { EntityConfig } from '../schemas/EntityConfig';
3
+ export interface BugPriorityConfig extends EntityConfig {
4
+ priorityBuckets?: PriorityBuckets;
5
+ }
@@ -0,0 +1,17 @@
1
+ import type { CatalogPropertyDto } from '../schemas/CatalogPropertyDto';
2
+ export interface CatalogEntityDto {
3
+ appTypeProperties?: {
4
+ [key: string]: CatalogPropertyDto[];
5
+ };
6
+ applicableMetrics?: string[];
7
+ defaultProperties?: CatalogPropertyDto[];
8
+ dynamic?: boolean;
9
+ entityName?: string;
10
+ entityType?: string;
11
+ integrationType?: string;
12
+ /**
13
+ * @format int32
14
+ */
15
+ sortOrder?: number;
16
+ supportsCustomFields?: boolean;
17
+ }
@@ -0,0 +1,4 @@
1
+ export interface CatalogPropertyDto {
2
+ displayName?: string;
3
+ key?: string;
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,4 @@
1
+ import type { CatalogEntityDto } from '../schemas/CatalogEntityDto';
2
+ export interface CatalogResponseDto {
3
+ entities?: CatalogEntityDto[];
4
+ }
@@ -10,6 +10,10 @@ export interface ColumnDefinition {
10
10
  * Human-readable description of the column
11
11
  */
12
12
  description?: string;
13
+ /**
14
+ * Whether this column should be indexed in the type registry
15
+ */
16
+ indexed?: boolean;
13
17
  /**
14
18
  * Maximum allowed value (for numeric fields)
15
19
  * @format double
@@ -29,6 +33,10 @@ export interface ColumnDefinition {
29
33
  * Regex pattern for value validation
30
34
  */
31
35
  pattern?: string;
36
+ /**
37
+ * Whether this column uniquely identifies a record (used as entity id_field in the type registry)
38
+ */
39
+ primaryKey?: boolean;
32
40
  /**
33
41
  * Whether this column is required in every record
34
42
  */
@@ -37,6 +45,14 @@ export interface ColumnDefinition {
37
45
  * List of other columns that must be present when this column is used
38
46
  */
39
47
  requiredColumns?: string[];
48
+ /**
49
+ * Whether this column should be searchable in the type registry
50
+ */
51
+ searchable?: boolean;
52
+ /**
53
+ * Whether this column should be sortable in the type registry
54
+ */
55
+ sortable?: boolean;
40
56
  /**
41
57
  * Column data type (string, number, boolean, timestamp)
42
58
  * @example "string"
@@ -0,0 +1,5 @@
1
+ import type { FilterExpression } from '../schemas/FilterExpression';
2
+ export interface CompositeFilterExpression extends FilterExpression {
3
+ expressions?: FilterExpression[];
4
+ operator?: 'AND' | 'OR';
5
+ }
@@ -0,0 +1,7 @@
1
+ export interface DefaultTemplateReference {
2
+ /**
3
+ * @format uuid
4
+ */
5
+ id?: string;
6
+ name?: string;
7
+ }
@@ -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 {};
@@ -10,8 +10,16 @@ export interface DeveloperValidationErrorDto {
10
10
  /**
11
11
  * Type of validation error
12
12
  */
13
- errorType?: 'BLANK_CSV_COLUMN_NAME' | 'CIRCULAR_REFERENCE' | 'DUPLICATE_EMAIL' | 'DUPLICATE_FIELD_TYPE' | 'EMPTY_CSV' | 'INVALID_CSV' | 'MANAGER_EMAIL_MISSING_IN_DEVELOPER_EMAILS' | 'MISSING_NAME_OR_EMAIL_OR_MANAGER_EMAIL_FIELD_MAPPING' | 'NAME_CONFLICT_FOR_EMAIL' | 'REQUIRED_FIELD_MISSING' | 'REQUIRED_VALUE_MISSING';
13
+ errorType?: 'BLANK_CSV_COLUMN_NAME' | 'CIRCULAR_REFERENCE' | 'DUPLICATE_EMAIL' | 'DUPLICATE_FIELD_TYPE' | 'EMAIL_DOES_NOT_EXIST' | 'EMPTY_CSV' | 'INVALID_CSV' | 'MANAGER_EMAIL_MISSING_IN_DEVELOPER_EMAILS' | 'MISSING_NAME_OR_EMAIL_OR_MANAGER_EMAIL_FIELD_MAPPING' | 'NAME_CONFLICT_FOR_EMAIL' | 'REQUIRED_FIELD_MISSING' | 'REQUIRED_VALUE_MISSING';
14
14
  fieldName?: string;
15
+ /**
16
+ * List of invalid emails that do not exist in the system
17
+ */
18
+ invalidEmails?: string[];
19
+ /**
20
+ * Human-readable error message describing the validation error
21
+ */
22
+ message?: string;
15
23
  /**
16
24
  * Sample records with this error
17
25
  */
@@ -0,0 +1,6 @@
1
+ import type { ExportItem } from '../schemas/ExportItem';
2
+ import type { Pagination } from '../schemas/Pagination';
3
+ export interface EfficiencyExportListResponseDto {
4
+ exports?: ExportItem[];
5
+ pagination?: Pagination;
6
+ }
@@ -0,0 +1,21 @@
1
+ import type { DateRange } from '../schemas/DateRange';
2
+ import type { ExportOptions } from '../schemas/ExportOptions';
3
+ import type { ExportScope } from '../schemas/ExportScope';
4
+ /**
5
+ * Efficiency export request details
6
+ */
7
+ export interface EfficiencyExportRequestDto {
8
+ dateRange: DateRange;
9
+ /**
10
+ * Metric groups to export (mutually exclusive with metrics)
11
+ * @example ["lttc","df","mttr","cfr","summary"]
12
+ */
13
+ metricGroups?: string[];
14
+ /**
15
+ * Specific metric columns to export (mutually exclusive with metricGroups)
16
+ * @example ["LTTC_Mean_Days","DF_Deployment_Count","CFR_Failure_Rate_Percent"]
17
+ */
18
+ metrics?: string[];
19
+ options?: ExportOptions;
20
+ scope?: ExportScope;
21
+ }
@@ -0,0 +1,12 @@
1
+ import type { CreatedBy } from '../schemas/CreatedBy';
2
+ import type { Metadata } from '../schemas/Metadata';
3
+ export interface EfficiencyExportResponseDto {
4
+ /**
5
+ * @format date-time
6
+ */
7
+ createdAt?: string;
8
+ createdBy?: CreatedBy;
9
+ exportId?: string;
10
+ message?: string;
11
+ metadata?: Metadata;
12
+ }
@@ -0,0 +1,32 @@
1
+ import type { CancelledBy } from '../schemas/CancelledBy';
2
+ import type { CreatedBy } from '../schemas/CreatedBy';
3
+ import type { Download } from '../schemas/Download';
4
+ import type { ErrorInfo } from '../schemas/ErrorInfo';
5
+ import type { Metadata } from '../schemas/Metadata';
6
+ import type { Scope } from '../schemas/Scope';
7
+ export interface EfficiencyExportStatusResponseDto {
8
+ /**
9
+ * @format date-time
10
+ */
11
+ cancelledAt?: string;
12
+ cancelledBy?: CancelledBy;
13
+ /**
14
+ * @format date-time
15
+ */
16
+ completedAt?: string;
17
+ /**
18
+ * @format date-time
19
+ */
20
+ createdAt?: string;
21
+ createdBy?: CreatedBy;
22
+ download?: Download;
23
+ error?: ErrorInfo;
24
+ exportId?: string;
25
+ /**
26
+ * @format date-time
27
+ */
28
+ failedAt?: string;
29
+ metadata?: Metadata;
30
+ scope?: Scope;
31
+ status?: string;
32
+ }
@@ -0,0 +1,3 @@
1
+ export interface EntityConfig {
2
+ type: string;
3
+ }
@@ -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,17 @@
1
+ import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
2
+ import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
+ import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
+ import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
5
+ export interface EntityDto {
6
+ applicableInsights?: Array<'AI_INSIGHTS' | 'BA' | 'DORA' | 'PRODUCTIVITY' | 'SECURITY' | 'SPRINT_INSIGHTS'>;
7
+ applicableMetrics?: Array<'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODING_DAYS' | 'DF' | 'LINES_OF_CODE' | 'LTTC' | 'MTTR' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'SPRINT_INSIGHTS' | 'TOTAL_OPEN_VULNERABILITIES' | 'WORK_COMPLETED'>;
8
+ config?: BugPriorityConfig & NewFeaturesConfig;
9
+ entityKey?: string;
10
+ entityName?: string;
11
+ entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
12
+ integrationFilters?: {
13
+ [key: string]: CompositeFilterExpression & SimpleFilterExpression;
14
+ };
15
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
16
+ useDefaults?: boolean;
17
+ }
@@ -0,0 +1,13 @@
1
+ import type { BugPriorityConfig } from '../schemas/BugPriorityConfig';
2
+ import type { NewFeaturesConfig } from '../schemas/NewFeaturesConfig';
3
+ import type { CompositeFilterExpression } from '../schemas/CompositeFilterExpression';
4
+ import type { SimpleFilterExpression } from '../schemas/SimpleFilterExpression';
5
+ export interface EntityRequestDto {
6
+ config?: BugPriorityConfig & NewFeaturesConfig;
7
+ entityKey?: string;
8
+ entityType?: 'cd_production_failure' | 'cd_services_pipelines' | 'cd_successful_deployment' | 'im_active_work_status' | 'im_ba_category' | 'im_bugs' | 'im_completed_work_status' | 'im_general' | 'im_incident_detection' | 'im_new_features' | 'itsm_change_requests' | 'itsm_incident_detection' | 'scm_code_driven_deployments' | 'scm_code_driven_hot_fixes' | 'scm_destination_branch' | 'scm_repositories' | 'security_aspm';
9
+ integrationFilters?: {
10
+ [key: string]: CompositeFilterExpression & SimpleFilterExpression;
11
+ };
12
+ useDefaults?: boolean;
13
+ }