@harnessio/react-sei-panorama-service-client 0.26.8 → 0.26.10
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/useCustomMetricsControllerIngestDataMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useCustomMetricsControllerIngestDataMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useCustomMetricsControllerRegisterSchemaMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useCustomMetricsControllerRegisterSchemaMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetIngestionHistoryQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useExternalDataControllerGetSchemaHistoryQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExportMutation.d.ts +10 -4
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExportMutation.js +10 -4
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExport_1Mutation.d.ts +10 -4
- package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsExportControllerCreateExport_1Mutation.js +10 -4
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/index.d.ts +5 -7
- package/dist/sei-panorama-service/src/services/schemas/ColumnDefinition.d.ts +49 -0
- package/dist/sei-panorama-service/src/services/schemas/DataRecord.d.ts +4 -4
- package/dist/sei-panorama-service/src/services/schemas/DoraLttcMttrMetric.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoObject.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IngestionRequest.d.ts +2 -7
- package/dist/sei-panorama-service/src/services/schemas/Integration.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/schemas/ItsmDrilldownItem.d.ts +20 -41
- package/dist/sei-panorama-service/src/services/schemas/ItsmDrilldownSummary.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/schemas/Metadata.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MinimalTeamHierarchyResponseDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MttrDrillDownResponseDto.d.ts +6 -1
- package/dist/sei-panorama-service/src/services/schemas/MttrDrilldownRequest.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/MttrMetric.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/PageMetadata.d.ts +45 -0
- package/dist/sei-panorama-service/src/services/schemas/PagedResponseIngestionStatusResponse.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/PagedResponseSchemaResponse.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/PreviewTeamHierarchyResponseDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/RecordBatch.d.ts +5 -5
- package/dist/sei-panorama-service/src/services/schemas/SchemaDefinition.d.ts +4 -9
- package/dist/sei-panorama-service/src/services/schemas/SchemaRegistrationRequest.d.ts +0 -5
- package/dist/sei-panorama-service/src/services/schemas/SchemaResponse.d.ts +0 -4
- package/dist/sei-panorama-service/src/services/schemas/SprintExportRequestDto.d.ts +3 -9
- package/dist/sei-panorama-service/src/services/schemas/SummaryValue.d.ts +3 -3
- package/dist/sei-panorama-service/src/services/schemas/TeamAccessDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilterIntegrationSummary.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/TeamHierarchyDto.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/FieldConstraint.d.ts +0 -23
- package/dist/sei-panorama-service/src/services/schemas/FieldDefinition.d.ts +0 -28
- package/dist/sei-panorama-service/src/services/schemas/PageIngestionStatusResponse.d.ts +0 -31
- package/dist/sei-panorama-service/src/services/schemas/PageSchemaResponse.d.ts +0 -31
- package/dist/sei-panorama-service/src/services/schemas/PageSchemaResponse.js +0 -1
- package/dist/sei-panorama-service/src/services/schemas/PageableObject.d.ts +0 -18
- package/dist/sei-panorama-service/src/services/schemas/PageableObject.js +0 -1
- package/dist/sei-panorama-service/src/services/schemas/RecordTypeDefinition.d.ts +0 -19
- package/dist/sei-panorama-service/src/services/schemas/SortObject.d.ts +0 -5
- /package/dist/sei-panorama-service/src/services/schemas/{FieldConstraint.js → ColumnDefinition.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{RecordTypeDefinition.js → ItsmDrilldownSummary.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{SortObject.js → PageMetadata.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{FieldDefinition.js → PagedResponseIngestionStatusResponse.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{PageIngestionStatusResponse.js → PagedResponseSchemaResponse.js} +0 -0
|
@@ -24,6 +24,6 @@ export interface CustomMetricsControllerIngestDataProps extends CustomMetricsCon
|
|
|
24
24
|
}
|
|
25
25
|
export declare function customMetricsControllerIngestData(props: CustomMetricsControllerIngestDataProps): Promise<CustomMetricsControllerIngestDataOkResponse>;
|
|
26
26
|
/**
|
|
27
|
-
* Submit custom
|
|
27
|
+
* Submit custom ingestion data for processing
|
|
28
28
|
*/
|
|
29
29
|
export declare function useCustomMetricsControllerIngestDataMutation(options?: Omit<UseMutationOptions<CustomMetricsControllerIngestDataOkResponse, CustomMetricsControllerIngestDataErrorResponse, CustomMetricsControllerIngestDataProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<CustomMetricsControllerIngestDataOkResponse, ErrorResponse, CustomMetricsControllerIngestDataProps, unknown>;
|
package/dist/sei-panorama-service/src/services/hooks/useCustomMetricsControllerIngestDataMutation.js
CHANGED
|
@@ -7,7 +7,7 @@ export function customMetricsControllerIngestData(props) {
|
|
|
7
7
|
return fetcher(Object.assign({ url: `/v2/custom-metrics/${props.integrationId}`, method: 'POST' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Submit custom
|
|
10
|
+
* Submit custom ingestion data for processing
|
|
11
11
|
*/
|
|
12
12
|
export function useCustomMetricsControllerIngestDataMutation(options) {
|
|
13
13
|
return useMutation((mutateProps) => customMetricsControllerIngestData(mutateProps), options);
|
|
@@ -24,6 +24,6 @@ export interface CustomMetricsControllerRegisterSchemaProps extends CustomMetric
|
|
|
24
24
|
}
|
|
25
25
|
export declare function customMetricsControllerRegisterSchema(props: CustomMetricsControllerRegisterSchemaProps): Promise<CustomMetricsControllerRegisterSchemaOkResponse>;
|
|
26
26
|
/**
|
|
27
|
-
* Register or update a custom
|
|
27
|
+
* Register or update a custom ingestion schema for an integration
|
|
28
28
|
*/
|
|
29
29
|
export declare function useCustomMetricsControllerRegisterSchemaMutation(options?: Omit<UseMutationOptions<CustomMetricsControllerRegisterSchemaOkResponse, CustomMetricsControllerRegisterSchemaErrorResponse, CustomMetricsControllerRegisterSchemaProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<CustomMetricsControllerRegisterSchemaOkResponse, ErrorResponse, CustomMetricsControllerRegisterSchemaProps, unknown>;
|
|
@@ -7,7 +7,7 @@ export function customMetricsControllerRegisterSchema(props) {
|
|
|
7
7
|
return fetcher(Object.assign({ url: `/v2/custom-metrics/${props.integrationId}/schema`, method: 'POST' }, props));
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Register or update a custom
|
|
10
|
+
* Register or update a custom ingestion schema for an integration
|
|
11
11
|
*/
|
|
12
12
|
export function useCustomMetricsControllerRegisterSchemaMutation(options) {
|
|
13
13
|
return useMutation((mutateProps) => customMetricsControllerRegisterSchema(mutateProps), options);
|
|
@@ -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 = DeveloperIdentityUpsertFailureResponse | ErrorResponse;
|
|
10
|
+
export type DeveloperControllerUpsertDeveloperIdentitiesErrorResponse = (DeveloperIdentityUpsertFailureResponse & ErrorResponse) | ErrorResponse;
|
|
11
11
|
export interface DeveloperControllerUpsertDeveloperIdentitiesProps extends Omit<FetcherOptions<unknown, DeveloperControllerUpsertDeveloperIdentitiesRequestBody>, 'url'> {
|
|
12
12
|
body: DeveloperControllerUpsertDeveloperIdentitiesRequestBody;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import type {
|
|
2
|
+
import type { PagedResponseIngestionStatusResponse } from '../schemas/PagedResponseIngestionStatusResponse';
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface ExternalDataControllerGetIngestionHistoryQueryPathParams {
|
|
@@ -20,7 +20,7 @@ export interface ExternalDataControllerGetIngestionHistoryQueryQueryParams {
|
|
|
20
20
|
size?: number;
|
|
21
21
|
sort?: string[];
|
|
22
22
|
}
|
|
23
|
-
export type ExternalDataControllerGetIngestionHistoryOkResponse = ResponseWithPagination<
|
|
23
|
+
export type ExternalDataControllerGetIngestionHistoryOkResponse = ResponseWithPagination<PagedResponseIngestionStatusResponse>;
|
|
24
24
|
export type ExternalDataControllerGetIngestionHistoryErrorResponse = unknown;
|
|
25
25
|
export interface ExternalDataControllerGetIngestionHistoryProps extends ExternalDataControllerGetIngestionHistoryQueryPathParams, Omit<FetcherOptions<ExternalDataControllerGetIngestionHistoryQueryQueryParams, unknown>, 'url'> {
|
|
26
26
|
queryParams: ExternalDataControllerGetIngestionHistoryQueryQueryParams;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import type {
|
|
2
|
+
import type { PagedResponseSchemaResponse } from '../schemas/PagedResponseSchemaResponse';
|
|
3
3
|
import type { ResponseWithPagination } from '../helpers';
|
|
4
4
|
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
5
|
export interface ExternalDataControllerGetSchemaHistoryQueryPathParams {
|
|
@@ -19,7 +19,7 @@ export interface ExternalDataControllerGetSchemaHistoryQueryQueryParams {
|
|
|
19
19
|
size?: number;
|
|
20
20
|
sort?: string[];
|
|
21
21
|
}
|
|
22
|
-
export type ExternalDataControllerGetSchemaHistoryOkResponse = ResponseWithPagination<
|
|
22
|
+
export type ExternalDataControllerGetSchemaHistoryOkResponse = ResponseWithPagination<PagedResponseSchemaResponse>;
|
|
23
23
|
export type ExternalDataControllerGetSchemaHistoryErrorResponse = unknown;
|
|
24
24
|
export interface ExternalDataControllerGetSchemaHistoryProps extends ExternalDataControllerGetSchemaHistoryQueryPathParams, Omit<FetcherOptions<ExternalDataControllerGetSchemaHistoryQueryQueryParams, unknown>, 'url'> {
|
|
25
25
|
queryParams: ExternalDataControllerGetSchemaHistoryQueryQueryParams;
|
|
@@ -20,10 +20,16 @@ export declare function sprintInsightsExportControllerCreateExport(props: Sprint
|
|
|
20
20
|
* If an identical export was requested recently (within 30 minutes),
|
|
21
21
|
* the existing export will be reused and returned with 200 OK status.
|
|
22
22
|
*
|
|
23
|
-
* Metric Selection (choose ONE):
|
|
24
|
-
* - metricGroups
|
|
25
|
-
* -
|
|
26
|
-
*
|
|
23
|
+
* **Metric Selection** (choose ONE):
|
|
24
|
+
* - `metricGroups`: High-level business groups (e.g., ["work", "delivery", "analysis"])
|
|
25
|
+
* - `metrics`: Granular column selection (e.g., ["Sprint_Commit", "Total_Work_Delivered", "Churn_Rate"])
|
|
26
|
+
*
|
|
27
|
+
* **Available Metric Groups:**
|
|
28
|
+
* - `work`: Sprint work metrics (commit, creep, size, scope creep)
|
|
29
|
+
* - `delivery`: Delivery metrics (delivered work, missed work, delivery rates)
|
|
30
|
+
* - `analysis`: Analysis metrics (churn rate, removed tickets)
|
|
31
|
+
* - `predictability`: Predictability metrics (consistency, reliability)
|
|
32
|
+
* - `velocity`: Sprint velocity
|
|
27
33
|
*
|
|
28
34
|
* Note: sprintIds are used for filtering but not persisted.
|
|
29
35
|
*
|
|
@@ -11,10 +11,16 @@ export function sprintInsightsExportControllerCreateExport(props) {
|
|
|
11
11
|
* If an identical export was requested recently (within 30 minutes),
|
|
12
12
|
* the existing export will be reused and returned with 200 OK status.
|
|
13
13
|
*
|
|
14
|
-
* Metric Selection (choose ONE):
|
|
15
|
-
* - metricGroups
|
|
16
|
-
* -
|
|
17
|
-
*
|
|
14
|
+
* **Metric Selection** (choose ONE):
|
|
15
|
+
* - `metricGroups`: High-level business groups (e.g., ["work", "delivery", "analysis"])
|
|
16
|
+
* - `metrics`: Granular column selection (e.g., ["Sprint_Commit", "Total_Work_Delivered", "Churn_Rate"])
|
|
17
|
+
*
|
|
18
|
+
* **Available Metric Groups:**
|
|
19
|
+
* - `work`: Sprint work metrics (commit, creep, size, scope creep)
|
|
20
|
+
* - `delivery`: Delivery metrics (delivered work, missed work, delivery rates)
|
|
21
|
+
* - `analysis`: Analysis metrics (churn rate, removed tickets)
|
|
22
|
+
* - `predictability`: Predictability metrics (consistency, reliability)
|
|
23
|
+
* - `velocity`: Sprint velocity
|
|
18
24
|
*
|
|
19
25
|
* Note: sprintIds are used for filtering but not persisted.
|
|
20
26
|
*
|
|
@@ -20,10 +20,16 @@ export declare function sprintInsightsExportControllerCreateExport_1(props: Spri
|
|
|
20
20
|
* If an identical export was requested recently (within 30 minutes),
|
|
21
21
|
* the existing export will be reused and returned with 200 OK status.
|
|
22
22
|
*
|
|
23
|
-
* Metric Selection (choose ONE):
|
|
24
|
-
* - metricGroups
|
|
25
|
-
* -
|
|
26
|
-
*
|
|
23
|
+
* **Metric Selection** (choose ONE):
|
|
24
|
+
* - `metricGroups`: High-level business groups (e.g., ["work", "delivery", "analysis"])
|
|
25
|
+
* - `metrics`: Granular column selection (e.g., ["Sprint_Commit", "Total_Work_Delivered", "Churn_Rate"])
|
|
26
|
+
*
|
|
27
|
+
* **Available Metric Groups:**
|
|
28
|
+
* - `work`: Sprint work metrics (commit, creep, size, scope creep)
|
|
29
|
+
* - `delivery`: Delivery metrics (delivered work, missed work, delivery rates)
|
|
30
|
+
* - `analysis`: Analysis metrics (churn rate, removed tickets)
|
|
31
|
+
* - `predictability`: Predictability metrics (consistency, reliability)
|
|
32
|
+
* - `velocity`: Sprint velocity
|
|
27
33
|
*
|
|
28
34
|
* Note: sprintIds are used for filtering but not persisted.
|
|
29
35
|
*
|
|
@@ -11,10 +11,16 @@ export function sprintInsightsExportControllerCreateExport_1(props) {
|
|
|
11
11
|
* If an identical export was requested recently (within 30 minutes),
|
|
12
12
|
* the existing export will be reused and returned with 200 OK status.
|
|
13
13
|
*
|
|
14
|
-
* Metric Selection (choose ONE):
|
|
15
|
-
* - metricGroups
|
|
16
|
-
* -
|
|
17
|
-
*
|
|
14
|
+
* **Metric Selection** (choose ONE):
|
|
15
|
+
* - `metricGroups`: High-level business groups (e.g., ["work", "delivery", "analysis"])
|
|
16
|
+
* - `metrics`: Granular column selection (e.g., ["Sprint_Commit", "Total_Work_Delivered", "Churn_Rate"])
|
|
17
|
+
*
|
|
18
|
+
* **Available Metric Groups:**
|
|
19
|
+
* - `work`: Sprint work metrics (commit, creep, size, scope creep)
|
|
20
|
+
* - `delivery`: Delivery metrics (delivered work, missed work, delivery rates)
|
|
21
|
+
* - `analysis`: Analysis metrics (churn rate, removed tickets)
|
|
22
|
+
* - `predictability`: Predictability metrics (consistency, reliability)
|
|
23
|
+
* - `velocity`: Sprint velocity
|
|
18
24
|
*
|
|
19
25
|
* Note: sprintIds are used for filtering but not persisted.
|
|
20
26
|
*
|
package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface TeamsControllerGetTeamFiltersQueryPathParams {
|
|
|
10
10
|
teamRefId: number;
|
|
11
11
|
}
|
|
12
12
|
export interface TeamsControllerGetTeamFiltersQueryQueryParams {
|
|
13
|
-
integration_type?: 'AI' | 'CD' | 'CI' | '
|
|
13
|
+
integration_type?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
14
14
|
}
|
|
15
15
|
export type TeamsControllerGetTeamFiltersOkResponse = ResponseWithPagination<TeamFiltersResponseDto>;
|
|
16
16
|
export type TeamsControllerGetTeamFiltersErrorResponse = ErrorResponse;
|
|
@@ -9,7 +9,7 @@ export interface TeamsControllerGetTeamIntegrationFiltersQueryPathParams {
|
|
|
9
9
|
teamRefId: number;
|
|
10
10
|
}
|
|
11
11
|
export interface TeamsControllerGetTeamIntegrationFiltersQueryQueryParams {
|
|
12
|
-
integrationType?: 'AI' | 'CD' | 'CI' | '
|
|
12
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
13
13
|
}
|
|
14
14
|
export type TeamsControllerGetTeamIntegrationFiltersOkResponse = ResponseWithPagination<GroupedTeamFiltersResponseDto>;
|
|
15
15
|
export type TeamsControllerGetTeamIntegrationFiltersErrorResponse = GroupedTeamFiltersResponseDto;
|
|
@@ -543,6 +543,7 @@ export type { CodingDaysIndividualDrilldownResponseDataPointV3 } from './schemas
|
|
|
543
543
|
export type { CollectionEnriched } from './schemas/CollectionEnriched';
|
|
544
544
|
export type { CollectionFilter } from './schemas/CollectionFilter';
|
|
545
545
|
export type { CollectionTree } from './schemas/CollectionTree';
|
|
546
|
+
export type { ColumnDefinition } from './schemas/ColumnDefinition';
|
|
546
547
|
export type { CommitInfo } from './schemas/CommitInfo';
|
|
547
548
|
export type { CreatedBy } from './schemas/CreatedBy';
|
|
548
549
|
export type { CursorMetrics } from './schemas/CursorMetrics';
|
|
@@ -629,8 +630,6 @@ export type { ExportOptions } from './schemas/ExportOptions';
|
|
|
629
630
|
export type { ExportRequestDto } from './schemas/ExportRequestDto';
|
|
630
631
|
export type { ExportScope } from './schemas/ExportScope';
|
|
631
632
|
export type { FeatureDto } from './schemas/FeatureDto';
|
|
632
|
-
export type { FieldConstraint } from './schemas/FieldConstraint';
|
|
633
|
-
export type { FieldDefinition } from './schemas/FieldDefinition';
|
|
634
633
|
export type { FilterByField } from './schemas/FilterByField';
|
|
635
634
|
export type { FilterValuesRequestDto } from './schemas/FilterValuesRequestDto';
|
|
636
635
|
export type { GroupByField } from './schemas/GroupByField';
|
|
@@ -672,6 +671,7 @@ export type { IssuesPrResponse } from './schemas/IssuesPrResponse';
|
|
|
672
671
|
export type { IssuesPrResponseWrapper } from './schemas/IssuesPrResponseWrapper';
|
|
673
672
|
export type { ItsmCustomFieldDto } from './schemas/ItsmCustomFieldDto';
|
|
674
673
|
export type { ItsmDrilldownItem } from './schemas/ItsmDrilldownItem';
|
|
674
|
+
export type { ItsmDrilldownSummary } from './schemas/ItsmDrilldownSummary';
|
|
675
675
|
export type { JsonNode } from './schemas/JsonNode';
|
|
676
676
|
export type { LanguageCount } from './schemas/LanguageCount';
|
|
677
677
|
export type { LicenseSearchParams } from './schemas/LicenseSearchParams';
|
|
@@ -724,9 +724,9 @@ export type { OrgTreeSearchParams } from './schemas/OrgTreeSearchParams';
|
|
|
724
724
|
export type { OrgTreeUpdateRequestDto } from './schemas/OrgTreeUpdateRequestDto';
|
|
725
725
|
export type { OverallPrMetrics } from './schemas/OverallPrMetrics';
|
|
726
726
|
export type { OverallReworkMetrics } from './schemas/OverallReworkMetrics';
|
|
727
|
-
export type {
|
|
728
|
-
export type {
|
|
729
|
-
export type {
|
|
727
|
+
export type { PageMetadata } from './schemas/PageMetadata';
|
|
728
|
+
export type { PagedResponseIngestionStatusResponse } from './schemas/PagedResponseIngestionStatusResponse';
|
|
729
|
+
export type { PagedResponseSchemaResponse } from './schemas/PagedResponseSchemaResponse';
|
|
730
730
|
export type { PaginatedResponseTeamSummary } from './schemas/PaginatedResponseTeamSummary';
|
|
731
731
|
export type { Pagination } from './schemas/Pagination';
|
|
732
732
|
export type { PaginationInfo } from './schemas/PaginationInfo';
|
|
@@ -770,7 +770,6 @@ export type { RatingConfig } from './schemas/RatingConfig';
|
|
|
770
770
|
export type { RatingDto } from './schemas/RatingDto';
|
|
771
771
|
export type { RatingLevel } from './schemas/RatingLevel';
|
|
772
772
|
export type { RecordBatch } from './schemas/RecordBatch';
|
|
773
|
-
export type { RecordTypeDefinition } from './schemas/RecordTypeDefinition';
|
|
774
773
|
export type { RefIdDto } from './schemas/RefIdDto';
|
|
775
774
|
export type { ReleaseIssueDto } from './schemas/ReleaseIssueDto';
|
|
776
775
|
export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesResponseWrapper';
|
|
@@ -792,7 +791,6 @@ export type { SeverityData } from './schemas/SeverityData';
|
|
|
792
791
|
export type { SeveritySummaryData } from './schemas/SeveritySummaryData';
|
|
793
792
|
export type { SimpleFilter } from './schemas/SimpleFilter';
|
|
794
793
|
export type { SonarQubeEntitiesStatsDto } from './schemas/SonarQubeEntitiesStatsDto';
|
|
795
|
-
export type { SortObject } from './schemas/SortObject';
|
|
796
794
|
export type { SortOption } from './schemas/SortOption';
|
|
797
795
|
export type { SprintConfigurationDto } from './schemas/SprintConfigurationDto';
|
|
798
796
|
export type { SprintDeliveryAnalysisDto } from './schemas/SprintDeliveryAnalysisDto';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Definition of a column including its type and validation constraints
|
|
3
|
+
*/
|
|
4
|
+
export interface ColumnDefinition {
|
|
5
|
+
/**
|
|
6
|
+
* List of allowed values (enum constraint)
|
|
7
|
+
*/
|
|
8
|
+
allowedValues?: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Human-readable description of the column
|
|
11
|
+
*/
|
|
12
|
+
description?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Maximum allowed value (for numeric fields)
|
|
15
|
+
* @format double
|
|
16
|
+
*/
|
|
17
|
+
max?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Minimum allowed value (for numeric fields)
|
|
20
|
+
* @format double
|
|
21
|
+
*/
|
|
22
|
+
min?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Column name
|
|
25
|
+
* @example "team"
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* Regex pattern for value validation
|
|
30
|
+
*/
|
|
31
|
+
pattern?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Whether this column is required in every record
|
|
34
|
+
*/
|
|
35
|
+
required?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* List of other columns that must be present when this column is used
|
|
38
|
+
*/
|
|
39
|
+
requiredColumns?: string[];
|
|
40
|
+
/**
|
|
41
|
+
* Column data type (string, number, boolean, timestamp)
|
|
42
|
+
* @example "string"
|
|
43
|
+
*/
|
|
44
|
+
type: 'boolean' | 'double' | 'json' | 'long' | 'string' | 'timestamp';
|
|
45
|
+
/**
|
|
46
|
+
* Unit of measurement (e.g., ms, seconds, percentage)
|
|
47
|
+
*/
|
|
48
|
+
unit?: string;
|
|
49
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A single data
|
|
2
|
+
* A single data point with timestamp and field values
|
|
3
3
|
*/
|
|
4
4
|
export interface DataRecord {
|
|
5
5
|
/**
|
|
6
|
-
* Field values as key-value pairs
|
|
6
|
+
* Field values as key-value pairs. Keys must match schema field definitions.
|
|
7
7
|
* @example {"team":"payments","application":"api","value":99.999}
|
|
8
8
|
*/
|
|
9
9
|
fields: {
|
|
@@ -12,9 +12,9 @@ export interface DataRecord {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
|
-
* Timestamp when this data was recorded
|
|
15
|
+
* Timestamp when this data was recorded (ISO 8601 format)
|
|
16
16
|
* @format date-time
|
|
17
|
-
* @example "2024-
|
|
17
|
+
* @example "2024-02-13T10:00:00.000Z"
|
|
18
18
|
*/
|
|
19
19
|
timestamp: string;
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@ import type { DataPoint } from '../schemas/DataPoint';
|
|
|
2
2
|
import type { RatingDto } from '../schemas/RatingDto';
|
|
3
3
|
import type { Stage } from '../schemas/Stage';
|
|
4
4
|
export interface DoraLttcMttrMetric {
|
|
5
|
-
basedOn?: 'AI' | 'CD' | 'CI' | '
|
|
5
|
+
basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
6
6
|
dataPoints?: DataPoint[];
|
|
7
7
|
/**
|
|
8
8
|
* @format date-time
|
|
@@ -4,7 +4,7 @@ export interface DrillDownResponseDtoObject {
|
|
|
4
4
|
* @format int32
|
|
5
5
|
*/
|
|
6
6
|
count?: number;
|
|
7
|
-
integrationType?: 'AI' | 'CD' | 'CI' | '
|
|
7
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
8
8
|
pagination?: PaginationInfo;
|
|
9
9
|
records?: Array<{
|
|
10
10
|
[key: string]: any;
|
|
@@ -4,12 +4,7 @@ import type { RecordBatch } from '../schemas/RecordBatch';
|
|
|
4
4
|
*/
|
|
5
5
|
export interface IngestionRequest {
|
|
6
6
|
/**
|
|
7
|
-
* List of record batches to ingest
|
|
7
|
+
* List of record batches to ingest, grouped by record type
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Data source identifier
|
|
12
|
-
* @example "aternity"
|
|
13
|
-
*/
|
|
14
|
-
source: string;
|
|
9
|
+
batches: RecordBatch[];
|
|
15
10
|
}
|
|
@@ -3,6 +3,6 @@ export interface Integration {
|
|
|
3
3
|
* @format int32
|
|
4
4
|
*/
|
|
5
5
|
id?: number;
|
|
6
|
-
integrationType?: 'AI' | 'CD' | 'CI' | '
|
|
6
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
7
7
|
name?: string;
|
|
8
8
|
}
|
|
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
|
|
|
5
5
|
/**
|
|
6
6
|
* Application type
|
|
7
7
|
*/
|
|
8
|
-
applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | '
|
|
8
|
+
applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
|
|
9
9
|
/**
|
|
10
10
|
* Integration ID
|
|
11
11
|
* @format int32
|
|
@@ -14,7 +14,7 @@ export interface IntegrationResponseDto {
|
|
|
14
14
|
/**
|
|
15
15
|
* Integration type
|
|
16
16
|
*/
|
|
17
|
-
integrationType?: 'AI' | 'CD' | 'CI' | '
|
|
17
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
18
18
|
/**
|
|
19
19
|
* Integration name
|
|
20
20
|
*/
|
|
@@ -1,94 +1,73 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* ITSM drilldown record for incidents and change requests
|
|
2
|
+
* ITSM drilldown record for incidents and change requests from incident_mgmt table
|
|
3
3
|
*/
|
|
4
4
|
export interface ItsmDrilldownItem {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
applicationName?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Approval group for the record
|
|
11
|
-
*/
|
|
12
|
-
approvalGroup?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Assignment group responsible for the record
|
|
6
|
+
* Assignment group from attributes['assignment_group']
|
|
15
7
|
*/
|
|
16
8
|
assignmentGroup?: string;
|
|
17
9
|
/**
|
|
18
|
-
* Business service
|
|
10
|
+
* Business service from attributes['business_service']
|
|
19
11
|
*/
|
|
20
12
|
businessService?: string;
|
|
21
13
|
/**
|
|
22
|
-
* When the record was closed
|
|
14
|
+
* When the record was closed from attributes['closed_at']
|
|
23
15
|
* @format date-time
|
|
24
16
|
*/
|
|
25
17
|
closedAt?: string;
|
|
26
18
|
/**
|
|
27
|
-
* When the record was created
|
|
19
|
+
* When the record was created from incident_created_at column
|
|
28
20
|
* @format date-time
|
|
29
21
|
*/
|
|
30
22
|
createdAt?: string;
|
|
31
23
|
/**
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
environment?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Record ID (e.g., INC0012345 for incidents, CHG0012345 for change requests)
|
|
24
|
+
* Internal record ID from incident_id column
|
|
37
25
|
*/
|
|
38
26
|
id?: string;
|
|
39
27
|
/**
|
|
40
|
-
*
|
|
28
|
+
* Record number from incident_number column (e.g., INC0012345, CHG0012345)
|
|
41
29
|
*/
|
|
42
|
-
|
|
30
|
+
number?: string;
|
|
43
31
|
/**
|
|
44
|
-
*
|
|
32
|
+
* Person assigned to the record from assignee column
|
|
45
33
|
*/
|
|
46
34
|
owner?: string;
|
|
47
35
|
/**
|
|
48
|
-
* Priority
|
|
36
|
+
* Priority from priority column
|
|
49
37
|
*/
|
|
50
38
|
priority?: string;
|
|
51
39
|
/**
|
|
52
|
-
* Record type:
|
|
40
|
+
* Record type from type column: 'Incident' or 'Change Request'
|
|
53
41
|
*/
|
|
54
42
|
recordType?: 'CHANGE_REQUEST' | 'INCIDENT';
|
|
55
43
|
/**
|
|
56
|
-
* Resolution time in seconds
|
|
44
|
+
* Resolution time in seconds: incident_resolved_at - incident_created_at
|
|
57
45
|
* @format int64
|
|
58
46
|
*/
|
|
59
47
|
resolutionTimeSeconds?: number;
|
|
60
48
|
/**
|
|
61
|
-
* When the record was resolved
|
|
49
|
+
* When the record was resolved from incident_resolved_at column
|
|
62
50
|
* @format date-time
|
|
63
51
|
*/
|
|
64
52
|
resolvedAt?: string;
|
|
65
53
|
/**
|
|
66
|
-
*
|
|
54
|
+
* Severity from severity column
|
|
67
55
|
*/
|
|
68
|
-
|
|
56
|
+
severity?: string;
|
|
69
57
|
/**
|
|
70
|
-
* Current status
|
|
58
|
+
* Current status from status column
|
|
71
59
|
*/
|
|
72
60
|
status?: string;
|
|
73
61
|
/**
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
supportGroup?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Type/category of the record
|
|
79
|
-
*/
|
|
80
|
-
type?: string;
|
|
81
|
-
/**
|
|
82
|
-
* When the record was last updated
|
|
83
|
-
* @format date-time
|
|
62
|
+
* Summary/short description from summary column
|
|
84
63
|
*/
|
|
85
|
-
|
|
64
|
+
summary?: string;
|
|
86
65
|
/**
|
|
87
|
-
* Urgency
|
|
66
|
+
* Urgency from urgency column
|
|
88
67
|
*/
|
|
89
68
|
urgency?: string;
|
|
90
69
|
/**
|
|
91
|
-
* Direct URL to view the record in ServiceNow
|
|
70
|
+
* Direct URL to view the record in ServiceNow (url column)
|
|
92
71
|
*/
|
|
93
72
|
url?: string;
|
|
94
73
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ITSM drilldown summary statistics
|
|
3
|
+
*/
|
|
4
|
+
export interface ItsmDrilldownSummary {
|
|
5
|
+
/**
|
|
6
|
+
* Average resolution time in hours (MTTR)
|
|
7
|
+
* @format double
|
|
8
|
+
*/
|
|
9
|
+
avgResolutionTimeHours?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Deployment frequency per day (DF)
|
|
12
|
+
* @format double
|
|
13
|
+
*/
|
|
14
|
+
deploymentsPerDay?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Change failure rate percentage (CFR)
|
|
17
|
+
* @format double
|
|
18
|
+
*/
|
|
19
|
+
failureRatePercent?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of incidents resolved (MTTR)
|
|
22
|
+
* @format int64
|
|
23
|
+
*/
|
|
24
|
+
incidentsResolved?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Total number of deployments/change requests (DF)
|
|
27
|
+
* @format int64
|
|
28
|
+
*/
|
|
29
|
+
totalDeployments?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Total number of failures (CFR)
|
|
32
|
+
* @format int64
|
|
33
|
+
*/
|
|
34
|
+
totalFailures?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Total number of incidents created (MTTR)
|
|
37
|
+
* @format int64
|
|
38
|
+
*/
|
|
39
|
+
totalIncidentsCreated?: number;
|
|
40
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ImmttrDrilldownItem } from '../schemas/ImmttrDrilldownItem';
|
|
2
2
|
import type { ItsmDrilldownItem } from '../schemas/ItsmDrilldownItem';
|
|
3
|
+
import type { ItsmDrilldownSummary } from '../schemas/ItsmDrilldownSummary';
|
|
3
4
|
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
|
4
5
|
/**
|
|
5
6
|
* MTTR drilldown response with support for multiple integration types
|
|
@@ -17,11 +18,15 @@ export interface MttrDrillDownResponseDto {
|
|
|
17
18
|
/**
|
|
18
19
|
* Integration type for this response
|
|
19
20
|
*/
|
|
20
|
-
integrationType?: 'AI' | 'CD' | 'CI' | '
|
|
21
|
+
integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
21
22
|
/**
|
|
22
23
|
* ITSM records (ServiceNow incidents/change requests)
|
|
23
24
|
*/
|
|
24
25
|
itsmRecords?: ItsmDrilldownItem[];
|
|
26
|
+
/**
|
|
27
|
+
* ITSM summary statistics
|
|
28
|
+
*/
|
|
29
|
+
itsmSummary?: ItsmDrilldownSummary;
|
|
25
30
|
/**
|
|
26
31
|
* Pagination details
|
|
27
32
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MttrDataPoint } from '../schemas/MttrDataPoint';
|
|
2
2
|
import type { RatingDto } from '../schemas/RatingDto';
|
|
3
3
|
export interface MttrMetric {
|
|
4
|
-
basedOn?: 'AI' | 'CD' | 'CI' | '
|
|
4
|
+
basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
5
5
|
dataPoints?: MttrDataPoint[];
|
|
6
6
|
/**
|
|
7
7
|
* @format date-time
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pagination metadata information
|
|
3
|
+
*/
|
|
4
|
+
export interface PageMetadata {
|
|
5
|
+
/**
|
|
6
|
+
* Whether this is the first page
|
|
7
|
+
*/
|
|
8
|
+
first?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Whether there is a next page
|
|
11
|
+
*/
|
|
12
|
+
hasNext?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Whether there is a previous page
|
|
15
|
+
*/
|
|
16
|
+
hasPrevious?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether this is the last page
|
|
19
|
+
*/
|
|
20
|
+
last?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Current page number (0-based)
|
|
23
|
+
* @format int32
|
|
24
|
+
* @example 0
|
|
25
|
+
*/
|
|
26
|
+
page?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Number of items per page
|
|
29
|
+
* @format int32
|
|
30
|
+
* @example 20
|
|
31
|
+
*/
|
|
32
|
+
size?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Total number of items across all pages
|
|
35
|
+
* @format int64
|
|
36
|
+
* @example 100
|
|
37
|
+
*/
|
|
38
|
+
totalElements?: number;
|
|
39
|
+
/**
|
|
40
|
+
* Total number of pages
|
|
41
|
+
* @format int32
|
|
42
|
+
* @example 5
|
|
43
|
+
*/
|
|
44
|
+
totalPages?: number;
|
|
45
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/PagedResponseIngestionStatusResponse.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { IngestionStatusResponse } from '../schemas/IngestionStatusResponse';
|
|
2
|
+
import type { PageMetadata } from '../schemas/PageMetadata';
|
|
3
|
+
/**
|
|
4
|
+
* Paginated response with data and metadata
|
|
5
|
+
*/
|
|
6
|
+
export interface PagedResponseIngestionStatusResponse {
|
|
7
|
+
/**
|
|
8
|
+
* List of data items for the current page
|
|
9
|
+
*/
|
|
10
|
+
data?: IngestionStatusResponse[];
|
|
11
|
+
/**
|
|
12
|
+
* Pagination metadata
|
|
13
|
+
*/
|
|
14
|
+
meta?: PageMetadata;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SchemaResponse } from '../schemas/SchemaResponse';
|
|
2
|
+
import type { PageMetadata } from '../schemas/PageMetadata';
|
|
3
|
+
/**
|
|
4
|
+
* Paginated response with data and metadata
|
|
5
|
+
*/
|
|
6
|
+
export interface PagedResponseSchemaResponse {
|
|
7
|
+
/**
|
|
8
|
+
* List of data items for the current page
|
|
9
|
+
*/
|
|
10
|
+
data?: SchemaResponse[];
|
|
11
|
+
/**
|
|
12
|
+
* Pagination metadata
|
|
13
|
+
*/
|
|
14
|
+
meta?: PageMetadata;
|
|
15
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { DataRecord } from '../schemas/DataRecord';
|
|
2
2
|
/**
|
|
3
|
-
* A batch of
|
|
3
|
+
* A batch of data points grouped by record type
|
|
4
4
|
*/
|
|
5
5
|
export interface RecordBatch {
|
|
6
|
+
/**
|
|
7
|
+
* List of data points for this record type
|
|
8
|
+
*/
|
|
9
|
+
dataPoints: DataRecord[];
|
|
6
10
|
/**
|
|
7
11
|
* Type of records in this batch
|
|
8
12
|
* @example "availability"
|
|
9
13
|
*/
|
|
10
14
|
recordType: string;
|
|
11
|
-
/**
|
|
12
|
-
* List of data records
|
|
13
|
-
*/
|
|
14
|
-
records: DataRecord[];
|
|
15
15
|
}
|
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RecordTypeDefinition } from '../schemas/RecordTypeDefinition';
|
|
1
|
+
import type { ColumnDefinition } from '../schemas/ColumnDefinition';
|
|
3
2
|
/**
|
|
4
|
-
* Schema definition with
|
|
3
|
+
* Schema definition with columns and their validation constraints
|
|
5
4
|
*/
|
|
6
5
|
export interface SchemaDefinition {
|
|
7
6
|
/**
|
|
8
|
-
* All
|
|
7
|
+
* All columns/fields available in this data source with their types and constraints
|
|
9
8
|
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Record types with their required field lists
|
|
13
|
-
*/
|
|
14
|
-
recordTypes: RecordTypeDefinition[];
|
|
9
|
+
columns: ColumnDefinition[];
|
|
15
10
|
}
|
|
@@ -7,19 +7,13 @@ import type { ExportScope } from '../schemas/ExportScope';
|
|
|
7
7
|
export interface SprintExportRequestDto {
|
|
8
8
|
dateRange: DateRange;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* @example ["Sprint_Commit","Total_Work_Delivered","Churn_Rate"]
|
|
12
|
-
*/
|
|
13
|
-
metricColumns?: string[];
|
|
14
|
-
/**
|
|
15
|
-
* Metric groups to export (mutually exclusive with metricColumns/metrics)
|
|
10
|
+
* Metric groups to export (mutually exclusive with metrics)
|
|
16
11
|
* @example ["work","delivery","analysis"]
|
|
17
12
|
*/
|
|
18
13
|
metricGroups?: string[];
|
|
19
14
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @example ["
|
|
22
|
-
* @deprecated
|
|
15
|
+
* Specific metric columns to export (mutually exclusive with metricGroups)
|
|
16
|
+
* @example ["Sprint_Commit","Total_Work_Delivered","Churn_Rate"]
|
|
23
17
|
*/
|
|
24
18
|
metrics?: string[];
|
|
25
19
|
options?: ExportOptions;
|
|
@@ -12,11 +12,11 @@ export interface SummaryValue {
|
|
|
12
12
|
count?: number;
|
|
13
13
|
deploymentFrequencyRating?: RatingDto;
|
|
14
14
|
/**
|
|
15
|
-
* @format
|
|
15
|
+
* @format int64
|
|
16
16
|
*/
|
|
17
17
|
failureCount?: number;
|
|
18
18
|
/**
|
|
19
|
-
* @format
|
|
19
|
+
* @format int64
|
|
20
20
|
*/
|
|
21
21
|
incidentsResolved?: number;
|
|
22
22
|
/**
|
|
@@ -41,7 +41,7 @@ export interface SummaryValue {
|
|
|
41
41
|
p95Rating?: RatingDto;
|
|
42
42
|
stageBreakdown?: Stage[];
|
|
43
43
|
/**
|
|
44
|
-
* @format
|
|
44
|
+
* @format int64
|
|
45
45
|
*/
|
|
46
46
|
totalIncidentsCreated?: number;
|
|
47
47
|
}
|
|
@@ -17,5 +17,5 @@ export interface TeamFilterIntegrationSummary {
|
|
|
17
17
|
* Integration type
|
|
18
18
|
* @example "GITHUB"
|
|
19
19
|
*/
|
|
20
|
-
integration_type?: 'AI' | 'CD' | 'CI' | '
|
|
20
|
+
integration_type?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
|
|
21
21
|
}
|
|
@@ -13,7 +13,7 @@ export interface TeamFiltersResponseDto {
|
|
|
13
13
|
/**
|
|
14
14
|
* List of integration types that have filters configured
|
|
15
15
|
*/
|
|
16
|
-
configured_integration_types?: Array<'AI' | 'CD' | 'CI' | '
|
|
16
|
+
configured_integration_types?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY'>;
|
|
17
17
|
/**
|
|
18
18
|
* Insight configurations grouped by insight type
|
|
19
19
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.10",
|
|
4
4
|
"description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
|
|
5
5
|
"author": "Harness Inc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Validation constraints for a field
|
|
3
|
-
*/
|
|
4
|
-
export interface FieldConstraint {
|
|
5
|
-
/**
|
|
6
|
-
* List of allowed values (enum constraint)
|
|
7
|
-
*/
|
|
8
|
-
allowedValues?: string[];
|
|
9
|
-
/**
|
|
10
|
-
* Maximum allowed value (for numeric fields)
|
|
11
|
-
* @format double
|
|
12
|
-
*/
|
|
13
|
-
max?: number;
|
|
14
|
-
/**
|
|
15
|
-
* Minimum allowed value (for numeric fields)
|
|
16
|
-
* @format double
|
|
17
|
-
*/
|
|
18
|
-
min?: number;
|
|
19
|
-
/**
|
|
20
|
-
* Regex pattern for value validation
|
|
21
|
-
*/
|
|
22
|
-
pattern?: string;
|
|
23
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { FieldConstraint } from '../schemas/FieldConstraint';
|
|
2
|
-
/**
|
|
3
|
-
* Definition of a field including its type and validation constraints
|
|
4
|
-
*/
|
|
5
|
-
export interface FieldDefinition {
|
|
6
|
-
/**
|
|
7
|
-
* Validation constraints for this field
|
|
8
|
-
*/
|
|
9
|
-
constraints?: FieldConstraint;
|
|
10
|
-
/**
|
|
11
|
-
* Human-readable description of the field
|
|
12
|
-
*/
|
|
13
|
-
description?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Field name
|
|
16
|
-
* @example "team"
|
|
17
|
-
*/
|
|
18
|
-
name: string;
|
|
19
|
-
/**
|
|
20
|
-
* Whether this field is required for all records (typically false - use recordTypes.requiredFields instead)
|
|
21
|
-
*/
|
|
22
|
-
required?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Field data type
|
|
25
|
-
* @example "string"
|
|
26
|
-
*/
|
|
27
|
-
type: 'boolean' | 'double' | 'json' | 'long' | 'string' | 'timestamp';
|
|
28
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { IngestionStatusResponse } from '../schemas/IngestionStatusResponse';
|
|
2
|
-
import type { PageableObject } from '../schemas/PageableObject';
|
|
3
|
-
import type { SortObject } from '../schemas/SortObject';
|
|
4
|
-
export interface PageIngestionStatusResponse {
|
|
5
|
-
content?: IngestionStatusResponse[];
|
|
6
|
-
empty?: boolean;
|
|
7
|
-
first?: boolean;
|
|
8
|
-
last?: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* @format int32
|
|
11
|
-
*/
|
|
12
|
-
number?: number;
|
|
13
|
-
/**
|
|
14
|
-
* @format int32
|
|
15
|
-
*/
|
|
16
|
-
numberOfElements?: number;
|
|
17
|
-
pageable?: PageableObject;
|
|
18
|
-
/**
|
|
19
|
-
* @format int32
|
|
20
|
-
*/
|
|
21
|
-
size?: number;
|
|
22
|
-
sort?: SortObject;
|
|
23
|
-
/**
|
|
24
|
-
* @format int64
|
|
25
|
-
*/
|
|
26
|
-
totalElements?: number;
|
|
27
|
-
/**
|
|
28
|
-
* @format int32
|
|
29
|
-
*/
|
|
30
|
-
totalPages?: number;
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { SchemaResponse } from '../schemas/SchemaResponse';
|
|
2
|
-
import type { PageableObject } from '../schemas/PageableObject';
|
|
3
|
-
import type { SortObject } from '../schemas/SortObject';
|
|
4
|
-
export interface PageSchemaResponse {
|
|
5
|
-
content?: SchemaResponse[];
|
|
6
|
-
empty?: boolean;
|
|
7
|
-
first?: boolean;
|
|
8
|
-
last?: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* @format int32
|
|
11
|
-
*/
|
|
12
|
-
number?: number;
|
|
13
|
-
/**
|
|
14
|
-
* @format int32
|
|
15
|
-
*/
|
|
16
|
-
numberOfElements?: number;
|
|
17
|
-
pageable?: PageableObject;
|
|
18
|
-
/**
|
|
19
|
-
* @format int32
|
|
20
|
-
*/
|
|
21
|
-
size?: number;
|
|
22
|
-
sort?: SortObject;
|
|
23
|
-
/**
|
|
24
|
-
* @format int64
|
|
25
|
-
*/
|
|
26
|
-
totalElements?: number;
|
|
27
|
-
/**
|
|
28
|
-
* @format int32
|
|
29
|
-
*/
|
|
30
|
-
totalPages?: number;
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { SortObject } from '../schemas/SortObject';
|
|
2
|
-
export interface PageableObject {
|
|
3
|
-
/**
|
|
4
|
-
* @format int64
|
|
5
|
-
*/
|
|
6
|
-
offset?: number;
|
|
7
|
-
/**
|
|
8
|
-
* @format int32
|
|
9
|
-
*/
|
|
10
|
-
pageNumber?: number;
|
|
11
|
-
/**
|
|
12
|
-
* @format int32
|
|
13
|
-
*/
|
|
14
|
-
pageSize?: number;
|
|
15
|
-
paged?: boolean;
|
|
16
|
-
sort?: SortObject;
|
|
17
|
-
unpaged?: boolean;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Definition of a record type and its required fields
|
|
3
|
-
*/
|
|
4
|
-
export interface RecordTypeDefinition {
|
|
5
|
-
/**
|
|
6
|
-
* Human-readable description
|
|
7
|
-
*/
|
|
8
|
-
description?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Record type name
|
|
11
|
-
* @example "availability"
|
|
12
|
-
*/
|
|
13
|
-
name: string;
|
|
14
|
-
/**
|
|
15
|
-
* List of field names that are required for this record type
|
|
16
|
-
* @example ["team","application","value"]
|
|
17
|
-
*/
|
|
18
|
-
requiredFields: string[];
|
|
19
|
-
}
|
/package/dist/sei-panorama-service/src/services/schemas/{FieldConstraint.js → ColumnDefinition.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|