@harnessio/react-sei-panorama-service-client 0.17.5 → 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.
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.js +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerCreateOrgTreeMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerCreateOrgTreeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreeQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreeQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreesQuery.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateOrgTreeMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateOrgTreeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerDeleteProfileMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerDeleteProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileByRefIdQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileByRefIdQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.d.ts +4 -3
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +67 -6
- package/dist/sei-panorama-service/src/services/index.js +20 -1
- package/dist/sei-panorama-service/src/services/schemas/BaBreakdownDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaCategoryMetric.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaInsightRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaSummaryRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CfrConfigurationDto.d.ts +4 -2
- package/dist/sei-panorama-service/src/services/schemas/DfConfigurationDto.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Integration.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/Integration.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ListResponseDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/ListResponseDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/LtcConfigurationDto.d.ts +7 -6
- package/dist/sei-panorama-service/src/services/schemas/LtcStageDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/LtcStageDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Metric.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/Metric.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MttrConfigurationDto.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeCreateRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeCreateRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +29 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileCreateRequestDto.d.ts +2 -7
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileResponseDto.d.ts +7 -7
- package/dist/sei-panorama-service/src/services/schemas/SectionDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SectionDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.d.ts +0 -20
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.js +0 -11
- package/dist/sei-panorama-service/src/services/schemas/EventWrapperDto.d.ts +0 -4
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeature.d.ts +0 -5
- package/dist/sei-panorama-service/src/services/schemas/ProductivitySection.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/StageDto.d.ts +0 -11
- /package/dist/sei-panorama-service/src/services/schemas/{ProductivitySection.js → BaBreakdownDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{StageDto.js → BaCategoryMetric.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{EventWrapperDto.js → BaInsightRequestDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{ProductivityFeature.js → BaSummaryRequestDto.js} +0 -0
@@ -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
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts
ADDED
@@ -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>;
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js
ADDED
@@ -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
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.d.ts
ADDED
@@ -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,8 +51,12 @@ 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';
|
58
|
+
export type { EfficiencyProfileControllerDeleteProfileByRefIdErrorResponse, EfficiencyProfileControllerDeleteProfileByRefIdMutationPathParams, EfficiencyProfileControllerDeleteProfileByRefIdMutationQueryParams, EfficiencyProfileControllerDeleteProfileByRefIdOkResponse, EfficiencyProfileControllerDeleteProfileByRefIdProps, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
59
|
+
export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
50
60
|
export type { EfficiencyProfileControllerGetProfileErrorResponse, EfficiencyProfileControllerGetProfileOkResponse, EfficiencyProfileControllerGetProfileProps, EfficiencyProfileControllerGetProfileQueryPathParams, EfficiencyProfileControllerGetProfileQueryQueryParams, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
51
61
|
export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
52
62
|
export type { EfficiencyProfileControllerListProfilesErrorResponse, EfficiencyProfileControllerListProfilesOkResponse, EfficiencyProfileControllerListProfilesProps, EfficiencyProfileControllerListProfilesQueryQueryParams, } from './hooks/useEfficiencyProfileControllerListProfilesQuery';
|
@@ -61,10 +71,20 @@ export type { InsightSettingsControllerGetSettingsErrorResponse, InsightSettings
|
|
61
71
|
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
62
72
|
export type { InsightSettingsControllerUpdateSettingsErrorResponse, InsightSettingsControllerUpdateSettingsMutationQueryParams, InsightSettingsControllerUpdateSettingsOkResponse, InsightSettingsControllerUpdateSettingsProps, InsightSettingsControllerUpdateSettingsRequestBody, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
63
73
|
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
74
|
+
export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
75
|
+
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
64
76
|
export type { JiraIssuesControllerGetJiraIssueCountErrorResponse, JiraIssuesControllerGetJiraIssueCountOkResponse, JiraIssuesControllerGetJiraIssueCountProps, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
65
77
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
66
78
|
export type { LegacyHealthControllerCheckErrorResponse, LegacyHealthControllerCheckOkResponse, LegacyHealthControllerCheckProps, } from './hooks/useLegacyHealthControllerCheckQuery';
|
67
79
|
export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
|
80
|
+
export type { OrgTreeControllerCreateOrgTreeErrorResponse, OrgTreeControllerCreateOrgTreeMutationQueryParams, OrgTreeControllerCreateOrgTreeOkResponse, OrgTreeControllerCreateOrgTreeProps, OrgTreeControllerCreateOrgTreeRequestBody, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
81
|
+
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
82
|
+
export type { OrgTreeControllerGetOrgTreeErrorResponse, OrgTreeControllerGetOrgTreeOkResponse, OrgTreeControllerGetOrgTreeProps, OrgTreeControllerGetOrgTreeQueryPathParams, OrgTreeControllerGetOrgTreeQueryQueryParams, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
|
83
|
+
export { orgTreeControllerGetOrgTree, useOrgTreeControllerGetOrgTreeQuery, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
|
84
|
+
export type { OrgTreeControllerGetOrgTreesErrorResponse, OrgTreeControllerGetOrgTreesOkResponse, OrgTreeControllerGetOrgTreesProps, OrgTreeControllerGetOrgTreesQueryQueryParams, } from './hooks/useOrgTreeControllerGetOrgTreesQuery';
|
85
|
+
export { orgTreeControllerGetOrgTrees, useOrgTreeControllerGetOrgTreesQuery, } from './hooks/useOrgTreeControllerGetOrgTreesQuery';
|
86
|
+
export type { OrgTreeControllerUpdateOrgTreeErrorResponse, OrgTreeControllerUpdateOrgTreeMutationPathParams, OrgTreeControllerUpdateOrgTreeMutationQueryParams, OrgTreeControllerUpdateOrgTreeOkResponse, OrgTreeControllerUpdateOrgTreeProps, OrgTreeControllerUpdateOrgTreeRequestBody, } from './hooks/useOrgTreeControllerUpdateOrgTreeMutation';
|
87
|
+
export { orgTreeControllerUpdateOrgTree, useOrgTreeControllerUpdateOrgTreeMutation, } from './hooks/useOrgTreeControllerUpdateOrgTreeMutation';
|
68
88
|
export type { ProductivityControllerGetFeatureBreakdownErrorResponse, ProductivityControllerGetFeatureBreakdownOkResponse, ProductivityControllerGetFeatureBreakdownProps, ProductivityControllerGetFeatureBreakdownQueryQueryParams, ProductivityControllerGetFeatureBreakdownRequestBody, } from './hooks/useProductivityControllerGetFeatureBreakdownQuery';
|
69
89
|
export { productivityControllerGetFeatureBreakdown, useProductivityControllerGetFeatureBreakdownQuery, } from './hooks/useProductivityControllerGetFeatureBreakdownQuery';
|
70
90
|
export type { ProductivityControllerGetFeatureDrillDownErrorResponse, ProductivityControllerGetFeatureDrillDownOkResponse, ProductivityControllerGetFeatureDrillDownProps, ProductivityControllerGetFeatureDrillDownQueryQueryParams, ProductivityControllerGetFeatureDrillDownRequestBody, } from './hooks/useProductivityControllerGetFeatureDrillDownQuery';
|
@@ -75,12 +95,38 @@ export type { ProductivityControllerGetIndividualUserFeatureDrillDownErrorRespon
|
|
75
95
|
export { productivityControllerGetIndividualUserFeatureDrillDown, useProductivityControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityControllerGetIndividualUserFeatureDrillDownQuery';
|
76
96
|
export type { ProductivityProfileControllerCreateProfileErrorResponse, ProductivityProfileControllerCreateProfileMutationQueryParams, ProductivityProfileControllerCreateProfileOkResponse, ProductivityProfileControllerCreateProfileProps, ProductivityProfileControllerCreateProfileRequestBody, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
77
97
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
78
|
-
export type {
|
79
|
-
export {
|
98
|
+
export type { ProductivityProfileControllerDeleteProfileErrorResponse, ProductivityProfileControllerDeleteProfileMutationPathParams, ProductivityProfileControllerDeleteProfileMutationQueryParams, ProductivityProfileControllerDeleteProfileOkResponse, ProductivityProfileControllerDeleteProfileProps, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
99
|
+
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
100
|
+
export type { ProductivityProfileControllerGetProfileByRefIdErrorResponse, ProductivityProfileControllerGetProfileByRefIdOkResponse, ProductivityProfileControllerGetProfileByRefIdProps, ProductivityProfileControllerGetProfileByRefIdQueryPathParams, ProductivityProfileControllerGetProfileByRefIdQueryQueryParams, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
101
|
+
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
80
102
|
export type { ProductivityProfileControllerListProfilesErrorResponse, ProductivityProfileControllerListProfilesOkResponse, ProductivityProfileControllerListProfilesProps, ProductivityProfileControllerListProfilesQueryQueryParams, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
81
103
|
export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
82
104
|
export type { ProductivityProfileControllerUpdateProfileErrorResponse, ProductivityProfileControllerUpdateProfileMutationPathParams, ProductivityProfileControllerUpdateProfileMutationQueryParams, ProductivityProfileControllerUpdateProfileOkResponse, ProductivityProfileControllerUpdateProfileProps, ProductivityProfileControllerUpdateProfileRequestBody, } from './hooks/useProductivityProfileControllerUpdateProfileMutation';
|
83
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';
|
84
130
|
export type { Category } from './schemas/Category';
|
85
131
|
export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
|
86
132
|
export type { CodeChangeStats } from './schemas/CodeChangeStats';
|
@@ -114,23 +160,34 @@ export type { DoraSummaryRequest } from './schemas/DoraSummaryRequest';
|
|
114
160
|
export type { DrilldownData } from './schemas/DrilldownData';
|
115
161
|
export type { DrilldownDataPoint } from './schemas/DrilldownDataPoint';
|
116
162
|
export type { EfficiencyProfileCreateRequestDto } from './schemas/EfficiencyProfileCreateRequestDto';
|
163
|
+
export type { EfficiencyProfileEvent } from './schemas/EfficiencyProfileEvent';
|
117
164
|
export type { EfficiencyProfileResponseDto } from './schemas/EfficiencyProfileResponseDto';
|
118
165
|
export type { EfficiencyRequestDto } from './schemas/EfficiencyRequestDto';
|
119
166
|
export type { ErrorResponse } from './schemas/ErrorResponse';
|
120
|
-
export type { EventWrapperDto } from './schemas/EventWrapperDto';
|
121
167
|
export type { ExportRequestDto } from './schemas/ExportRequestDto';
|
168
|
+
export type { FeatureDto } from './schemas/FeatureDto';
|
169
|
+
export type { GroupedTeamFiltersResponseDto } from './schemas/GroupedTeamFiltersResponseDto';
|
122
170
|
export type { IndividualDrilldownData } from './schemas/IndividualDrilldownData';
|
123
171
|
export type { IndividualDrilldownDataPoint } from './schemas/IndividualDrilldownDataPoint';
|
124
172
|
export type { InsightEfficiencySettingsDto } from './schemas/InsightEfficiencySettingsDto';
|
125
173
|
export type { InsightProductivitySettingsDto } from './schemas/InsightProductivitySettingsDto';
|
126
174
|
export type { InsightSettingsCreateRequestDto } from './schemas/InsightSettingsCreateRequestDto';
|
127
175
|
export type { InsightSettingsResponseDto } from './schemas/InsightSettingsResponseDto';
|
176
|
+
export type { Integration } from './schemas/Integration';
|
128
177
|
export type { IntegrationObject } from './schemas/IntegrationObject';
|
178
|
+
export type { IntegrationSummary } from './schemas/IntegrationSummary';
|
179
|
+
export type { ListResponseDto } from './schemas/ListResponseDto';
|
129
180
|
export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
|
130
181
|
export type { ListResponseDtoProductivityProfileResponseDto } from './schemas/ListResponseDtoProductivityProfileResponseDto';
|
131
182
|
export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
|
183
|
+
export type { LtcStageDto } from './schemas/LtcStageDto';
|
184
|
+
export type { Metric } from './schemas/Metric';
|
132
185
|
export type { MttrConfigurationDto } from './schemas/MttrConfigurationDto';
|
186
|
+
export type { OrgTreeCreateRequestDto } from './schemas/OrgTreeCreateRequestDto';
|
187
|
+
export type { OrgTreeResponseDto } from './schemas/OrgTreeResponseDto';
|
188
|
+
export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTeamSummary';
|
133
189
|
export type { PaginationInfo } from './schemas/PaginationInfo';
|
190
|
+
export type { PaginationMetadata } from './schemas/PaginationMetadata';
|
134
191
|
export type { PaginationRequest } from './schemas/PaginationRequest';
|
135
192
|
export type { PrCycleTimeDrilldownResponseDataPoint } from './schemas/PrCycleTimeDrilldownResponseDataPoint';
|
136
193
|
export type { PrSize } from './schemas/PrSize';
|
@@ -138,7 +195,6 @@ export type { PrVelocityDrilldownResponseDataPoint } from './schemas/PrVelocityD
|
|
138
195
|
export type { PrVelocityIndividualDrilldownResponseDataPoint } from './schemas/PrVelocityIndividualDrilldownResponseDataPoint';
|
139
196
|
export type { ProductivityContributorRequestDto } from './schemas/ProductivityContributorRequestDto';
|
140
197
|
export type { ProductivityDataPoint } from './schemas/ProductivityDataPoint';
|
141
|
-
export type { ProductivityFeature } from './schemas/ProductivityFeature';
|
142
198
|
export type { ProductivityFeatureBreakdownResponseDataPoint } from './schemas/ProductivityFeatureBreakdownResponseDataPoint';
|
143
199
|
export type { ProductivityFeatureBreakdownResponseDto } from './schemas/ProductivityFeatureBreakdownResponseDto';
|
144
200
|
export type { ProductivityFeatureDrilldownResponseDto } from './schemas/ProductivityFeatureDrilldownResponseDto';
|
@@ -148,12 +204,17 @@ export type { ProductivityFeatureResponseDto } from './schemas/ProductivityFeatu
|
|
148
204
|
export type { ProductivityProfileCreateRequestDto } from './schemas/ProductivityProfileCreateRequestDto';
|
149
205
|
export type { ProductivityProfileResponseDto } from './schemas/ProductivityProfileResponseDto';
|
150
206
|
export type { ProductivityRequestDto } from './schemas/ProductivityRequestDto';
|
151
|
-
export type {
|
207
|
+
export type { SectionDto } from './schemas/SectionDto';
|
152
208
|
export type { Stage } from './schemas/Stage';
|
153
|
-
export type { StageDto } from './schemas/StageDto';
|
154
209
|
export type { SummaryCard } from './schemas/SummaryCard';
|
155
210
|
export type { SummaryValue } from './schemas/SummaryValue';
|
156
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';
|
157
218
|
export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
|
158
219
|
export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
|
159
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,7 +24,9 @@ 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';
|
29
|
+
export { efficiencyProfileControllerDeleteProfileByRefId, useEfficiencyProfileControllerDeleteProfileByRefIdMutation, } from './hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation';
|
25
30
|
export { efficiencyProfileControllerGetProfile, useEfficiencyProfileControllerGetProfileQuery, } from './hooks/useEfficiencyProfileControllerGetProfileQuery';
|
26
31
|
export { efficiencyProfileControllerListProfiles, useEfficiencyProfileControllerListProfilesQuery, } from './hooks/useEfficiencyProfileControllerListProfilesQuery';
|
27
32
|
export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControllerUpdateProfileMutation, } from './hooks/useEfficiencyProfileControllerUpdateProfileMutation';
|
@@ -29,13 +34,27 @@ export { exportControllerExportData, useExportControllerExportDataMutation, } fr
|
|
29
34
|
export { insightSettingsControllerCreateSettings, useInsightSettingsControllerCreateSettingsMutation, } from './hooks/useInsightSettingsControllerCreateSettingsMutation';
|
30
35
|
export { insightSettingsControllerGetSettings, useInsightSettingsControllerGetSettingsQuery, } from './hooks/useInsightSettingsControllerGetSettingsQuery';
|
31
36
|
export { insightSettingsControllerUpdateSettings, useInsightSettingsControllerUpdateSettingsMutation, } from './hooks/useInsightSettingsControllerUpdateSettingsMutation';
|
37
|
+
export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
|
32
38
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
33
39
|
export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
|
40
|
+
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
41
|
+
export { orgTreeControllerGetOrgTree, useOrgTreeControllerGetOrgTreeQuery, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
|
42
|
+
export { orgTreeControllerGetOrgTrees, useOrgTreeControllerGetOrgTreesQuery, } from './hooks/useOrgTreeControllerGetOrgTreesQuery';
|
43
|
+
export { orgTreeControllerUpdateOrgTree, useOrgTreeControllerUpdateOrgTreeMutation, } from './hooks/useOrgTreeControllerUpdateOrgTreeMutation';
|
34
44
|
export { productivityControllerGetFeatureBreakdown, useProductivityControllerGetFeatureBreakdownQuery, } from './hooks/useProductivityControllerGetFeatureBreakdownQuery';
|
35
45
|
export { productivityControllerGetFeatureDrillDown, useProductivityControllerGetFeatureDrillDownQuery, } from './hooks/useProductivityControllerGetFeatureDrillDownQuery';
|
36
46
|
export { productivityControllerGetFeatureMetrics, useProductivityControllerGetFeatureMetricsQuery, } from './hooks/useProductivityControllerGetFeatureMetricsQuery';
|
37
47
|
export { productivityControllerGetIndividualUserFeatureDrillDown, useProductivityControllerGetIndividualUserFeatureDrillDownQuery, } from './hooks/useProductivityControllerGetIndividualUserFeatureDrillDownQuery';
|
38
48
|
export { productivityProfileControllerCreateProfile, useProductivityProfileControllerCreateProfileMutation, } from './hooks/useProductivityProfileControllerCreateProfileMutation';
|
39
|
-
export {
|
49
|
+
export { productivityProfileControllerDeleteProfile, useProductivityProfileControllerDeleteProfileMutation, } from './hooks/useProductivityProfileControllerDeleteProfileMutation';
|
50
|
+
export { productivityProfileControllerGetProfileByRefId, useProductivityProfileControllerGetProfileByRefIdQuery, } from './hooks/useProductivityProfileControllerGetProfileByRefIdQuery';
|
40
51
|
export { productivityProfileControllerListProfiles, useProductivityProfileControllerListProfilesQuery, } from './hooks/useProductivityProfileControllerListProfilesQuery';
|
41
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,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 @@
|
|
1
|
+
export {};
|
@@ -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 @@
|
|
1
|
+
export {};
|
@@ -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 @@
|
|
1
|
+
export {};
|