@harnessio/react-sei-panorama-service-client 0.12.0 → 0.13.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/useDoraControllerLeadTimeDrilldownPRsQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useDoraControllerLeadTimeDrilldownPRsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useDoraControllerLeadTimeDrilldownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerCreateProfileMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerCreateProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerGetProfileQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerListProfilesQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerListProfilesQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyProfileControllerUpdateProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerCreateSettingsMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.d.ts +18 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerGetSettingsQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.d.ts +21 -0
- package/dist/sei-panorama-service/src/services/hooks/useInsightSettingsControllerUpdateSettingsMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerCreateProfileMutation.d.ts +17 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerCreateProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerGetProfileQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerListProfilesQuery.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerListProfilesQuery.js +11 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityProfileControllerUpdateProfileMutation.js +11 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +55 -5
- package/dist/sei-panorama-service/src/services/index.js +12 -0
- package/dist/sei-panorama-service/src/services/schemas/AdditionalFilters.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/ChangeFailureRateConfiguration.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/schemas/ChangeFailureRateConfiguration.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/CodeChanges.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/Condition.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/DbListResponseEfficiencyProfileResponseDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/DbListResponseEfficiencyProfileResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DbListResponseProductivityProfileResponseDto.d.ts +16 -0
- package/dist/sei-panorama-service/src/services/schemas/DbListResponseProductivityProfileResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentConfiguration.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentConfiguration.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentFrequencyConfiguration.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentFrequencyConfiguration.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimeDrilldownResponse.d.ts +63 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimeDrilldownResponseWrapper.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimeDrilldownResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownRequest.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownResponse.d.ts +23 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraMetadata.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraMetricDrilldownRequest.d.ts +0 -1
- package/dist/sei-panorama-service/src/services/schemas/DoraStage.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/DoraStage.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Event.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/Event.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterCriteria.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterCriteria.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterGroup.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/FilterGroup.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Filters.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/Filters.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightEfficiencySettingsDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightEfficiencySettingsDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightProductivitySettingsDto.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightProductivitySettingsDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsCreateRequestDto.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsCreateRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsResponseDto.d.ts +24 -0
- package/dist/sei-panorama-service/src/services/schemas/InsightSettingsResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricConfiguration.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/MetricConfiguration.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeature.d.ts +5 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityFeature.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileCreateRequestDto.d.ts +11 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileCreateRequestDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileResponseDto.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityProfileResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivitySection.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivitySection.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/Resolution.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/Resolution.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/CdDeploymentData.d.ts +0 -68
- package/dist/sei-panorama-service/src/services/schemas/CiPipelineData.d.ts +0 -56
- package/dist/sei-panorama-service/src/services/schemas/DoraMetricDrilldownResponse.d.ts +0 -42
- package/dist/sei-panorama-service/src/services/schemas/IssueManagementData.d.ts +0 -36
- package/dist/sei-panorama-service/src/services/schemas/ScmCommitData.d.ts +0 -42
- /package/dist/sei-panorama-service/src/services/schemas/{DoraMetricDrilldownResponse.js → AdditionalFilters.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentData.js → CodeChanges.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{CiPipelineData.js → Condition.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{IssueManagementData.js → DoraLeadTimeDrilldownResponse.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{ScmCommitData.js → DoraMetadata.js} +0 -0
@@ -1,68 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Data structure for CD deployments
|
3
|
-
*/
|
4
|
-
export interface CdDeploymentData {
|
5
|
-
/**
|
6
|
-
* Artifact ID
|
7
|
-
*/
|
8
|
-
artifactId?: string;
|
9
|
-
/**
|
10
|
-
* Artifact Name
|
11
|
-
*/
|
12
|
-
artifactName?: string;
|
13
|
-
/**
|
14
|
-
* Artifact Tags
|
15
|
-
*/
|
16
|
-
artifactTags?: string[];
|
17
|
-
/**
|
18
|
-
* Artifact Version
|
19
|
-
*/
|
20
|
-
artifactVersion?: string;
|
21
|
-
/**
|
22
|
-
* Deployment Environment
|
23
|
-
*/
|
24
|
-
deploymentEnvironment?: string;
|
25
|
-
/**
|
26
|
-
* Execution End Time
|
27
|
-
* @format date-time
|
28
|
-
*/
|
29
|
-
executionEnd?: string;
|
30
|
-
/**
|
31
|
-
* Execution Start Time
|
32
|
-
* @format date-time
|
33
|
-
*/
|
34
|
-
executionStart?: string;
|
35
|
-
/**
|
36
|
-
* Associated JIRA Ticket ID
|
37
|
-
*/
|
38
|
-
jiraTicketId?: string;
|
39
|
-
/**
|
40
|
-
* Pipeline Execution ID
|
41
|
-
*/
|
42
|
-
pipelineExecutionId?: string;
|
43
|
-
/**
|
44
|
-
* Pipeline ID
|
45
|
-
*/
|
46
|
-
pipelineId?: string;
|
47
|
-
/**
|
48
|
-
* Pipeline Name
|
49
|
-
*/
|
50
|
-
pipelineName?: string;
|
51
|
-
/**
|
52
|
-
* Associated PR ID
|
53
|
-
*/
|
54
|
-
prId?: string;
|
55
|
-
/**
|
56
|
-
* Service ID
|
57
|
-
*/
|
58
|
-
serviceId?: string;
|
59
|
-
/**
|
60
|
-
* Service Name
|
61
|
-
*/
|
62
|
-
serviceName?: string;
|
63
|
-
/**
|
64
|
-
* Time in Approval (in seconds)
|
65
|
-
* @format double
|
66
|
-
*/
|
67
|
-
timeInApproval?: number;
|
68
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Data structure for CI pipeline executions
|
3
|
-
*/
|
4
|
-
export interface CiPipelineData {
|
5
|
-
/**
|
6
|
-
* Artifact ID
|
7
|
-
*/
|
8
|
-
artifactId?: string;
|
9
|
-
/**
|
10
|
-
* Artifact Name
|
11
|
-
*/
|
12
|
-
artifactName?: string;
|
13
|
-
/**
|
14
|
-
* Artifact Tags
|
15
|
-
*/
|
16
|
-
artifactTags?: string[];
|
17
|
-
/**
|
18
|
-
* Artifact Version
|
19
|
-
*/
|
20
|
-
artifactVersion?: string;
|
21
|
-
/**
|
22
|
-
* Execution End Time
|
23
|
-
* @format date-time
|
24
|
-
*/
|
25
|
-
executionEnd?: string;
|
26
|
-
/**
|
27
|
-
* Execution Start Time
|
28
|
-
* @format date-time
|
29
|
-
*/
|
30
|
-
executionStart?: string;
|
31
|
-
/**
|
32
|
-
* Associated JIRA Ticket ID
|
33
|
-
*/
|
34
|
-
jiraTicketId?: string;
|
35
|
-
/**
|
36
|
-
* Pipeline Execution ID
|
37
|
-
*/
|
38
|
-
pipelineExecutionId?: string;
|
39
|
-
/**
|
40
|
-
* Pipeline ID
|
41
|
-
*/
|
42
|
-
pipelineId?: string;
|
43
|
-
/**
|
44
|
-
* Pipeline Name
|
45
|
-
*/
|
46
|
-
pipelineName?: string;
|
47
|
-
/**
|
48
|
-
* Associated PR ID
|
49
|
-
*/
|
50
|
-
prId?: string;
|
51
|
-
/**
|
52
|
-
* Time in Approval (in seconds)
|
53
|
-
* @format double
|
54
|
-
*/
|
55
|
-
timeInApproval?: number;
|
56
|
-
}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
import type { CdDeploymentData } from '../schemas/CdDeploymentData';
|
2
|
-
import type { CiPipelineData } from '../schemas/CiPipelineData';
|
3
|
-
import type { IssueManagementData } from '../schemas/IssueManagementData';
|
4
|
-
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
5
|
-
import type { ScmCommitData } from '../schemas/ScmCommitData';
|
6
|
-
/**
|
7
|
-
* Response containing drilldown data for Lead Time to Change metrics
|
8
|
-
*/
|
9
|
-
export interface DoraMetricDrilldownResponse {
|
10
|
-
/**
|
11
|
-
* Type of application (IM, SCM, CI, CD)
|
12
|
-
*/
|
13
|
-
application?: 'CD' | 'CI' | 'IM' | 'SCM';
|
14
|
-
/**
|
15
|
-
* Type of application (JIRA, GITHUB, GITLAB, etc.)
|
16
|
-
*/
|
17
|
-
applicationType?: 'AZURE_DEVOPS' | 'BITBUCKET' | 'CIRCLE_CI' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITLAB' | 'JENKINS' | 'JIRA' | 'TEAMCITY' | 'TRAVIS_CI';
|
18
|
-
/**
|
19
|
-
* CD data rows, present when application is CD
|
20
|
-
*/
|
21
|
-
cdData?: CdDeploymentData[];
|
22
|
-
/**
|
23
|
-
* CI data rows, present when application is CI
|
24
|
-
*/
|
25
|
-
ciData?: CiPipelineData[];
|
26
|
-
/**
|
27
|
-
* Table headers for display
|
28
|
-
*/
|
29
|
-
headers?: string[];
|
30
|
-
/**
|
31
|
-
* Jira data rows, present when application is IM
|
32
|
-
*/
|
33
|
-
imData?: IssueManagementData[];
|
34
|
-
/**
|
35
|
-
* Pagination information
|
36
|
-
*/
|
37
|
-
pagination?: PaginationInfo;
|
38
|
-
/**
|
39
|
-
* SCM data rows, present when application is SCM
|
40
|
-
*/
|
41
|
-
scmData?: ScmCommitData[];
|
42
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Data structure for issue management
|
3
|
-
*/
|
4
|
-
export interface IssueManagementData {
|
5
|
-
/**
|
6
|
-
* Issue assignee
|
7
|
-
*/
|
8
|
-
assignee?: string[];
|
9
|
-
/**
|
10
|
-
* Created date
|
11
|
-
* @format date-time
|
12
|
-
*/
|
13
|
-
createdDate?: string;
|
14
|
-
/**
|
15
|
-
* Issue key
|
16
|
-
*/
|
17
|
-
issueKey?: string;
|
18
|
-
/**
|
19
|
-
* Issue type
|
20
|
-
*/
|
21
|
-
issueType?: string;
|
22
|
-
/**
|
23
|
-
* Lead time in seconds
|
24
|
-
* @format double
|
25
|
-
*/
|
26
|
-
leadTimeInSeconds?: number;
|
27
|
-
/**
|
28
|
-
* Issue Story points
|
29
|
-
* @format double
|
30
|
-
*/
|
31
|
-
storyPoint?: number;
|
32
|
-
/**
|
33
|
-
* Issue summary
|
34
|
-
*/
|
35
|
-
summary?: string;
|
36
|
-
}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Data structure for SCM commits
|
3
|
-
*/
|
4
|
-
export interface ScmCommitData {
|
5
|
-
/**
|
6
|
-
* Associated Jira Ticket ID
|
7
|
-
*/
|
8
|
-
jiraTicketId?: string;
|
9
|
-
/**
|
10
|
-
* PR Approved Time
|
11
|
-
* @format double
|
12
|
-
*/
|
13
|
-
prApprovedTime?: number;
|
14
|
-
/**
|
15
|
-
* PR Creation Time
|
16
|
-
* @format double
|
17
|
-
*/
|
18
|
-
prCreationTime?: number;
|
19
|
-
/**
|
20
|
-
* SCM PR ID
|
21
|
-
*/
|
22
|
-
prId?: string;
|
23
|
-
/**
|
24
|
-
* PR Merged Time
|
25
|
-
* @format double
|
26
|
-
*/
|
27
|
-
prMergedTime?: number;
|
28
|
-
/**
|
29
|
-
* PR Title
|
30
|
-
*/
|
31
|
-
prTitle?: string;
|
32
|
-
/**
|
33
|
-
* Time to First Comment
|
34
|
-
* @format double
|
35
|
-
*/
|
36
|
-
timeToFirstComment?: number;
|
37
|
-
/**
|
38
|
-
* Time to First Commit
|
39
|
-
* @format double
|
40
|
-
*/
|
41
|
-
timeToFirstCommit?: number;
|
42
|
-
}
|
File without changes
|
/package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentData.js → CodeChanges.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/dist/sei-panorama-service/src/services/schemas/{ScmCommitData.js → DoraMetadata.js}
RENAMED
File without changes
|