@harnessio/react-sei-panorama-service-client 0.26.14 → 0.26.16

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 (138) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  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/useTeamSettingsControllerGetCatalogQuery.d.ts +13 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsControllerGetCatalogQuery.js +14 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.d.ts +24 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation.js +14 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.d.ts +21 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation.js +14 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.d.ts +23 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation.js +14 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.d.ts +24 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerGetDefaultQuery.js +14 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.d.ts +42 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerListDefaultsQuery.js +14 -0
  28. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.d.ts +27 -0
  29. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation.js +14 -0
  30. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.d.ts +27 -0
  31. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation.js +14 -0
  32. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.d.ts +19 -0
  33. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery.js +14 -0
  34. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.d.ts +24 -0
  35. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery.js +14 -0
  36. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.d.ts +27 -0
  37. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerCreateOverrideMutation.js +14 -0
  38. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.d.ts +23 -0
  39. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation.js +14 -0
  40. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.d.ts +24 -0
  41. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery.js +14 -0
  42. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.d.ts +27 -0
  43. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerPatchOverrideMutation.js +14 -0
  44. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.d.ts +27 -0
  45. package/dist/sei-panorama-service/src/services/hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation.js +14 -0
  46. package/dist/sei-panorama-service/src/services/index.d.ts +84 -0
  47. package/dist/sei-panorama-service/src/services/index.js +22 -0
  48. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +5 -0
  49. package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.js +1 -0
  50. package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.d.ts +18 -0
  51. package/dist/sei-panorama-service/src/services/schemas/CatalogEntityDto.js +1 -0
  52. package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.d.ts +4 -0
  53. package/dist/sei-panorama-service/src/services/schemas/CatalogPropertyDto.js +4 -0
  54. package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.d.ts +4 -0
  55. package/dist/sei-panorama-service/src/services/schemas/CatalogResponseDto.js +1 -0
  56. package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.d.ts +5 -0
  57. package/dist/sei-panorama-service/src/services/schemas/CompositeFilterExpression.js +1 -0
  58. package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.d.ts +7 -0
  59. package/dist/sei-panorama-service/src/services/schemas/DefaultTemplateReference.js +4 -0
  60. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.d.ts +6 -0
  61. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportListResponseDto.js +1 -0
  62. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.d.ts +21 -0
  63. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportRequestDto.js +1 -0
  64. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.d.ts +12 -0
  65. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportResponseDto.js +1 -0
  66. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.d.ts +32 -0
  67. package/dist/sei-panorama-service/src/services/schemas/EfficiencyExportStatusResponseDto.js +1 -0
  68. package/dist/sei-panorama-service/src/services/schemas/EntityConfig.d.ts +3 -0
  69. package/dist/sei-panorama-service/src/services/schemas/EntityConfig.js +4 -0
  70. package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +18 -0
  71. package/dist/sei-panorama-service/src/services/schemas/EntityDto.js +1 -0
  72. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +13 -0
  73. package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.js +1 -0
  74. package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.d.ts +6 -0
  75. package/dist/sei-panorama-service/src/services/schemas/FeatureSizes.js +1 -0
  76. package/dist/sei-panorama-service/src/services/schemas/FilterExpression.d.ts +3 -0
  77. package/dist/sei-panorama-service/src/services/schemas/FilterExpression.js +4 -0
  78. package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
  79. package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +1 -1
  80. package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.d.ts +5 -0
  81. package/dist/sei-panorama-service/src/services/schemas/IntegrationCustomFieldDto.js +4 -0
  82. package/dist/sei-panorama-service/src/services/schemas/IntegrationHealthStatusDto.d.ts +2 -0
  83. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.d.ts +6 -0
  84. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertiesResponseDto.js +1 -0
  85. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.d.ts +5 -0
  86. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyDto.js +4 -0
  87. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.d.ts +3 -0
  88. package/dist/sei-panorama-service/src/services/schemas/IntegrationPropertyValuesResponseDto.js +4 -0
  89. package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
  90. package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.d.ts +20 -0
  91. package/dist/sei-panorama-service/src/services/schemas/JobDetailDto.js +4 -0
  92. package/dist/sei-panorama-service/src/services/schemas/MetricEntry.d.ts +5 -0
  93. package/dist/sei-panorama-service/src/services/schemas/MetricEntry.js +4 -0
  94. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +5 -0
  95. package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.js +1 -0
  96. package/dist/sei-panorama-service/src/services/schemas/Options.d.ts +3 -0
  97. package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.d.ts +7 -0
  98. package/dist/sei-panorama-service/src/services/schemas/OrgTreeDto.js +4 -0
  99. package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.d.ts +5 -0
  100. package/dist/sei-panorama-service/src/services/schemas/PriorityBuckets.js +4 -0
  101. package/dist/sei-panorama-service/src/services/schemas/RangeCondition.d.ts +18 -0
  102. package/dist/sei-panorama-service/src/services/schemas/RangeCondition.js +4 -0
  103. package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
  104. package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.d.ts +7 -0
  105. package/dist/sei-panorama-service/src/services/schemas/SimpleFilterExpression.js +1 -0
  106. package/dist/sei-panorama-service/src/services/schemas/TeamDeveloperDataDto.d.ts +1 -0
  107. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +2 -2
  108. package/dist/sei-panorama-service/src/services/schemas/TeamInsightConfigDto.d.ts +1 -1
  109. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +26 -0
  110. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.js +1 -0
  111. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.d.ts +16 -0
  112. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultListResponseDto.js +1 -0
  113. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.d.ts +4 -0
  114. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultReferenceDto.js +4 -0
  115. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.d.ts +14 -0
  116. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultRequestDto.js +1 -0
  117. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.d.ts +23 -0
  118. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultSummaryDto.js +1 -0
  119. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +15 -0
  120. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.js +1 -0
  121. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.d.ts +5 -0
  122. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDeveloperSettingsDto.js +1 -0
  123. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.d.ts +4 -0
  124. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsIntegrations.js +4 -0
  125. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +8 -0
  126. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.js +1 -0
  127. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.d.ts +6 -0
  128. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyDto.js +1 -0
  129. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.d.ts +14 -0
  130. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOrgTreeHierarchyTeamDto.js +4 -0
  131. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +18 -0
  132. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.js +1 -0
  133. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.d.ts +8 -0
  134. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideRequestDto.js +1 -0
  135. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.d.ts +12 -0
  136. package/dist/sei-panorama-service/src/services/schemas/TeamSettingsTeamResponseDto.js +1 -0
  137. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
  138. package/package.json +1 -1
@@ -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';
@@ -232,6 +239,21 @@ export { sprintInsightsExportControllerGetExportStatus, useSprintInsightsExportC
232
239
  export { sprintInsightsExportControllerGetExportStatus_1, useSprintInsightsExportControllerGetExportStatus_1Query, } from './hooks/useSprintInsightsExportControllerGetExportStatus_1Query';
233
240
  export { sprintInsightsExportControllerListExports, useSprintInsightsExportControllerListExportsQuery, } from './hooks/useSprintInsightsExportControllerListExportsQuery';
234
241
  export { sprintInsightsExportControllerListExports_1, useSprintInsightsExportControllerListExports_1Query, } from './hooks/useSprintInsightsExportControllerListExports_1Query';
242
+ export { teamSettingsControllerGetCatalog, useTeamSettingsControllerGetCatalogQuery, } from './hooks/useTeamSettingsControllerGetCatalogQuery';
243
+ export { teamSettingsDefaultsControllerCloneDefault, useTeamSettingsDefaultsControllerCloneDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCloneDefaultMutation';
244
+ export { teamSettingsDefaultsControllerCreateDefault, useTeamSettingsDefaultsControllerCreateDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerCreateDefaultMutation';
245
+ export { teamSettingsDefaultsControllerDeleteDefault, useTeamSettingsDefaultsControllerDeleteDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerDeleteDefaultMutation';
246
+ export { teamSettingsDefaultsControllerGetDefault, useTeamSettingsDefaultsControllerGetDefaultQuery, } from './hooks/useTeamSettingsDefaultsControllerGetDefaultQuery';
247
+ export { teamSettingsDefaultsControllerListDefaults, useTeamSettingsDefaultsControllerListDefaultsQuery, } from './hooks/useTeamSettingsDefaultsControllerListDefaultsQuery';
248
+ export { teamSettingsDefaultsControllerPatchDefault, useTeamSettingsDefaultsControllerPatchDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerPatchDefaultMutation';
249
+ export { teamSettingsDefaultsControllerReplaceDefault, useTeamSettingsDefaultsControllerReplaceDefaultMutation, } from './hooks/useTeamSettingsDefaultsControllerReplaceDefaultMutation';
250
+ export { teamSettingsOrgTreeControllerGetTeamSettingsDefaultsMapping, useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery, } from './hooks/useTeamSettingsOrgTreeControllerGetTeamSettingsDefaultsMappingQuery';
251
+ export { teamSettingsOrgTreeControllerPreviewDefault, useTeamSettingsOrgTreeControllerPreviewDefaultQuery, } from './hooks/useTeamSettingsOrgTreeControllerPreviewDefaultQuery';
252
+ export { teamSettingsOverridesControllerCreateOverride, useTeamSettingsOverridesControllerCreateOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerCreateOverrideMutation';
253
+ export { teamSettingsOverridesControllerDeleteOverride, useTeamSettingsOverridesControllerDeleteOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerDeleteOverrideMutation';
254
+ export { teamSettingsOverridesControllerGetTeamSettings, useTeamSettingsOverridesControllerGetTeamSettingsQuery, } from './hooks/useTeamSettingsOverridesControllerGetTeamSettingsQuery';
255
+ export { teamSettingsOverridesControllerPatchOverride, useTeamSettingsOverridesControllerPatchOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerPatchOverrideMutation';
256
+ export { teamSettingsOverridesControllerReplaceOverride, useTeamSettingsOverridesControllerReplaceOverrideMutation, } from './hooks/useTeamSettingsOverridesControllerReplaceOverrideMutation';
235
257
  export { teamsControllerAssociateDevelopersToTeam, useTeamsControllerAssociateDevelopersToTeamMutation, } from './hooks/useTeamsControllerAssociateDevelopersToTeamMutation';
236
258
  export { teamsControllerDisassociateDevelopersFromTeam, useTeamsControllerDisassociateDevelopersFromTeamMutation, } from './hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation';
237
259
  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,18 @@
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
+ description?: string;
9
+ dynamic?: boolean;
10
+ entityName?: string;
11
+ entityType?: string;
12
+ integrationType?: string;
13
+ /**
14
+ * @format int32
15
+ */
16
+ sortOrder?: number;
17
+ supportsCustomFields?: boolean;
18
+ }
@@ -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
+ }
@@ -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 {};
@@ -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,18 @@
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' | 'CODE_REWORK' | '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
+ baCategoryColor?: string;
9
+ config?: BugPriorityConfig & NewFeaturesConfig;
10
+ entityKey?: string;
11
+ entityName?: string;
12
+ 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';
13
+ integrationFilters?: {
14
+ [key: string]: CompositeFilterExpression & SimpleFilterExpression;
15
+ };
16
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
17
+ useDefaults?: boolean;
18
+ }
@@ -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
+ }
@@ -0,0 +1,6 @@
1
+ import type { RangeCondition } from '../schemas/RangeCondition';
2
+ export interface FeatureSizes {
3
+ complex?: RangeCondition;
4
+ medium?: RangeCondition;
5
+ simple?: RangeCondition;
6
+ }
@@ -0,0 +1,3 @@
1
+ export interface FilterExpression {
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 {};
@@ -11,7 +11,7 @@ export interface FilterValuesRequestDto {
11
11
  /**
12
12
  * Filter key to get values for (used when isCustom = false)
13
13
  */
14
- filterKey?: 'ARMOR_ASSET_TYPE' | 'ARMOR_ASSET_URL' | 'ARMOR_ENVIRONMENT' | 'ARMOR_PRODUCT_NAME' | 'ARMOR_SUB_PRODUCT_NAME' | 'ARMOR_TOOL_SOURCE' | 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
14
+ filterKey?: 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
15
15
  /**
16
16
  * Integration ID
17
17
  */
@@ -9,7 +9,7 @@ export interface GroupedTeamFiltersResponseDto {
9
9
  insightConfigs?: {
10
10
  [key: string]: TeamInsightConfigDto[];
11
11
  };
12
- metricsUsingDeveloperFilters?: Array<'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' | 'WORK_COMPLETED'>;
12
+ metricsUsingDeveloperFilters?: Array<'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODE_REWORK' | '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'>;
13
13
  /**
14
14
  * @format int32
15
15
  */
@@ -0,0 +1,5 @@
1
+ export interface IntegrationCustomFieldDto {
2
+ customFieldId?: string;
3
+ dataType?: 'NUMBER' | 'STRING';
4
+ displayName?: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -1,4 +1,5 @@
1
1
  import type { ActivityDataDto } from '../schemas/ActivityDataDto';
2
+ import type { JobDetailDto } from '../schemas/JobDetailDto';
2
3
  export interface IntegrationHealthStatusDto {
3
4
  activityData?: ActivityDataDto;
4
5
  activityStatus?: string;
@@ -7,6 +8,7 @@ export interface IntegrationHealthStatusDto {
7
8
  * @format int32
8
9
  */
9
10
  failedJobs?: number;
11
+ jobDetails?: JobDetailDto[];
10
12
  /**
11
13
  * @format int32
12
14
  */
@@ -0,0 +1,6 @@
1
+ import type { IntegrationCustomFieldDto } from '../schemas/IntegrationCustomFieldDto';
2
+ import type { IntegrationPropertyDto } from '../schemas/IntegrationPropertyDto';
3
+ export interface IntegrationPropertiesResponseDto {
4
+ customFields?: IntegrationCustomFieldDto[];
5
+ properties?: IntegrationPropertyDto[];
6
+ }
@@ -0,0 +1,5 @@
1
+ export interface IntegrationPropertyDto {
2
+ dataType?: 'NUMBER' | 'STRING';
3
+ displayName?: string;
4
+ property?: string;
5
+ }
@@ -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,3 @@
1
+ export interface IntegrationPropertyValuesResponseDto {
2
+ values?: 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 {};
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
5
5
  /**
6
6
  * Application type
7
7
  */
8
- applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'QTEST' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
8
+ applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'GIT_AI' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'QTEST' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
9
9
  /**
10
10
  * Integration ID
11
11
  * @format int32
@@ -0,0 +1,20 @@
1
+ export interface JobDetailDto {
2
+ etlStatus?: string;
3
+ jobId?: string;
4
+ /**
5
+ * @format int64
6
+ */
7
+ scanDurationMs?: number;
8
+ scanFrom?: string;
9
+ /**
10
+ * @format int64
11
+ */
12
+ scanFromEpochMs?: number;
13
+ scanTo?: string;
14
+ /**
15
+ * @format int64
16
+ */
17
+ scanToEpochMs?: number;
18
+ status?: string;
19
+ successful?: boolean;
20
+ }
@@ -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,5 @@
1
+ export interface MetricEntry {
2
+ applicable?: boolean;
3
+ editable?: boolean;
4
+ key?: 'ai_insights' | 'ba' | 'lttc' | 'mttr' | 'productivity';
5
+ }
@@ -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,5 @@
1
+ import type { FeatureSizes } from '../schemas/FeatureSizes';
2
+ import type { EntityConfig } from '../schemas/EntityConfig';
3
+ export interface NewFeaturesConfig extends EntityConfig {
4
+ featureSizes?: FeatureSizes;
5
+ }
@@ -1,4 +1,7 @@
1
1
  export interface Options {
2
+ aggregation?: string;
3
+ compression?: string;
4
+ format?: string;
2
5
  granularity?: string;
3
6
  metricLevel?: string;
4
7
  }
@@ -0,0 +1,7 @@
1
+ export interface OrgTreeDto {
2
+ /**
3
+ * @format int32
4
+ */
5
+ id?: number;
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 {};
@@ -0,0 +1,5 @@
1
+ export interface PriorityBuckets {
2
+ critical?: string[];
3
+ major?: string[];
4
+ minor?: string[];
5
+ }
@@ -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
+ export interface RangeCondition {
2
+ /**
3
+ * @format int32
4
+ */
5
+ gt?: number;
6
+ /**
7
+ * @format int32
8
+ */
9
+ gte?: number;
10
+ /**
11
+ * @format int32
12
+ */
13
+ lt?: number;
14
+ /**
15
+ * @format int32
16
+ */
17
+ lte?: number;
18
+ }
@@ -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 {};
@@ -6,7 +6,7 @@ export interface SimpleFilter {
6
6
  * Filter key
7
7
  * @example "PROJECT"
8
8
  */
9
- filterKey?: 'ARMOR_ASSET_TYPE' | 'ARMOR_ASSET_URL' | 'ARMOR_ENVIRONMENT' | 'ARMOR_PRODUCT_NAME' | 'ARMOR_SUB_PRODUCT_NAME' | 'ARMOR_TOOL_SOURCE' | 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
9
+ filterKey?: 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
10
10
  /**
11
11
  * Filter ID
12
12
  * @format int32
@@ -0,0 +1,7 @@
1
+ import type { FilterExpression } from '../schemas/FilterExpression';
2
+ export interface SimpleFilterExpression extends FilterExpression {
3
+ customFieldId?: string;
4
+ operator?: 'CONTAINS' | 'ENDS_WITH' | 'EQUALS' | 'NOT_CONTAINS' | 'NOT_EQUALS' | 'STARTS_WITH';
5
+ property?: string;
6
+ values?: string[];
7
+ }
@@ -1,6 +1,7 @@
1
1
  export interface TeamDeveloperDataDto {
2
2
  cicdDeveloperCloudIds?: string[];
3
3
  cicdIntegrationIds?: number[];
4
+ developerEmails?: string[];
4
5
  imDeveloperCloudIds?: string[];
5
6
  imIntegrationIds?: number[];
6
7
  scmDeveloperCloudIds?: string[];
@@ -4,10 +4,10 @@ export interface TeamFilter {
4
4
  [key: string]: any;
5
5
  };
6
6
  };
7
- applicableMetrics?: Array<'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' | 'WORK_COMPLETED'>;
7
+ applicableMetrics?: Array<'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODE_REWORK' | '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
8
  customFilterId?: string;
9
9
  customFilterKey?: string;
10
- filterKey?: 'ARMOR_ASSET_TYPE' | 'ARMOR_ASSET_URL' | 'ARMOR_ENVIRONMENT' | 'ARMOR_PRODUCT_NAME' | 'ARMOR_SUB_PRODUCT_NAME' | 'ARMOR_TOOL_SOURCE' | 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
10
+ filterKey?: 'CODE_AREA' | 'COMPONENTS' | 'CUSTOM' | 'DEPLOYMENT_TYPE' | 'ENV_ID' | 'INFRA_ID' | 'ISSUE_PRIORITY' | 'ISSUE_STATUS' | 'ISSUE_TYPE' | 'ITSM_ASSIGNMENT_GROUP' | 'ITSM_BUSINESS_SERVICE' | 'ITSM_PRIORITY' | 'ITSM_SEVERITY' | 'ITSM_URGENCY' | 'LABEL' | 'LABELS' | 'ORGANIZATION' | 'PARENT_KEY' | 'PIPELINE_NAME' | 'PIPELINE_STATUS' | 'PRIORITY' | 'PROJECT' | 'REPO' | 'ROLLBACK' | 'SECURITY_ARMORCODE_ASSET_TYPE' | 'SECURITY_ARMORCODE_ASSET_URL' | 'SECURITY_ARMORCODE_ENVIRONMENT' | 'SECURITY_ARMORCODE_PRODUCT_NAME' | 'SECURITY_ARMORCODE_SUB_PRODUCT_NAME' | 'SECURITY_ARMORCODE_TOOL_SOURCE' | 'SERVICE_NAME' | 'SNYK_BRANCH' | 'SNYK_ENVIRONMENT' | 'SNYK_FILE_PATH' | 'SNYK_MONOREPO_PATH' | 'SNYK_ORG_ID' | 'SNYK_ORG_NAME' | 'SNYK_PROJECT_TAG' | 'SNYK_REPOSITORY' | 'SOURCE_BRANCH' | 'SPRINT_NAME' | 'STAGE_NAME' | 'STATUS' | 'TAGS' | 'TARGET_BRANCH' | 'TEAM' | 'WIZ_CLOUD_ACCOUNT_ID' | 'WIZ_LANDING_ZONE_NAME' | 'WIZ_PROJECT_ID' | 'WIZ_REGION' | 'WIZ_RESOURCE_TAG' | 'WIZ_RESOURCE_TYPE';
11
11
  /**
12
12
  * @format int32
13
13
  */
@@ -4,5 +4,5 @@ export interface TeamInsightConfigDto {
4
4
  [key: string]: any;
5
5
  };
6
6
  };
7
- insightFeature?: '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' | 'WORK_COMPLETED';
7
+ insightFeature?: 'AI_INSIGHTS' | 'AVG_TIME_TO_FIRST_COMMENT' | 'BA' | 'CFR' | 'CODE_REWORK' | '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
8
  }
@@ -0,0 +1,26 @@
1
+ import type { TeamSettingsDeveloperSettingsDto } from '../schemas/TeamSettingsDeveloperSettingsDto';
2
+ import type { EntityDto } from '../schemas/EntityDto';
3
+ import type { TeamSettingsIntegrations } from '../schemas/TeamSettingsIntegrations';
4
+ import type { OrgTreeDto } from '../schemas/OrgTreeDto';
5
+ export interface TeamSettingsDefaultDto {
6
+ /**
7
+ * @format date-time
8
+ */
9
+ createdAt?: string;
10
+ createdBy?: string;
11
+ developerSettings?: TeamSettingsDeveloperSettingsDto;
12
+ entities?: EntityDto[];
13
+ /**
14
+ * @format uuid
15
+ */
16
+ id?: string;
17
+ integrations?: TeamSettingsIntegrations;
18
+ name?: string;
19
+ orgTree?: OrgTreeDto;
20
+ teamRefIds?: number[];
21
+ /**
22
+ * @format date-time
23
+ */
24
+ updatedAt?: string;
25
+ updatedBy?: string;
26
+ }