@harnessio/react-sei-panorama-service-client 0.17.5 → 0.18.1
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/useBaControllerInsightBreakdownQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useBaControllerInsightSummaryQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerLeadTimeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerDeleteProfileByRefIdMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.js +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useIntegrationControllerListIntegrationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerCreateOrgTreeMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerCreateOrgTreeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreeQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreeQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreesQuery.d.ts +30 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetOrgTreesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateOrgTreeMutation.d.ts +27 -0
- package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerUpdateOrgTreeMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerDeleteProfileMutation.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerDeleteProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileByRefIdQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileByRefIdQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.d.ts +4 -3
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationFiltersMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamIntegrationsMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerUpdateTeamMutation.js +14 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +67 -6
- package/dist/sei-panorama-service/src/services/index.js +20 -1
- package/dist/sei-panorama-service/src/services/schemas/BaBreakdownDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaCategoryMetric.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/BaDataPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/BaFeatureSummaryCardDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/BaInsightRequestDto.d.ts +12 -0
- package/dist/sei-panorama-service/src/services/schemas/BaSummaryRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/BreakdownRecord.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CfrConfigurationDto.d.ts +4 -2
- package/dist/sei-panorama-service/src/services/schemas/DfConfigurationDto.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/FeatureDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.d.ts +10 -0
- package/dist/sei-panorama-service/src/services/schemas/GroupedTeamFiltersResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Integration.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/Integration.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationSummary.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ListResponseDto.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/schemas/ListResponseDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/LtcConfigurationDto.d.ts +7 -6
- package/dist/sei-panorama-service/src/services/schemas/LtcStageDto.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/LtcStageDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Metric.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/Metric.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/MttrConfigurationDto.d.ts +3 -2
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeCreateRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeCreateRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +29 -0
- package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginatedResponseTeamSummary.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/PaginationMetadata.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileCreateRequestDto.d.ts +2 -7
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileResponseDto.d.ts +7 -7
- package/dist/sei-panorama-service/src/services/schemas/SectionDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/SectionDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamDevelopersDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamFilter.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamIntegrationDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.d.ts +40 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.d.ts +0 -20
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.js +0 -11
- package/dist/sei-panorama-service/src/services/schemas/EventWrapperDto.d.ts +0 -4
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeature.d.ts +0 -5
- package/dist/sei-panorama-service/src/services/schemas/ProductivitySection.d.ts +0 -6
- package/dist/sei-panorama-service/src/services/schemas/StageDto.d.ts +0 -11
- /package/dist/sei-panorama-service/src/services/schemas/{ProductivitySection.js → BaBreakdownDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{StageDto.js → BaCategoryMetric.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{EventWrapperDto.js → BaInsightRequestDto.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{ProductivityFeature.js → BaSummaryRequestDto.js} +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,4 +1,6 @@
|
|
1
|
-
import type {
|
1
|
+
import type { EfficiencyProfileEvent } from '../schemas/EfficiencyProfileEvent';
|
2
2
|
export interface CfrConfigurationDto {
|
3
|
-
|
3
|
+
active?: boolean;
|
4
|
+
failureEvent?: EfficiencyProfileEvent;
|
5
|
+
totalEvent?: EfficiencyProfileEvent;
|
4
6
|
}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import type {
|
1
|
+
import type { EfficiencyProfileEvent } from '../schemas/EfficiencyProfileEvent';
|
2
2
|
export interface DfConfigurationDto {
|
3
|
-
|
3
|
+
active?: boolean;
|
4
|
+
event?: EfficiencyProfileEvent;
|
4
5
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export interface ListResponseDto {
|
2
|
+
/**
|
3
|
+
* @format int32
|
4
|
+
*/
|
5
|
+
pageIndex?: number;
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
pageSize?: number;
|
10
|
+
records?: Array<{
|
11
|
+
[key: string]: any;
|
12
|
+
}>;
|
13
|
+
/**
|
14
|
+
* @format int32
|
15
|
+
*/
|
16
|
+
totalCount?: number;
|
17
|
+
}
|
@@ -1,8 +1,9 @@
|
|
1
|
-
import type {
|
1
|
+
import type { LtcStageDto } from '../schemas/LtcStageDto';
|
2
2
|
export interface LtcConfigurationDto {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
3
|
+
active?: boolean;
|
4
|
+
build?: LtcStageDto;
|
5
|
+
coding?: LtcStageDto;
|
6
|
+
deploy?: LtcStageDto;
|
7
|
+
planning?: LtcStageDto;
|
8
|
+
review?: LtcStageDto;
|
8
9
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import type {
|
1
|
+
import type { EfficiencyProfileEvent } from '../schemas/EfficiencyProfileEvent';
|
2
2
|
export interface MttrConfigurationDto {
|
3
|
-
|
3
|
+
active?: boolean;
|
4
|
+
event?: EfficiencyProfileEvent;
|
4
5
|
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
export interface OrgTreeResponseDto {
|
2
|
+
/**
|
3
|
+
* @format int64
|
4
|
+
*/
|
5
|
+
createdAtEpochSec?: number;
|
6
|
+
createdByEmail?: string;
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
efficiencyProfileRefId?: number;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
id: number;
|
15
|
+
name: string;
|
16
|
+
/**
|
17
|
+
* @format int32
|
18
|
+
*/
|
19
|
+
productivityProfileRefId?: number;
|
20
|
+
/**
|
21
|
+
* @format int32
|
22
|
+
*/
|
23
|
+
rootRefId?: number;
|
24
|
+
/**
|
25
|
+
* @format int64
|
26
|
+
*/
|
27
|
+
updatedAtEpochSec?: number;
|
28
|
+
updatedByEmail?: string;
|
29
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { TeamSummary } from '../schemas/TeamSummary';
|
2
|
+
export interface PaginatedResponseTeamSummary {
|
3
|
+
hasNext?: boolean;
|
4
|
+
hasPrevious?: boolean;
|
5
|
+
items?: TeamSummary[];
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
page?: number;
|
10
|
+
/**
|
11
|
+
* @format int32
|
12
|
+
*/
|
13
|
+
pageSize?: number;
|
14
|
+
/**
|
15
|
+
* @format int64
|
16
|
+
*/
|
17
|
+
totalItems?: number;
|
18
|
+
/**
|
19
|
+
* @format int32
|
20
|
+
*/
|
21
|
+
totalPages?: number;
|
22
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export interface PaginationMetadata {
|
2
|
+
/**
|
3
|
+
* @format int32
|
4
|
+
*/
|
5
|
+
pageNumber?: number;
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
pageSize?: number;
|
10
|
+
/**
|
11
|
+
* @format int64
|
12
|
+
*/
|
13
|
+
totalElements?: number;
|
14
|
+
/**
|
15
|
+
* @format int32
|
16
|
+
*/
|
17
|
+
totalPages?: number;
|
18
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileCreateRequestDto.d.ts
CHANGED
@@ -1,11 +1,6 @@
|
|
1
|
-
import type {
|
1
|
+
import type { SectionDto } from '../schemas/SectionDto';
|
2
2
|
export interface ProductivityProfileCreateRequestDto {
|
3
3
|
description?: string;
|
4
4
|
name: string;
|
5
|
-
|
6
|
-
[key: string]: {
|
7
|
-
[key: string]: any;
|
8
|
-
};
|
9
|
-
};
|
10
|
-
sections: ProductivitySection[];
|
5
|
+
sections?: SectionDto[];
|
11
6
|
}
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import type {
|
1
|
+
import type { SectionDto } from '../schemas/SectionDto';
|
2
2
|
export interface ProductivityProfileResponseDto {
|
3
|
+
active?: boolean;
|
3
4
|
/**
|
4
5
|
* @format int64
|
5
6
|
*/
|
@@ -11,12 +12,11 @@ export interface ProductivityProfileResponseDto {
|
|
11
12
|
*/
|
12
13
|
id?: number;
|
13
14
|
name: string;
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
sections: ProductivitySection[];
|
15
|
+
/**
|
16
|
+
* @format int32
|
17
|
+
*/
|
18
|
+
refId?: number;
|
19
|
+
sections?: SectionDto[];
|
20
20
|
/**
|
21
21
|
* @format int64
|
22
22
|
*/
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export interface TeamFilter {
|
2
|
+
applicableMetrics?: Array<'CFR' | 'DF' | 'LTTC' | 'MTTR' | 'PRODUCTIVITY'>;
|
3
|
+
/**
|
4
|
+
* @format int32
|
5
|
+
*/
|
6
|
+
filterId?: number;
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
id?: number;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
integrationId?: number;
|
15
|
+
integrationName?: string;
|
16
|
+
operator?: 'contains' | 'ends_with' | 'equals' | 'in' | 'not_contains' | 'not_equals' | 'not_in' | 'starts_with';
|
17
|
+
values?: string[];
|
18
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
export interface TeamRequestDto {
|
2
|
+
active?: boolean;
|
3
|
+
createdByEmail?: string;
|
4
|
+
latest?: boolean;
|
5
|
+
leaf?: boolean;
|
6
|
+
/**
|
7
|
+
* @format int32
|
8
|
+
*/
|
9
|
+
managerRefId?: number;
|
10
|
+
name?: string;
|
11
|
+
/**
|
12
|
+
* @format int32
|
13
|
+
*/
|
14
|
+
orgTreeId?: number;
|
15
|
+
/**
|
16
|
+
* @format int32
|
17
|
+
*/
|
18
|
+
parentRefId?: number;
|
19
|
+
/**
|
20
|
+
* @format int32
|
21
|
+
*/
|
22
|
+
refId?: number;
|
23
|
+
updatedByEmail?: string;
|
24
|
+
/**
|
25
|
+
* @format int32
|
26
|
+
*/
|
27
|
+
versionId?: number;
|
28
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
export interface TeamResponse {
|
2
|
+
active?: boolean;
|
3
|
+
/**
|
4
|
+
* @format date-time
|
5
|
+
*/
|
6
|
+
createdAt?: string;
|
7
|
+
createdByEmail?: string;
|
8
|
+
/**
|
9
|
+
* @format int32
|
10
|
+
*/
|
11
|
+
id?: number;
|
12
|
+
latest?: boolean;
|
13
|
+
leaf?: boolean;
|
14
|
+
/**
|
15
|
+
* @format int32
|
16
|
+
*/
|
17
|
+
managerRefId?: number;
|
18
|
+
name?: string;
|
19
|
+
/**
|
20
|
+
* @format int32
|
21
|
+
*/
|
22
|
+
orgTreeId?: number;
|
23
|
+
/**
|
24
|
+
* @format int32
|
25
|
+
*/
|
26
|
+
parentRefId?: number;
|
27
|
+
/**
|
28
|
+
* @format int32
|
29
|
+
*/
|
30
|
+
refId?: number;
|
31
|
+
/**
|
32
|
+
* @format date-time
|
33
|
+
*/
|
34
|
+
updatedAt?: string;
|
35
|
+
updatedByEmail?: string;
|
36
|
+
/**
|
37
|
+
* @format int32
|
38
|
+
*/
|
39
|
+
versionId?: number;
|
40
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import type { IntegrationSummary } from '../schemas/IntegrationSummary';
|
2
|
+
export interface TeamSummary {
|
3
|
+
/**
|
4
|
+
* @format int32
|
5
|
+
*/
|
6
|
+
developerCount?: number;
|
7
|
+
/**
|
8
|
+
* @format int32
|
9
|
+
*/
|
10
|
+
id?: number;
|
11
|
+
integrations?: IntegrationSummary[];
|
12
|
+
name?: string;
|
13
|
+
/**
|
14
|
+
* @format int32
|
15
|
+
*/
|
16
|
+
refId?: number;
|
17
|
+
status?: 'ACTIVE' | 'CONFIGURED' | 'NOT_CONFIGURED';
|
18
|
+
teamManagers?: string[];
|
19
|
+
/**
|
20
|
+
* @format date-time
|
21
|
+
*/
|
22
|
+
updatedAt?: string;
|
23
|
+
updatedBy?: string;
|
24
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.18.1",
|
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,20 +0,0 @@
|
|
1
|
-
import { UseQueryOptions } from '@tanstack/react-query';
|
2
|
-
import type { ProductivityProfileResponseDto } from '../schemas/ProductivityProfileResponseDto';
|
3
|
-
import type { ResponseWithPagination } from '../helpers';
|
4
|
-
import { FetcherOptions } from '../../../../fetcher/index.js';
|
5
|
-
export interface ProductivityProfileControllerGetProfileQueryPathParams {
|
6
|
-
/**
|
7
|
-
* @format int32
|
8
|
-
*/
|
9
|
-
id: number;
|
10
|
-
}
|
11
|
-
export interface ProductivityProfileControllerGetProfileQueryQueryParams {
|
12
|
-
accountIdentifier: string;
|
13
|
-
}
|
14
|
-
export type ProductivityProfileControllerGetProfileOkResponse = ResponseWithPagination<ProductivityProfileResponseDto>;
|
15
|
-
export type ProductivityProfileControllerGetProfileErrorResponse = unknown;
|
16
|
-
export interface ProductivityProfileControllerGetProfileProps extends ProductivityProfileControllerGetProfileQueryPathParams, Omit<FetcherOptions<ProductivityProfileControllerGetProfileQueryQueryParams, unknown>, 'url'> {
|
17
|
-
queryParams: ProductivityProfileControllerGetProfileQueryQueryParams;
|
18
|
-
}
|
19
|
-
export declare function productivityProfileControllerGetProfile(props: ProductivityProfileControllerGetProfileProps): Promise<ProductivityProfileControllerGetProfileOkResponse>;
|
20
|
-
export declare function useProductivityProfileControllerGetProfileQuery(props: ProductivityProfileControllerGetProfileProps, options?: Omit<UseQueryOptions<ProductivityProfileControllerGetProfileOkResponse, ProductivityProfileControllerGetProfileErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<ProductivityProfileControllerGetProfileOkResponse, unknown>;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/* eslint-disable */
|
2
|
-
// This code is autogenerated using @harnessio/oats-cli.
|
3
|
-
// Please do not modify this code directly.
|
4
|
-
import { useQuery } from '@tanstack/react-query';
|
5
|
-
import { fetcher } from '../../../../fetcher/index.js';
|
6
|
-
export function productivityProfileControllerGetProfile(props) {
|
7
|
-
return fetcher(Object.assign({ url: `/v2/profiles/productivity/${props.id}`, method: 'GET' }, props));
|
8
|
-
}
|
9
|
-
export function useProductivityProfileControllerGetProfileQuery(props, options) {
|
10
|
-
return useQuery(['ProductivityProfileControllerGetProfile', props.id, props.queryParams], ({ signal }) => productivityProfileControllerGetProfile(Object.assign(Object.assign({}, props), { signal })), options);
|
11
|
-
}
|
/package/dist/sei-panorama-service/src/services/schemas/{ProductivitySection.js → BaBreakdownDto.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|