@harnessio/react-sei-panorama-service-client 0.18.0 → 0.18.1

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 (70) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.d.ts +22 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.js +14 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.d.ts +22 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.d.ts +22 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.d.ts +22 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.d.ts +27 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +28 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +14 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +21 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts +20 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +23 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +25 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.d.ts +22 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.js +14 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.d.ts +22 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.js +14 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.d.ts +26 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.js +14 -0
  27. package/dist/sei-panorama-service/src/services/index.d.ts +46 -0
  28. package/dist/sei-panorama-service/src/services/index.js +13 -0
  29. package/dist/sei-panorama-service/src/services/schemas/BaBreakdownDto.d.ts +12 -0
  30. package/dist/sei-panorama-service/src/services/schemas/BaBreakdownDto.js +1 -0
  31. package/dist/sei-panorama-service/src/services/schemas/BaCategoryMetric.d.ts +9 -0
  32. package/dist/sei-panorama-service/src/services/schemas/BaCategoryMetric.js +1 -0
  33. package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.d.ts +14 -0
  34. package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.js +1 -0
  35. package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.d.ts +16 -0
  36. package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.js +1 -0
  37. package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.d.ts +13 -0
  38. package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.js +1 -0
  39. package/dist/sei-panorama-service/src/services/schemas/BaInsightRequestDto.d.ts +12 -0
  40. package/dist/sei-panorama-service/src/services/schemas/BaInsightRequestDto.js +4 -0
  41. package/dist/sei-panorama-service/src/services/schemas/BaSummaryRequestDto.d.ts +11 -0
  42. package/dist/sei-panorama-service/src/services/schemas/BaSummaryRequestDto.js +4 -0
  43. package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.d.ts +6 -0
  44. package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.js +1 -0
  45. package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +10 -0
  46. package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.js +1 -0
  47. package/dist/sei-panorama-service/src/services/schemas/Integration.d.ts +8 -0
  48. package/dist/sei-panorama-service/src/services/schemas/Integration.js +4 -0
  49. package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +8 -0
  50. package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.js +4 -0
  51. package/dist/sei-panorama-service/src/services/schemas/Metric.d.ts +14 -0
  52. package/dist/sei-panorama-service/src/services/schemas/Metric.js +4 -0
  53. package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.d.ts +22 -0
  54. package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.js +1 -0
  55. package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.d.ts +18 -0
  56. package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.js +4 -0
  57. package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileResponseDto.d.ts +1 -0
  58. package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +9 -0
  59. package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.js +1 -0
  60. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +18 -0
  61. package/dist/sei-panorama-service/src/services/schemas/TeamFilter.js +4 -0
  62. package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.d.ts +8 -0
  63. package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.js +1 -0
  64. package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.d.ts +28 -0
  65. package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.js +4 -0
  66. package/dist/sei-panorama-service/src/services/schemas/TeamResponse.d.ts +40 -0
  67. package/dist/sei-panorama-service/src/services/schemas/TeamResponse.js +4 -0
  68. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +24 -0
  69. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.js +1 -0
  70. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { BaBreakdownDto } from '../schemas/BaBreakdownDto';
3
+ import type { BaInsightRequestDto } from '../schemas/BaInsightRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface BaControllerInsightBreakdownQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier?: string;
9
+ orgIdentifier?: string;
10
+ }
11
+ export type BaControllerInsightBreakdownRequestBody = BaInsightRequestDto;
12
+ export type BaControllerInsightBreakdownOkResponse = ResponseWithPagination<BaBreakdownDto>;
13
+ export type BaControllerInsightBreakdownErrorResponse = string;
14
+ export interface BaControllerInsightBreakdownProps extends Omit<FetcherOptions<BaControllerInsightBreakdownQueryQueryParams, BaControllerInsightBreakdownRequestBody>, 'url'> {
15
+ queryParams: BaControllerInsightBreakdownQueryQueryParams;
16
+ body: BaControllerInsightBreakdownRequestBody;
17
+ }
18
+ export declare function baControllerInsightBreakdown(props: BaControllerInsightBreakdownProps): Promise<BaControllerInsightBreakdownOkResponse>;
19
+ /**
20
+ * Show BA insights breakdown based on the provided parameters.
21
+ */
22
+ export declare function useBaControllerInsightBreakdownQuery(props: BaControllerInsightBreakdownProps, options?: Omit<UseQueryOptions<BaControllerInsightBreakdownOkResponse, BaControllerInsightBreakdownErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaControllerInsightBreakdownOkResponse, 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 baControllerInsightBreakdown(props) {
7
+ return fetcher(Object.assign({ url: `/v2/insights/ba/feature_breakdown`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Show BA insights breakdown based on the provided parameters.
11
+ */
12
+ export function useBaControllerInsightBreakdownQuery(props, options) {
13
+ return useQuery(['BAControllerInsightBreakdown', props.queryParams, props.body], ({ signal }) => baControllerInsightBreakdown(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { BaFeatureResponseDto } from '../schemas/BaFeatureResponseDto';
3
+ import type { BaInsightRequestDto } from '../schemas/BaInsightRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface BaControllerInsightMetricsQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier?: string;
9
+ orgIdentifier?: string;
10
+ }
11
+ export type BaControllerInsightMetricsRequestBody = BaInsightRequestDto;
12
+ export type BaControllerInsightMetricsOkResponse = ResponseWithPagination<BaFeatureResponseDto>;
13
+ export type BaControllerInsightMetricsErrorResponse = string;
14
+ export interface BaControllerInsightMetricsProps extends Omit<FetcherOptions<BaControllerInsightMetricsQueryQueryParams, BaControllerInsightMetricsRequestBody>, 'url'> {
15
+ queryParams: BaControllerInsightMetricsQueryQueryParams;
16
+ body: BaControllerInsightMetricsRequestBody;
17
+ }
18
+ export declare function baControllerInsightMetrics(props: BaControllerInsightMetricsProps): Promise<BaControllerInsightMetricsOkResponse>;
19
+ /**
20
+ * Show BA metrics based on the provided parameters.
21
+ */
22
+ export declare function useBaControllerInsightMetricsQuery(props: BaControllerInsightMetricsProps, options?: Omit<UseQueryOptions<BaControllerInsightMetricsOkResponse, BaControllerInsightMetricsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaControllerInsightMetricsOkResponse, 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 baControllerInsightMetrics(props) {
7
+ return fetcher(Object.assign({ url: `/v2/insights/ba/feature_metrics`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Show BA metrics based on the provided parameters.
11
+ */
12
+ export function useBaControllerInsightMetricsQuery(props, options) {
13
+ return useQuery(['BAControllerInsightMetrics', props.queryParams, props.body], ({ signal }) => baControllerInsightMetrics(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { BaFeatureSummaryCardDto } from '../schemas/BaFeatureSummaryCardDto';
3
+ import type { BaSummaryRequestDto } from '../schemas/BaSummaryRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface BaControllerInsightSummaryQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier?: string;
9
+ orgIdentifier?: string;
10
+ }
11
+ export type BaControllerInsightSummaryRequestBody = BaSummaryRequestDto;
12
+ export type BaControllerInsightSummaryOkResponse = ResponseWithPagination<BaFeatureSummaryCardDto>;
13
+ export type BaControllerInsightSummaryErrorResponse = string;
14
+ export interface BaControllerInsightSummaryProps extends Omit<FetcherOptions<BaControllerInsightSummaryQueryQueryParams, BaControllerInsightSummaryRequestBody>, 'url'> {
15
+ queryParams: BaControllerInsightSummaryQueryQueryParams;
16
+ body: BaControllerInsightSummaryRequestBody;
17
+ }
18
+ export declare function baControllerInsightSummary(props: BaControllerInsightSummaryProps): Promise<BaControllerInsightSummaryOkResponse>;
19
+ /**
20
+ * Show BA insights summary based on the provided parameters.
21
+ */
22
+ export declare function useBaControllerInsightSummaryQuery(props: BaControllerInsightSummaryProps, options?: Omit<UseQueryOptions<BaControllerInsightSummaryOkResponse, BaControllerInsightSummaryErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaControllerInsightSummaryOkResponse, 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 baControllerInsightSummary(props) {
7
+ return fetcher(Object.assign({ url: `/v2/insights/ba/feature_summary`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Show BA insights summary based on the provided parameters.
11
+ */
12
+ export function useBaControllerInsightSummaryQuery(props, options) {
13
+ return useQuery(['BAControllerInsightSummary', props.queryParams, props.body], ({ signal }) => baControllerInsightSummary(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { DoraLttcMttrMetric } from '../schemas/DoraLttcMttrMetric';
3
+ import type { DoraRequest } from '../schemas/DoraRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface EfficiencyControllerLeadTimeMutationQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type EfficiencyControllerLeadTimeRequestBody = DoraRequest;
12
+ export type EfficiencyControllerLeadTimeOkResponse = ResponseWithPagination<DoraLttcMttrMetric>;
13
+ export type EfficiencyControllerLeadTimeErrorResponse = string;
14
+ export interface EfficiencyControllerLeadTimeProps extends Omit<FetcherOptions<EfficiencyControllerLeadTimeMutationQueryParams, EfficiencyControllerLeadTimeRequestBody>, 'url'> {
15
+ queryParams: EfficiencyControllerLeadTimeMutationQueryParams;
16
+ body: EfficiencyControllerLeadTimeRequestBody;
17
+ }
18
+ export declare function efficiencyControllerLeadTime(props: EfficiencyControllerLeadTimeProps): Promise<EfficiencyControllerLeadTimeOkResponse>;
19
+ /**
20
+ * Get lead time for a project
21
+ */
22
+ export declare function useEfficiencyControllerLeadTimeMutation(options?: Omit<UseMutationOptions<EfficiencyControllerLeadTimeOkResponse, EfficiencyControllerLeadTimeErrorResponse, EfficiencyControllerLeadTimeProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<EfficiencyControllerLeadTimeOkResponse, string, EfficiencyControllerLeadTimeProps, unknown>;
@@ -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 { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function efficiencyControllerLeadTime(props) {
7
+ return fetcher(Object.assign({ url: `/v2/insights/efficiency/leadtime`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get lead time for a project
11
+ */
12
+ export function useEfficiencyControllerLeadTimeMutation(options) {
13
+ return useMutation((mutateProps) => efficiencyControllerLeadTime(mutateProps), options);
14
+ }
@@ -0,0 +1,27 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ListResponseDto } from '../schemas/ListResponseDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface IntegrationControllerListIntegrationsQueryQueryParams {
6
+ /**
7
+ * @format int32
8
+ * @default 0
9
+ */
10
+ pageIndex?: number;
11
+ /**
12
+ * @format int32
13
+ * @default 50
14
+ */
15
+ pageSize?: number;
16
+ accountIdentifier: string;
17
+ }
18
+ export type IntegrationControllerListIntegrationsOkResponse = ResponseWithPagination<ListResponseDto>;
19
+ export type IntegrationControllerListIntegrationsErrorResponse = unknown;
20
+ export interface IntegrationControllerListIntegrationsProps extends Omit<FetcherOptions<IntegrationControllerListIntegrationsQueryQueryParams, unknown>, 'url'> {
21
+ queryParams: IntegrationControllerListIntegrationsQueryQueryParams;
22
+ }
23
+ export declare function integrationControllerListIntegrations(props: IntegrationControllerListIntegrationsProps): Promise<IntegrationControllerListIntegrationsOkResponse>;
24
+ /**
25
+ * Returns a paginated list of all integrations for the given account.
26
+ */
27
+ export declare function useIntegrationControllerListIntegrationsQuery(props: IntegrationControllerListIntegrationsProps, options?: Omit<UseQueryOptions<IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IntegrationControllerListIntegrationsOkResponse, unknown>;
@@ -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 integrationControllerListIntegrations(props) {
7
+ return fetcher(Object.assign({ url: `/v2/integrations/list`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns a paginated list of all integrations for the given account.
11
+ */
12
+ export function useIntegrationControllerListIntegrationsQuery(props, options) {
13
+ return useQuery(['IntegrationControllerListIntegrations', props.queryParams], ({ signal }) => integrationControllerListIntegrations(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,28 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TeamDevelopersDto } from '../schemas/TeamDevelopersDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerGetTeamDevelopersQueryPathParams {
6
+ teamId: string;
7
+ }
8
+ export interface TeamsControllerGetTeamDevelopersQueryQueryParams {
9
+ account: string;
10
+ /**
11
+ * @format int32
12
+ */
13
+ page?: number;
14
+ /**
15
+ * @format int32
16
+ */
17
+ size?: number;
18
+ }
19
+ export type TeamsControllerGetTeamDevelopersOkResponse = ResponseWithPagination<TeamDevelopersDto>;
20
+ export type TeamsControllerGetTeamDevelopersErrorResponse = TeamDevelopersDto;
21
+ export interface TeamsControllerGetTeamDevelopersProps extends TeamsControllerGetTeamDevelopersQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamDevelopersQueryQueryParams, unknown>, 'url'> {
22
+ queryParams: TeamsControllerGetTeamDevelopersQueryQueryParams;
23
+ }
24
+ export declare function teamsControllerGetTeamDevelopers(props: TeamsControllerGetTeamDevelopersProps): Promise<TeamsControllerGetTeamDevelopersOkResponse>;
25
+ /**
26
+ * Returns developers for the specified team with optional pagination support
27
+ */
28
+ export declare function useTeamsControllerGetTeamDevelopersQuery(props: TeamsControllerGetTeamDevelopersProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamDevelopersOkResponse, TeamDevelopersDto>;
@@ -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 teamsControllerGetTeamDevelopers(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/developers`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns developers for the specified team with optional pagination support
11
+ */
12
+ export function useTeamsControllerGetTeamDevelopersQuery(props, options) {
13
+ return useQuery(['TeamsControllerGetTeamDevelopers', props.teamId, props.queryParams], ({ signal }) => teamsControllerGetTeamDevelopers(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,21 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { GroupedTeamFiltersResponseDto } from '../schemas/GroupedTeamFiltersResponseDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerGetTeamIntegrationFiltersQueryPathParams {
6
+ teamId: string;
7
+ }
8
+ export interface TeamsControllerGetTeamIntegrationFiltersQueryQueryParams {
9
+ integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
10
+ account: string;
11
+ }
12
+ export type TeamsControllerGetTeamIntegrationFiltersOkResponse = ResponseWithPagination<GroupedTeamFiltersResponseDto>;
13
+ export type TeamsControllerGetTeamIntegrationFiltersErrorResponse = GroupedTeamFiltersResponseDto;
14
+ export interface TeamsControllerGetTeamIntegrationFiltersProps extends TeamsControllerGetTeamIntegrationFiltersQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, unknown>, 'url'> {
15
+ queryParams: TeamsControllerGetTeamIntegrationFiltersQueryQueryParams;
16
+ }
17
+ export declare function teamsControllerGetTeamIntegrationFilters(props: TeamsControllerGetTeamIntegrationFiltersProps): Promise<TeamsControllerGetTeamIntegrationFiltersOkResponse>;
18
+ /**
19
+ * Returns filters for the specified team, grouped by integration type. If a specific integrationType is provided in the request, the response will include filters for that type. If no integrationType is provided, it will include filters for all integration types.
20
+ */
21
+ export declare function useTeamsControllerGetTeamIntegrationFiltersQuery(props: TeamsControllerGetTeamIntegrationFiltersProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamIntegrationFiltersOkResponse, GroupedTeamFiltersResponseDto>;
@@ -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 teamsControllerGetTeamIntegrationFilters(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/integration_filters`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns filters for the specified team, grouped by integration type. If a specific integrationType is provided in the request, the response will include filters for that type. If no integrationType is provided, it will include filters for all integration types.
11
+ */
12
+ export function useTeamsControllerGetTeamIntegrationFiltersQuery(props, options) {
13
+ return useQuery(['TeamsControllerGetTeamIntegrationFilters', props.teamId, props.queryParams], ({ signal }) => teamsControllerGetTeamIntegrationFilters(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,20 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TeamIntegrationDto } from '../schemas/TeamIntegrationDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerGetTeamIntegrationsQueryPathParams {
6
+ teamId: string;
7
+ }
8
+ export interface TeamsControllerGetTeamIntegrationsQueryQueryParams {
9
+ account: string;
10
+ }
11
+ export type TeamsControllerGetTeamIntegrationsOkResponse = ResponseWithPagination<TeamIntegrationDto>;
12
+ export type TeamsControllerGetTeamIntegrationsErrorResponse = TeamIntegrationDto;
13
+ export interface TeamsControllerGetTeamIntegrationsProps extends TeamsControllerGetTeamIntegrationsQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamIntegrationsQueryQueryParams, unknown>, 'url'> {
14
+ queryParams: TeamsControllerGetTeamIntegrationsQueryQueryParams;
15
+ }
16
+ export declare function teamsControllerGetTeamIntegrations(props: TeamsControllerGetTeamIntegrationsProps): Promise<TeamsControllerGetTeamIntegrationsOkResponse>;
17
+ /**
18
+ * Returns all integrations for the specified team
19
+ */
20
+ export declare function useTeamsControllerGetTeamIntegrationsQuery(props: TeamsControllerGetTeamIntegrationsProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamIntegrationsOkResponse, TeamIntegrationDto>;
@@ -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 teamsControllerGetTeamIntegrations(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/integrations`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns all integrations for the specified team
11
+ */
12
+ export function useTeamsControllerGetTeamIntegrationsQuery(props, options) {
13
+ return useQuery(['TeamsControllerGetTeamIntegrations', props.teamId, props.queryParams], ({ signal }) => teamsControllerGetTeamIntegrations(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,23 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TeamResponse } from '../schemas/TeamResponse';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerGetTeamQueryPathParams {
6
+ /**
7
+ * @format int32
8
+ */
9
+ teamId: number;
10
+ }
11
+ export interface TeamsControllerGetTeamQueryQueryParams {
12
+ account: string;
13
+ }
14
+ export type TeamsControllerGetTeamOkResponse = ResponseWithPagination<TeamResponse>;
15
+ export type TeamsControllerGetTeamErrorResponse = TeamResponse;
16
+ export interface TeamsControllerGetTeamProps extends TeamsControllerGetTeamQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamQueryQueryParams, unknown>, 'url'> {
17
+ queryParams: TeamsControllerGetTeamQueryQueryParams;
18
+ }
19
+ export declare function teamsControllerGetTeam(props: TeamsControllerGetTeamProps): Promise<TeamsControllerGetTeamOkResponse>;
20
+ /**
21
+ * Returns the team with the specified ID
22
+ */
23
+ export declare function useTeamsControllerGetTeamQuery(props: TeamsControllerGetTeamProps, options?: Omit<UseQueryOptions<TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerGetTeamOkResponse, TeamResponse>;
@@ -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 teamsControllerGetTeam(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/team_info`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns the team with the specified ID
11
+ */
12
+ export function useTeamsControllerGetTeamQuery(props, options) {
13
+ return useQuery(['TeamsControllerGetTeam', props.teamId, props.queryParams], ({ signal }) => teamsControllerGetTeam(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,25 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { PaginatedResponseTeamSummary } from '../schemas/PaginatedResponseTeamSummary';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerListTeamsQueryQueryParams {
6
+ account: string;
7
+ /**
8
+ * @format int32
9
+ */
10
+ page?: number;
11
+ /**
12
+ * @format int32
13
+ */
14
+ pageSize?: number;
15
+ }
16
+ export type TeamsControllerListTeamsOkResponse = ResponseWithPagination<PaginatedResponseTeamSummary>;
17
+ export type TeamsControllerListTeamsErrorResponse = unknown;
18
+ export interface TeamsControllerListTeamsProps extends Omit<FetcherOptions<TeamsControllerListTeamsQueryQueryParams, unknown>, 'url'> {
19
+ queryParams: TeamsControllerListTeamsQueryQueryParams;
20
+ }
21
+ export declare function teamsControllerListTeams(props: TeamsControllerListTeamsProps): Promise<TeamsControllerListTeamsOkResponse>;
22
+ /**
23
+ * Returns all teams with optional pagination
24
+ */
25
+ export declare function useTeamsControllerListTeamsQuery(props: TeamsControllerListTeamsProps, options?: Omit<UseQueryOptions<TeamsControllerListTeamsOkResponse, TeamsControllerListTeamsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<TeamsControllerListTeamsOkResponse, unknown>;
@@ -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 teamsControllerListTeams(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/list`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ * Returns all teams with optional pagination
11
+ */
12
+ export function useTeamsControllerListTeamsQuery(props, options) {
13
+ return useQuery(['TeamsControllerListTeams', props.queryParams], ({ signal }) => teamsControllerListTeams(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { GroupedTeamFiltersResponseDto } from '../schemas/GroupedTeamFiltersResponseDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerUpdateTeamIntegrationFiltersMutationPathParams {
6
+ teamId: string;
7
+ }
8
+ export interface TeamsControllerUpdateTeamIntegrationFiltersMutationQueryParams {
9
+ account: string;
10
+ }
11
+ export type TeamsControllerUpdateTeamIntegrationFiltersRequestBody = GroupedTeamFiltersResponseDto;
12
+ export type TeamsControllerUpdateTeamIntegrationFiltersOkResponse = ResponseWithPagination<unknown>;
13
+ export type TeamsControllerUpdateTeamIntegrationFiltersErrorResponse = unknown;
14
+ export interface TeamsControllerUpdateTeamIntegrationFiltersProps extends TeamsControllerUpdateTeamIntegrationFiltersMutationPathParams, Omit<FetcherOptions<TeamsControllerUpdateTeamIntegrationFiltersMutationQueryParams, TeamsControllerUpdateTeamIntegrationFiltersRequestBody>, 'url'> {
15
+ queryParams: TeamsControllerUpdateTeamIntegrationFiltersMutationQueryParams;
16
+ body: TeamsControllerUpdateTeamIntegrationFiltersRequestBody;
17
+ }
18
+ export declare function teamsControllerUpdateTeamIntegrationFilters(props: TeamsControllerUpdateTeamIntegrationFiltersProps): Promise<TeamsControllerUpdateTeamIntegrationFiltersOkResponse>;
19
+ /**
20
+ * Updates filters for the specified team using a map of integration types to filters. Each integration type can have multiple filters.
21
+ */
22
+ export declare function useTeamsControllerUpdateTeamIntegrationFiltersMutation(options?: Omit<UseMutationOptions<TeamsControllerUpdateTeamIntegrationFiltersOkResponse, TeamsControllerUpdateTeamIntegrationFiltersErrorResponse, TeamsControllerUpdateTeamIntegrationFiltersProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<TeamsControllerUpdateTeamIntegrationFiltersOkResponse, unknown, TeamsControllerUpdateTeamIntegrationFiltersProps, unknown>;
@@ -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 { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function teamsControllerUpdateTeamIntegrationFilters(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/integration_filters`, method: 'PUT' }, props));
8
+ }
9
+ /**
10
+ * Updates filters for the specified team using a map of integration types to filters. Each integration type can have multiple filters.
11
+ */
12
+ export function useTeamsControllerUpdateTeamIntegrationFiltersMutation(options) {
13
+ return useMutation((mutateProps) => teamsControllerUpdateTeamIntegrationFilters(mutateProps), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { TeamIntegrationDto } from '../schemas/TeamIntegrationDto';
3
+ import type { ResponseWithPagination } from '../helpers';
4
+ import { FetcherOptions } from '../../../../fetcher/index.js';
5
+ export interface TeamsControllerUpdateTeamIntegrationsMutationPathParams {
6
+ teamId: string;
7
+ }
8
+ export interface TeamsControllerUpdateTeamIntegrationsMutationQueryParams {
9
+ account: string;
10
+ }
11
+ export type TeamsControllerUpdateTeamIntegrationsRequestBody = TeamIntegrationDto;
12
+ export type TeamsControllerUpdateTeamIntegrationsOkResponse = ResponseWithPagination<unknown>;
13
+ export type TeamsControllerUpdateTeamIntegrationsErrorResponse = unknown;
14
+ export interface TeamsControllerUpdateTeamIntegrationsProps extends TeamsControllerUpdateTeamIntegrationsMutationPathParams, Omit<FetcherOptions<TeamsControllerUpdateTeamIntegrationsMutationQueryParams, TeamsControllerUpdateTeamIntegrationsRequestBody>, 'url'> {
15
+ queryParams: TeamsControllerUpdateTeamIntegrationsMutationQueryParams;
16
+ body: TeamsControllerUpdateTeamIntegrationsRequestBody;
17
+ }
18
+ export declare function teamsControllerUpdateTeamIntegrations(props: TeamsControllerUpdateTeamIntegrationsProps): Promise<TeamsControllerUpdateTeamIntegrationsOkResponse>;
19
+ /**
20
+ * Updates integrations for the specified team
21
+ */
22
+ export declare function useTeamsControllerUpdateTeamIntegrationsMutation(options?: Omit<UseMutationOptions<TeamsControllerUpdateTeamIntegrationsOkResponse, TeamsControllerUpdateTeamIntegrationsErrorResponse, TeamsControllerUpdateTeamIntegrationsProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<TeamsControllerUpdateTeamIntegrationsOkResponse, unknown, TeamsControllerUpdateTeamIntegrationsProps, unknown>;
@@ -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 { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function teamsControllerUpdateTeamIntegrations(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/integrations`, method: 'PUT' }, props));
8
+ }
9
+ /**
10
+ * Updates integrations for the specified team
11
+ */
12
+ export function useTeamsControllerUpdateTeamIntegrationsMutation(options) {
13
+ return useMutation((mutateProps) => teamsControllerUpdateTeamIntegrations(mutateProps), options);
14
+ }
@@ -0,0 +1,26 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { TeamResponse } from '../schemas/TeamResponse';
3
+ import type { TeamRequestDto } from '../schemas/TeamRequestDto';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface TeamsControllerUpdateTeamMutationPathParams {
7
+ /**
8
+ * @format int32
9
+ */
10
+ teamId: number;
11
+ }
12
+ export interface TeamsControllerUpdateTeamMutationQueryParams {
13
+ account: string;
14
+ }
15
+ export type TeamsControllerUpdateTeamRequestBody = TeamRequestDto;
16
+ export type TeamsControllerUpdateTeamOkResponse = ResponseWithPagination<TeamResponse>;
17
+ export type TeamsControllerUpdateTeamErrorResponse = TeamResponse;
18
+ export interface TeamsControllerUpdateTeamProps extends TeamsControllerUpdateTeamMutationPathParams, Omit<FetcherOptions<TeamsControllerUpdateTeamMutationQueryParams, TeamsControllerUpdateTeamRequestBody>, 'url'> {
19
+ queryParams: TeamsControllerUpdateTeamMutationQueryParams;
20
+ body: TeamsControllerUpdateTeamRequestBody;
21
+ }
22
+ export declare function teamsControllerUpdateTeam(props: TeamsControllerUpdateTeamProps): Promise<TeamsControllerUpdateTeamOkResponse>;
23
+ /**
24
+ * Updates the team with the specified ID
25
+ */
26
+ export declare function useTeamsControllerUpdateTeamMutation(options?: Omit<UseMutationOptions<TeamsControllerUpdateTeamOkResponse, TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<TeamsControllerUpdateTeamOkResponse, TeamResponse, TeamsControllerUpdateTeamProps, unknown>;
@@ -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 { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function teamsControllerUpdateTeam(props) {
7
+ return fetcher(Object.assign({ url: `/v2/teams/${props.teamId}/team_info`, method: 'PUT' }, props));
8
+ }
9
+ /**
10
+ * Updates the team with the specified ID
11
+ */
12
+ export function useTeamsControllerUpdateTeamMutation(options) {
13
+ return useMutation((mutateProps) => teamsControllerUpdateTeam(mutateProps), options);
14
+ }
@@ -1,4 +1,10 @@
1
1
  export type { GetPathParamsType, ResponseWithPagination } from './helpers';
2
+ export type { BaControllerInsightBreakdownErrorResponse, BaControllerInsightBreakdownOkResponse, BaControllerInsightBreakdownProps, BaControllerInsightBreakdownQueryQueryParams, BaControllerInsightBreakdownRequestBody, } from './hooks/useBaControllerInsightBreakdownQuery';
3
+ export { baControllerInsightBreakdown, useBaControllerInsightBreakdownQuery, } from './hooks/useBaControllerInsightBreakdownQuery';
4
+ export type { BaControllerInsightMetricsErrorResponse, BaControllerInsightMetricsOkResponse, BaControllerInsightMetricsProps, BaControllerInsightMetricsQueryQueryParams, BaControllerInsightMetricsRequestBody, } from './hooks/useBaControllerInsightMetricsQuery';
5
+ export { baControllerInsightMetrics, useBaControllerInsightMetricsQuery, } from './hooks/useBaControllerInsightMetricsQuery';
6
+ export type { BaControllerInsightSummaryErrorResponse, BaControllerInsightSummaryOkResponse, BaControllerInsightSummaryProps, BaControllerInsightSummaryQueryQueryParams, BaControllerInsightSummaryRequestBody, } from './hooks/useBaControllerInsightSummaryQuery';
7
+ export { baControllerInsightSummary, useBaControllerInsightSummaryQuery, } from './hooks/useBaControllerInsightSummaryQuery';
2
8
  export type { CacheControllerClearAccountCategoriesCacheErrorResponse, CacheControllerClearAccountCategoriesCacheMutationPathParams, CacheControllerClearAccountCategoriesCacheOkResponse, CacheControllerClearAccountCategoriesCacheProps, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
3
9
  export { cacheControllerClearAccountCategoriesCache, useCacheControllerClearAccountCategoriesCacheMutation, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
4
10
  export type { CacheControllerClearAccountCollectionsCacheErrorResponse, CacheControllerClearAccountCollectionsCacheMutationPathParams, CacheControllerClearAccountCollectionsCacheOkResponse, CacheControllerClearAccountCollectionsCacheProps, } from './hooks/useCacheControllerClearAccountCollectionsCacheMutation';
@@ -45,6 +51,8 @@ export type { DoraControllerMttrBreakdownErrorResponse, DoraControllerMttrBreakd
45
51
  export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
46
52
  export type { DoraControllerSummaryErrorResponse, DoraControllerSummaryOkResponse, DoraControllerSummaryProps, DoraControllerSummaryQueryQueryParams, DoraControllerSummaryRequestBody, } from './hooks/useDoraControllerSummaryQuery';
47
53
  export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
54
+ export type { EfficiencyControllerLeadTimeErrorResponse, EfficiencyControllerLeadTimeMutationQueryParams, EfficiencyControllerLeadTimeOkResponse, EfficiencyControllerLeadTimeProps, EfficiencyControllerLeadTimeRequestBody, } from './hooks/useEfficiencyControllerLeadTimeMutation';
55
+ export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeMutation, } from './hooks/useEfficiencyControllerLeadTimeMutation';
48
56
  export type { EfficiencyProfileControllerCreateProfileErrorResponse, EfficiencyProfileControllerCreateProfileMutationQueryParams, EfficiencyProfileControllerCreateProfileOkResponse, EfficiencyProfileControllerCreateProfileProps, EfficiencyProfileControllerCreateProfileRequestBody, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
49
57
  export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
50
58
  export type { EfficiencyProfileControllerDeleteProfileByRefIdErrorResponse, EfficiencyProfileControllerDeleteProfileByRefIdMutationPathParams, EfficiencyProfileControllerDeleteProfileByRefIdMutationQueryParams, EfficiencyProfileControllerDeleteProfileByRefIdOkResponse, EfficiencyProfileControllerDeleteProfileByRefIdProps, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
@@ -63,6 +71,8 @@ export type { InsightSettingsControllerGetSettingsErrorResponse, InsightSettings
63
71
  export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
64
72
  export type { InsightSettingsControllerUpdateSettingsErrorResponse, InsightSettingsControllerUpdateSettingsMutationQueryParams, InsightSettingsControllerUpdateSettingsOkResponse, InsightSettingsControllerUpdateSettingsProps, InsightSettingsControllerUpdateSettingsRequestBody, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
65
73
  export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
74
+ export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
75
+ export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
66
76
  export type { JiraIssuesControllerGetJiraIssueCountErrorResponse, JiraIssuesControllerGetJiraIssueCountOkResponse, JiraIssuesControllerGetJiraIssueCountProps, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
67
77
  export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
68
78
  export type { LegacyHealthControllerCheckErrorResponse, LegacyHealthControllerCheckOkResponse, LegacyHealthControllerCheckProps, } from './hooks/useLegacyHealthControllerCheckQuery';
@@ -93,6 +103,30 @@ export type { ProductivityProfileControllerListProfilesErrorResponse, Productivi
93
103
  export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
94
104
  export type { ProductivityProfileControllerUpdateProfileErrorResponse, ProductivityProfileControllerUpdateProfileMutationPathParams, ProductivityProfileControllerUpdateProfileMutationQueryParams, ProductivityProfileControllerUpdateProfileOkResponse, ProductivityProfileControllerUpdateProfileProps, ProductivityProfileControllerUpdateProfileRequestBody, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
95
105
  export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
106
+ export type { TeamsControllerGetTeamDevelopersErrorResponse, TeamsControllerGetTeamDevelopersOkResponse, TeamsControllerGetTeamDevelopersProps, TeamsControllerGetTeamDevelopersQueryPathParams, TeamsControllerGetTeamDevelopersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
107
+ export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
108
+ export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsControllerGetTeamIntegrationFiltersOkResponse, TeamsControllerGetTeamIntegrationFiltersProps, TeamsControllerGetTeamIntegrationFiltersQueryPathParams, TeamsControllerGetTeamIntegrationFiltersQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
109
+ export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
110
+ export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, TeamsControllerGetTeamIntegrationsQueryQueryParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
111
+ export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
112
+ export type { TeamsControllerGetTeamErrorResponse, TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamProps, TeamsControllerGetTeamQueryPathParams, TeamsControllerGetTeamQueryQueryParams, } from './hooks/useTeamsControllerGetTeamQuery';
113
+ export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
114
+ export type { TeamsControllerListTeamsErrorResponse, TeamsControllerListTeamsOkResponse, TeamsControllerListTeamsProps, TeamsControllerListTeamsQueryQueryParams, } from './hooks/useTeamsControllerListTeamsQuery';
115
+ export { teamsControllerListTeams, useTeamsControllerListTeamsQuery, } from './hooks/useTeamsControllerListTeamsQuery';
116
+ export type { TeamsControllerUpdateTeamIntegrationFiltersErrorResponse, TeamsControllerUpdateTeamIntegrationFiltersMutationPathParams, TeamsControllerUpdateTeamIntegrationFiltersMutationQueryParams, TeamsControllerUpdateTeamIntegrationFiltersOkResponse, TeamsControllerUpdateTeamIntegrationFiltersProps, TeamsControllerUpdateTeamIntegrationFiltersRequestBody, } from './hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation';
117
+ export { teamsControllerUpdateTeamIntegrationFilters, useTeamsControllerUpdateTeamIntegrationFiltersMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation';
118
+ export type { TeamsControllerUpdateTeamIntegrationsErrorResponse, TeamsControllerUpdateTeamIntegrationsMutationPathParams, TeamsControllerUpdateTeamIntegrationsMutationQueryParams, TeamsControllerUpdateTeamIntegrationsOkResponse, TeamsControllerUpdateTeamIntegrationsProps, TeamsControllerUpdateTeamIntegrationsRequestBody, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
119
+ export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
120
+ export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamMutationPathParams, TeamsControllerUpdateTeamMutationQueryParams, TeamsControllerUpdateTeamOkResponse, TeamsControllerUpdateTeamProps, TeamsControllerUpdateTeamRequestBody, } from './hooks/useTeamsControllerUpdateTeamMutation';
121
+ export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
122
+ export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
123
+ export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
124
+ export type { BaDataPoint } from './schemas/BaDataPoint';
125
+ export type { BaFeatureResponseDto } from './schemas/BaFeatureResponseDto';
126
+ export type { BaFeatureSummaryCardDto } from './schemas/BaFeatureSummaryCardDto';
127
+ export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
128
+ export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
129
+ export type { BreakdownRecord } from './schemas/BreakdownRecord';
96
130
  export type { Category } from './schemas/Category';
97
131
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
98
132
  export type { CodeChangeStats } from './schemas/CodeChangeStats';
@@ -132,22 +166,28 @@ export type { EfficiencyRequestDto } from './schemas/EfficiencyRequestDto';
132
166
  export type { ErrorResponse } from './schemas/ErrorResponse';
133
167
  export type { ExportRequestDto } from './schemas/ExportRequestDto';
134
168
  export type { FeatureDto } from './schemas/FeatureDto';
169
+ export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
135
170
  export type { IndividualDrilldownData } from './schemas/IndividualDrilldownData';
136
171
  export type { IndividualDrilldownDataPoint } from './schemas/IndividualDrilldownDataPoint';
137
172
  export type { InsightEfficiencySettingsDto } from './schemas/InsightEfficiencySettingsDto';
138
173
  export type { InsightProductivitySettingsDto } from './schemas/InsightProductivitySettingsDto';
139
174
  export type { InsightSettingsCreateRequestDto } from './schemas/InsightSettingsCreateRequestDto';
140
175
  export type { InsightSettingsResponseDto } from './schemas/InsightSettingsResponseDto';
176
+ export type { Integration } from './schemas/Integration';
141
177
  export type { IntegrationObject } from './schemas/IntegrationObject';
178
+ export type { IntegrationSummary } from './schemas/IntegrationSummary';
142
179
  export type { ListResponseDto } from './schemas/ListResponseDto';
143
180
  export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
144
181
  export type { ListResponseDtoProductivityProfileResponseDto } from './schemas/ListResponseDtoProductivityProfileResponseDto';
145
182
  export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
146
183
  export type { LtcStageDto } from './schemas/LtcStageDto';
184
+ export type { Metric } from './schemas/Metric';
147
185
  export type { MttrConfigurationDto } from './schemas/MttrConfigurationDto';
148
186
  export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
149
187
  export type { OrgTreeResponseDto } from './schemas/OrgTreeResponseDto';
188
+ export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTeamSummary';
150
189
  export type { PaginationInfo } from './schemas/PaginationInfo';
190
+ export type { PaginationMetadata } from './schemas/PaginationMetadata';
151
191
  export type { PaginationRequest } from './schemas/PaginationRequest';
152
192
  export type { PrCycleTimeDrilldownResponseDataPoint } from './schemas/PrCycleTimeDrilldownResponseDataPoint';
153
193
  export type { PrSize } from './schemas/PrSize';
@@ -169,6 +209,12 @@ export type { Stage } from './schemas/Stage';
169
209
  export type { SummaryCard } from './schemas/SummaryCard';
170
210
  export type { SummaryValue } from './schemas/SummaryValue';
171
211
  export type { SummaryValueChange } from './schemas/SummaryValueChange';
212
+ export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
213
+ export type { TeamFilter } from './schemas/TeamFilter';
214
+ export type { TeamIntegrationDto } from './schemas/TeamIntegrationDto';
215
+ export type { TeamRequestDto } from './schemas/TeamRequestDto';
216
+ export type { TeamResponse } from './schemas/TeamResponse';
217
+ export type { TeamSummary } from './schemas/TeamSummary';
172
218
  export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
173
219
  export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
174
220
  export type { WorkCompletedIndividualDrilldownResponseDataPoint } from './schemas/WorkCompletedIndividualDrilldownResponseDataPoint';
@@ -1,3 +1,6 @@
1
+ export { baControllerInsightBreakdown, useBaControllerInsightBreakdownQuery, } from './hooks/useBaControllerInsightBreakdownQuery';
2
+ export { baControllerInsightMetrics, useBaControllerInsightMetricsQuery, } from './hooks/useBaControllerInsightMetricsQuery';
3
+ export { baControllerInsightSummary, useBaControllerInsightSummaryQuery, } from './hooks/useBaControllerInsightSummaryQuery';
1
4
  export { cacheControllerClearAccountCategoriesCache, useCacheControllerClearAccountCategoriesCacheMutation, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
2
5
  export { cacheControllerClearAccountCollectionsCache, useCacheControllerClearAccountCollectionsCacheMutation, } from './hooks/useCacheControllerClearAccountCollectionsCacheMutation';
3
6
  export { cacheControllerClearAllCategoriesCacheForAccount, useCacheControllerClearAllCategoriesCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCategoriesCacheForAccountMutation';
@@ -21,6 +24,7 @@ export { doraControllerLeadTimeStages, useDoraControllerLeadTimeStagesQuery, } f
21
24
  export { doraControllerMeanTimeRestore, useDoraControllerMeanTimeRestoreQuery, } from './hooks/useDoraControllerMeanTimeRestoreQuery';
22
25
  export { doraControllerMttrBreakdown, useDoraControllerMttrBreakdownQuery, } from './hooks/useDoraControllerMttrBreakdownQuery';
23
26
  export { doraControllerSummary, useDoraControllerSummaryQuery, } from './hooks/useDoraControllerSummaryQuery';
27
+ export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeMutation, } from './hooks/useEfficiencyControllerLeadTimeMutation';
24
28
  export { efficiencyProfileControllerCreateProfile, useEfficiencyProfileControllerCreateProfileMutation, } from './hooks/useEfficiencyProfileControllerCreateProfileMutation';
25
29
  export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
26
30
  export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
@@ -30,6 +34,7 @@ export { exportControllerExportData, useExportControllerExportDataMutation, } fr
30
34
  export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
31
35
  export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
32
36
  export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
37
+ export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
33
38
  export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
34
39
  export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
35
40
  export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
@@ -45,3 +50,11 @@ export { productivityProfileControllerDeleteProfile, useProductivityProfileContr
45
50
  export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
46
51
  export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
47
52
  export { productivityProfileControllerUpdateProfile, useProductivityProfileControllerUpdateProfileMutation, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
53
+ export { teamsControllerGetTeamDevelopers, useTeamsControllerGetTeamDevelopersQuery, } from './hooks/useTeamsControllerGetTeamDevelopersQuery';
54
+ export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
55
+ export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
56
+ export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
57
+ export { teamsControllerListTeams, useTeamsControllerListTeamsQuery, } from './hooks/useTeamsControllerListTeamsQuery';
58
+ export { teamsControllerUpdateTeamIntegrationFilters, useTeamsControllerUpdateTeamIntegrationFiltersMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation';
59
+ export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
60
+ export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
@@ -0,0 +1,12 @@
1
+ import type { BreakdownRecord } from '../schemas/BreakdownRecord';
2
+ export interface BaBreakdownDto {
3
+ breakdowns?: BreakdownRecord[];
4
+ /**
5
+ * @format date-time
6
+ */
7
+ dateEnd?: string;
8
+ /**
9
+ * @format date-time
10
+ */
11
+ dateStart?: string;
12
+ }
@@ -0,0 +1,9 @@
1
+ import type { Metric } from '../schemas/Metric';
2
+ export interface BaCategoryMetric {
3
+ category?: string;
4
+ /**
5
+ * @format int32
6
+ */
7
+ categoryIndex?: number;
8
+ metric?: Metric;
9
+ }
@@ -0,0 +1,14 @@
1
+ import type { BaCategoryMetric } from '../schemas/BaCategoryMetric';
2
+ import type { Metric } from '../schemas/Metric';
3
+ export interface BaDataPoint {
4
+ categories?: BaCategoryMetric[];
5
+ /**
6
+ * @format date-time
7
+ */
8
+ endDate?: string;
9
+ /**
10
+ * @format date-time
11
+ */
12
+ startDate?: string;
13
+ total?: Metric;
14
+ }
@@ -0,0 +1,16 @@
1
+ import type { BaCategoryMetric } from '../schemas/BaCategoryMetric';
2
+ import type { BaDataPoint } from '../schemas/BaDataPoint';
3
+ import type { Metric } from '../schemas/Metric';
4
+ export interface BaFeatureResponseDto {
5
+ categories?: BaCategoryMetric[];
6
+ dataPoints?: BaDataPoint[];
7
+ /**
8
+ * @format date-time
9
+ */
10
+ endDate?: string;
11
+ /**
12
+ * @format date-time
13
+ */
14
+ startDate?: string;
15
+ total?: Metric;
16
+ }
@@ -0,0 +1,13 @@
1
+ import type { BaDataPoint } from '../schemas/BaDataPoint';
2
+ export interface BaFeatureSummaryCardDto {
3
+ current?: BaDataPoint;
4
+ /**
5
+ * @format date-time
6
+ */
7
+ dateEnd?: string;
8
+ /**
9
+ * @format date-time
10
+ */
11
+ dateStart?: string;
12
+ previous?: BaDataPoint;
13
+ }
@@ -0,0 +1,12 @@
1
+ export interface BaInsightRequestDto {
2
+ collectionId?: string;
3
+ /**
4
+ * @format date-time
5
+ */
6
+ endDate?: string;
7
+ granularity?: string;
8
+ /**
9
+ * @format date-time
10
+ */
11
+ startDate?: string;
12
+ }
@@ -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,11 @@
1
+ export interface BaSummaryRequestDto {
2
+ collectionId?: string;
3
+ /**
4
+ * @format date-time
5
+ */
6
+ endDate?: string;
7
+ /**
8
+ * @format date-time
9
+ */
10
+ startDate?: string;
11
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { BaDataPoint } from '../schemas/BaDataPoint';
2
+ export interface BreakdownRecord {
3
+ collectionId?: string;
4
+ collectionName?: string;
5
+ data?: BaDataPoint;
6
+ }
@@ -0,0 +1,10 @@
1
+ import type { TeamFilter } from '../schemas/TeamFilter';
2
+ export interface GroupedTeamFiltersResponseDto {
3
+ groupedFilters?: {
4
+ [key: string]: TeamFilter[];
5
+ };
6
+ /**
7
+ * @format int32
8
+ */
9
+ teamId?: number;
10
+ }
@@ -0,0 +1,8 @@
1
+ export interface Integration {
2
+ /**
3
+ * @format int32
4
+ */
5
+ id?: number;
6
+ integrationType?: 'CD' | 'CI' | 'IM' | 'ITSM' | 'SCM';
7
+ name?: string;
8
+ }
@@ -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,8 @@
1
+ export interface IntegrationSummary {
2
+ applicationType?: string;
3
+ /**
4
+ * @format int32
5
+ */
6
+ integrationId?: number;
7
+ name?: string;
8
+ }
@@ -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,14 @@
1
+ export interface Metric {
2
+ /**
3
+ * @format double
4
+ */
5
+ effort?: number;
6
+ /**
7
+ * @format int32
8
+ */
9
+ storyPoints?: number;
10
+ /**
11
+ * @format int32
12
+ */
13
+ tickets?: number;
14
+ }
@@ -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 { TeamSummary } from '../schemas/TeamSummary';
2
+ export interface PaginatedResponseTeamSummary {
3
+ hasNext?: boolean;
4
+ hasPrevious?: boolean;
5
+ items?: TeamSummary[];
6
+ /**
7
+ * @format int32
8
+ */
9
+ page?: number;
10
+ /**
11
+ * @format int32
12
+ */
13
+ pageSize?: number;
14
+ /**
15
+ * @format int64
16
+ */
17
+ totalItems?: number;
18
+ /**
19
+ * @format int32
20
+ */
21
+ totalPages?: number;
22
+ }
@@ -0,0 +1,18 @@
1
+ export interface PaginationMetadata {
2
+ /**
3
+ * @format int32
4
+ */
5
+ pageNumber?: number;
6
+ /**
7
+ * @format int32
8
+ */
9
+ pageSize?: number;
10
+ /**
11
+ * @format int64
12
+ */
13
+ totalElements?: number;
14
+ /**
15
+ * @format int32
16
+ */
17
+ totalPages?: 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 {};
@@ -1,5 +1,6 @@
1
1
  import type { SectionDto } from '../schemas/SectionDto';
2
2
  export interface ProductivityProfileResponseDto {
3
+ active?: boolean;
3
4
  /**
4
5
  * @format int64
5
6
  */
@@ -0,0 +1,9 @@
1
+ import type { PaginationMetadata } from '../schemas/PaginationMetadata';
2
+ export interface TeamDevelopersDto {
3
+ developerIds?: number[];
4
+ pagination?: PaginationMetadata;
5
+ /**
6
+ * @format int32
7
+ */
8
+ teamId?: number;
9
+ }
@@ -0,0 +1,18 @@
1
+ export interface TeamFilter {
2
+ applicableMetrics?: Array<'CFR' | 'DF' | 'LTTC' | 'MTTR' | 'PRODUCTIVITY'>;
3
+ /**
4
+ * @format int32
5
+ */
6
+ filterId?: number;
7
+ /**
8
+ * @format int32
9
+ */
10
+ id?: number;
11
+ /**
12
+ * @format int32
13
+ */
14
+ integrationId?: number;
15
+ integrationName?: string;
16
+ operator?: 'contains' | 'ends_with' | 'equals' | 'in' | 'not_contains' | 'not_equals' | 'not_in' | 'starts_with';
17
+ values?: string[];
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 {};
@@ -0,0 +1,8 @@
1
+ import type { Integration } from '../schemas/Integration';
2
+ export interface TeamIntegrationDto {
3
+ integrations?: Integration[];
4
+ /**
5
+ * @format int32
6
+ */
7
+ teamId?: number;
8
+ }
@@ -0,0 +1,28 @@
1
+ export interface TeamRequestDto {
2
+ active?: boolean;
3
+ createdByEmail?: string;
4
+ latest?: boolean;
5
+ leaf?: boolean;
6
+ /**
7
+ * @format int32
8
+ */
9
+ managerRefId?: number;
10
+ name?: string;
11
+ /**
12
+ * @format int32
13
+ */
14
+ orgTreeId?: number;
15
+ /**
16
+ * @format int32
17
+ */
18
+ parentRefId?: number;
19
+ /**
20
+ * @format int32
21
+ */
22
+ refId?: number;
23
+ updatedByEmail?: string;
24
+ /**
25
+ * @format int32
26
+ */
27
+ versionId?: number;
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,40 @@
1
+ export interface TeamResponse {
2
+ active?: boolean;
3
+ /**
4
+ * @format date-time
5
+ */
6
+ createdAt?: string;
7
+ createdByEmail?: string;
8
+ /**
9
+ * @format int32
10
+ */
11
+ id?: number;
12
+ latest?: boolean;
13
+ leaf?: boolean;
14
+ /**
15
+ * @format int32
16
+ */
17
+ managerRefId?: number;
18
+ name?: string;
19
+ /**
20
+ * @format int32
21
+ */
22
+ orgTreeId?: number;
23
+ /**
24
+ * @format int32
25
+ */
26
+ parentRefId?: number;
27
+ /**
28
+ * @format int32
29
+ */
30
+ refId?: number;
31
+ /**
32
+ * @format date-time
33
+ */
34
+ updatedAt?: string;
35
+ updatedByEmail?: string;
36
+ /**
37
+ * @format int32
38
+ */
39
+ versionId?: number;
40
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,24 @@
1
+ import type { IntegrationSummary } from '../schemas/IntegrationSummary';
2
+ export interface TeamSummary {
3
+ /**
4
+ * @format int32
5
+ */
6
+ developerCount?: number;
7
+ /**
8
+ * @format int32
9
+ */
10
+ id?: number;
11
+ integrations?: IntegrationSummary[];
12
+ name?: string;
13
+ /**
14
+ * @format int32
15
+ */
16
+ refId?: number;
17
+ status?: 'ACTIVE' | 'CONFIGURED' | 'NOT_CONFIGURED';
18
+ teamManagers?: string[];
19
+ /**
20
+ * @format date-time
21
+ */
22
+ updatedAt?: string;
23
+ updatedBy?: string;
24
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
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",