@harnessio/react-sei-panorama-service-client 0.26.17 → 0.28.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 +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetAgentsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetCorrelationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetInvestmentCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLanguagesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetLeaderboardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricSeriesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.d.ts +33 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsOverviewQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.d.ts +36 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetMetricsSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetModelsCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.d.ts +34 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetOptimizationByIdQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetRolesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetToolCallCategoriesCatalogQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetWorkTypesCatalogQuery.d.ts +19 -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 +41 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListOptimizationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.d.ts +38 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts +38 -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/useCanvasControllerCanUserAllowToAccessQuery.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.js +14 -0
- 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 +109 -1
- package/dist/sei-panorama-service/src/services/index.js +33 -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 +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseAiSummaryData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCatalogTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseCorrelationData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseEntityListTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricAggregateTemplate.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseMetricBreakdownData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationItem.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseOptimizationListData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseScorecardData.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ApiResponseTimeSeriesTemplate.d.ts +27 -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 +21 -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/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/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/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/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 +35 -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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseScorecardData } from '../schemas/ApiResponseScorecardData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerGetScorecardsQueryPathParams {
|
|
6
|
+
category: string;
|
|
7
|
+
}
|
|
8
|
+
export interface AiEngineeringControllerGetScorecardsQueryQueryParams {
|
|
9
|
+
orgIdentifier?: string;
|
|
10
|
+
projectIdentifier?: string;
|
|
11
|
+
routingId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @format int32
|
|
14
|
+
*/
|
|
15
|
+
orgTreeId?: number;
|
|
16
|
+
teamRefId?: string;
|
|
17
|
+
start_date?: string;
|
|
18
|
+
end_date?: string;
|
|
19
|
+
granularity?: string;
|
|
20
|
+
assistant?: string;
|
|
21
|
+
language?: string;
|
|
22
|
+
role?: string;
|
|
23
|
+
type?: string;
|
|
24
|
+
sort?: string;
|
|
25
|
+
}
|
|
26
|
+
export type AiEngineeringControllerGetScorecardsOkResponse = ResponseWithPagination<ApiResponseScorecardData>;
|
|
27
|
+
export type AiEngineeringControllerGetScorecardsErrorResponse = unknown;
|
|
28
|
+
export interface AiEngineeringControllerGetScorecardsProps extends AiEngineeringControllerGetScorecardsQueryPathParams, Omit<FetcherOptions<AiEngineeringControllerGetScorecardsQueryQueryParams, unknown>, 'url'> {
|
|
29
|
+
queryParams: AiEngineeringControllerGetScorecardsQueryQueryParams;
|
|
30
|
+
}
|
|
31
|
+
export declare function aiEngineeringControllerGetScorecards(props: AiEngineeringControllerGetScorecardsProps): Promise<AiEngineeringControllerGetScorecardsOkResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Get scorecards for an insight category
|
|
34
|
+
*/
|
|
35
|
+
export declare function useAiEngineeringControllerGetScorecardsQuery(props: AiEngineeringControllerGetScorecardsProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetScorecardsOkResponse, AiEngineeringControllerGetScorecardsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetScorecardsOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerGetScorecardsQuery.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 aiEngineeringControllerGetScorecards(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/insights/${props.category}/metrics/scorecards`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Get scorecards for an insight category
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerGetScorecardsQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerGetScorecards', props.category, props.queryParams], ({ signal }) => aiEngineeringControllerGetScorecards(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTemplate';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerGetToolCallCategoriesCatalogQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
}
|
|
10
|
+
export type AiEngineeringControllerGetToolCallCategoriesCatalogOkResponse = ResponseWithPagination<ApiResponseCatalogTemplate>;
|
|
11
|
+
export type AiEngineeringControllerGetToolCallCategoriesCatalogErrorResponse = unknown;
|
|
12
|
+
export interface AiEngineeringControllerGetToolCallCategoriesCatalogProps extends Omit<FetcherOptions<AiEngineeringControllerGetToolCallCategoriesCatalogQueryQueryParams, unknown>, 'url'> {
|
|
13
|
+
queryParams: AiEngineeringControllerGetToolCallCategoriesCatalogQueryQueryParams;
|
|
14
|
+
}
|
|
15
|
+
export declare function aiEngineeringControllerGetToolCallCategoriesCatalog(props: AiEngineeringControllerGetToolCallCategoriesCatalogProps): Promise<AiEngineeringControllerGetToolCallCategoriesCatalogOkResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Get tool call category catalog
|
|
18
|
+
*/
|
|
19
|
+
export declare function useAiEngineeringControllerGetToolCallCategoriesCatalogQuery(props: AiEngineeringControllerGetToolCallCategoriesCatalogProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetToolCallCategoriesCatalogOkResponse, AiEngineeringControllerGetToolCallCategoriesCatalogErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetToolCallCategoriesCatalogOkResponse, 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 aiEngineeringControllerGetToolCallCategoriesCatalog(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/tool-call-categories`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Get tool call category catalog
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerGetToolCallCategoriesCatalogQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerGetToolCallCategoriesCatalog', props.queryParams], ({ signal }) => aiEngineeringControllerGetToolCallCategoriesCatalog(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseCatalogTemplate } from '../schemas/ApiResponseCatalogTemplate';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerGetWorkTypesCatalogQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
}
|
|
10
|
+
export type AiEngineeringControllerGetWorkTypesCatalogOkResponse = ResponseWithPagination<ApiResponseCatalogTemplate>;
|
|
11
|
+
export type AiEngineeringControllerGetWorkTypesCatalogErrorResponse = unknown;
|
|
12
|
+
export interface AiEngineeringControllerGetWorkTypesCatalogProps extends Omit<FetcherOptions<AiEngineeringControllerGetWorkTypesCatalogQueryQueryParams, unknown>, 'url'> {
|
|
13
|
+
queryParams: AiEngineeringControllerGetWorkTypesCatalogQueryQueryParams;
|
|
14
|
+
}
|
|
15
|
+
export declare function aiEngineeringControllerGetWorkTypesCatalog(props: AiEngineeringControllerGetWorkTypesCatalogProps): Promise<AiEngineeringControllerGetWorkTypesCatalogOkResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Get work type catalog
|
|
18
|
+
*/
|
|
19
|
+
export declare function useAiEngineeringControllerGetWorkTypesCatalogQuery(props: AiEngineeringControllerGetWorkTypesCatalogProps, options?: Omit<UseQueryOptions<AiEngineeringControllerGetWorkTypesCatalogOkResponse, AiEngineeringControllerGetWorkTypesCatalogErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerGetWorkTypesCatalogOkResponse, 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 aiEngineeringControllerGetWorkTypesCatalog(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/work-types`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Get work type catalog
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerGetWorkTypesCatalogQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerGetWorkTypesCatalog', props.queryParams], ({ signal }) => aiEngineeringControllerGetWorkTypesCatalog(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityListData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerListDevelopersQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
orgTreeId?: number;
|
|
13
|
+
teamRefId?: string;
|
|
14
|
+
start_date?: string;
|
|
15
|
+
end_date?: string;
|
|
16
|
+
granularity?: string;
|
|
17
|
+
assistant?: string;
|
|
18
|
+
language?: string;
|
|
19
|
+
role?: string;
|
|
20
|
+
metrics?: string;
|
|
21
|
+
select?: string;
|
|
22
|
+
sort?: string;
|
|
23
|
+
cursor?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @format int32
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
}
|
|
29
|
+
export type AiEngineeringControllerListDevelopersOkResponse = ResponseWithPagination<ApiResponseEntityListData>;
|
|
30
|
+
export type AiEngineeringControllerListDevelopersErrorResponse = unknown;
|
|
31
|
+
export interface AiEngineeringControllerListDevelopersProps extends Omit<FetcherOptions<AiEngineeringControllerListDevelopersQueryQueryParams, unknown>, 'url'> {
|
|
32
|
+
queryParams: AiEngineeringControllerListDevelopersQueryQueryParams;
|
|
33
|
+
}
|
|
34
|
+
export declare function aiEngineeringControllerListDevelopers(props: AiEngineeringControllerListDevelopersProps): Promise<AiEngineeringControllerListDevelopersOkResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* List developers
|
|
37
|
+
*/
|
|
38
|
+
export declare function useAiEngineeringControllerListDevelopersQuery(props: AiEngineeringControllerListDevelopersProps, options?: Omit<UseQueryOptions<AiEngineeringControllerListDevelopersOkResponse, AiEngineeringControllerListDevelopersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerListDevelopersOkResponse, 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 aiEngineeringControllerListDevelopers(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/developers`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List developers
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerListDevelopersQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerListDevelopers', props.queryParams], ({ signal }) => aiEngineeringControllerListDevelopers(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseOptimizationListData } from '../schemas/ApiResponseOptimizationListData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerListOptimizationsQueryPathParams {
|
|
6
|
+
category: string;
|
|
7
|
+
}
|
|
8
|
+
export interface AiEngineeringControllerListOptimizationsQueryQueryParams {
|
|
9
|
+
orgIdentifier?: string;
|
|
10
|
+
projectIdentifier?: string;
|
|
11
|
+
routingId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @format int32
|
|
14
|
+
*/
|
|
15
|
+
orgTreeId?: number;
|
|
16
|
+
teamRefId?: string;
|
|
17
|
+
start_date?: string;
|
|
18
|
+
end_date?: string;
|
|
19
|
+
granularity?: string;
|
|
20
|
+
assistant?: string;
|
|
21
|
+
language?: string;
|
|
22
|
+
role?: string;
|
|
23
|
+
category?: string;
|
|
24
|
+
status?: string;
|
|
25
|
+
sort?: string;
|
|
26
|
+
cursor?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @format int32
|
|
29
|
+
*/
|
|
30
|
+
limit?: number;
|
|
31
|
+
}
|
|
32
|
+
export type AiEngineeringControllerListOptimizationsOkResponse = ResponseWithPagination<ApiResponseOptimizationListData>;
|
|
33
|
+
export type AiEngineeringControllerListOptimizationsErrorResponse = unknown;
|
|
34
|
+
export interface AiEngineeringControllerListOptimizationsProps extends AiEngineeringControllerListOptimizationsQueryPathParams, Omit<FetcherOptions<AiEngineeringControllerListOptimizationsQueryQueryParams, unknown>, 'url'> {
|
|
35
|
+
queryParams: AiEngineeringControllerListOptimizationsQueryQueryParams;
|
|
36
|
+
}
|
|
37
|
+
export declare function aiEngineeringControllerListOptimizations(props: AiEngineeringControllerListOptimizationsProps): Promise<AiEngineeringControllerListOptimizationsOkResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* List optimization opportunities for an insight category
|
|
40
|
+
*/
|
|
41
|
+
export declare function useAiEngineeringControllerListOptimizationsQuery(props: AiEngineeringControllerListOptimizationsProps, options?: Omit<UseQueryOptions<AiEngineeringControllerListOptimizationsOkResponse, AiEngineeringControllerListOptimizationsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerListOptimizationsOkResponse, 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 aiEngineeringControllerListOptimizations(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/insights/${props.category}/metrics/optimizations`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List optimization opportunities for an insight category
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerListOptimizationsQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerListOptimizations', props.category, props.queryParams], ({ signal }) => aiEngineeringControllerListOptimizations(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityListData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerListReposQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
orgTreeId?: number;
|
|
13
|
+
teamRefId?: string;
|
|
14
|
+
start_date?: string;
|
|
15
|
+
end_date?: string;
|
|
16
|
+
granularity?: string;
|
|
17
|
+
assistant?: string;
|
|
18
|
+
language?: string;
|
|
19
|
+
role?: string;
|
|
20
|
+
metrics?: string;
|
|
21
|
+
select?: string;
|
|
22
|
+
sort?: string;
|
|
23
|
+
cursor?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @format int32
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
}
|
|
29
|
+
export type AiEngineeringControllerListReposOkResponse = ResponseWithPagination<ApiResponseEntityListData>;
|
|
30
|
+
export type AiEngineeringControllerListReposErrorResponse = unknown;
|
|
31
|
+
export interface AiEngineeringControllerListReposProps extends Omit<FetcherOptions<AiEngineeringControllerListReposQueryQueryParams, unknown>, 'url'> {
|
|
32
|
+
queryParams: AiEngineeringControllerListReposQueryQueryParams;
|
|
33
|
+
}
|
|
34
|
+
export declare function aiEngineeringControllerListRepos(props: AiEngineeringControllerListReposProps): Promise<AiEngineeringControllerListReposOkResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* List repositories
|
|
37
|
+
*/
|
|
38
|
+
export declare function useAiEngineeringControllerListReposQuery(props: AiEngineeringControllerListReposProps, options?: Omit<UseQueryOptions<AiEngineeringControllerListReposOkResponse, AiEngineeringControllerListReposErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerListReposOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListReposQuery.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 aiEngineeringControllerListRepos(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/repos`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List repositories
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerListReposQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerListRepos', props.queryParams], ({ signal }) => aiEngineeringControllerListRepos(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityListData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerListSessionsQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
orgTreeId?: number;
|
|
13
|
+
teamRefId?: string;
|
|
14
|
+
start_date?: string;
|
|
15
|
+
end_date?: string;
|
|
16
|
+
granularity?: string;
|
|
17
|
+
assistant?: string;
|
|
18
|
+
language?: string;
|
|
19
|
+
role?: string;
|
|
20
|
+
metrics?: string;
|
|
21
|
+
select?: string;
|
|
22
|
+
sort?: string;
|
|
23
|
+
cursor?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @format int32
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
}
|
|
29
|
+
export type AiEngineeringControllerListSessionsOkResponse = ResponseWithPagination<ApiResponseEntityListData>;
|
|
30
|
+
export type AiEngineeringControllerListSessionsErrorResponse = unknown;
|
|
31
|
+
export interface AiEngineeringControllerListSessionsProps extends Omit<FetcherOptions<AiEngineeringControllerListSessionsQueryQueryParams, unknown>, 'url'> {
|
|
32
|
+
queryParams: AiEngineeringControllerListSessionsQueryQueryParams;
|
|
33
|
+
}
|
|
34
|
+
export declare function aiEngineeringControllerListSessions(props: AiEngineeringControllerListSessionsProps): Promise<AiEngineeringControllerListSessionsOkResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* List sessions
|
|
37
|
+
*/
|
|
38
|
+
export declare function useAiEngineeringControllerListSessionsQuery(props: AiEngineeringControllerListSessionsProps, options?: Omit<UseQueryOptions<AiEngineeringControllerListSessionsOkResponse, AiEngineeringControllerListSessionsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerListSessionsOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListSessionsQuery.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 aiEngineeringControllerListSessions(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/sessions`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List sessions
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerListSessionsQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerListSessions', props.queryParams], ({ signal }) => aiEngineeringControllerListSessions(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ApiResponseEntityListData } from '../schemas/ApiResponseEntityListData';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface AiEngineeringControllerListTeamsQueryQueryParams {
|
|
6
|
+
orgIdentifier?: string;
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
routingId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @format int32
|
|
11
|
+
*/
|
|
12
|
+
orgTreeId?: number;
|
|
13
|
+
teamRefId?: string;
|
|
14
|
+
start_date?: string;
|
|
15
|
+
end_date?: string;
|
|
16
|
+
granularity?: string;
|
|
17
|
+
assistant?: string;
|
|
18
|
+
language?: string;
|
|
19
|
+
role?: string;
|
|
20
|
+
metrics?: string;
|
|
21
|
+
select?: string;
|
|
22
|
+
sort?: string;
|
|
23
|
+
cursor?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @format int32
|
|
26
|
+
*/
|
|
27
|
+
limit?: number;
|
|
28
|
+
}
|
|
29
|
+
export type AiEngineeringControllerListTeamsOkResponse = ResponseWithPagination<ApiResponseEntityListData>;
|
|
30
|
+
export type AiEngineeringControllerListTeamsErrorResponse = unknown;
|
|
31
|
+
export interface AiEngineeringControllerListTeamsProps extends Omit<FetcherOptions<AiEngineeringControllerListTeamsQueryQueryParams, unknown>, 'url'> {
|
|
32
|
+
queryParams: AiEngineeringControllerListTeamsQueryQueryParams;
|
|
33
|
+
}
|
|
34
|
+
export declare function aiEngineeringControllerListTeams(props: AiEngineeringControllerListTeamsProps): Promise<AiEngineeringControllerListTeamsOkResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* List teams
|
|
37
|
+
*/
|
|
38
|
+
export declare function useAiEngineeringControllerListTeamsQuery(props: AiEngineeringControllerListTeamsProps, options?: Omit<UseQueryOptions<AiEngineeringControllerListTeamsOkResponse, AiEngineeringControllerListTeamsErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<AiEngineeringControllerListTeamsOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useAiEngineeringControllerListTeamsQuery.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 aiEngineeringControllerListTeams(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/ai-engineering/teams`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* List teams
|
|
11
|
+
*/
|
|
12
|
+
export function useAiEngineeringControllerListTeamsQuery(props, options) {
|
|
13
|
+
return useQuery(['AiEngineeringControllerListTeams', props.queryParams], ({ signal }) => aiEngineeringControllerListTeams(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { BaExportResponseDto } from '../schemas/BaExportResponseDto';
|
|
3
|
+
import type { BaExportRequestDto } from '../schemas/BaExportRequestDto';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface BaExportControllerCreateExportMutationQueryParams {
|
|
7
|
+
projectIdentifier?: string;
|
|
8
|
+
orgIdentifier?: string;
|
|
9
|
+
}
|
|
10
|
+
export type BaExportControllerCreateExportRequestBody = BaExportRequestDto;
|
|
11
|
+
export type BaExportControllerCreateExportOkResponse = ResponseWithPagination<BaExportResponseDto>;
|
|
12
|
+
export type BaExportControllerCreateExportErrorResponse = unknown;
|
|
13
|
+
export interface BaExportControllerCreateExportProps extends Omit<FetcherOptions<BaExportControllerCreateExportMutationQueryParams, BaExportControllerCreateExportRequestBody>, 'url'> {
|
|
14
|
+
queryParams: BaExportControllerCreateExportMutationQueryParams;
|
|
15
|
+
body: BaExportControllerCreateExportRequestBody;
|
|
16
|
+
}
|
|
17
|
+
export declare function baExportControllerCreateExport(props: BaExportControllerCreateExportProps): Promise<BaExportControllerCreateExportOkResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Creates a new async export job for BA metrics. Returns 202 for new exports, 200 for duplicates within 30 minutes.
|
|
20
|
+
*/
|
|
21
|
+
export declare function useBaExportControllerCreateExportMutation(options?: Omit<UseMutationOptions<BaExportControllerCreateExportOkResponse, BaExportControllerCreateExportErrorResponse, BaExportControllerCreateExportProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<BaExportControllerCreateExportOkResponse, unknown, BaExportControllerCreateExportProps, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerCreateExportMutation.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 { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function baExportControllerCreateExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ba/exports`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new async export job for BA metrics. Returns 202 for new exports, 200 for duplicates within 30 minutes.
|
|
11
|
+
*/
|
|
12
|
+
export function useBaExportControllerCreateExportMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => baExportControllerCreateExport(mutateProps), options);
|
|
14
|
+
}
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
3
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
4
|
+
export interface BaExportControllerDownloadExportQueryPathParams {
|
|
5
|
+
exportId: string;
|
|
6
|
+
}
|
|
7
|
+
export type BaExportControllerDownloadExportOkResponse = ResponseWithPagination<string>;
|
|
8
|
+
export type BaExportControllerDownloadExportErrorResponse = unknown;
|
|
9
|
+
export interface BaExportControllerDownloadExportProps extends BaExportControllerDownloadExportQueryPathParams, Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
10
|
+
}
|
|
11
|
+
export declare function baExportControllerDownloadExport(props: BaExportControllerDownloadExportProps): Promise<BaExportControllerDownloadExportOkResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Download BA export
|
|
14
|
+
*/
|
|
15
|
+
export declare function useBaExportControllerDownloadExportQuery(props: BaExportControllerDownloadExportProps, options?: Omit<UseQueryOptions<BaExportControllerDownloadExportOkResponse, BaExportControllerDownloadExportErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<BaExportControllerDownloadExportOkResponse, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useBaExportControllerDownloadExportQuery.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 baExportControllerDownloadExport(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ba/exports/${props.exportId}/download`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Download BA export
|
|
11
|
+
*/
|
|
12
|
+
export function useBaExportControllerDownloadExportQuery(props, options) {
|
|
13
|
+
return useQuery(['BAExportControllerDownloadExport', props.exportId], ({ signal }) => baExportControllerDownloadExport(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { BaExportRequestDto } from '../schemas/BaExportRequestDto';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface BaExportControllerGenerateExportSyncMutationQueryParams {
|
|
6
|
+
projectIdentifier?: string;
|
|
7
|
+
orgIdentifier?: string;
|
|
8
|
+
}
|
|
9
|
+
export type BaExportControllerGenerateExportSyncRequestBody = BaExportRequestDto;
|
|
10
|
+
export type BaExportControllerGenerateExportSyncOkResponse = ResponseWithPagination<string>;
|
|
11
|
+
export type BaExportControllerGenerateExportSyncErrorResponse = unknown;
|
|
12
|
+
export interface BaExportControllerGenerateExportSyncProps extends Omit<FetcherOptions<BaExportControllerGenerateExportSyncMutationQueryParams, BaExportControllerGenerateExportSyncRequestBody>, 'url'> {
|
|
13
|
+
queryParams: BaExportControllerGenerateExportSyncMutationQueryParams;
|
|
14
|
+
body: BaExportControllerGenerateExportSyncRequestBody;
|
|
15
|
+
}
|
|
16
|
+
export declare function baExportControllerGenerateExportSync(props: BaExportControllerGenerateExportSyncProps): Promise<BaExportControllerGenerateExportSyncOkResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Directly generates and returns a BA metrics CSV without async processing. For debugging only.
|
|
19
|
+
*/
|
|
20
|
+
export declare function useBaExportControllerGenerateExportSyncMutation(options?: Omit<UseMutationOptions<BaExportControllerGenerateExportSyncOkResponse, BaExportControllerGenerateExportSyncErrorResponse, BaExportControllerGenerateExportSyncProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<BaExportControllerGenerateExportSyncOkResponse, unknown, BaExportControllerGenerateExportSyncProps, 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 baExportControllerGenerateExportSync(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/insights/ba/exports/sync`, method: 'POST' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Directly generates and returns a BA metrics CSV without async processing. For debugging only.
|
|
11
|
+
*/
|
|
12
|
+
export function useBaExportControllerGenerateExportSyncMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => baExportControllerGenerateExportSync(mutateProps), options);
|
|
14
|
+
}
|
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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ErrorResponse } from '../schemas/ErrorResponse';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export type CanvasControllerCanUserAllowToAccessOkResponse = ResponseWithPagination<unknown>;
|
|
6
|
+
export type CanvasControllerCanUserAllowToAccessErrorResponse = ErrorResponse;
|
|
7
|
+
export interface CanvasControllerCanUserAllowToAccessProps extends Omit<FetcherOptions<unknown, unknown>, 'url'> {
|
|
8
|
+
}
|
|
9
|
+
export declare function canvasControllerCanUserAllowToAccess(props: CanvasControllerCanUserAllowToAccessProps): Promise<CanvasControllerCanUserAllowToAccessOkResponse>;
|
|
10
|
+
/**
|
|
11
|
+
* Check user access for specific module or content
|
|
12
|
+
*/
|
|
13
|
+
export declare function useCanvasControllerCanUserAllowToAccessQuery(props: CanvasControllerCanUserAllowToAccessProps, options?: Omit<UseQueryOptions<CanvasControllerCanUserAllowToAccessOkResponse, CanvasControllerCanUserAllowToAccessErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<CanvasControllerCanUserAllowToAccessOkResponse, ErrorResponse>;
|
package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCanUserAllowToAccessQuery.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 canvasControllerCanUserAllowToAccess(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/v2/canvas/accesscheck`, method: 'GET' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Check user access for specific module or content
|
|
11
|
+
*/
|
|
12
|
+
export function useCanvasControllerCanUserAllowToAccessQuery(props, options) {
|
|
13
|
+
return useQuery(['CanvasControllerCanUserAllowToAccess'], ({ signal }) => canvasControllerCanUserAllowToAccess(Object.assign(Object.assign({}, props), { signal })), options);
|
|
14
|
+
}
|