@harnessio/react-sei-panorama-service-client 0.19.1 → 0.19.3
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/useEfficiencyControllerChangeFailureRateDrillDownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerDeploymentFrequencyDrillDownQuery.d.ts +2 -2
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useEfficiencyControllerGetTicketScmInfoQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetBuildInfoFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetCommitsInfoFromPrQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetDeployInfoFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/hooks/useIssuesControllerGetPrsFromIssuesQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureBreakdownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetFeatureMetricsQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/hooks/useProductivityV3ControllerGetIndividualUserFeatureDrillDownQuery.js +14 -0
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.d.ts +1 -5
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamQuery.js +1 -1
- package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerListTeamsQuery.d.ts +8 -0
- package/dist/sei-panorama-service/src/services/index.d.ts +51 -3
- package/dist/sei-panorama-service/src/services/index.js +9 -0
- package/dist/sei-panorama-service/src/services/schemas/BuildInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/CommitInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/CommitInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.d.ts +9 -0
- package/dist/sei-panorama-service/src/services/schemas/DeploymentInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/DrillDownRequest.js +0 -3
- package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.d.ts → DrillDownResponseDtoObject.d.ts} +4 -3
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.d.ts +49 -24
- package/dist/sei-panorama-service/src/services/schemas/EfficiencyLeadTimeDrilldownItem.js +0 -3
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +6 -0
- package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +1 -1
- package/dist/sei-panorama-service/src/services/schemas/IssueRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/IssueRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.d.ts +19 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPipelineExecutionResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponse.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/IssuesPrResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.d.ts +7 -0
- package/dist/sei-panorama-service/src/services/schemas/MinimalOrgTree.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.d.ts +31 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCommitsResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.d.ts +35 -0
- package/dist/sei-panorama-service/src/services/schemas/PrCycleTimeDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrInfo.d.ts +13 -0
- package/dist/sei-panorama-service/src/services/schemas/PrInfo.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.d.ts +25 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/PrVelocityIndividualDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDataPoint.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.d.ts +26 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.d.ts +20 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureIndividualDrilldownResponseDto.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SortOption.d.ts +4 -0
- package/dist/sei-panorama-service/src/services/schemas/SortOption.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/TeamSummary.d.ts +2 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoRequest.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.d.ts +43 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponse.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.d.ts +15 -0
- package/dist/sei-panorama-service/src/services/schemas/TicketScmInfoResponseWrapper.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.d.ts +22 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.js +1 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.d.ts +28 -0
- package/dist/sei-panorama-service/src/services/schemas/WorkCompletedIndividualDrilldownResponseDataPointV3.js +1 -0
- package/package.json +1 -1
- package/dist/sei-panorama-service/src/services/schemas/CdDeploymentRecordDto.d.ts +0 -64
- /package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentRecordDto.js → BuildInfo.js} +0 -0
- /package/dist/sei-panorama-service/src/services/schemas/{DrillDownResponseDtoCdDeploymentRecordDto.js → DrillDownResponseDtoObject.js} +0 -0
package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureBreakdownResponseDto.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import type { DrilldownDataV3 } from '../schemas/DrilldownDataV3';
|
2
|
+
export interface ProductivityV3FeatureDrilldownResponseDto {
|
3
|
+
drilldownData?: {
|
4
|
+
[key: string]: DrilldownDataV3;
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* @format date-time
|
8
|
+
*/
|
9
|
+
endDate?: string;
|
10
|
+
/**
|
11
|
+
* @format date-time
|
12
|
+
*/
|
13
|
+
startDate?: string;
|
14
|
+
/**
|
15
|
+
* @format int64
|
16
|
+
*/
|
17
|
+
teamId?: number;
|
18
|
+
/**
|
19
|
+
* @format int64
|
20
|
+
*/
|
21
|
+
teamName?: number;
|
22
|
+
/**
|
23
|
+
* @format int64
|
24
|
+
*/
|
25
|
+
totalCount?: number;
|
26
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureDrilldownResponseDto.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import type { IndividualDrilldownDataV3 } from '../schemas/IndividualDrilldownDataV3';
|
2
|
+
export interface ProductivityV3FeatureIndividualDrilldownResponseDto {
|
3
|
+
developerId?: string;
|
4
|
+
developerName?: string;
|
5
|
+
/**
|
6
|
+
* @format date-time
|
7
|
+
*/
|
8
|
+
endDate?: string;
|
9
|
+
individualDrilldownData?: {
|
10
|
+
[key: string]: IndividualDrilldownDataV3;
|
11
|
+
};
|
12
|
+
/**
|
13
|
+
* @format date-time
|
14
|
+
*/
|
15
|
+
startDate?: string;
|
16
|
+
/**
|
17
|
+
* @format int64
|
18
|
+
*/
|
19
|
+
totalCount?: number;
|
20
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
export interface ProductivityV3FeatureRequestDto {
|
2
|
+
developerRefIds?: string[];
|
3
|
+
developerUUIDs?: string[];
|
4
|
+
/**
|
5
|
+
* @format date-time
|
6
|
+
*/
|
7
|
+
endDate?: string;
|
8
|
+
featureType?: 'AVG_TIME_TO_FIRST_COMMENT' | 'CODING_DAYS' | 'LINES_OF_CODE' | 'NUMBER_OF_COMMENTS_PER_PR' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
|
9
|
+
granularity?: 'MONTHLY' | 'QUARTERLY' | 'WEEKLY';
|
10
|
+
/**
|
11
|
+
* @format int32
|
12
|
+
*/
|
13
|
+
page?: number;
|
14
|
+
/**
|
15
|
+
* @format int32
|
16
|
+
*/
|
17
|
+
page_size?: number;
|
18
|
+
sortBy?: 'AVG_TIME_TO_MERGE' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
|
19
|
+
sortByCriteria?: 'ASC' | 'DESC';
|
20
|
+
stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
|
21
|
+
/**
|
22
|
+
* @format date-time
|
23
|
+
*/
|
24
|
+
startDate?: string;
|
25
|
+
teamId?: string;
|
26
|
+
teamRefIds?: string[];
|
27
|
+
teamUUIDs?: string[];
|
28
|
+
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { IntegrationSummary } from '../schemas/IntegrationSummary';
|
2
|
+
import type { MinimalOrgTree } from '../schemas/MinimalOrgTree';
|
2
3
|
export interface TeamSummary {
|
3
4
|
/**
|
4
5
|
* @format int32
|
@@ -10,6 +11,7 @@ export interface TeamSummary {
|
|
10
11
|
id?: number;
|
11
12
|
integrations?: IntegrationSummary[];
|
12
13
|
name?: string;
|
14
|
+
orgTree?: MinimalOrgTree;
|
13
15
|
/**
|
14
16
|
* @format int32
|
15
17
|
*/
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { PaginationRequest } from '../schemas/PaginationRequest';
|
2
|
+
/**
|
3
|
+
* Request for retrieving SCM information for a ticket
|
4
|
+
*/
|
5
|
+
export interface TicketScmInfoRequest {
|
6
|
+
/**
|
7
|
+
* Pagination request
|
8
|
+
*/
|
9
|
+
pagination?: PaginationRequest;
|
10
|
+
/**
|
11
|
+
* Ticket identifier
|
12
|
+
*/
|
13
|
+
ticketId: string;
|
14
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import type { CodeChanges } from '../schemas/CodeChanges';
|
2
|
+
/**
|
3
|
+
* Response containing SCM information for a specific commit related to a ticket
|
4
|
+
*/
|
5
|
+
export interface TicketScmInfoResponse {
|
6
|
+
/**
|
7
|
+
* Author of the commit
|
8
|
+
*/
|
9
|
+
author?: string;
|
10
|
+
/**
|
11
|
+
* Code changes in the commit
|
12
|
+
*/
|
13
|
+
codeChanges?: CodeChanges;
|
14
|
+
/**
|
15
|
+
* Commit identifier
|
16
|
+
*/
|
17
|
+
commitId?: string;
|
18
|
+
/**
|
19
|
+
* Commit message
|
20
|
+
*/
|
21
|
+
commitMessage?: string;
|
22
|
+
/**
|
23
|
+
* Commit SHA
|
24
|
+
*/
|
25
|
+
commitSha?: string;
|
26
|
+
/**
|
27
|
+
* Committed at timestamp
|
28
|
+
* @format date-time
|
29
|
+
*/
|
30
|
+
committedAt?: string;
|
31
|
+
/**
|
32
|
+
* Pull request identifier
|
33
|
+
*/
|
34
|
+
prId?: string;
|
35
|
+
/**
|
36
|
+
* Pull request number
|
37
|
+
*/
|
38
|
+
prNumber?: string;
|
39
|
+
/**
|
40
|
+
* Ticket identifier
|
41
|
+
*/
|
42
|
+
ticketId?: string;
|
43
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { TicketScmInfoResponse } from '../schemas/TicketScmInfoResponse';
|
2
|
+
import type { PaginationInfo } from '../schemas/PaginationInfo';
|
3
|
+
/**
|
4
|
+
* Wrapper containing a list of SCM information responses for a ticket
|
5
|
+
*/
|
6
|
+
export interface TicketScmInfoResponseWrapper {
|
7
|
+
/**
|
8
|
+
* List of SCM information responses
|
9
|
+
*/
|
10
|
+
commits?: TicketScmInfoResponse[];
|
11
|
+
/**
|
12
|
+
* Pagination information
|
13
|
+
*/
|
14
|
+
pagination?: PaginationInfo;
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { WorkType } from '../schemas/WorkType';
|
2
|
+
import type { DrilldownDataPointV3 } from '../schemas/DrilldownDataPointV3';
|
3
|
+
export interface WorkCompletedDrilldownResponseDataPointV3 extends DrilldownDataPointV3 {
|
4
|
+
/**
|
5
|
+
* @format double
|
6
|
+
*/
|
7
|
+
averageTimeToComplete?: number;
|
8
|
+
developerCustomFields?: {
|
9
|
+
[key: string]: {
|
10
|
+
[key: string]: any;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
developerName?: string;
|
14
|
+
developerUserIntegrationId?: string;
|
15
|
+
displayAssigneeName?: string;
|
16
|
+
/**
|
17
|
+
* @format int64
|
18
|
+
*/
|
19
|
+
issueCompletedCount?: number;
|
20
|
+
teamId?: string;
|
21
|
+
workTypesCount?: WorkType[];
|
22
|
+
}
|
package/dist/sei-panorama-service/src/services/schemas/WorkCompletedDrilldownResponseDataPointV3.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import type { IndividualDrilldownDataPointV3 } from '../schemas/IndividualDrilldownDataPointV3';
|
2
|
+
export interface WorkCompletedIndividualDrilldownResponseDataPointV3 extends IndividualDrilldownDataPointV3 {
|
3
|
+
/**
|
4
|
+
* @format date-time
|
5
|
+
*/
|
6
|
+
closedDate?: string;
|
7
|
+
/**
|
8
|
+
* @format date-time
|
9
|
+
*/
|
10
|
+
createdDate?: string;
|
11
|
+
developerId?: string;
|
12
|
+
developerIntegrationId?: string;
|
13
|
+
developerName?: string;
|
14
|
+
status?: string;
|
15
|
+
statusCategory?: string;
|
16
|
+
/**
|
17
|
+
* @format double
|
18
|
+
*/
|
19
|
+
timeToComplete?: number;
|
20
|
+
workItemId?: string;
|
21
|
+
workItemLink?: string;
|
22
|
+
/**
|
23
|
+
* @format double
|
24
|
+
*/
|
25
|
+
workItemPortion?: number;
|
26
|
+
workItemSummary?: string;
|
27
|
+
workType?: 'BUG' | 'FEATURE' | 'MISSING_TICKET' | 'OTHER';
|
28
|
+
}
|
@@ -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.19.
|
3
|
+
"version": "0.19.3",
|
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,64 +0,0 @@
|
|
1
|
-
export interface CdDeploymentRecordDto {
|
2
|
-
artifactId?: string;
|
3
|
-
artifactLocation?: string;
|
4
|
-
branch?: string;
|
5
|
-
branchName?: string;
|
6
|
-
cd?: boolean;
|
7
|
-
cfrStatus?: boolean;
|
8
|
-
ci?: boolean;
|
9
|
-
cicdInstanceId?: string;
|
10
|
-
cicdUserId?: string;
|
11
|
-
commitId?: string;
|
12
|
-
/**
|
13
|
-
* @format date-time
|
14
|
-
*/
|
15
|
-
createdAt?: string;
|
16
|
-
/**
|
17
|
-
* @format int64
|
18
|
-
*/
|
19
|
-
duration?: number;
|
20
|
-
/**
|
21
|
-
* @format date-time
|
22
|
-
*/
|
23
|
-
endTime?: string;
|
24
|
-
envIds?: string[];
|
25
|
-
executionId?: string;
|
26
|
-
id?: string;
|
27
|
-
integrationId?: string;
|
28
|
-
integrationType?: string;
|
29
|
-
jobFullName?: string;
|
30
|
-
jobName?: string;
|
31
|
-
jobNormalizedFullName?: string;
|
32
|
-
/**
|
33
|
-
* @format int64
|
34
|
-
*/
|
35
|
-
jobRunNumber?: number;
|
36
|
-
metadata?: {
|
37
|
-
[key: string]: string;
|
38
|
-
};
|
39
|
-
moduleName?: string;
|
40
|
-
parameters?: Array<{
|
41
|
-
[key: string]: {
|
42
|
-
[key: string]: any;
|
43
|
-
};
|
44
|
-
}>;
|
45
|
-
pipelineUrl?: string;
|
46
|
-
projectName?: string;
|
47
|
-
scmCommitIds?: string[];
|
48
|
-
scmUrl?: string;
|
49
|
-
scmUserId?: string;
|
50
|
-
serviceIds?: string[];
|
51
|
-
source?: string;
|
52
|
-
stageId?: string;
|
53
|
-
stageName?: string;
|
54
|
-
stageResult?: string;
|
55
|
-
/**
|
56
|
-
* @format date-time
|
57
|
-
*/
|
58
|
-
startTime?: string;
|
59
|
-
status?: string;
|
60
|
-
/**
|
61
|
-
* @format date-time
|
62
|
-
*/
|
63
|
-
updatedAt?: string;
|
64
|
-
}
|
/package/dist/sei-panorama-service/src/services/schemas/{CdDeploymentRecordDto.js → BuildInfo.js}
RENAMED
File without changes
|