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

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 (51) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.d.ts +22 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js +14 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.d.ts +22 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.d.ts +22 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.d.ts +22 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.d.ts +22 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +1 -5
  12. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +1 -1
  13. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +8 -0
  14. package/dist/sei-panorama-service/src/services/index.d.ts +27 -1
  15. package/dist/sei-panorama-service/src/services/index.js +5 -0
  16. package/dist/sei-panorama-service/src/services/schemas/BuildInfo.d.ts +9 -0
  17. package/dist/sei-panorama-service/src/services/schemas/BuildInfo.js +4 -0
  18. package/dist/sei-panorama-service/src/services/schemas/CommitInfo.d.ts +9 -0
  19. package/dist/sei-panorama-service/src/services/schemas/CommitInfo.js +4 -0
  20. package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.d.ts +9 -0
  21. package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.js +4 -0
  22. package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +49 -24
  23. package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +0 -3
  24. package/dist/sei-panorama-service/src/services/schemas/IssueRequest.d.ts +14 -0
  25. package/dist/sei-panorama-service/src/services/schemas/IssueRequest.js +1 -0
  26. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.d.ts +19 -0
  27. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.js +4 -0
  28. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.d.ts +15 -0
  29. package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.js +1 -0
  30. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.d.ts +31 -0
  31. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.js +4 -0
  32. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.d.ts +15 -0
  33. package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.js +1 -0
  34. package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.d.ts +7 -0
  35. package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.js +4 -0
  36. package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.d.ts +14 -0
  37. package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.js +1 -0
  38. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.d.ts +31 -0
  39. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.js +1 -0
  40. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.d.ts +15 -0
  41. package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.js +1 -0
  42. package/dist/sei-panorama-service/src/services/schemas/PrInfo.d.ts +13 -0
  43. package/dist/sei-panorama-service/src/services/schemas/PrInfo.js +4 -0
  44. package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
  45. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.d.ts +14 -0
  46. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.js +1 -0
  47. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.d.ts +43 -0
  48. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.js +1 -0
  49. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.d.ts +15 -0
  50. package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.js +1 -0
  51. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { TicketScmInfoResponseWrapper } from '../schemas/TicketScmInfoResponseWrapper';
3
+ import type { TicketScmInfoRequest } from '../schemas/TicketScmInfoRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface EfficiencyControllerGetTicketScmInfoQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type EfficiencyControllerGetTicketScmInfoRequestBody = TicketScmInfoRequest;
12
+ export type EfficiencyControllerGetTicketScmInfoOkResponse = ResponseWithPagination<TicketScmInfoResponseWrapper>;
13
+ export type EfficiencyControllerGetTicketScmInfoErrorResponse = string;
14
+ export interface EfficiencyControllerGetTicketScmInfoProps extends Omit<FetcherOptions<EfficiencyControllerGetTicketScmInfoQueryQueryParams, EfficiencyControllerGetTicketScmInfoRequestBody>, 'url'> {
15
+ queryParams: EfficiencyControllerGetTicketScmInfoQueryQueryParams;
16
+ body: EfficiencyControllerGetTicketScmInfoRequestBody;
17
+ }
18
+ export declare function efficiencyControllerGetTicketScmInfo(props: EfficiencyControllerGetTicketScmInfoProps): Promise<EfficiencyControllerGetTicketScmInfoOkResponse>;
19
+ /**
20
+ * Retrieve commit information related to a specific ticket ID
21
+ */
22
+ export declare function useEfficiencyControllerGetTicketScmInfoQuery(props: EfficiencyControllerGetTicketScmInfoProps, options?: Omit<UseQueryOptions<EfficiencyControllerGetTicketScmInfoOkResponse, EfficiencyControllerGetTicketScmInfoErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<EfficiencyControllerGetTicketScmInfoOkResponse, 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 efficiencyControllerGetTicketScmInfo(props) {
7
+ return fetcher(Object.assign({ url: `/v2/insights/efficiency/tickets/scminfo`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Retrieve commit information related to a specific ticket ID
11
+ */
12
+ export function useEfficiencyControllerGetTicketScmInfoQuery(props, options) {
13
+ return useQuery(['EfficiencyControllerGetTicketScmInfo', props.queryParams, props.body], ({ signal }) => efficiencyControllerGetTicketScmInfo(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { IssuesPipelineExecutionResponseWrapper } from '../schemas/IssuesPipelineExecutionResponseWrapper';
3
+ import type { IssueRequest } from '../schemas/IssueRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface IssuesControllerGetBuildInfoFromIssuesQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type IssuesControllerGetBuildInfoFromIssuesRequestBody = IssueRequest;
12
+ export type IssuesControllerGetBuildInfoFromIssuesOkResponse = ResponseWithPagination<IssuesPipelineExecutionResponseWrapper>;
13
+ export type IssuesControllerGetBuildInfoFromIssuesErrorResponse = string;
14
+ export interface IssuesControllerGetBuildInfoFromIssuesProps extends Omit<FetcherOptions<IssuesControllerGetBuildInfoFromIssuesQueryQueryParams, IssuesControllerGetBuildInfoFromIssuesRequestBody>, 'url'> {
15
+ queryParams: IssuesControllerGetBuildInfoFromIssuesQueryQueryParams;
16
+ body: IssuesControllerGetBuildInfoFromIssuesRequestBody;
17
+ }
18
+ export declare function issuesControllerGetBuildInfoFromIssues(props: IssuesControllerGetBuildInfoFromIssuesProps): Promise<IssuesControllerGetBuildInfoFromIssuesOkResponse>;
19
+ /**
20
+ * Get build information for an issue with pagination support
21
+ */
22
+ export declare function useIssuesControllerGetBuildInfoFromIssuesQuery(props: IssuesControllerGetBuildInfoFromIssuesProps, options?: Omit<UseQueryOptions<IssuesControllerGetBuildInfoFromIssuesOkResponse, IssuesControllerGetBuildInfoFromIssuesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssuesControllerGetBuildInfoFromIssuesOkResponse, 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 issuesControllerGetBuildInfoFromIssues(props) {
7
+ return fetcher(Object.assign({ url: `/v2/issues/builds`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get build information for an issue with pagination support
11
+ */
12
+ export function useIssuesControllerGetBuildInfoFromIssuesQuery(props, options) {
13
+ return useQuery(['IssuesControllerGetBuildInfoFromIssues', props.queryParams, props.body], ({ signal }) => issuesControllerGetBuildInfoFromIssues(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { PrCommitsResponseWrapper } from '../schemas/PrCommitsResponseWrapper';
3
+ import type { PrCommitsRequest } from '../schemas/PrCommitsRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface IssuesControllerGetCommitsInfoFromPrQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type IssuesControllerGetCommitsInfoFromPrRequestBody = PrCommitsRequest;
12
+ export type IssuesControllerGetCommitsInfoFromPrOkResponse = ResponseWithPagination<PrCommitsResponseWrapper>;
13
+ export type IssuesControllerGetCommitsInfoFromPrErrorResponse = string;
14
+ export interface IssuesControllerGetCommitsInfoFromPrProps extends Omit<FetcherOptions<IssuesControllerGetCommitsInfoFromPrQueryQueryParams, IssuesControllerGetCommitsInfoFromPrRequestBody>, 'url'> {
15
+ queryParams: IssuesControllerGetCommitsInfoFromPrQueryQueryParams;
16
+ body: IssuesControllerGetCommitsInfoFromPrRequestBody;
17
+ }
18
+ export declare function issuesControllerGetCommitsInfoFromPr(props: IssuesControllerGetCommitsInfoFromPrProps): Promise<IssuesControllerGetCommitsInfoFromPrOkResponse>;
19
+ /**
20
+ * Get commit information for a PR with pagination support
21
+ */
22
+ export declare function useIssuesControllerGetCommitsInfoFromPrQuery(props: IssuesControllerGetCommitsInfoFromPrProps, options?: Omit<UseQueryOptions<IssuesControllerGetCommitsInfoFromPrOkResponse, IssuesControllerGetCommitsInfoFromPrErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssuesControllerGetCommitsInfoFromPrOkResponse, 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 issuesControllerGetCommitsInfoFromPr(props) {
7
+ return fetcher(Object.assign({ url: `/v2/issues/prs/commits`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get commit information for a PR with pagination support
11
+ */
12
+ export function useIssuesControllerGetCommitsInfoFromPrQuery(props, options) {
13
+ return useQuery(['IssuesControllerGetCommitsInfoFromPr', props.queryParams, props.body], ({ signal }) => issuesControllerGetCommitsInfoFromPr(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { IssuesPipelineExecutionResponseWrapper } from '../schemas/IssuesPipelineExecutionResponseWrapper';
3
+ import type { IssueRequest } from '../schemas/IssueRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface IssuesControllerGetDeployInfoFromIssuesQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type IssuesControllerGetDeployInfoFromIssuesRequestBody = IssueRequest;
12
+ export type IssuesControllerGetDeployInfoFromIssuesOkResponse = ResponseWithPagination<IssuesPipelineExecutionResponseWrapper>;
13
+ export type IssuesControllerGetDeployInfoFromIssuesErrorResponse = string;
14
+ export interface IssuesControllerGetDeployInfoFromIssuesProps extends Omit<FetcherOptions<IssuesControllerGetDeployInfoFromIssuesQueryQueryParams, IssuesControllerGetDeployInfoFromIssuesRequestBody>, 'url'> {
15
+ queryParams: IssuesControllerGetDeployInfoFromIssuesQueryQueryParams;
16
+ body: IssuesControllerGetDeployInfoFromIssuesRequestBody;
17
+ }
18
+ export declare function issuesControllerGetDeployInfoFromIssues(props: IssuesControllerGetDeployInfoFromIssuesProps): Promise<IssuesControllerGetDeployInfoFromIssuesOkResponse>;
19
+ /**
20
+ * Get deployment information for an issue with pagination support
21
+ */
22
+ export declare function useIssuesControllerGetDeployInfoFromIssuesQuery(props: IssuesControllerGetDeployInfoFromIssuesProps, options?: Omit<UseQueryOptions<IssuesControllerGetDeployInfoFromIssuesOkResponse, IssuesControllerGetDeployInfoFromIssuesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssuesControllerGetDeployInfoFromIssuesOkResponse, 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 issuesControllerGetDeployInfoFromIssues(props) {
7
+ return fetcher(Object.assign({ url: `/v2/issues/deployments`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get deployment information for an issue with pagination support
11
+ */
12
+ export function useIssuesControllerGetDeployInfoFromIssuesQuery(props, options) {
13
+ return useQuery(['IssuesControllerGetDeployInfoFromIssues', props.queryParams, props.body], ({ signal }) => issuesControllerGetDeployInfoFromIssues(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,22 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { IssuesPrResponseWrapper } from '../schemas/IssuesPrResponseWrapper';
3
+ import type { IssueRequest } from '../schemas/IssueRequest';
4
+ import type { ResponseWithPagination } from '../helpers';
5
+ import { FetcherOptions } from '../../../../fetcher/index.js';
6
+ export interface IssuesControllerGetPrsFromIssuesQueryQueryParams {
7
+ account: string;
8
+ projectIdentifier: string;
9
+ orgIdentifier: string;
10
+ }
11
+ export type IssuesControllerGetPrsFromIssuesRequestBody = IssueRequest;
12
+ export type IssuesControllerGetPrsFromIssuesOkResponse = ResponseWithPagination<IssuesPrResponseWrapper>;
13
+ export type IssuesControllerGetPrsFromIssuesErrorResponse = string;
14
+ export interface IssuesControllerGetPrsFromIssuesProps extends Omit<FetcherOptions<IssuesControllerGetPrsFromIssuesQueryQueryParams, IssuesControllerGetPrsFromIssuesRequestBody>, 'url'> {
15
+ queryParams: IssuesControllerGetPrsFromIssuesQueryQueryParams;
16
+ body: IssuesControllerGetPrsFromIssuesRequestBody;
17
+ }
18
+ export declare function issuesControllerGetPrsFromIssues(props: IssuesControllerGetPrsFromIssuesProps): Promise<IssuesControllerGetPrsFromIssuesOkResponse>;
19
+ /**
20
+ * Get PR information for an issue with pagination support
21
+ */
22
+ export declare function useIssuesControllerGetPrsFromIssuesQuery(props: IssuesControllerGetPrsFromIssuesProps, options?: Omit<UseQueryOptions<IssuesControllerGetPrsFromIssuesOkResponse, IssuesControllerGetPrsFromIssuesErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssuesControllerGetPrsFromIssuesOkResponse, 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 issuesControllerGetPrsFromIssues(props) {
7
+ return fetcher(Object.assign({ url: `/v2/issues/prs`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Get PR information for an issue with pagination support
11
+ */
12
+ export function useIssuesControllerGetPrsFromIssuesQuery(props, options) {
13
+ return useQuery(['IssuesControllerGetPrsFromIssues', props.queryParams, props.body], ({ signal }) => issuesControllerGetPrsFromIssues(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -8,13 +8,9 @@ export interface TeamsControllerGetTeamQueryPathParams {
8
8
  */
9
9
  teamRefId: number;
10
10
  }
11
- export interface TeamsControllerGetTeamQueryQueryParams {
12
- account: string;
13
- }
14
11
  export type TeamsControllerGetTeamOkResponse = ResponseWithPagination<TeamResponse>;
15
12
  export type TeamsControllerGetTeamErrorResponse = TeamResponse;
16
- export interface TeamsControllerGetTeamProps extends TeamsControllerGetTeamQueryPathParams, Omit<FetcherOptions<TeamsControllerGetTeamQueryQueryParams, unknown>, 'url'> {
17
- queryParams: TeamsControllerGetTeamQueryQueryParams;
13
+ export interface TeamsControllerGetTeamProps extends TeamsControllerGetTeamQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
18
14
  }
19
15
  export declare function teamsControllerGetTeam(props: TeamsControllerGetTeamProps): Promise<TeamsControllerGetTeamOkResponse>;
20
16
  /**
@@ -10,5 +10,5 @@ export function teamsControllerGetTeam(props) {
10
10
  * Returns the team with the specified reference ID
11
11
  */
12
12
  export function useTeamsControllerGetTeamQuery(props, options) {
13
- return useQuery(['TeamsControllerGetTeam', props.teamRefId, props.queryParams], ({ signal }) => teamsControllerGetTeam(Object.assign(Object.assign({}, props), { signal })), options);
13
+ return useQuery(['TeamsControllerGetTeam', props.teamRefId], ({ signal }) => teamsControllerGetTeam(Object.assign(Object.assign({}, props), { signal })), options);
14
14
  }
@@ -4,6 +4,14 @@ import type { ResponseWithPagination } from '../helpers';
4
4
  import { FetcherOptions } from '../../../../fetcher/index.js';
5
5
  export interface TeamsControllerListTeamsQueryQueryParams {
6
6
  account: string;
7
+ /**
8
+ * @default ""
9
+ */
10
+ orgIdentifier?: string;
11
+ /**
12
+ * @default ""
13
+ */
14
+ projectIdentifier?: string;
7
15
  /**
8
16
  * @format int32
9
17
  */
@@ -77,6 +77,8 @@ export type { EfficiencyControllerDeploymentFrequencyDrillDownErrorResponse, Eff
77
77
  export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
78
78
  export type { EfficiencyControllerDeploymentFrequencyErrorResponse, EfficiencyControllerDeploymentFrequencyOkResponse, EfficiencyControllerDeploymentFrequencyProps, EfficiencyControllerDeploymentFrequencyQueryQueryParams, EfficiencyControllerDeploymentFrequencyRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
79
79
  export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
80
+ export type { EfficiencyControllerGetTicketScmInfoErrorResponse, EfficiencyControllerGetTicketScmInfoOkResponse, EfficiencyControllerGetTicketScmInfoProps, EfficiencyControllerGetTicketScmInfoQueryQueryParams, EfficiencyControllerGetTicketScmInfoRequestBody, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
81
+ export { efficiencyControllerGetTicketScmInfo, useEfficiencyControllerGetTicketScmInfoQuery, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
80
82
  export type { EfficiencyControllerLeadTimeBreakdownErrorResponse, EfficiencyControllerLeadTimeBreakdownOkResponse, EfficiencyControllerLeadTimeBreakdownProps, EfficiencyControllerLeadTimeBreakdownQueryQueryParams, EfficiencyControllerLeadTimeBreakdownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
81
83
  export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
82
84
  export type { EfficiencyControllerLeadTimeDrilldownErrorResponse, EfficiencyControllerLeadTimeDrilldownOkResponse, EfficiencyControllerLeadTimeDrilldownProps, EfficiencyControllerLeadTimeDrilldownQueryQueryParams, EfficiencyControllerLeadTimeDrilldownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
@@ -107,6 +109,14 @@ export type { IntegrationControllerGetFilterValuesErrorResponse, IntegrationCont
107
109
  export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
108
110
  export type { IntegrationControllerListIntegrationsErrorResponse, IntegrationControllerListIntegrationsOkResponse, IntegrationControllerListIntegrationsProps, IntegrationControllerListIntegrationsQueryQueryParams, } from './hooks/useIntegrationControllerListIntegrationsQuery';
109
111
  export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
112
+ export type { IssuesControllerGetBuildInfoFromIssuesErrorResponse, IssuesControllerGetBuildInfoFromIssuesOkResponse, IssuesControllerGetBuildInfoFromIssuesProps, IssuesControllerGetBuildInfoFromIssuesQueryQueryParams, IssuesControllerGetBuildInfoFromIssuesRequestBody, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
113
+ export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
114
+ export type { IssuesControllerGetCommitsInfoFromPrErrorResponse, IssuesControllerGetCommitsInfoFromPrOkResponse, IssuesControllerGetCommitsInfoFromPrProps, IssuesControllerGetCommitsInfoFromPrQueryQueryParams, IssuesControllerGetCommitsInfoFromPrRequestBody, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
115
+ export { issuesControllerGetCommitsInfoFromPr, useIssuesControllerGetCommitsInfoFromPrQuery, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
116
+ export type { IssuesControllerGetDeployInfoFromIssuesErrorResponse, IssuesControllerGetDeployInfoFromIssuesOkResponse, IssuesControllerGetDeployInfoFromIssuesProps, IssuesControllerGetDeployInfoFromIssuesQueryQueryParams, IssuesControllerGetDeployInfoFromIssuesRequestBody, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
117
+ export { issuesControllerGetDeployInfoFromIssues, useIssuesControllerGetDeployInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
118
+ export type { IssuesControllerGetPrsFromIssuesErrorResponse, IssuesControllerGetPrsFromIssuesOkResponse, IssuesControllerGetPrsFromIssuesProps, IssuesControllerGetPrsFromIssuesQueryQueryParams, IssuesControllerGetPrsFromIssuesRequestBody, } from './hooks/useIssuesControllerGetPrsFromIssuesQuery';
119
+ export { issuesControllerGetPrsFromIssues, useIssuesControllerGetPrsFromIssuesQuery, } from './hooks/useIssuesControllerGetPrsFromIssuesQuery';
110
120
  export type { JiraIssuesControllerGetJiraIssueCountErrorResponse, JiraIssuesControllerGetJiraIssueCountOkResponse, JiraIssuesControllerGetJiraIssueCountProps, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
111
121
  export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
112
122
  export type { LegacyHealthControllerCheckErrorResponse, LegacyHealthControllerCheckOkResponse, LegacyHealthControllerCheckProps, } from './hooks/useLegacyHealthControllerCheckQuery';
@@ -167,7 +177,7 @@ export type { TeamsControllerGetTeamIntegrationFiltersErrorResponse, TeamsContro
167
177
  export { teamsControllerGetTeamIntegrationFilters, useTeamsControllerGetTeamIntegrationFiltersQuery, } from './hooks/useTeamsControllerGetTeamIntegrationFiltersQuery';
168
178
  export type { TeamsControllerGetTeamIntegrationsErrorResponse, TeamsControllerGetTeamIntegrationsOkResponse, TeamsControllerGetTeamIntegrationsProps, TeamsControllerGetTeamIntegrationsQueryPathParams, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
169
179
  export { teamsControllerGetTeamIntegrations, useTeamsControllerGetTeamIntegrationsQuery, } from './hooks/useTeamsControllerGetTeamIntegrationsQuery';
170
- export type { TeamsControllerGetTeamErrorResponse, TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamProps, TeamsControllerGetTeamQueryPathParams, TeamsControllerGetTeamQueryQueryParams, } from './hooks/useTeamsControllerGetTeamQuery';
180
+ export type { TeamsControllerGetTeamErrorResponse, TeamsControllerGetTeamOkResponse, TeamsControllerGetTeamProps, TeamsControllerGetTeamQueryPathParams, } from './hooks/useTeamsControllerGetTeamQuery';
171
181
  export { teamsControllerGetTeam, useTeamsControllerGetTeamQuery, } from './hooks/useTeamsControllerGetTeamQuery';
172
182
  export type { TeamsControllerListTeamsErrorResponse, TeamsControllerListTeamsOkResponse, TeamsControllerListTeamsProps, TeamsControllerListTeamsQueryQueryParams, } from './hooks/useTeamsControllerListTeamsQuery';
173
183
  export { teamsControllerListTeams, useTeamsControllerListTeamsQuery, } from './hooks/useTeamsControllerListTeamsQuery';
@@ -183,6 +193,7 @@ export type { BaFeatureSummaryCardDto } from './schemas/BaFeatureSummaryCardDto'
183
193
  export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
184
194
  export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
185
195
  export type { BreakdownRecord } from './schemas/BreakdownRecord';
196
+ export type { BuildInfo } from './schemas/BuildInfo';
186
197
  export type { Category } from './schemas/Category';
187
198
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
188
199
  export type { CodeChangeStats } from './schemas/CodeChangeStats';
@@ -190,12 +201,14 @@ export type { CodeChanges } from './schemas/CodeChanges';
190
201
  export type { CollectionEnriched } from './schemas/CollectionEnriched';
191
202
  export type { CollectionFilter } from './schemas/CollectionFilter';
192
203
  export type { CollectionTree } from './schemas/CollectionTree';
204
+ export type { CommitInfo } from './schemas/CommitInfo';
193
205
  export type { DataPoint } from './schemas/DataPoint';
194
206
  export type { DataPointBreakdown } from './schemas/DataPointBreakdown';
195
207
  export type { DataPointChangeFailureRate } from './schemas/DataPointChangeFailureRate';
196
208
  export type { DataPointDeploymentFrequency } from './schemas/DataPointDeploymentFrequency';
197
209
  export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
198
210
  export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
211
+ export type { DeploymentInfo } from './schemas/DeploymentInfo';
199
212
  export type { DeveloperCloudIdMapping } from './schemas/DeveloperCloudIdMapping';
200
213
  export type { DeveloperFieldDto } from './schemas/DeveloperFieldDto';
201
214
  export type { DeveloperFilePreviewDto } from './schemas/DeveloperFilePreviewDto';
@@ -257,6 +270,11 @@ export type { IntegrationObject } from './schemas/IntegrationObject';
257
270
  export type { IntegrationResponseDto } from './schemas/IntegrationResponseDto';
258
271
  export type { IntegrationSummary } from './schemas/IntegrationSummary';
259
272
  export type { IntegrationUserInfo } from './schemas/IntegrationUserInfo';
273
+ export type { IssueRequest } from './schemas/IssueRequest';
274
+ export type { IssuesPipelineExecutionResponse } from './schemas/IssuesPipelineExecutionResponse';
275
+ export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPipelineExecutionResponseWrapper';
276
+ export type { IssuesPrResponse } from './schemas/IssuesPrResponse';
277
+ export type { IssuesPrResponseWrapper } from './schemas/IssuesPrResponseWrapper';
260
278
  export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
261
279
  export type { ListResponseDtoIntegrationResponseDto } from './schemas/ListResponseDtoIntegrationResponseDto';
262
280
  export type { ListResponseDtoOrgTreeResponseDto } from './schemas/ListResponseDtoOrgTreeResponseDto';
@@ -264,6 +282,7 @@ export type { ListResponseDtoProductivityProfileResponseDto } from './schemas/Li
264
282
  export type { LtcConfigurationDto } from './schemas/LtcConfigurationDto';
265
283
  export type { LtcStageDto } from './schemas/LtcStageDto';
266
284
  export type { Metric } from './schemas/Metric';
285
+ export type { MinimalOrgTree } from './schemas/MinimalOrgTree';
267
286
  export type { MinimalTeamHierarchyResponseDto } from './schemas/MinimalTeamHierarchyResponseDto';
268
287
  export type { MttrConfigurationDto } from './schemas/MttrConfigurationDto';
269
288
  export type { MttrDataPoint } from './schemas/MttrDataPoint';
@@ -276,8 +295,12 @@ export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTe
276
295
  export type { PaginationInfo } from './schemas/PaginationInfo';
277
296
  export type { PaginationMetadata } from './schemas/PaginationMetadata';
278
297
  export type { PaginationRequest } from './schemas/PaginationRequest';
298
+ export type { PrCommitsRequest } from './schemas/PrCommitsRequest';
299
+ export type { PrCommitsResponse } from './schemas/PrCommitsResponse';
300
+ export type { PrCommitsResponseWrapper } from './schemas/PrCommitsResponseWrapper';
279
301
  export type { PrCycleTimeDrilldownResponseDataPoint } from './schemas/PrCycleTimeDrilldownResponseDataPoint';
280
302
  export type { PrCycleTimeDrilldownResponseDataPointV3 } from './schemas/PrCycleTimeDrilldownResponseDataPointV3';
303
+ export type { PrInfo } from './schemas/PrInfo';
281
304
  export type { PrSize } from './schemas/PrSize';
282
305
  export type { PrVelocityDrilldownResponseDataPoint } from './schemas/PrVelocityDrilldownResponseDataPoint';
283
306
  export type { PrVelocityDrilldownResponseDataPointV3 } from './schemas/PrVelocityDrilldownResponseDataPointV3';
@@ -311,6 +334,9 @@ export type { TeamFilter } from './schemas/TeamFilter';
311
334
  export type { TeamIntegrationDto } from './schemas/TeamIntegrationDto';
312
335
  export type { TeamResponse } from './schemas/TeamResponse';
313
336
  export type { TeamSummary } from './schemas/TeamSummary';
337
+ export type { TicketScmInfoRequest } from './schemas/TicketScmInfoRequest';
338
+ export type { TicketScmInfoResponse } from './schemas/TicketScmInfoResponse';
339
+ export type { TicketScmInfoResponseWrapper } from './schemas/TicketScmInfoResponseWrapper';
314
340
  export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
315
341
  export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
316
342
  export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
@@ -37,6 +37,7 @@ export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFai
37
37
  export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
38
38
  export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
39
39
  export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
40
+ export { efficiencyControllerGetTicketScmInfo, useEfficiencyControllerGetTicketScmInfoQuery, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
40
41
  export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
41
42
  export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
42
43
  export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
@@ -52,6 +53,10 @@ export { efficiencyProfileControllerUpdateProfile, useEfficiencyProfileControlle
52
53
  export { exportControllerExportData, useExportControllerExportDataMutation, } from './hooks/useExportControllerExportDataMutation';
53
54
  export { integrationControllerGetFilterValues, useIntegrationControllerGetFilterValuesQuery, } from './hooks/useIntegrationControllerGetFilterValuesQuery';
54
55
  export { integrationControllerListIntegrations, useIntegrationControllerListIntegrationsQuery, } from './hooks/useIntegrationControllerListIntegrationsQuery';
56
+ export { issuesControllerGetBuildInfoFromIssues, useIssuesControllerGetBuildInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetBuildInfoFromIssuesQuery';
57
+ export { issuesControllerGetCommitsInfoFromPr, useIssuesControllerGetCommitsInfoFromPrQuery, } from './hooks/useIssuesControllerGetCommitsInfoFromPrQuery';
58
+ export { issuesControllerGetDeployInfoFromIssues, useIssuesControllerGetDeployInfoFromIssuesQuery, } from './hooks/useIssuesControllerGetDeployInfoFromIssuesQuery';
59
+ export { issuesControllerGetPrsFromIssues, useIssuesControllerGetPrsFromIssuesQuery, } from './hooks/useIssuesControllerGetPrsFromIssuesQuery';
55
60
  export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
56
61
  export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
57
62
  export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Build information
3
+ */
4
+ export interface BuildInfo {
5
+ /**
6
+ * Build identifier
7
+ */
8
+ buildId?: string;
9
+ }
@@ -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,9 @@
1
+ /**
2
+ * Commit information
3
+ */
4
+ export interface CommitInfo {
5
+ /**
6
+ * Commit SHA
7
+ */
8
+ commitSha?: string;
9
+ }
@@ -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,9 @@
1
+ /**
2
+ * Deployment information
3
+ */
4
+ export interface DeploymentInfo {
5
+ /**
6
+ * Deployment identifier
7
+ */
8
+ deploymentId?: string;
9
+ }
@@ -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,19 +1,52 @@
1
+ import type { BuildInfo } from '../schemas/BuildInfo';
2
+ import type { CommitInfo } from '../schemas/CommitInfo';
3
+ import type { DeploymentInfo } from '../schemas/DeploymentInfo';
4
+ import type { PrInfo } from '../schemas/PrInfo';
1
5
  /**
2
6
  * Item containing drilldown data for Lead Time to Change metrics
3
7
  */
4
8
  export interface EfficiencyLeadTimeDrilldownItem {
5
9
  /**
6
- * Build identifier
10
+ * Number of associated builds
11
+ * @format int32
7
12
  */
8
- buildId?: string;
13
+ associatedBuildCount?: number;
9
14
  /**
10
- * commit SHA
15
+ * Number of associated deployments
16
+ * @format int32
11
17
  */
12
- commitSha?: string;
18
+ associatedDeploymentCount?: number;
13
19
  /**
14
- * Deployment identifier
20
+ * Number of associated pull requests
21
+ * @format int32
15
22
  */
16
- deploymentId?: string;
23
+ associatedPrCount?: number;
24
+ /**
25
+ * Build information by stage
26
+ */
27
+ buildInfo?: {
28
+ [key: string]: BuildInfo;
29
+ };
30
+ /**
31
+ * Commit information by stage
32
+ */
33
+ commitInfo?: {
34
+ [key: string]: CommitInfo;
35
+ };
36
+ /**
37
+ * Deployment information by stage
38
+ */
39
+ deploymentInfo?: {
40
+ [key: string]: DeploymentInfo;
41
+ };
42
+ /**
43
+ * Ticket identifier
44
+ */
45
+ issueKey?: string;
46
+ /**
47
+ * Ticket title
48
+ */
49
+ issueTitle?: string;
17
50
  /**
18
51
  * Lead time for CI phase
19
52
  * @format int64
@@ -45,31 +78,23 @@ export interface EfficiencyLeadTimeDrilldownItem {
45
78
  */
46
79
  leadTimeTotal?: number;
47
80
  /**
48
- * PR created identifier
81
+ * Lead time to change end time
82
+ * @format date-time
49
83
  */
50
- prCreatedId?: string;
84
+ lttcEndTime?: string;
51
85
  /**
52
- * PR created number
86
+ * Lead time to change start time
87
+ * @format date-time
53
88
  */
54
- prCreatedNumber?: string;
89
+ lttcStartTime?: string;
55
90
  /**
56
- * PR merged branch
91
+ * PR information by stage
57
92
  */
58
- prMergedBranch?: string;
59
- /**
60
- * PR merged identifier
61
- */
62
- prMergedId?: string;
63
- /**
64
- * PR merged number
65
- */
66
- prMergedNumber?: string;
93
+ prInfo?: {
94
+ [key: string]: PrInfo;
95
+ };
67
96
  /**
68
97
  * Project identifier
69
98
  */
70
99
  project?: string;
71
- /**
72
- * Ticket identifier
73
- */
74
- ticketId?: string;
75
100
  }
@@ -1,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
@@ -0,0 +1,14 @@
1
+ import type { PaginationRequest } from '../schemas/PaginationRequest';
2
+ /**
3
+ * Generic request for retrieving information for an issue
4
+ */
5
+ export interface IssueRequest {
6
+ /**
7
+ * Issue identifier
8
+ */
9
+ issueId: string;
10
+ /**
11
+ * Pagination request
12
+ */
13
+ pagination?: PaginationRequest;
14
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Build information for an issue
3
+ */
4
+ export interface IssuesPipelineExecutionResponse {
5
+ /**
6
+ * Build end timestamp
7
+ * @format date-time
8
+ */
9
+ endTime?: string;
10
+ /**
11
+ * Build run identifier
12
+ */
13
+ runId?: string;
14
+ /**
15
+ * Build start timestamp
16
+ * @format date-time
17
+ */
18
+ startTime?: string;
19
+ }
@@ -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,15 @@
1
+ import type { IssuesPipelineExecutionResponse } from '../schemas/IssuesPipelineExecutionResponse';
2
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
3
+ /**
4
+ * Response wrapper for issue pipeline execution information
5
+ */
6
+ export interface IssuesPipelineExecutionResponseWrapper {
7
+ /**
8
+ * List of pipeline executions for the issue
9
+ */
10
+ executions?: IssuesPipelineExecutionResponse[];
11
+ /**
12
+ * Pagination information
13
+ */
14
+ pagination?: PaginationInfo;
15
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * PR information for an issue
3
+ */
4
+ export interface IssuesPrResponse {
5
+ /**
6
+ * PR created at timestamp
7
+ * @format date-time
8
+ */
9
+ prCreatedAt?: string;
10
+ /**
11
+ * PR identifier
12
+ */
13
+ prId?: string;
14
+ /**
15
+ * PR merged at timestamp
16
+ * @format date-time
17
+ */
18
+ prMergedAt?: string;
19
+ /**
20
+ * PR merged branch
21
+ */
22
+ prMergedBranch?: string;
23
+ /**
24
+ * PR number
25
+ */
26
+ prNumber?: string;
27
+ /**
28
+ * PR summary
29
+ */
30
+ prSummary?: string;
31
+ }
@@ -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,15 @@
1
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
2
+ import type { IssuesPrResponse } from '../schemas/IssuesPrResponse';
3
+ /**
4
+ * Response wrapper for issue PR information
5
+ */
6
+ export interface IssuesPrResponseWrapper {
7
+ /**
8
+ * Pagination information
9
+ */
10
+ pagination?: PaginationInfo;
11
+ /**
12
+ * List of PRs for the issue
13
+ */
14
+ prs?: IssuesPrResponse[];
15
+ }
@@ -0,0 +1,7 @@
1
+ export interface MinimalOrgTree {
2
+ /**
3
+ * @format int32
4
+ */
5
+ id?: number;
6
+ name?: string;
7
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,14 @@
1
+ import type { PaginationRequest } from '../schemas/PaginationRequest';
2
+ /**
3
+ * Request for retrieving commit information for a PR
4
+ */
5
+ export interface PrCommitsRequest {
6
+ /**
7
+ * Pagination request
8
+ */
9
+ pagination?: PaginationRequest;
10
+ /**
11
+ * PR identifier
12
+ */
13
+ prId: string;
14
+ }
@@ -0,0 +1,31 @@
1
+ import type { CodeChanges } from '../schemas/CodeChanges';
2
+ /**
3
+ * Commit information for a PR
4
+ */
5
+ export interface PrCommitsResponse {
6
+ /**
7
+ * Author of the commit
8
+ */
9
+ author?: string;
10
+ /**
11
+ * Code changes in the commit
12
+ */
13
+ codeChanges?: CodeChanges;
14
+ /**
15
+ * Commit identifier
16
+ */
17
+ commitId?: string;
18
+ /**
19
+ * Commit message
20
+ */
21
+ commitMessage?: string;
22
+ /**
23
+ * Commit SHA
24
+ */
25
+ commitSha?: string;
26
+ /**
27
+ * Committed at timestamp
28
+ * @format date-time
29
+ */
30
+ committedAt?: string;
31
+ }
@@ -0,0 +1,15 @@
1
+ import type { PrCommitsResponse } from '../schemas/PrCommitsResponse';
2
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
3
+ /**
4
+ * Response wrapper for PR commit information
5
+ */
6
+ export interface PrCommitsResponseWrapper {
7
+ /**
8
+ * List of commits for the PR
9
+ */
10
+ commits?: PrCommitsResponse[];
11
+ /**
12
+ * Pagination information
13
+ */
14
+ pagination?: PaginationInfo;
15
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Pull request information
3
+ */
4
+ export interface PrInfo {
5
+ /**
6
+ * PR identifier
7
+ */
8
+ prId?: string;
9
+ /**
10
+ * PR number
11
+ */
12
+ prNumber?: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -1,4 +1,5 @@
1
1
  import type { IntegrationSummary } from '../schemas/IntegrationSummary';
2
+ import type { MinimalOrgTree } from '../schemas/MinimalOrgTree';
2
3
  export interface TeamSummary {
3
4
  /**
4
5
  * @format int32
@@ -10,6 +11,7 @@ export interface TeamSummary {
10
11
  id?: number;
11
12
  integrations?: IntegrationSummary[];
12
13
  name?: string;
14
+ orgTree?: MinimalOrgTree;
13
15
  /**
14
16
  * @format int32
15
17
  */
@@ -0,0 +1,14 @@
1
+ import type { PaginationRequest } from '../schemas/PaginationRequest';
2
+ /**
3
+ * Request for retrieving SCM information for a ticket
4
+ */
5
+ export interface TicketScmInfoRequest {
6
+ /**
7
+ * Pagination request
8
+ */
9
+ pagination?: PaginationRequest;
10
+ /**
11
+ * Ticket identifier
12
+ */
13
+ ticketId: string;
14
+ }
@@ -0,0 +1,43 @@
1
+ import type { CodeChanges } from '../schemas/CodeChanges';
2
+ /**
3
+ * Response containing SCM information for a specific commit related to a ticket
4
+ */
5
+ export interface TicketScmInfoResponse {
6
+ /**
7
+ * Author of the commit
8
+ */
9
+ author?: string;
10
+ /**
11
+ * Code changes in the commit
12
+ */
13
+ codeChanges?: CodeChanges;
14
+ /**
15
+ * Commit identifier
16
+ */
17
+ commitId?: string;
18
+ /**
19
+ * Commit message
20
+ */
21
+ commitMessage?: string;
22
+ /**
23
+ * Commit SHA
24
+ */
25
+ commitSha?: string;
26
+ /**
27
+ * Committed at timestamp
28
+ * @format date-time
29
+ */
30
+ committedAt?: string;
31
+ /**
32
+ * Pull request identifier
33
+ */
34
+ prId?: string;
35
+ /**
36
+ * Pull request number
37
+ */
38
+ prNumber?: string;
39
+ /**
40
+ * Ticket identifier
41
+ */
42
+ ticketId?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ import type { TicketScmInfoResponse } from '../schemas/TicketScmInfoResponse';
2
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
3
+ /**
4
+ * Wrapper containing a list of SCM information responses for a ticket
5
+ */
6
+ export interface TicketScmInfoResponseWrapper {
7
+ /**
8
+ * List of SCM information responses
9
+ */
10
+ commits?: TicketScmInfoResponse[];
11
+ /**
12
+ * Pagination information
13
+ */
14
+ pagination?: PaginationInfo;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
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",