@harnessio/react-sei-panorama-service-client 0.19.1 → 0.19.2

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 (49) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +2 -2
  2. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +2 -2
  3. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.d.ts +20 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.d.ts +20 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.d.ts +20 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.d.ts +20 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/index.d.ts +24 -2
  12. package/dist/sei-panorama-service/src/services/index.js +4 -0
  13. package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +2 -0
  14. package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +0 -3
  15. package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.d.ts → DrillDownResponseDtoObject.d.ts} +4 -3
  16. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +4 -0
  17. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +7 -0
  18. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.js +1 -0
  19. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +4 -0
  20. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.js +4 -0
  21. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +6 -0
  22. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.js +1 -0
  23. package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
  24. package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +35 -0
  25. package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.js +1 -0
  26. package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts +25 -0
  27. package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.js +1 -0
  28. package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.d.ts +26 -0
  29. package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.js +1 -0
  30. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.d.ts +28 -0
  31. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.js +1 -0
  32. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.d.ts +4 -0
  33. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.js +1 -0
  34. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.d.ts +26 -0
  35. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.js +1 -0
  36. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.d.ts +20 -0
  37. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.js +1 -0
  38. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +28 -0
  39. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.js +4 -0
  40. package/dist/sei-panorama-service/src/services/schemas/SortOption.d.ts +4 -0
  41. package/dist/sei-panorama-service/src/services/schemas/SortOption.js +4 -0
  42. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.d.ts +22 -0
  43. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.js +1 -0
  44. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.d.ts +28 -0
  45. package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.js +1 -0
  46. package/package.json +1 -1
  47. package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +0 -64
  48. /package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.js → DrillDownResponseDtoObject.js} +0 -0
  49. /package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentRecordDto.js → DrilldownDataPointV3.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { UseQueryOptions } from '@tanstack/react-query';
2
- import type { DrillDownResponseDtoCdDeploymentRecordDto } from '../schemas/DrillDownResponseDtoCdDeploymentRecordDto';
2
+ import type { DrillDownResponseDtoObject } from '../schemas/DrillDownResponseDtoObject';
3
3
  import type { DrillDownRequest } from '../schemas/DrillDownRequest';
4
4
  import type { ResponseWithPagination } from '../helpers';
5
5
  import { FetcherOptions } from '../../../../fetcher/index.js';
@@ -9,7 +9,7 @@ export interface EfficiencyControllerChangeFailureRateDrillDownQueryQueryParams
9
9
  orgIdentifier: string;
10
10
  }
11
11
  export type EfficiencyControllerChangeFailureRateDrillDownRequestBody = DrillDownRequest;
12
- export type EfficiencyControllerChangeFailureRateDrillDownOkResponse = ResponseWithPagination<DrillDownResponseDtoCdDeploymentRecordDto>;
12
+ export type EfficiencyControllerChangeFailureRateDrillDownOkResponse = ResponseWithPagination<DrillDownResponseDtoObject>;
13
13
  export type EfficiencyControllerChangeFailureRateDrillDownErrorResponse = string;
14
14
  export interface EfficiencyControllerChangeFailureRateDrillDownProps extends Omit<FetcherOptions<EfficiencyControllerChangeFailureRateDrillDownQueryQueryParams, EfficiencyControllerChangeFailureRateDrillDownRequestBody>, 'url'> {
15
15
  queryParams: EfficiencyControllerChangeFailureRateDrillDownQueryQueryParams;
@@ -1,5 +1,5 @@
1
1
  import { UseQueryOptions } from '@tanstack/react-query';
2
- import type { DrillDownResponseDtoCdDeploymentRecordDto } from '../schemas/DrillDownResponseDtoCdDeploymentRecordDto';
2
+ import type { DrillDownResponseDtoObject } from '../schemas/DrillDownResponseDtoObject';
3
3
  import type { DrillDownRequest } from '../schemas/DrillDownRequest';
4
4
  import type { ResponseWithPagination } from '../helpers';
5
5
  import { FetcherOptions } from '../../../../fetcher/index.js';
@@ -9,7 +9,7 @@ export interface EfficiencyControllerDeploymentFrequencyDrillDownQueryQueryParam
9
9
  orgIdentifier: string;
10
10
  }
11
11
  export type EfficiencyControllerDeploymentFrequencyDrillDownRequestBody = DrillDownRequest;
12
- export type EfficiencyControllerDeploymentFrequencyDrillDownOkResponse = ResponseWithPagination<DrillDownResponseDtoCdDeploymentRecordDto>;
12
+ export type EfficiencyControllerDeploymentFrequencyDrillDownOkResponse = ResponseWithPagination<DrillDownResponseDtoObject>;
13
13
  export type EfficiencyControllerDeploymentFrequencyDrillDownErrorResponse = string;
14
14
  export interface EfficiencyControllerDeploymentFrequencyDrillDownProps extends Omit<FetcherOptions<EfficiencyControllerDeploymentFrequencyDrillDownQueryQueryParams, EfficiencyControllerDeploymentFrequencyDrillDownRequestBody>, 'url'> {
15
15
  queryParams: EfficiencyControllerDeploymentFrequencyDrillDownQueryQueryParams;
@@ -0,0 +1,20 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ProductivityV3FeatureBreakdownResponseDto } from '../schemas/ProductivityV3FeatureBreakdownResponseDto';
3
+ import type { ProductivityV3FeatureRequestDto } from '../schemas/ProductivityV3FeatureRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface ProductivityV3ControllerGetFeatureBreakdownQueryQueryParams {
7
+ account: string;
8
+ }
9
+ export type ProductivityV3ControllerGetFeatureBreakdownRequestBody = ProductivityV3FeatureRequestDto;
10
+ export type ProductivityV3ControllerGetFeatureBreakdownOkResponse = ResponseWithPagination<ProductivityV3FeatureBreakdownResponseDto>;
11
+ export type ProductivityV3ControllerGetFeatureBreakdownErrorResponse = string;
12
+ export interface ProductivityV3ControllerGetFeatureBreakdownProps extends Omit<FetcherOptions<ProductivityV3ControllerGetFeatureBreakdownQueryQueryParams, ProductivityV3ControllerGetFeatureBreakdownRequestBody>, 'url'> {
13
+ queryParams: ProductivityV3ControllerGetFeatureBreakdownQueryQueryParams;
14
+ body: ProductivityV3ControllerGetFeatureBreakdownRequestBody;
15
+ }
16
+ export declare function productivityV3ControllerGetFeatureBreakdown(props: ProductivityV3ControllerGetFeatureBreakdownProps): Promise<ProductivityV3ControllerGetFeatureBreakdownOkResponse>;
17
+ /**
18
+ * Get productivity feature breakdown for a collection
19
+ */
20
+ export declare function useProductivityV3ControllerGetFeatureBreakdownQuery(props: ProductivityV3ControllerGetFeatureBreakdownProps, options?: Omit<UseQueryOptions<ProductivityV3ControllerGetFeatureBreakdownOkResponse, ProductivityV3ControllerGetFeatureBreakdownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ProductivityV3ControllerGetFeatureBreakdownOkResponse, string>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function productivityV3ControllerGetFeatureBreakdown(props) {
7
+ return fetcher(Object.assign({ url: `/v3/productivity/feature_breakdown`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get productivity feature breakdown for a collection
11
+ */
12
+ export function useProductivityV3ControllerGetFeatureBreakdownQuery(props, options) {
13
+ return useQuery(['ProductivityV3ControllerGetFeatureBreakdown', props.queryParams, props.body], ({ signal }) => productivityV3ControllerGetFeatureBreakdown(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,20 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ProductivityV3FeatureDrilldownResponseDto } from '../schemas/ProductivityV3FeatureDrilldownResponseDto';
3
+ import type { ProductivityV3FeatureRequestDto } from '../schemas/ProductivityV3FeatureRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface ProductivityV3ControllerGetFeatureDrillDownQueryQueryParams {
7
+ account: string;
8
+ }
9
+ export type ProductivityV3ControllerGetFeatureDrillDownRequestBody = ProductivityV3FeatureRequestDto;
10
+ export type ProductivityV3ControllerGetFeatureDrillDownOkResponse = ResponseWithPagination<ProductivityV3FeatureDrilldownResponseDto>;
11
+ export type ProductivityV3ControllerGetFeatureDrillDownErrorResponse = string;
12
+ export interface ProductivityV3ControllerGetFeatureDrillDownProps extends Omit<FetcherOptions<ProductivityV3ControllerGetFeatureDrillDownQueryQueryParams, ProductivityV3ControllerGetFeatureDrillDownRequestBody>, 'url'> {
13
+ queryParams: ProductivityV3ControllerGetFeatureDrillDownQueryQueryParams;
14
+ body: ProductivityV3ControllerGetFeatureDrillDownRequestBody;
15
+ }
16
+ export declare function productivityV3ControllerGetFeatureDrillDown(props: ProductivityV3ControllerGetFeatureDrillDownProps): Promise<ProductivityV3ControllerGetFeatureDrillDownOkResponse>;
17
+ /**
18
+ * Get productivity feature drilldown for a collection
19
+ */
20
+ export declare function useProductivityV3ControllerGetFeatureDrillDownQuery(props: ProductivityV3ControllerGetFeatureDrillDownProps, options?: Omit<UseQueryOptions<ProductivityV3ControllerGetFeatureDrillDownOkResponse, ProductivityV3ControllerGetFeatureDrillDownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ProductivityV3ControllerGetFeatureDrillDownOkResponse, string>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function productivityV3ControllerGetFeatureDrillDown(props) {
7
+ return fetcher(Object.assign({ url: `/v3/productivity/feature_drilldown`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get productivity feature drilldown for a collection
11
+ */
12
+ export function useProductivityV3ControllerGetFeatureDrillDownQuery(props, options) {
13
+ return useQuery(['ProductivityV3ControllerGetFeatureDrillDown', props.queryParams, props.body], ({ signal }) => productivityV3ControllerGetFeatureDrillDown(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,20 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ProductivityFeatureResponseDto } from '../schemas/ProductivityFeatureResponseDto';
3
+ import type { ProductivityV3FeatureRequestDto } from '../schemas/ProductivityV3FeatureRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface ProductivityV3ControllerGetFeatureMetricsQueryQueryParams {
7
+ account: string;
8
+ }
9
+ export type ProductivityV3ControllerGetFeatureMetricsRequestBody = ProductivityV3FeatureRequestDto;
10
+ export type ProductivityV3ControllerGetFeatureMetricsOkResponse = ResponseWithPagination<ProductivityFeatureResponseDto>;
11
+ export type ProductivityV3ControllerGetFeatureMetricsErrorResponse = string;
12
+ export interface ProductivityV3ControllerGetFeatureMetricsProps extends Omit<FetcherOptions<ProductivityV3ControllerGetFeatureMetricsQueryQueryParams, ProductivityV3ControllerGetFeatureMetricsRequestBody>, 'url'> {
13
+ queryParams: ProductivityV3ControllerGetFeatureMetricsQueryQueryParams;
14
+ body: ProductivityV3ControllerGetFeatureMetricsRequestBody;
15
+ }
16
+ export declare function productivityV3ControllerGetFeatureMetrics(props: ProductivityV3ControllerGetFeatureMetricsProps): Promise<ProductivityV3ControllerGetFeatureMetricsOkResponse>;
17
+ /**
18
+ * Get productivity metrics (PR velocity, number of bugs, number of stories) for a collection
19
+ */
20
+ export declare function useProductivityV3ControllerGetFeatureMetricsQuery(props: ProductivityV3ControllerGetFeatureMetricsProps, options?: Omit<UseQueryOptions<ProductivityV3ControllerGetFeatureMetricsOkResponse, ProductivityV3ControllerGetFeatureMetricsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ProductivityV3ControllerGetFeatureMetricsOkResponse, string>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function productivityV3ControllerGetFeatureMetrics(props) {
7
+ return fetcher(Object.assign({ url: `/v3/productivity/feature_metrics`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get productivity metrics (PR velocity, number of bugs, number of stories) for a collection
11
+ */
12
+ export function useProductivityV3ControllerGetFeatureMetricsQuery(props, options) {
13
+ return useQuery(['ProductivityV3ControllerGetFeatureMetrics', props.queryParams, props.body], ({ signal }) => productivityV3ControllerGetFeatureMetrics(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,20 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ProductivityV3FeatureIndividualDrilldownResponseDto } from '../schemas/ProductivityV3FeatureIndividualDrilldownResponseDto';
3
+ import type { ProductivityV3FeatureRequestDto } from '../schemas/ProductivityV3FeatureRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface ProductivityV3ControllerGetIndividualUserFeatureDrillDownQueryQueryParams {
7
+ account: string;
8
+ }
9
+ export type ProductivityV3ControllerGetIndividualUserFeatureDrillDownRequestBody = ProductivityV3FeatureRequestDto;
10
+ export type ProductivityV3ControllerGetIndividualUserFeatureDrillDownOkResponse = ResponseWithPagination<ProductivityV3FeatureIndividualDrilldownResponseDto>;
11
+ export type ProductivityV3ControllerGetIndividualUserFeatureDrillDownErrorResponse = string;
12
+ export interface ProductivityV3ControllerGetIndividualUserFeatureDrillDownProps extends Omit<FetcherOptions<ProductivityV3ControllerGetIndividualUserFeatureDrillDownQueryQueryParams, ProductivityV3ControllerGetIndividualUserFeatureDrillDownRequestBody>, 'url'> {
13
+ queryParams: ProductivityV3ControllerGetIndividualUserFeatureDrillDownQueryQueryParams;
14
+ body: ProductivityV3ControllerGetIndividualUserFeatureDrillDownRequestBody;
15
+ }
16
+ export declare function productivityV3ControllerGetIndividualUserFeatureDrillDown(props: ProductivityV3ControllerGetIndividualUserFeatureDrillDownProps): Promise<ProductivityV3ControllerGetIndividualUserFeatureDrillDownOkResponse>;
17
+ /**
18
+ * Get productivity feature drilldown for a individual user
19
+ */
20
+ export declare function useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery(props: ProductivityV3ControllerGetIndividualUserFeatureDrillDownProps, options?: Omit<UseQueryOptions<ProductivityV3ControllerGetIndividualUserFeatureDrillDownOkResponse, ProductivityV3ControllerGetIndividualUserFeatureDrillDownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ProductivityV3ControllerGetIndividualUserFeatureDrillDownOkResponse, string>;
@@ -0,0 +1,14 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useQuery } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function productivityV3ControllerGetIndividualUserFeatureDrillDown(props) {
7
+ return fetcher(Object.assign({ url: `/v3/productivity/feature_drilldown_individual`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get productivity feature drilldown for a individual user
11
+ */
12
+ export function useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery(props, options) {
13
+ return useQuery(['ProductivityV3ControllerGetIndividualUserFeatureDrillDown', props.queryParams, props.body], ({ signal }) => productivityV3ControllerGetIndividualUserFeatureDrillDown(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -153,6 +153,14 @@ export type { ProductivityProfileControllerListProfilesErrorResponse, Productivi
153
153
  export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
154
154
  export type { ProductivityProfileControllerUpdateProfileErrorResponse, ProductivityProfileControllerUpdateProfileMutationPathParams, ProductivityProfileControllerUpdateProfileMutationQueryParams, ProductivityProfileControllerUpdateProfileOkResponse, ProductivityProfileControllerUpdateProfileProps, ProductivityProfileControllerUpdateProfileRequestBody, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
155
155
  export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
156
+ export type { ProductivityV3ControllerGetFeatureBreakdownErrorResponse, ProductivityV3ControllerGetFeatureBreakdownOkResponse, ProductivityV3ControllerGetFeatureBreakdownProps, ProductivityV3ControllerGetFeatureBreakdownQueryQueryParams, ProductivityV3ControllerGetFeatureBreakdownRequestBody, } from './hooks/useProductivityV3ControllerGetFeatureBreakdownQuery';
157
+ export { productivityV3ControllerGetFeatureBreakdown, useProductivityV3ControllerGetFeatureBreakdownQuery, } from './hooks/useProductivityV3ControllerGetFeatureBreakdownQuery';
158
+ export type { ProductivityV3ControllerGetFeatureDrillDownErrorResponse, ProductivityV3ControllerGetFeatureDrillDownOkResponse, ProductivityV3ControllerGetFeatureDrillDownProps, ProductivityV3ControllerGetFeatureDrillDownQueryQueryParams, ProductivityV3ControllerGetFeatureDrillDownRequestBody, } from './hooks/useProductivityV3ControllerGetFeatureDrillDownQuery';
159
+ export { productivityV3ControllerGetFeatureDrillDown, useProductivityV3ControllerGetFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetFeatureDrillDownQuery';
160
+ export type { ProductivityV3ControllerGetFeatureMetricsErrorResponse, ProductivityV3ControllerGetFeatureMetricsOkResponse, ProductivityV3ControllerGetFeatureMetricsProps, ProductivityV3ControllerGetFeatureMetricsQueryQueryParams, ProductivityV3ControllerGetFeatureMetricsRequestBody, } from './hooks/useProductivityV3ControllerGetFeatureMetricsQuery';
161
+ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerGetFeatureMetricsQuery, } from './hooks/useProductivityV3ControllerGetFeatureMetricsQuery';
162
+ export type { ProductivityV3ControllerGetIndividualUserFeatureDrillDownErrorResponse, ProductivityV3ControllerGetIndividualUserFeatureDrillDownOkResponse, ProductivityV3ControllerGetIndividualUserFeatureDrillDownProps, ProductivityV3ControllerGetIndividualUserFeatureDrillDownQueryQueryParams, ProductivityV3ControllerGetIndividualUserFeatureDrillDownRequestBody, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
163
+ export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
156
164
  export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
157
165
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
158
166
  export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
@@ -176,7 +184,6 @@ export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
176
184
  export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
177
185
  export type { BreakdownRecord } from './schemas/BreakdownRecord';
178
186
  export type { Category } from './schemas/Category';
179
- export type { CdDeploymentRecordDto } from './schemas/CdDeploymentRecordDto';
180
187
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
181
188
  export type { CodeChangeStats } from './schemas/CodeChangeStats';
182
189
  export type { CodeChanges } from './schemas/CodeChanges';
@@ -214,9 +221,11 @@ export type { DoraRequest } from './schemas/DoraRequest';
214
221
  export type { DoraSummaryMetric } from './schemas/DoraSummaryMetric';
215
222
  export type { DoraSummaryRequest } from './schemas/DoraSummaryRequest';
216
223
  export type { DrillDownRequest } from './schemas/DrillDownRequest';
217
- export type { DrillDownResponseDtoCdDeploymentRecordDto } from './schemas/DrillDownResponseDtoCdDeploymentRecordDto';
224
+ export type { DrillDownResponseDtoObject } from './schemas/DrillDownResponseDtoObject';
218
225
  export type { DrilldownData } from './schemas/DrilldownData';
219
226
  export type { DrilldownDataPoint } from './schemas/DrilldownDataPoint';
227
+ export type { DrilldownDataPointV3 } from './schemas/DrilldownDataPointV3';
228
+ export type { DrilldownDataV3 } from './schemas/DrilldownDataV3';
220
229
  export type { EfficiencyChangeFailureRateMetricBreakdown } from './schemas/EfficiencyChangeFailureRateMetricBreakdown';
221
230
  export type { EfficiencyDeploymentFrequencyMetricBreakdown } from './schemas/EfficiencyDeploymentFrequencyMetricBreakdown';
222
231
  export type { EfficiencyLeadTimeDataPointBreakdown } from './schemas/EfficiencyLeadTimeDataPointBreakdown';
@@ -240,6 +249,8 @@ export type { GroupByField } from './schemas/GroupByField';
240
249
  export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
241
250
  export type { IndividualDrilldownData } from './schemas/IndividualDrilldownData';
242
251
  export type { IndividualDrilldownDataPoint } from './schemas/IndividualDrilldownDataPoint';
252
+ export type { IndividualDrilldownDataPointV3 } from './schemas/IndividualDrilldownDataPointV3';
253
+ export type { IndividualDrilldownDataV3 } from './schemas/IndividualDrilldownDataV3';
243
254
  export type { Integration } from './schemas/Integration';
244
255
  export type { IntegrationIdsDto } from './schemas/IntegrationIdsDto';
245
256
  export type { IntegrationObject } from './schemas/IntegrationObject';
@@ -266,9 +277,12 @@ export type { PaginationInfo } from './schemas/PaginationInfo';
266
277
  export type { PaginationMetadata } from './schemas/PaginationMetadata';
267
278
  export type { PaginationRequest } from './schemas/PaginationRequest';
268
279
  export type { PrCycleTimeDrilldownResponseDataPoint } from './schemas/PrCycleTimeDrilldownResponseDataPoint';
280
+ export type { PrCycleTimeDrilldownResponseDataPointV3 } from './schemas/PrCycleTimeDrilldownResponseDataPointV3';
269
281
  export type { PrSize } from './schemas/PrSize';
270
282
  export type { PrVelocityDrilldownResponseDataPoint } from './schemas/PrVelocityDrilldownResponseDataPoint';
283
+ export type { PrVelocityDrilldownResponseDataPointV3 } from './schemas/PrVelocityDrilldownResponseDataPointV3';
271
284
  export type { PrVelocityIndividualDrilldownResponseDataPoint } from './schemas/PrVelocityIndividualDrilldownResponseDataPoint';
285
+ export type { PrVelocityIndividualDrilldownResponseDataPointV3 } from './schemas/PrVelocityIndividualDrilldownResponseDataPointV3';
272
286
  export type { ProductivityContributorRequestDto } from './schemas/ProductivityContributorRequestDto';
273
287
  export type { ProductivityDataPoint } from './schemas/ProductivityDataPoint';
274
288
  export type { ProductivityFeatureBreakdownResponseDataPoint } from './schemas/ProductivityFeatureBreakdownResponseDataPoint';
@@ -280,8 +294,14 @@ export type { ProductivityFeatureResponseDto } from './schemas/ProductivityFeatu
280
294
  export type { ProductivityProfileCreateRequestDto } from './schemas/ProductivityProfileCreateRequestDto';
281
295
  export type { ProductivityProfileResponseDto } from './schemas/ProductivityProfileResponseDto';
282
296
  export type { ProductivityRequestDto } from './schemas/ProductivityRequestDto';
297
+ export type { ProductivityV3FeatureBreakdownResponseDataPoint } from './schemas/ProductivityV3FeatureBreakdownResponseDataPoint';
298
+ export type { ProductivityV3FeatureBreakdownResponseDto } from './schemas/ProductivityV3FeatureBreakdownResponseDto';
299
+ export type { ProductivityV3FeatureDrilldownResponseDto } from './schemas/ProductivityV3FeatureDrilldownResponseDto';
300
+ export type { ProductivityV3FeatureIndividualDrilldownResponseDto } from './schemas/ProductivityV3FeatureIndividualDrilldownResponseDto';
301
+ export type { ProductivityV3FeatureRequestDto } from './schemas/ProductivityV3FeatureRequestDto';
283
302
  export type { RefIdDto } from './schemas/RefIdDto';
284
303
  export type { SectionDto } from './schemas/SectionDto';
304
+ export type { SortOption } from './schemas/SortOption';
285
305
  export type { Stage } from './schemas/Stage';
286
306
  export type { SummaryCard } from './schemas/SummaryCard';
287
307
  export type { SummaryValue } from './schemas/SummaryValue';
@@ -293,5 +313,7 @@ export type { TeamResponse } from './schemas/TeamResponse';
293
313
  export type { TeamSummary } from './schemas/TeamSummary';
294
314
  export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
295
315
  export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
316
+ export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
296
317
  export type { WorkCompletedIndividualDrilldownResponseDataPoint } from './schemas/WorkCompletedIndividualDrilldownResponseDataPoint';
318
+ export type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from './schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
297
319
  export type { WorkType } from './schemas/WorkType';
@@ -75,6 +75,10 @@ export { productivityProfileControllerGetProductivityProfileFilterValues, usePro
75
75
  export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
76
76
  export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
77
77
  export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
78
+ export { productivityV3ControllerGetFeatureBreakdown, useProductivityV3ControllerGetFeatureBreakdownQuery, } from './hooks/useProductivityV3ControllerGetFeatureBreakdownQuery';
79
+ export { productivityV3ControllerGetFeatureDrillDown, useProductivityV3ControllerGetFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetFeatureDrillDownQuery';
80
+ export { productivityV3ControllerGetFeatureMetrics, useProductivityV3ControllerGetFeatureMetricsQuery, } from './hooks/useProductivityV3ControllerGetFeatureMetricsQuery';
81
+ export { productivityV3ControllerGetIndividualUserFeatureDrillDown, useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery';
78
82
  export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
79
83
  export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
80
84
  export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
@@ -1,3 +1,4 @@
1
+ import type { SortOption } from '../schemas/SortOption';
1
2
  export interface DrillDownRequest {
2
3
  /**
3
4
  * @format date-time
@@ -23,5 +24,6 @@ export interface DrillDownRequest {
23
24
  * @format int32
24
25
  */
25
26
  pageSize?: number;
27
+ sortOption?: SortOption;
26
28
  teamRefId: string;
27
29
  }
@@ -1,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
@@ -1,11 +1,12 @@
1
1
  import type { PaginationInfo } from '../schemas/PaginationInfo';
2
- import type { CdDeploymentRecordDto } from '../schemas/CdDeploymentRecordDto';
3
- export interface DrillDownResponseDtoCdDeploymentRecordDto {
2
+ export interface DrillDownResponseDtoObject {
4
3
  /**
5
4
  * @format int32
6
5
  */
7
6
  count?: number;
8
7
  integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
9
8
  pagination?: PaginationInfo;
10
- records?: CdDeploymentRecordDto[];
9
+ records?: Array<{
10
+ [key: string]: any;
11
+ }>;
11
12
  }
@@ -0,0 +1,4 @@
1
+ export interface DrilldownDataPointV3 {
2
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
+ type: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ import type { PrCycleTimeDrilldownResponseDataPointV3 } from '../schemas/PrCycleTimeDrilldownResponseDataPointV3';
2
+ import type { PrVelocityDrilldownResponseDataPointV3 } from '../schemas/PrVelocityDrilldownResponseDataPointV3';
3
+ import type { WorkCompletedDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedDrilldownResponseDataPointV3';
4
+ export interface DrilldownDataV3 {
5
+ drilldownDataPoints?: Array<PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
6
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
7
+ }
@@ -0,0 +1,4 @@
1
+ export interface IndividualDrilldownDataPointV3 {
2
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
+ type: 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,6 @@
1
+ import type { PrVelocityIndividualDrilldownResponseDataPointV3 } from '../schemas/PrVelocityIndividualDrilldownResponseDataPointV3';
2
+ import type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
3
+ export interface IndividualDrilldownDataV3 {
4
+ individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
5
+ metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
6
+ }
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
5
5
  /**
6
6
  * Application type
7
7
  */
8
- applicationType?: 'ADO_PIPELINES' | 'ADO_REPOS' | 'AZURE_BOARDS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'GITHUB' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA';
8
+ applicationType?: 'ADO_PIPELINES' | 'ADO_REPOS' | 'AZURE_BOARDS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CUSTOM' | 'GITHUB' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA';
9
9
  /**
10
10
  * Integration ID
11
11
  * @format int32
@@ -0,0 +1,35 @@
1
+ import type { CodeChangeStats } from '../schemas/CodeChangeStats';
2
+ import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
3
+ export interface PrCycleTimeDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
4
+ authorId?: string;
5
+ authorName?: string;
6
+ codeChanges?: CodeChangeStats;
7
+ /**
8
+ * @format date-time
9
+ */
10
+ createdDate?: string;
11
+ /**
12
+ * @format double
13
+ */
14
+ firstCommentTime?: number;
15
+ /**
16
+ * @format double
17
+ */
18
+ lastApprovalTime?: number;
19
+ /**
20
+ * @format date-time
21
+ */
22
+ mergedDate?: string;
23
+ /**
24
+ * @format double
25
+ */
26
+ prCycleTime?: number;
27
+ prLink?: string;
28
+ /**
29
+ * @format int64
30
+ */
31
+ prNumber?: number;
32
+ prTitle?: string;
33
+ repository?: string;
34
+ reviewers?: string[];
35
+ }
@@ -0,0 +1,25 @@
1
+ import type { CodeChangeStats } from '../schemas/CodeChangeStats';
2
+ import type { PrSize } from '../schemas/PrSize';
3
+ import type { WorkType } from '../schemas/WorkType';
4
+ import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
5
+ export interface PrVelocityDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
6
+ /**
7
+ * @format double
8
+ */
9
+ averageTimeToMerge?: number;
10
+ codeChangeStats?: CodeChangeStats;
11
+ developerCustomFields?: {
12
+ [key: string]: {
13
+ [key: string]: any;
14
+ };
15
+ };
16
+ developerIntegrationId?: string;
17
+ developerName?: string;
18
+ /**
19
+ * @format int64
20
+ */
21
+ prCount?: number;
22
+ prSizesCount?: PrSize[];
23
+ teamId?: string;
24
+ workTypesCount?: WorkType[];
25
+ }
@@ -0,0 +1,26 @@
1
+ import type { CodeChangeStats } from '../schemas/CodeChangeStats';
2
+ import type { IndividualDrilldownDataPointV3 } from '../schemas/IndividualDrilldownDataPointV3';
3
+ export interface PrVelocityIndividualDrilldownResponseDataPointV3 extends IndividualDrilldownDataPointV3 {
4
+ codeChanges?: CodeChangeStats;
5
+ /**
6
+ * @format date-time
7
+ */
8
+ createdDate?: string;
9
+ developerId?: string;
10
+ developerIntegrationId?: string;
11
+ developerName?: string;
12
+ /**
13
+ * @format date-time
14
+ */
15
+ mergedDate?: string;
16
+ prLink?: string;
17
+ /**
18
+ * @format int64
19
+ */
20
+ prNumber?: number;
21
+ prTitle?: string;
22
+ status?: string;
23
+ workItemId?: string;
24
+ workItemLink?: string;
25
+ workType?: 'BUG' | 'FEATURE' | 'MISSING_TICKET' | 'OTHER';
26
+ }
@@ -0,0 +1,28 @@
1
+ import type { TotalStatisticCount } from '../schemas/TotalStatisticCount';
2
+ export interface ProductivityV3FeatureBreakdownResponseDataPoint {
3
+ /**
4
+ * @format date-time
5
+ */
6
+ endDate?: string;
7
+ stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
8
+ stacks?: {
9
+ [key: string]: number;
10
+ };
11
+ /**
12
+ * @format date-time
13
+ */
14
+ startDate?: string;
15
+ statisticGranularProductivityDataPoints?: {
16
+ [key: string]: TotalStatisticCount;
17
+ };
18
+ /**
19
+ * @format int64
20
+ */
21
+ teamId?: number;
22
+ teamName?: string;
23
+ /**
24
+ * @format double
25
+ */
26
+ totalCount?: number;
27
+ totalStatisticCount?: TotalStatisticCount;
28
+ }
@@ -0,0 +1,4 @@
1
+ import type { ProductivityV3FeatureBreakdownResponseDataPoint } from '../schemas/ProductivityV3FeatureBreakdownResponseDataPoint';
2
+ export interface ProductivityV3FeatureBreakdownResponseDto {
3
+ dataPoints?: ProductivityV3FeatureBreakdownResponseDataPoint[];
4
+ }
@@ -0,0 +1,26 @@
1
+ import type { DrilldownDataV3 } from '../schemas/DrilldownDataV3';
2
+ export interface ProductivityV3FeatureDrilldownResponseDto {
3
+ drilldownData?: {
4
+ [key: string]: DrilldownDataV3;
5
+ };
6
+ /**
7
+ * @format date-time
8
+ */
9
+ endDate?: string;
10
+ /**
11
+ * @format date-time
12
+ */
13
+ startDate?: string;
14
+ /**
15
+ * @format int64
16
+ */
17
+ teamId?: number;
18
+ /**
19
+ * @format int64
20
+ */
21
+ teamName?: number;
22
+ /**
23
+ * @format int64
24
+ */
25
+ totalCount?: number;
26
+ }
@@ -0,0 +1,20 @@
1
+ import type { IndividualDrilldownDataV3 } from '../schemas/IndividualDrilldownDataV3';
2
+ export interface ProductivityV3FeatureIndividualDrilldownResponseDto {
3
+ developerId?: string;
4
+ developerName?: string;
5
+ /**
6
+ * @format date-time
7
+ */
8
+ endDate?: string;
9
+ individualDrilldownData?: {
10
+ [key: string]: IndividualDrilldownDataV3;
11
+ };
12
+ /**
13
+ * @format date-time
14
+ */
15
+ startDate?: string;
16
+ /**
17
+ * @format int64
18
+ */
19
+ totalCount?: number;
20
+ }
@@ -0,0 +1,28 @@
1
+ export interface ProductivityV3FeatureRequestDto {
2
+ developerRefIds?: string[];
3
+ developerUUIDs?: string[];
4
+ /**
5
+ * @format date-time
6
+ */
7
+ endDate?: string;
8
+ featureType?: 'AVG_TIME_TO_FIRST_COMMENT' | 'CODING_DAYS' | 'LINES_OF_CODE' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
9
+ granularity?: 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
10
+ /**
11
+ * @format int32
12
+ */
13
+ page?: number;
14
+ /**
15
+ * @format int32
16
+ */
17
+ page_size?: number;
18
+ sortBy?: 'AVG_TIME_TO_MERGE' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
19
+ sortByCriteria?: 'ASC' | 'DESC';
20
+ stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
21
+ /**
22
+ * @format date-time
23
+ */
24
+ startDate?: string;
25
+ teamId?: string;
26
+ teamRefIds?: string[];
27
+ teamUUIDs?: string[];
28
+ }
@@ -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
+ export interface SortOption {
2
+ sortKey?: string;
3
+ sortOrder?: 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,22 @@
1
+ import type { WorkType } from '../schemas/WorkType';
2
+ import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
3
+ export interface WorkCompletedDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
4
+ /**
5
+ * @format double
6
+ */
7
+ averageTimeToComplete?: number;
8
+ developerCustomFields?: {
9
+ [key: string]: {
10
+ [key: string]: any;
11
+ };
12
+ };
13
+ developerName?: string;
14
+ developerUserIntegrationId?: string;
15
+ displayAssigneeName?: string;
16
+ /**
17
+ * @format int64
18
+ */
19
+ issueCompletedCount?: number;
20
+ teamId?: string;
21
+ workTypesCount?: WorkType[];
22
+ }
@@ -0,0 +1,28 @@
1
+ import type { IndividualDrilldownDataPointV3 } from '../schemas/IndividualDrilldownDataPointV3';
2
+ export interface WorkCompletedIndividualDrilldownResponseDataPointV3 extends IndividualDrilldownDataPointV3 {
3
+ /**
4
+ * @format date-time
5
+ */
6
+ closedDate?: string;
7
+ /**
8
+ * @format date-time
9
+ */
10
+ createdDate?: string;
11
+ developerId?: string;
12
+ developerIntegrationId?: string;
13
+ developerName?: string;
14
+ status?: string;
15
+ statusCategory?: string;
16
+ /**
17
+ * @format double
18
+ */
19
+ timeToComplete?: number;
20
+ workItemId?: string;
21
+ workItemLink?: string;
22
+ /**
23
+ * @format double
24
+ */
25
+ workItemPortion?: number;
26
+ workItemSummary?: string;
27
+ workType?: 'BUG' | 'FEATURE' | 'MISSING_TICKET' | 'OTHER';
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",
@@ -1,64 +0,0 @@
1
- export interface CdDeploymentRecordDto {
2
- artifactId?: string;
3
- artifactLocation?: string;
4
- branch?: string;
5
- branchName?: string;
6
- cd?: boolean;
7
- cfrStatus?: boolean;
8
- ci?: boolean;
9
- cicdInstanceId?: string;
10
- cicdUserId?: string;
11
- commitId?: string;
12
- /**
13
- * @format date-time
14
- */
15
- createdAt?: string;
16
- /**
17
- * @format int64
18
- */
19
- duration?: number;
20
- /**
21
- * @format date-time
22
- */
23
- endTime?: string;
24
- envIds?: string[];
25
- executionId?: string;
26
- id?: string;
27
- integrationId?: string;
28
- integrationType?: string;
29
- jobFullName?: string;
30
- jobName?: string;
31
- jobNormalizedFullName?: string;
32
- /**
33
- * @format int64
34
- */
35
- jobRunNumber?: number;
36
- metadata?: {
37
- [key: string]: string;
38
- };
39
- moduleName?: string;
40
- parameters?: Array<{
41
- [key: string]: {
42
- [key: string]: any;
43
- };
44
- }>;
45
- pipelineUrl?: string;
46
- projectName?: string;
47
- scmCommitIds?: string[];
48
- scmUrl?: string;
49
- scmUserId?: string;
50
- serviceIds?: string[];
51
- source?: string;
52
- stageId?: string;
53
- stageName?: string;
54
- stageResult?: string;
55
- /**
56
- * @format date-time
57
- */
58
- startTime?: string;
59
- status?: string;
60
- /**
61
- * @format date-time
62
- */
63
- updatedAt?: string;
64
- }