@harnessio/react-sei-panorama-service-client 0.27.0 → 0.29.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/useAiEngineeringControllerGetAgentsCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +42 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.d.ts +56 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.d.ts +43 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGenerateExportSyncMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetEncryptionKeyQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerCreateExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerDownloadExportQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerGetExportStatusQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerListExportsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssueTimeInStatusExportControllerSyncExportMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExportsQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerListExports_1Query.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +111 -1
- package/dist/sei-panorama-service/src/services/index.js +33 -0
- package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ActiveWorkStatusConfig.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ActivityLog.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/AggregateMetric.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/AiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportListResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/BaExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Breakdown.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/Breakdown.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownItem.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/BugPriorityConfig.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogEntry.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/CatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/CompletedWorkStatusConfig.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationData.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/CorrelationPoint.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/EncryptionKeyResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityDto.d.ts +3 -1
- package/dist/sei-panorama-service/src/services/schemas/EntityListData.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListData.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EntityRequestDto.d.ts +3 -1
- package/dist/sei-panorama-service/src/services/schemas/ExportListResult.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportListResult.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.d.ts +0 -33
- package/dist/sei-panorama-service/src/services/schemas/ExportScope.js +3 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterValuesRequestDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueTimeInStatusExportResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricValue.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricValue.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExport.d.ts +91 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricsExport.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/NewFeaturesConfig.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.d.ts +37 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/OptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/RankedEntity.d.ts +39 -0
- package/dist/sei-panorama-service/src/services/schemas/RankedEntity.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardData.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ScorecardItem.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/schemas/SimpleMetric.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/SummaryHighlight.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsDefaultViewDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsMergedViewDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSettingsOverrideDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeRangeData.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPeriod.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TimeSeriesTemplate.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DeveloperAttribute.d.ts +0 -15
- /package/dist/sei-panorama-service/src/services/schemas/{DeveloperAttribute.js → BreakdownItem.js} +0 -0
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { BaExportResponseDto } from '../schemas/BaExportResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface BaExportControllerGetExportStatusQueryPathParams {
|
|
6
|
+
exportId: string;
|
|
7
|
+
}
|
|
8
|
+
export type BaExportControllerGetExportStatusOkResponse = ResponseWithPagination<BaExportResponseDto>;
|
|
9
|
+
export type BaExportControllerGetExportStatusErrorResponse = unknown;
|
|
10
|
+
export interface BaExportControllerGetExportStatusProps extends BaExportControllerGetExportStatusQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
11
|
+
}
|
|
12
|
+
export declare function baExportControllerGetExportStatus(props: BaExportControllerGetExportStatusProps): Promise<BaExportControllerGetExportStatusOkResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* Get BA export status
|
|
15
|
+
*/
|
|
16
|
+
export declare function useBaExportControllerGetExportStatusQuery(props: BaExportControllerGetExportStatusProps, options?: Omit<UseQueryOptions<BaExportControllerGetExportStatusOkResponse, BaExportControllerGetExportStatusErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaExportControllerGetExportStatusOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerGetExportStatusQuery.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 baExportControllerGetExportStatus(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ba/exports/${props.exportId}`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Get BA export status
|
|
11
|
+
*/
|
|
12
|
+
export function useBaExportControllerGetExportStatusQuery(props, options) {
|
|
13
|
+
return useQuery(['BAExportControllerGetExportStatus', props.exportId], ({ signal }) => baExportControllerGetExportStatus(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerListExportsQuery.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { BaExportListResponseDto } from '../schemas/BaExportListResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface BaExportControllerListExportsQueryQueryParams {
|
|
6
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
7
|
+
/**
|
|
8
|
+
* @default "all"
|
|
9
|
+
*/
|
|
10
|
+
scope?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @format int32
|
|
13
|
+
* @default 50
|
|
14
|
+
*/
|
|
15
|
+
limit?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @format int32
|
|
18
|
+
* @default 0
|
|
19
|
+
*/
|
|
20
|
+
page?: number;
|
|
21
|
+
}
|
|
22
|
+
export type BaExportControllerListExportsOkResponse = ResponseWithPagination<BaExportListResponseDto>;
|
|
23
|
+
export type BaExportControllerListExportsErrorResponse = unknown;
|
|
24
|
+
export interface BaExportControllerListExportsProps extends Omit<FetcherOptions<BaExportControllerListExportsQueryQueryParams, unknown>, 'url'> {
|
|
25
|
+
queryParams: BaExportControllerListExportsQueryQueryParams;
|
|
26
|
+
}
|
|
27
|
+
export declare function baExportControllerListExports(props: BaExportControllerListExportsProps): Promise<BaExportControllerListExportsOkResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* List BA exports
|
|
30
|
+
*/
|
|
31
|
+
export declare function useBaExportControllerListExportsQuery(props: BaExportControllerListExportsProps, options?: Omit<UseQueryOptions<BaExportControllerListExportsOkResponse, BaExportControllerListExportsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaExportControllerListExportsOkResponse, 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 baExportControllerListExports(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ba/exports`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List BA exports
|
|
11
|
+
*/
|
|
12
|
+
export function useBaExportControllerListExportsQuery(props, options) {
|
|
13
|
+
return useQuery(['BAExportControllerListExports', props.queryParams], ({ signal }) => baExportControllerListExports(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -7,7 +7,7 @@ import type { ResponseWithPagination } from '../helpers';
|
|
|
7
7
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
8
8
|
export type DeveloperControllerUpsertDeveloperIdentitiesRequestBody = DeveloperIdentity[];
|
|
9
9
|
export type DeveloperControllerUpsertDeveloperIdentitiesOkResponse = ResponseWithPagination<DeveloperIdentityUpsertResponse>;
|
|
10
|
-
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse =
|
|
10
|
+
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
|
|
11
11
|
export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
|
|
12
12
|
body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@ import type { EfficiencyExportListResponseDto } from '../schemas/EfficiencyExpor
|
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface EfficiencyInsightsExportControllerListExportsQueryQueryParams {
|
|
6
|
-
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
6
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
7
7
|
/**
|
|
8
8
|
* @default "all"
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { EncryptionKeyResponse } from '../schemas/EncryptionKeyResponse';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export type ExternalDataControllerGetEncryptionKeyOkResponse = ResponseWithPagination<EncryptionKeyResponse>;
|
|
6
|
+
export type ExternalDataControllerGetEncryptionKeyErrorResponse = EncryptionKeyResponse;
|
|
7
|
+
export interface ExternalDataControllerGetEncryptionKeyProps extends Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
8
|
+
}
|
|
9
|
+
export declare function externalDataControllerGetEncryptionKey(props: ExternalDataControllerGetEncryptionKeyProps): Promise<ExternalDataControllerGetEncryptionKeyOkResponse>;
|
|
10
|
+
/**
|
|
11
|
+
* Retrieve the encryption public key for encrypting data before ingestion
|
|
12
|
+
*/
|
|
13
|
+
export declare function useExternalDataControllerGetEncryptionKeyQuery(props: ExternalDataControllerGetEncryptionKeyProps, options?: Omit<UseQueryOptions<ExternalDataControllerGetEncryptionKeyOkResponse, ExternalDataControllerGetEncryptionKeyErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ExternalDataControllerGetEncryptionKeyOkResponse, EncryptionKeyResponse>;
|
|
@@ -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 externalDataControllerGetEncryptionKey(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/external-data/encryption-key`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve the encryption public key for encrypting data before ingestion
|
|
11
|
+
*/
|
|
12
|
+
export function useExternalDataControllerGetEncryptionKeyQuery(props, options) {
|
|
13
|
+
return useQuery(['ExternalDataControllerGetEncryptionKey'], ({ signal }) => externalDataControllerGetEncryptionKey(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -16,6 +16,6 @@ export interface IntegrationDataStatusControllerGetIntegrationDataStatusProps ex
|
|
|
16
16
|
}
|
|
17
17
|
export declare function integrationDataStatusControllerGetIntegrationDataStatus(props: IntegrationDataStatusControllerGetIntegrationDataStatusProps): Promise<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse>;
|
|
18
18
|
/**
|
|
19
|
-
* Get integration status based on last
|
|
19
|
+
* Get integration status based on last 15 completed days health data and actual data availability in Iceberg tables (excluding today to avoid false negatives from pending jobs)
|
|
20
20
|
*/
|
|
21
21
|
export declare function useIntegrationDataStatusControllerGetIntegrationDataStatusMutation(options?: Omit<UseMutationOptions<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, IntegrationDataStatusControllerGetIntegrationDataStatusErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<IntegrationDataStatusControllerGetIntegrationDataStatusOkResponse, ApiErrorResponse, IntegrationDataStatusControllerGetIntegrationDataStatusProps, unknown>;
|
|
@@ -7,7 +7,7 @@ export function integrationDataStatusControllerGetIntegrationDataStatus(props) {
|
|
|
7
7
|
return fetcher(Object.assign({ url: `/v2/integrations/data-status`, method: 'POST' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Get integration status based on last
|
|
10
|
+
* Get integration status based on last 15 completed days health data and actual data availability in Iceberg tables (excluding today to avoid false negatives from pending jobs)
|
|
11
11
|
*/
|
|
12
12
|
export function useIntegrationDataStatusControllerGetIntegrationDataStatusMutation(options) {
|
|
13
13
|
return useMutation((mutateProps) => integrationDataStatusControllerGetIntegrationDataStatus(mutateProps), options);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { IssueTimeInStatusExportResponseDto } from '../schemas/IssueTimeInStatusExportResponseDto';
|
|
3
|
+
import type { IssueTimeInStatusExportRequestDto } from '../schemas/IssueTimeInStatusExportRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface IssueTimeInStatusExportControllerCreateExportMutationQueryParams {
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
orgIdentifier?: string;
|
|
9
|
+
}
|
|
10
|
+
export type IssueTimeInStatusExportControllerCreateExportRequestBody = IssueTimeInStatusExportRequestDto;
|
|
11
|
+
export type IssueTimeInStatusExportControllerCreateExportOkResponse = ResponseWithPagination<IssueTimeInStatusExportResponseDto>;
|
|
12
|
+
export type IssueTimeInStatusExportControllerCreateExportErrorResponse = unknown;
|
|
13
|
+
export interface IssueTimeInStatusExportControllerCreateExportProps extends Omit<FetcherOptions<IssueTimeInStatusExportControllerCreateExportMutationQueryParams, IssueTimeInStatusExportControllerCreateExportRequestBody>, 'url'> {
|
|
14
|
+
queryParams: IssueTimeInStatusExportControllerCreateExportMutationQueryParams;
|
|
15
|
+
body: IssueTimeInStatusExportControllerCreateExportRequestBody;
|
|
16
|
+
}
|
|
17
|
+
export declare function issueTimeInStatusExportControllerCreateExport(props: IssueTimeInStatusExportControllerCreateExportProps): Promise<IssueTimeInStatusExportControllerCreateExportOkResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Creates a new async export job for issue-level time-in-status data. Deduplicates requests within 30-minute window.
|
|
20
|
+
*/
|
|
21
|
+
export declare function useIssueTimeInStatusExportControllerCreateExportMutation(options?: Omit<UseMutationOptions<IssueTimeInStatusExportControllerCreateExportOkResponse, IssueTimeInStatusExportControllerCreateExportErrorResponse, IssueTimeInStatusExportControllerCreateExportProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<IssueTimeInStatusExportControllerCreateExportOkResponse, unknown, IssueTimeInStatusExportControllerCreateExportProps, 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 issueTimeInStatusExportControllerCreateExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ticket-data/exports`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new async export job for issue-level time-in-status data. Deduplicates requests within 30-minute window.
|
|
11
|
+
*/
|
|
12
|
+
export function useIssueTimeInStatusExportControllerCreateExportMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => issueTimeInStatusExportControllerCreateExport(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
3
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
4
|
+
export interface IssueTimeInStatusExportControllerDownloadExportQueryPathParams {
|
|
5
|
+
exportId: string;
|
|
6
|
+
}
|
|
7
|
+
export type IssueTimeInStatusExportControllerDownloadExportOkResponse = ResponseWithPagination<{
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}>;
|
|
10
|
+
export type IssueTimeInStatusExportControllerDownloadExportErrorResponse = unknown;
|
|
11
|
+
export interface IssueTimeInStatusExportControllerDownloadExportProps extends IssueTimeInStatusExportControllerDownloadExportQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
12
|
+
}
|
|
13
|
+
export declare function issueTimeInStatusExportControllerDownloadExport(props: IssueTimeInStatusExportControllerDownloadExportProps): Promise<IssueTimeInStatusExportControllerDownloadExportOkResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Downloads the completed export file as CSV
|
|
16
|
+
*/
|
|
17
|
+
export declare function useIssueTimeInStatusExportControllerDownloadExportQuery(props: IssueTimeInStatusExportControllerDownloadExportProps, options?: Omit<UseQueryOptions<IssueTimeInStatusExportControllerDownloadExportOkResponse, IssueTimeInStatusExportControllerDownloadExportErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssueTimeInStatusExportControllerDownloadExportOkResponse, 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 issueTimeInStatusExportControllerDownloadExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ticket-data/exports/${props.exportId}/download`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Downloads the completed export file as CSV
|
|
11
|
+
*/
|
|
12
|
+
export function useIssueTimeInStatusExportControllerDownloadExportQuery(props, options) {
|
|
13
|
+
return useQuery(['IssueTimeInStatusExportControllerDownloadExport', props.exportId], ({ signal }) => issueTimeInStatusExportControllerDownloadExport(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { IssueTimeInStatusExportResponseDto } from '../schemas/IssueTimeInStatusExportResponseDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface IssueTimeInStatusExportControllerGetExportStatusQueryPathParams {
|
|
6
|
+
exportId: string;
|
|
7
|
+
}
|
|
8
|
+
export type IssueTimeInStatusExportControllerGetExportStatusOkResponse = ResponseWithPagination<IssueTimeInStatusExportResponseDto>;
|
|
9
|
+
export type IssueTimeInStatusExportControllerGetExportStatusErrorResponse = unknown;
|
|
10
|
+
export interface IssueTimeInStatusExportControllerGetExportStatusProps extends IssueTimeInStatusExportControllerGetExportStatusQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
11
|
+
}
|
|
12
|
+
export declare function issueTimeInStatusExportControllerGetExportStatus(props: IssueTimeInStatusExportControllerGetExportStatusProps): Promise<IssueTimeInStatusExportControllerGetExportStatusOkResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* Returns the current status and metadata of an export job
|
|
15
|
+
*/
|
|
16
|
+
export declare function useIssueTimeInStatusExportControllerGetExportStatusQuery(props: IssueTimeInStatusExportControllerGetExportStatusProps, options?: Omit<UseQueryOptions<IssueTimeInStatusExportControllerGetExportStatusOkResponse, IssueTimeInStatusExportControllerGetExportStatusErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssueTimeInStatusExportControllerGetExportStatusOkResponse, 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 issueTimeInStatusExportControllerGetExportStatus(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ticket-data/exports/${props.exportId}`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns the current status and metadata of an export job
|
|
11
|
+
*/
|
|
12
|
+
export function useIssueTimeInStatusExportControllerGetExportStatusQuery(props, options) {
|
|
13
|
+
return useQuery(['IssueTimeInStatusExportControllerGetExportStatus', props.exportId], ({ signal }) => issueTimeInStatusExportControllerGetExportStatus(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ExportListResult } from '../schemas/ExportListResult';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface IssueTimeInStatusExportControllerListExportsQueryQueryParams {
|
|
6
|
+
status?: string;
|
|
7
|
+
/**
|
|
8
|
+
* @format int32
|
|
9
|
+
* @default 0
|
|
10
|
+
*/
|
|
11
|
+
page?: number;
|
|
12
|
+
/**
|
|
13
|
+
* @format int32
|
|
14
|
+
* @default 20
|
|
15
|
+
*/
|
|
16
|
+
size?: number;
|
|
17
|
+
}
|
|
18
|
+
export type IssueTimeInStatusExportControllerListExportsOkResponse = ResponseWithPagination<ExportListResult>;
|
|
19
|
+
export type IssueTimeInStatusExportControllerListExportsErrorResponse = unknown;
|
|
20
|
+
export interface IssueTimeInStatusExportControllerListExportsProps extends Omit<FetcherOptions<IssueTimeInStatusExportControllerListExportsQueryQueryParams, unknown>, 'url'> {
|
|
21
|
+
queryParams: IssueTimeInStatusExportControllerListExportsQueryQueryParams;
|
|
22
|
+
}
|
|
23
|
+
export declare function issueTimeInStatusExportControllerListExports(props: IssueTimeInStatusExportControllerListExportsProps): Promise<IssueTimeInStatusExportControllerListExportsOkResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Returns a paginated list of export jobs with optional status filtering
|
|
26
|
+
*/
|
|
27
|
+
export declare function useIssueTimeInStatusExportControllerListExportsQuery(props: IssueTimeInStatusExportControllerListExportsProps, options?: Omit<UseQueryOptions<IssueTimeInStatusExportControllerListExportsOkResponse, IssueTimeInStatusExportControllerListExportsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<IssueTimeInStatusExportControllerListExportsOkResponse, 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 issueTimeInStatusExportControllerListExports(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ticket-data/exports`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Returns a paginated list of export jobs with optional status filtering
|
|
11
|
+
*/
|
|
12
|
+
export function useIssueTimeInStatusExportControllerListExportsQuery(props, options) {
|
|
13
|
+
return useQuery(['IssueTimeInStatusExportControllerListExports', props.queryParams], ({ signal }) => issueTimeInStatusExportControllerListExports(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { IssueTimeInStatusExportRequestDto } from '../schemas/IssueTimeInStatusExportRequestDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface IssueTimeInStatusExportControllerSyncExportMutationQueryParams {
|
|
6
|
+
projectIdentifier?: string;
|
|
7
|
+
orgIdentifier?: string;
|
|
8
|
+
}
|
|
9
|
+
export type IssueTimeInStatusExportControllerSyncExportRequestBody = IssueTimeInStatusExportRequestDto;
|
|
10
|
+
export type IssueTimeInStatusExportControllerSyncExportOkResponse = ResponseWithPagination<string>;
|
|
11
|
+
export type IssueTimeInStatusExportControllerSyncExportErrorResponse = unknown;
|
|
12
|
+
export interface IssueTimeInStatusExportControllerSyncExportProps extends Omit<FetcherOptions<IssueTimeInStatusExportControllerSyncExportMutationQueryParams, IssueTimeInStatusExportControllerSyncExportRequestBody>, 'url'> {
|
|
13
|
+
queryParams: IssueTimeInStatusExportControllerSyncExportMutationQueryParams;
|
|
14
|
+
body: IssueTimeInStatusExportControllerSyncExportRequestBody;
|
|
15
|
+
}
|
|
16
|
+
export declare function issueTimeInStatusExportControllerSyncExport(props: IssueTimeInStatusExportControllerSyncExportProps): Promise<IssueTimeInStatusExportControllerSyncExportOkResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Generates and returns CSV synchronously (for testing/debugging only)
|
|
19
|
+
*/
|
|
20
|
+
export declare function useIssueTimeInStatusExportControllerSyncExportMutation(options?: Omit<UseMutationOptions<IssueTimeInStatusExportControllerSyncExportOkResponse, IssueTimeInStatusExportControllerSyncExportErrorResponse, IssueTimeInStatusExportControllerSyncExportProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<IssueTimeInStatusExportControllerSyncExportOkResponse, unknown, IssueTimeInStatusExportControllerSyncExportProps, 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 issueTimeInStatusExportControllerSyncExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ticket-data/exports/sync`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Generates and returns CSV synchronously (for testing/debugging only)
|
|
11
|
+
*/
|
|
12
|
+
export function useIssueTimeInStatusExportControllerSyncExportMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => issueTimeInStatusExportControllerSyncExport(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -3,7 +3,7 @@ import type { MetricsExportListResponseDto } from '../schemas/MetricsExportListR
|
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface ProductivityInsightsExportControllerListExportsQueryQueryParams {
|
|
6
|
-
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
6
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
7
7
|
/**
|
|
8
8
|
* @default "all"
|
|
9
9
|
*/
|
|
@@ -3,7 +3,7 @@ import type { SprintExportListResponseDto } from '../schemas/SprintExportListRes
|
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface SprintInsightsExportControllerListExportsQueryQueryParams {
|
|
6
|
-
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
6
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
7
7
|
/**
|
|
8
8
|
* @default "all"
|
|
9
9
|
*/
|
|
@@ -3,7 +3,7 @@ import type { SprintExportListResponseDto } from '../schemas/SprintExportListRes
|
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface SprintInsightsExportControllerListExports_1QueryQueryParams {
|
|
6
|
-
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED';
|
|
6
|
+
status?: 'CANCELLED' | 'COMPLETED' | 'FAILED' | 'PROCESSING' | 'QUEUED' | 'UNKNOWN';
|
|
7
7
|
/**
|
|
8
8
|
* @default "all"
|
|
9
9
|
*/
|