@harnessio/react-sei-panorama-service-client 0.19.4 → 0.20.0
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/useBaControllerCreateProfileMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateProfileMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateTeamWithFiltersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateTeamWithFiltersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteTeamWithFiltersMutation.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteTeamWithFiltersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetAllProfilesQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetAllProfilesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetAllTeamsWithFiltersQuery.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetAllTeamsWithFiltersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByIdQuery.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetTeamWithFiltersByIdQuery.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetTeamWithFiltersByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateTeamWithFiltersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateTeamWithFiltersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +35 -5
- package/dist/sei-panorama-service/src/services/index.js +12 -1
- package/dist/sei-panorama-service/src/services/schemas/BaCategoryDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/BaCategoryDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/BaCategoryTeamFilterDto.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExpressionLeafDto.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFilterDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFilterSetDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFilterSetDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaInsightRequestDto.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/schemas/BaProfileRequestDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/BaProfileRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaProfileResponseDto.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/BaProfileResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaSummaryRequestDto.d.ts +4 -1
- package/dist/sei-panorama-service/src/services/schemas/BaTeamCategoryDefinition.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/BaTeamCategoryDefinition.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaTeamFiltersRequest.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaTeamFiltersRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaTeamWithFiltersDto.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/BaTeamWithFiltersDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.d.ts +16 -4
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.d.ts +6 -2
- package/dist/sei-panorama-service/src/services/schemas/JsonNode.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/JsonNode.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeCreateRequestDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeUpdateRequestDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.d.ts +1 -1
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.d.ts +0 -22
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js +0 -14
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.d.ts +0 -14
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.d.ts +0 -43
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.d.ts +0 -15
- /package/dist/sei-panorama-service/src/services/schemas/{TicketScmInfoRequest.js → BaCategoryTeamFilterDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{TicketScmInfoResponse.js → BaExpressionLeafDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{TicketScmInfoResponseWrapper.js → BaFilterDto.js} +0 -0
@@ -1,10 +1,30 @@
|
|
1
1
|
export type { GetPathParamsType, ResponseWithPagination } from './helpers';
|
2
|
+
export type { BaControllerCreateProfileErrorResponse, BaControllerCreateProfileMutationQueryParams, BaControllerCreateProfileOkResponse, BaControllerCreateProfileProps, BaControllerCreateProfileRequestBody, } from './hooks/useBaControllerCreateProfileMutation';
|
3
|
+
export { baControllerCreateProfile, useBaControllerCreateProfileMutation, } from './hooks/useBaControllerCreateProfileMutation';
|
4
|
+
export type { BaControllerCreateTeamWithFiltersErrorResponse, BaControllerCreateTeamWithFiltersMutationQueryParams, BaControllerCreateTeamWithFiltersOkResponse, BaControllerCreateTeamWithFiltersProps, BaControllerCreateTeamWithFiltersRequestBody, } from './hooks/useBaControllerCreateTeamWithFiltersMutation';
|
5
|
+
export { baControllerCreateTeamWithFilters, useBaControllerCreateTeamWithFiltersMutation, } from './hooks/useBaControllerCreateTeamWithFiltersMutation';
|
6
|
+
export type { BaControllerDeleteProfileErrorResponse, BaControllerDeleteProfileMutationPathParams, BaControllerDeleteProfileMutationQueryParams, BaControllerDeleteProfileOkResponse, BaControllerDeleteProfileProps, } from './hooks/useBaControllerDeleteProfileMutation';
|
7
|
+
export { baControllerDeleteProfile, useBaControllerDeleteProfileMutation, } from './hooks/useBaControllerDeleteProfileMutation';
|
8
|
+
export type { BaControllerDeleteTeamWithFiltersErrorResponse, BaControllerDeleteTeamWithFiltersMutationPathParams, BaControllerDeleteTeamWithFiltersMutationQueryParams, BaControllerDeleteTeamWithFiltersOkResponse, BaControllerDeleteTeamWithFiltersProps, } from './hooks/useBaControllerDeleteTeamWithFiltersMutation';
|
9
|
+
export { baControllerDeleteTeamWithFilters, useBaControllerDeleteTeamWithFiltersMutation, } from './hooks/useBaControllerDeleteTeamWithFiltersMutation';
|
10
|
+
export type { BaControllerGetAllProfilesErrorResponse, BaControllerGetAllProfilesOkResponse, BaControllerGetAllProfilesProps, BaControllerGetAllProfilesQueryQueryParams, } from './hooks/useBaControllerGetAllProfilesQuery';
|
11
|
+
export { baControllerGetAllProfiles, useBaControllerGetAllProfilesQuery, } from './hooks/useBaControllerGetAllProfilesQuery';
|
12
|
+
export type { BaControllerGetAllTeamsWithFiltersErrorResponse, BaControllerGetAllTeamsWithFiltersOkResponse, BaControllerGetAllTeamsWithFiltersProps, BaControllerGetAllTeamsWithFiltersQueryQueryParams, } from './hooks/useBaControllerGetAllTeamsWithFiltersQuery';
|
13
|
+
export { baControllerGetAllTeamsWithFilters, useBaControllerGetAllTeamsWithFiltersQuery, } from './hooks/useBaControllerGetAllTeamsWithFiltersQuery';
|
14
|
+
export type { BaControllerGetProfileByIdErrorResponse, BaControllerGetProfileByIdOkResponse, BaControllerGetProfileByIdProps, BaControllerGetProfileByIdQueryPathParams, BaControllerGetProfileByIdQueryQueryParams, } from './hooks/useBaControllerGetProfileByIdQuery';
|
15
|
+
export { baControllerGetProfileById, useBaControllerGetProfileByIdQuery, } from './hooks/useBaControllerGetProfileByIdQuery';
|
16
|
+
export type { BaControllerGetTeamWithFiltersByIdErrorResponse, BaControllerGetTeamWithFiltersByIdOkResponse, BaControllerGetTeamWithFiltersByIdProps, BaControllerGetTeamWithFiltersByIdQueryPathParams, BaControllerGetTeamWithFiltersByIdQueryQueryParams, } from './hooks/useBaControllerGetTeamWithFiltersByIdQuery';
|
17
|
+
export { baControllerGetTeamWithFiltersById, useBaControllerGetTeamWithFiltersByIdQuery, } from './hooks/useBaControllerGetTeamWithFiltersByIdQuery';
|
2
18
|
export type { BaControllerInsightBreakdownErrorResponse, BaControllerInsightBreakdownOkResponse, BaControllerInsightBreakdownProps, BaControllerInsightBreakdownQueryQueryParams, BaControllerInsightBreakdownRequestBody, } from './hooks/useBaControllerInsightBreakdownQuery';
|
3
19
|
export { baControllerInsightBreakdown, useBaControllerInsightBreakdownQuery, } from './hooks/useBaControllerInsightBreakdownQuery';
|
4
20
|
export type { BaControllerInsightMetricsErrorResponse, BaControllerInsightMetricsOkResponse, BaControllerInsightMetricsProps, BaControllerInsightMetricsQueryQueryParams, BaControllerInsightMetricsRequestBody, } from './hooks/useBaControllerInsightMetricsQuery';
|
5
21
|
export { baControllerInsightMetrics, useBaControllerInsightMetricsQuery, } from './hooks/useBaControllerInsightMetricsQuery';
|
6
22
|
export type { BaControllerInsightSummaryErrorResponse, BaControllerInsightSummaryOkResponse, BaControllerInsightSummaryProps, BaControllerInsightSummaryQueryQueryParams, BaControllerInsightSummaryRequestBody, } from './hooks/useBaControllerInsightSummaryQuery';
|
7
23
|
export { baControllerInsightSummary, useBaControllerInsightSummaryQuery, } from './hooks/useBaControllerInsightSummaryQuery';
|
24
|
+
export type { BaControllerUpdateProfileErrorResponse, BaControllerUpdateProfileMutationPathParams, BaControllerUpdateProfileMutationQueryParams, BaControllerUpdateProfileOkResponse, BaControllerUpdateProfileProps, BaControllerUpdateProfileRequestBody, } from './hooks/useBaControllerUpdateProfileMutation';
|
25
|
+
export { baControllerUpdateProfile, useBaControllerUpdateProfileMutation, } from './hooks/useBaControllerUpdateProfileMutation';
|
26
|
+
export type { BaControllerUpdateTeamWithFiltersErrorResponse, BaControllerUpdateTeamWithFiltersMutationQueryParams, BaControllerUpdateTeamWithFiltersOkResponse, BaControllerUpdateTeamWithFiltersProps, BaControllerUpdateTeamWithFiltersRequestBody, } from './hooks/useBaControllerUpdateTeamWithFiltersMutation';
|
27
|
+
export { baControllerUpdateTeamWithFilters, useBaControllerUpdateTeamWithFiltersMutation, } from './hooks/useBaControllerUpdateTeamWithFiltersMutation';
|
8
28
|
export type { CacheControllerClearAccountCategoriesCacheErrorResponse, CacheControllerClearAccountCategoriesCacheMutationPathParams, CacheControllerClearAccountCategoriesCacheOkResponse, CacheControllerClearAccountCategoriesCacheProps, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
|
9
29
|
export { cacheControllerClearAccountCategoriesCache, useCacheControllerClearAccountCategoriesCacheMutation, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
|
10
30
|
export type { CacheControllerClearAccountCollectionsCacheErrorResponse, CacheControllerClearAccountCollectionsCacheMutationPathParams, CacheControllerClearAccountCollectionsCacheOkResponse, CacheControllerClearAccountCollectionsCacheProps, } from './hooks/useCacheControllerClearAccountCollectionsCacheMutation';
|
@@ -77,8 +97,6 @@ export type { EfficiencyControllerDeploymentFrequencyDrillDownErrorResponse, Eff
|
|
77
97
|
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
78
98
|
export type { EfficiencyControllerDeploymentFrequencyErrorResponse, EfficiencyControllerDeploymentFrequencyOkResponse, EfficiencyControllerDeploymentFrequencyProps, EfficiencyControllerDeploymentFrequencyQueryQueryParams, EfficiencyControllerDeploymentFrequencyRequestBody, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
79
99
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
80
|
-
export type { EfficiencyControllerGetTicketScmInfoErrorResponse, EfficiencyControllerGetTicketScmInfoOkResponse, EfficiencyControllerGetTicketScmInfoProps, EfficiencyControllerGetTicketScmInfoQueryQueryParams, EfficiencyControllerGetTicketScmInfoRequestBody, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
|
81
|
-
export { efficiencyControllerGetTicketScmInfo, useEfficiencyControllerGetTicketScmInfoQuery, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
|
82
100
|
export type { EfficiencyControllerLeadTimeBreakdownErrorResponse, EfficiencyControllerLeadTimeBreakdownOkResponse, EfficiencyControllerLeadTimeBreakdownProps, EfficiencyControllerLeadTimeBreakdownQueryQueryParams, EfficiencyControllerLeadTimeBreakdownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
83
101
|
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
84
102
|
export type { EfficiencyControllerLeadTimeDrilldownErrorResponse, EfficiencyControllerLeadTimeDrilldownOkResponse, EfficiencyControllerLeadTimeDrilldownProps, EfficiencyControllerLeadTimeDrilldownQueryQueryParams, EfficiencyControllerLeadTimeDrilldownRequestBody, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
@@ -123,6 +141,8 @@ export type { LegacyHealthControllerCheckErrorResponse, LegacyHealthControllerCh
|
|
123
141
|
export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
|
124
142
|
export type { OrgTreeControllerCreateOrgTreeErrorResponse, OrgTreeControllerCreateOrgTreeMutationQueryParams, OrgTreeControllerCreateOrgTreeOkResponse, OrgTreeControllerCreateOrgTreeProps, OrgTreeControllerCreateOrgTreeRequestBody, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
125
143
|
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
144
|
+
export type { OrgTreeControllerGetBusinessAlignmentProfileRefIdErrorResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdOkResponse, OrgTreeControllerGetBusinessAlignmentProfileRefIdProps, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryPathParams, OrgTreeControllerGetBusinessAlignmentProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
145
|
+
export { orgTreeControllerGetBusinessAlignmentProfileRefId, useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
126
146
|
export type { OrgTreeControllerGetEfficiencyProfileRefIdErrorResponse, OrgTreeControllerGetEfficiencyProfileRefIdOkResponse, OrgTreeControllerGetEfficiencyProfileRefIdProps, OrgTreeControllerGetEfficiencyProfileRefIdQueryPathParams, OrgTreeControllerGetEfficiencyProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
127
147
|
export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
128
148
|
export type { OrgTreeControllerGetOrgTreeIntegrationsErrorResponse, OrgTreeControllerGetOrgTreeIntegrationsOkResponse, OrgTreeControllerGetOrgTreeIntegrationsProps, OrgTreeControllerGetOrgTreeIntegrationsQueryPathParams, OrgTreeControllerGetOrgTreeIntegrationsQueryQueryParams, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
|
@@ -135,6 +155,8 @@ export type { OrgTreeControllerGetOrgTreesErrorResponse, OrgTreeControllerGetOrg
|
|
135
155
|
export { orgTreeControllerGetOrgTrees, useOrgTreeControllerGetOrgTreesQuery, } from './hooks/useOrgTreeControllerGetOrgTreesQuery';
|
136
156
|
export type { OrgTreeControllerGetProductivityProfileRefIdErrorResponse, OrgTreeControllerGetProductivityProfileRefIdOkResponse, OrgTreeControllerGetProductivityProfileRefIdProps, OrgTreeControllerGetProductivityProfileRefIdQueryPathParams, OrgTreeControllerGetProductivityProfileRefIdQueryQueryParams, } from './hooks/useOrgTreeControllerGetProductivityProfileRefIdQuery';
|
137
157
|
export { orgTreeControllerGetProductivityProfileRefId, useOrgTreeControllerGetProductivityProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetProductivityProfileRefIdQuery';
|
158
|
+
export type { OrgTreeControllerUpdateBusinessAlignmentProfileRefIdErrorResponse, OrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutationPathParams, OrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutationQueryParams, OrgTreeControllerUpdateBusinessAlignmentProfileRefIdOkResponse, OrgTreeControllerUpdateBusinessAlignmentProfileRefIdProps, OrgTreeControllerUpdateBusinessAlignmentProfileRefIdRequestBody, } from './hooks/useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation';
|
159
|
+
export { orgTreeControllerUpdateBusinessAlignmentProfileRefId, useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation, } from './hooks/useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation';
|
138
160
|
export type { OrgTreeControllerUpdateEfficiencyProfileRefIdErrorResponse, OrgTreeControllerUpdateEfficiencyProfileRefIdMutationPathParams, OrgTreeControllerUpdateEfficiencyProfileRefIdMutationQueryParams, OrgTreeControllerUpdateEfficiencyProfileRefIdOkResponse, OrgTreeControllerUpdateEfficiencyProfileRefIdProps, OrgTreeControllerUpdateEfficiencyProfileRefIdRequestBody, } from './hooks/useOrgTreeControllerUpdateEfficiencyProfileRefIdMutation';
|
139
161
|
export { orgTreeControllerUpdateEfficiencyProfileRefId, useOrgTreeControllerUpdateEfficiencyProfileRefIdMutation, } from './hooks/useOrgTreeControllerUpdateEfficiencyProfileRefIdMutation';
|
140
162
|
export type { OrgTreeControllerUpdateOrgTreeIntegrationsErrorResponse, OrgTreeControllerUpdateOrgTreeIntegrationsMutationPathParams, OrgTreeControllerUpdateOrgTreeIntegrationsMutationQueryParams, OrgTreeControllerUpdateOrgTreeIntegrationsOkResponse, OrgTreeControllerUpdateOrgTreeIntegrationsProps, OrgTreeControllerUpdateOrgTreeIntegrationsRequestBody, } from './hooks/useOrgTreeControllerUpdateOrgTreeIntegrationsMutation';
|
@@ -186,12 +208,22 @@ export { teamsControllerUpdateTeamIntegrationFilters, useTeamsControllerUpdateTe
|
|
186
208
|
export type { TeamsControllerUpdateTeamIntegrationsErrorResponse, TeamsControllerUpdateTeamIntegrationsMutationPathParams, TeamsControllerUpdateTeamIntegrationsMutationQueryParams, TeamsControllerUpdateTeamIntegrationsOkResponse, TeamsControllerUpdateTeamIntegrationsProps, TeamsControllerUpdateTeamIntegrationsRequestBody, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
187
209
|
export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
188
210
|
export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
|
211
|
+
export type { BaCategoryDto } from './schemas/BaCategoryDto';
|
189
212
|
export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
|
213
|
+
export type { BaCategoryTeamFilterDto } from './schemas/BaCategoryTeamFilterDto';
|
190
214
|
export type { BaDataPoint } from './schemas/BaDataPoint';
|
215
|
+
export type { BaExpressionLeafDto } from './schemas/BaExpressionLeafDto';
|
191
216
|
export type { BaFeatureResponseDto } from './schemas/BaFeatureResponseDto';
|
192
217
|
export type { BaFeatureSummaryCardDto } from './schemas/BaFeatureSummaryCardDto';
|
218
|
+
export type { BaFilterDto } from './schemas/BaFilterDto';
|
219
|
+
export type { BaFilterSetDto } from './schemas/BaFilterSetDto';
|
193
220
|
export type { BaInsightRequestDto } from './schemas/BaInsightRequestDto';
|
221
|
+
export type { BaProfileRequestDto } from './schemas/BaProfileRequestDto';
|
222
|
+
export type { BaProfileResponseDto } from './schemas/BaProfileResponseDto';
|
194
223
|
export type { BaSummaryRequestDto } from './schemas/BaSummaryRequestDto';
|
224
|
+
export type { BaTeamCategoryDefinition } from './schemas/BaTeamCategoryDefinition';
|
225
|
+
export type { BaTeamFiltersRequest } from './schemas/BaTeamFiltersRequest';
|
226
|
+
export type { BaTeamWithFiltersDto } from './schemas/BaTeamWithFiltersDto';
|
195
227
|
export type { BreakdownRecord } from './schemas/BreakdownRecord';
|
196
228
|
export type { BuildInfo } from './schemas/BuildInfo';
|
197
229
|
export type { Category } from './schemas/Category';
|
@@ -275,6 +307,7 @@ export type { IssuesPipelineExecutionResponse } from './schemas/IssuesPipelineEx
|
|
275
307
|
export type { IssuesPipelineExecutionResponseWrapper } from './schemas/IssuesPipelineExecutionResponseWrapper';
|
276
308
|
export type { IssuesPrResponse } from './schemas/IssuesPrResponse';
|
277
309
|
export type { IssuesPrResponseWrapper } from './schemas/IssuesPrResponseWrapper';
|
310
|
+
export type { JsonNode } from './schemas/JsonNode';
|
278
311
|
export type { ListResponseDtoEfficiencyProfileResponseDto } from './schemas/ListResponseDtoEfficiencyProfileResponseDto';
|
279
312
|
export type { ListResponseDtoIntegrationResponseDto } from './schemas/ListResponseDtoIntegrationResponseDto';
|
280
313
|
export type { ListResponseDtoOrgTreeResponseDto } from './schemas/ListResponseDtoOrgTreeResponseDto';
|
@@ -334,9 +367,6 @@ export type { TeamFilter } from './schemas/TeamFilter';
|
|
334
367
|
export type { TeamIntegrationDto } from './schemas/TeamIntegrationDto';
|
335
368
|
export type { TeamResponse } from './schemas/TeamResponse';
|
336
369
|
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';
|
340
370
|
export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
|
341
371
|
export type { WorkCompletedDrilldownResponseDataPoint } from './schemas/WorkCompletedDrilldownResponseDataPoint';
|
342
372
|
export type { WorkCompletedDrilldownResponseDataPointV3 } from './schemas/WorkCompletedDrilldownResponseDataPointV3';
|
@@ -1,6 +1,16 @@
|
|
1
|
+
export { baControllerCreateProfile, useBaControllerCreateProfileMutation, } from './hooks/useBaControllerCreateProfileMutation';
|
2
|
+
export { baControllerCreateTeamWithFilters, useBaControllerCreateTeamWithFiltersMutation, } from './hooks/useBaControllerCreateTeamWithFiltersMutation';
|
3
|
+
export { baControllerDeleteProfile, useBaControllerDeleteProfileMutation, } from './hooks/useBaControllerDeleteProfileMutation';
|
4
|
+
export { baControllerDeleteTeamWithFilters, useBaControllerDeleteTeamWithFiltersMutation, } from './hooks/useBaControllerDeleteTeamWithFiltersMutation';
|
5
|
+
export { baControllerGetAllProfiles, useBaControllerGetAllProfilesQuery, } from './hooks/useBaControllerGetAllProfilesQuery';
|
6
|
+
export { baControllerGetAllTeamsWithFilters, useBaControllerGetAllTeamsWithFiltersQuery, } from './hooks/useBaControllerGetAllTeamsWithFiltersQuery';
|
7
|
+
export { baControllerGetProfileById, useBaControllerGetProfileByIdQuery, } from './hooks/useBaControllerGetProfileByIdQuery';
|
8
|
+
export { baControllerGetTeamWithFiltersById, useBaControllerGetTeamWithFiltersByIdQuery, } from './hooks/useBaControllerGetTeamWithFiltersByIdQuery';
|
1
9
|
export { baControllerInsightBreakdown, useBaControllerInsightBreakdownQuery, } from './hooks/useBaControllerInsightBreakdownQuery';
|
2
10
|
export { baControllerInsightMetrics, useBaControllerInsightMetricsQuery, } from './hooks/useBaControllerInsightMetricsQuery';
|
3
11
|
export { baControllerInsightSummary, useBaControllerInsightSummaryQuery, } from './hooks/useBaControllerInsightSummaryQuery';
|
12
|
+
export { baControllerUpdateProfile, useBaControllerUpdateProfileMutation, } from './hooks/useBaControllerUpdateProfileMutation';
|
13
|
+
export { baControllerUpdateTeamWithFilters, useBaControllerUpdateTeamWithFiltersMutation, } from './hooks/useBaControllerUpdateTeamWithFiltersMutation';
|
4
14
|
export { cacheControllerClearAccountCategoriesCache, useCacheControllerClearAccountCategoriesCacheMutation, } from './hooks/useCacheControllerClearAccountCategoriesCacheMutation';
|
5
15
|
export { cacheControllerClearAccountCollectionsCache, useCacheControllerClearAccountCollectionsCacheMutation, } from './hooks/useCacheControllerClearAccountCollectionsCacheMutation';
|
6
16
|
export { cacheControllerClearAllCategoriesCacheForAccount, useCacheControllerClearAllCategoriesCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCategoriesCacheForAccountMutation';
|
@@ -37,7 +47,6 @@ export { efficiencyControllerChangeFailureRate, useEfficiencyControllerChangeFai
|
|
37
47
|
export { efficiencyControllerDeploymentFrequencyBreakdown, useEfficiencyControllerDeploymentFrequencyBreakdownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyBreakdownQuery';
|
38
48
|
export { efficiencyControllerDeploymentFrequencyDrillDown, useEfficiencyControllerDeploymentFrequencyDrillDownQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery';
|
39
49
|
export { efficiencyControllerDeploymentFrequency, useEfficiencyControllerDeploymentFrequencyQuery, } from './hooks/useEfficiencyControllerDeploymentFrequencyQuery';
|
40
|
-
export { efficiencyControllerGetTicketScmInfo, useEfficiencyControllerGetTicketScmInfoQuery, } from './hooks/useEfficiencyControllerGetTicketScmInfoQuery';
|
41
50
|
export { efficiencyControllerLeadTimeBreakdown, useEfficiencyControllerLeadTimeBreakdownQuery, } from './hooks/useEfficiencyControllerLeadTimeBreakdownQuery';
|
42
51
|
export { efficiencyControllerLeadTimeDrilldown, useEfficiencyControllerLeadTimeDrilldownQuery, } from './hooks/useEfficiencyControllerLeadTimeDrilldownQuery';
|
43
52
|
export { efficiencyControllerLeadTime, useEfficiencyControllerLeadTimeQuery, } from './hooks/useEfficiencyControllerLeadTimeQuery';
|
@@ -60,12 +69,14 @@ export { issuesControllerGetPrsFromIssues, useIssuesControllerGetPrsFromIssuesQu
|
|
60
69
|
export { jiraIssuesControllerGetJiraIssueCount, useJiraIssuesControllerGetJiraIssueCountQuery, } from './hooks/useJiraIssuesControllerGetJiraIssueCountQuery';
|
61
70
|
export { legacyHealthControllerCheck, useLegacyHealthControllerCheckQuery, } from './hooks/useLegacyHealthControllerCheckQuery';
|
62
71
|
export { orgTreeControllerCreateOrgTree, useOrgTreeControllerCreateOrgTreeMutation, } from './hooks/useOrgTreeControllerCreateOrgTreeMutation';
|
72
|
+
export { orgTreeControllerGetBusinessAlignmentProfileRefId, useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetBusinessAlignmentProfileRefIdQuery';
|
63
73
|
export { orgTreeControllerGetEfficiencyProfileRefId, useOrgTreeControllerGetEfficiencyProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetEfficiencyProfileRefIdQuery';
|
64
74
|
export { orgTreeControllerGetOrgTreeIntegrations, useOrgTreeControllerGetOrgTreeIntegrationsQuery, } from './hooks/useOrgTreeControllerGetOrgTreeIntegrationsQuery';
|
65
75
|
export { orgTreeControllerGetOrgTree, useOrgTreeControllerGetOrgTreeQuery, } from './hooks/useOrgTreeControllerGetOrgTreeQuery';
|
66
76
|
export { orgTreeControllerGetOrgTreeTeamHierarchy, useOrgTreeControllerGetOrgTreeTeamHierarchyQuery, } from './hooks/useOrgTreeControllerGetOrgTreeTeamHierarchyQuery';
|
67
77
|
export { orgTreeControllerGetOrgTrees, useOrgTreeControllerGetOrgTreesQuery, } from './hooks/useOrgTreeControllerGetOrgTreesQuery';
|
68
78
|
export { orgTreeControllerGetProductivityProfileRefId, useOrgTreeControllerGetProductivityProfileRefIdQuery, } from './hooks/useOrgTreeControllerGetProductivityProfileRefIdQuery';
|
79
|
+
export { orgTreeControllerUpdateBusinessAlignmentProfileRefId, useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation, } from './hooks/useOrgTreeControllerUpdateBusinessAlignmentProfileRefIdMutation';
|
69
80
|
export { orgTreeControllerUpdateEfficiencyProfileRefId, useOrgTreeControllerUpdateEfficiencyProfileRefIdMutation, } from './hooks/useOrgTreeControllerUpdateEfficiencyProfileRefIdMutation';
|
70
81
|
export { orgTreeControllerUpdateOrgTreeIntegrations, useOrgTreeControllerUpdateOrgTreeIntegrationsMutation, } from './hooks/useOrgTreeControllerUpdateOrgTreeIntegrationsMutation';
|
71
82
|
export { orgTreeControllerUpdateOrgTree, useOrgTreeControllerUpdateOrgTreeMutation, } from './hooks/useOrgTreeControllerUpdateOrgTreeMutation';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface BaCategoryDto {
|
2
|
+
categoryColor: string;
|
3
|
+
categoryName: string;
|
4
|
+
/**
|
5
|
+
* @format int32
|
6
|
+
*/
|
7
|
+
categoryOrder: number;
|
8
|
+
/**
|
9
|
+
* @format uuid
|
10
|
+
*/
|
11
|
+
id?: string;
|
12
|
+
inheritance?: 'ALL' | 'EXCLUDE_PARENT' | 'IMMEDIATE_ONLY' | 'LEAF_ONLY' | 'NONE';
|
13
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import type { BaFilterSetDto } from '../schemas/BaFilterSetDto';
|
2
|
+
export interface BaCategoryTeamFilterDto {
|
3
|
+
/**
|
4
|
+
* @format uuid
|
5
|
+
*/
|
6
|
+
baCategoryId: string;
|
7
|
+
/**
|
8
|
+
* @format date-time
|
9
|
+
*/
|
10
|
+
createdAt?: string;
|
11
|
+
filterSet: BaFilterSetDto;
|
12
|
+
/**
|
13
|
+
* @format uuid
|
14
|
+
*/
|
15
|
+
id?: string;
|
16
|
+
isActive?: boolean;
|
17
|
+
name?: string;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
teamRefId?: number;
|
22
|
+
/**
|
23
|
+
* @format date-time
|
24
|
+
*/
|
25
|
+
updatedAt?: string;
|
26
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { JsonNode } from '../schemas/JsonNode';
|
2
|
+
export interface BaExpressionLeafDto {
|
3
|
+
/**
|
4
|
+
* @format uuid
|
5
|
+
*/
|
6
|
+
filterId?: string;
|
7
|
+
filterKey: string;
|
8
|
+
/**
|
9
|
+
* @format uuid
|
10
|
+
*/
|
11
|
+
id?: string;
|
12
|
+
metadata?: JsonNode;
|
13
|
+
operator: 'CONTAINS' | 'ENDS_WITH' | 'EQUALS' | 'NOT_CONTAINS' | 'NOT_EQUALS' | 'STARTS_WITH';
|
14
|
+
values?: string[];
|
15
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { BaExpressionLeafDto } from '../schemas/BaExpressionLeafDto';
|
2
|
+
export interface BaFilterDto {
|
3
|
+
conjunctionType?: 'AND' | 'OR';
|
4
|
+
/**
|
5
|
+
* @format date-time
|
6
|
+
*/
|
7
|
+
createdAt?: string;
|
8
|
+
expressions?: BaExpressionLeafDto[];
|
9
|
+
/**
|
10
|
+
* @format uuid
|
11
|
+
*/
|
12
|
+
filterSetId?: string;
|
13
|
+
/**
|
14
|
+
* @format uuid
|
15
|
+
*/
|
16
|
+
id?: string;
|
17
|
+
name?: string;
|
18
|
+
/**
|
19
|
+
* @format date-time
|
20
|
+
*/
|
21
|
+
updatedAt?: string;
|
22
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import type { BaFilterDto } from '../schemas/BaFilterDto';
|
2
|
+
export interface BaFilterSetDto {
|
3
|
+
conjunctionType?: 'AND' | 'OR';
|
4
|
+
/**
|
5
|
+
* @format date-time
|
6
|
+
*/
|
7
|
+
createdAt?: string;
|
8
|
+
filters?: BaFilterDto[];
|
9
|
+
/**
|
10
|
+
* @format uuid
|
11
|
+
*/
|
12
|
+
id?: string;
|
13
|
+
name?: string;
|
14
|
+
/**
|
15
|
+
* @format date-time
|
16
|
+
*/
|
17
|
+
updatedAt?: string;
|
18
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,5 +1,4 @@
|
|
1
1
|
export interface BaInsightRequestDto {
|
2
|
-
collectionId?: string;
|
3
2
|
/**
|
4
3
|
* @format date-time
|
5
4
|
*/
|
@@ -9,4 +8,8 @@ export interface BaInsightRequestDto {
|
|
9
8
|
* @format date-time
|
10
9
|
*/
|
11
10
|
startDate?: string;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
teamRefId?: number;
|
12
15
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { BaCategoryDto } from '../schemas/BaCategoryDto';
|
2
|
+
export interface BaProfileResponseDto {
|
3
|
+
categories?: BaCategoryDto[];
|
4
|
+
/**
|
5
|
+
* @format date-time
|
6
|
+
*/
|
7
|
+
createdAt?: string;
|
8
|
+
description?: string;
|
9
|
+
/**
|
10
|
+
* @format uuid
|
11
|
+
*/
|
12
|
+
id?: string;
|
13
|
+
name?: string;
|
14
|
+
/**
|
15
|
+
* @format int32
|
16
|
+
*/
|
17
|
+
refId?: number;
|
18
|
+
/**
|
19
|
+
* @format date-time
|
20
|
+
*/
|
21
|
+
updatedAt?: string;
|
22
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,5 +1,4 @@
|
|
1
1
|
export interface BaSummaryRequestDto {
|
2
|
-
collectionId?: string;
|
3
2
|
/**
|
4
3
|
* @format date-time
|
5
4
|
*/
|
@@ -8,4 +7,8 @@ export interface BaSummaryRequestDto {
|
|
8
7
|
* @format date-time
|
9
8
|
*/
|
10
9
|
startDate?: string;
|
10
|
+
/**
|
11
|
+
* @format int32
|
12
|
+
*/
|
13
|
+
teamRefId?: number;
|
11
14
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { BaTeamCategoryDefinition } from '../schemas/BaTeamCategoryDefinition';
|
2
|
+
export interface BaTeamFiltersRequest {
|
3
|
+
/**
|
4
|
+
* @format int32
|
5
|
+
*/
|
6
|
+
baProfileRefId: number;
|
7
|
+
categories?: BaTeamCategoryDefinition[];
|
8
|
+
/**
|
9
|
+
* @format int32
|
10
|
+
*/
|
11
|
+
teamRefId: number;
|
12
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import type { BaCategoryTeamFilterDto } from '../schemas/BaCategoryTeamFilterDto';
|
2
|
+
export interface BaTeamWithFiltersDto {
|
3
|
+
/**
|
4
|
+
* @format uuid
|
5
|
+
*/
|
6
|
+
baProfileId?: string;
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
baProfileRefId: number;
|
11
|
+
categoryFilters?: BaCategoryTeamFilterDto[];
|
12
|
+
/**
|
13
|
+
* @format date-time
|
14
|
+
*/
|
15
|
+
createdAt?: string;
|
16
|
+
/**
|
17
|
+
* @format uuid
|
18
|
+
*/
|
19
|
+
id?: string;
|
20
|
+
/**
|
21
|
+
* @format int32
|
22
|
+
*/
|
23
|
+
teamRefId: number;
|
24
|
+
/**
|
25
|
+
* @format date-time
|
26
|
+
*/
|
27
|
+
updatedAt?: string;
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
|
|
5
5
|
/**
|
6
6
|
* Application type
|
7
7
|
*/
|
8
|
-
applicationType?: '
|
8
|
+
applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CUSTOM' | 'GITHUB' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA';
|
9
9
|
/**
|
10
10
|
* Integration ID
|
11
11
|
* @format int32
|
@@ -1,19 +1,31 @@
|
|
1
1
|
/**
|
2
|
-
*
|
2
|
+
* Pipeline execution information for an issue
|
3
3
|
*/
|
4
4
|
export interface IssuesPipelineExecutionResponse {
|
5
5
|
/**
|
6
|
-
*
|
6
|
+
* End timestamp
|
7
7
|
* @format date-time
|
8
8
|
*/
|
9
9
|
endTime?: string;
|
10
10
|
/**
|
11
|
-
*
|
11
|
+
* Instance ID
|
12
|
+
*/
|
13
|
+
instanceId?: string;
|
14
|
+
/**
|
15
|
+
* Job name
|
16
|
+
*/
|
17
|
+
jobName?: string;
|
18
|
+
/**
|
19
|
+
* Run identifier
|
12
20
|
*/
|
13
21
|
runId?: string;
|
14
22
|
/**
|
15
|
-
*
|
23
|
+
* Start timestamp
|
16
24
|
* @format date-time
|
17
25
|
*/
|
18
26
|
startTime?: string;
|
27
|
+
/**
|
28
|
+
* Run status
|
29
|
+
*/
|
30
|
+
status?: string;
|
19
31
|
}
|
@@ -2,6 +2,7 @@ import type { OrgTreeProfileDto } from '../schemas/OrgTreeProfileDto';
|
|
2
2
|
import type { GroupByField } from '../schemas/GroupByField';
|
3
3
|
import type { IntegrationResponseDto } from '../schemas/IntegrationResponseDto';
|
4
4
|
export interface OrgTreeResponseDto {
|
5
|
+
businessAlignmentProfile?: OrgTreeProfileDto;
|
5
6
|
/**
|
6
7
|
* @format int64
|
7
8
|
*/
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export interface ProductivityV3FeatureRequestDto {
|
2
|
+
developerIds?: string[];
|
2
3
|
developerRefIds?: string[];
|
3
|
-
developerUUIDs?: string[];
|
4
4
|
/**
|
5
5
|
* @format date-time
|
6
6
|
*/
|
@@ -23,6 +23,6 @@ export interface ProductivityV3FeatureRequestDto {
|
|
23
23
|
*/
|
24
24
|
startDate?: string;
|
25
25
|
teamId?: string;
|
26
|
+
teamIds?: string[];
|
26
27
|
teamRefIds?: string[];
|
27
|
-
teamUUIDs?: string[];
|
28
28
|
}
|
@@ -10,8 +10,8 @@ export interface WorkCompletedDrilldownResponseDataPointV3 extends DrilldownData
|
|
10
10
|
[key: string]: any;
|
11
11
|
};
|
12
12
|
};
|
13
|
+
developerId?: string;
|
13
14
|
developerName?: string;
|
14
|
-
developerUserIntegrationId?: string;
|
15
15
|
displayAssigneeName?: string;
|
16
16
|
/**
|
17
17
|
* @format int64
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.20.0",
|
4
4
|
"description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
|
5
5
|
"author": "Harness Inc",
|
6
6
|
"license": "MIT",
|
@@ -1,22 +0,0 @@
|
|
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>;
|
package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js
DELETED
@@ -1,14 +0,0 @@
|
|
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
|
-
}
|
@@ -1,14 +0,0 @@
|
|
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
|
-
}
|