@harnessio/react-rmg-service-client 0.64.0 → 0.65.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerServiceMappingMutation.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerServiceMappingMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerSettingsMutation.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerSettingsMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerServiceMappingMutation.d.ts +24 -0
- package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerServiceMappingMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerSettingsMutation.d.ts +24 -0
- package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerSettingsMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerServiceMappingQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerServiceMappingQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerSettingsQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerSettingsQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionActivityOutputsV2Query.d.ts +28 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionActivityOutputsV2Query.js +20 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhaseOutputsV2Query.d.ts +27 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhaseOutputsV2Query.js +19 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhasesQuery.d.ts +2 -16
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessExecutionsQuery.d.ts +63 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessExecutionsQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessSummaryQuery.d.ts +0 -1
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionActivitiesPaginatedQuery.d.ts +31 -0
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionActivitiesPaginatedQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionPhasesQuery.d.ts +26 -0
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionPhasesQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetProcessExecutionQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetWebhookMatchedSignalExecutionSummariesQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetWebhookMatchedSignalExecutionSummariesQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.d.ts +19 -0
- package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.d.ts +30 -0
- package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.d.ts +30 -0
- package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessExecuteMutation.d.ts +36 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessExecuteMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostProcessExecutionActionMutation.d.ts +36 -0
- package/dist/rmg-service/src/services/hooks/usePostProcessExecutionActionMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostWebhookQueueActionMutation.d.ts +28 -0
- package/dist/rmg-service/src/services/hooks/usePostWebhookQueueActionMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.d.ts +28 -0
- package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.d.ts +28 -0
- package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.js +14 -0
- package/dist/rmg-service/src/services/index.d.ts +85 -1
- package/dist/rmg-service/src/services/index.js +21 -0
- package/dist/rmg-service/src/services/requestBodies/WebhookQueueActionRequestRequestBody.d.ts +2 -0
- package/dist/rmg-service/src/services/requestBodies/WebhookQueueActionRequestRequestBody.js +1 -0
- package/dist/rmg-service/src/services/responses/ExecuteProcessResponseResponse.d.ts +4 -0
- package/dist/rmg-service/src/services/responses/ExecuteProcessResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/ExecutionOutputsV2ResponseResponse.d.ts +7 -0
- package/dist/rmg-service/src/services/responses/ExecutionOutputsV2ResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/GetProcessExecutionResponseResponse.d.ts +2 -0
- package/dist/rmg-service/src/services/responses/GetProcessExecutionResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.d.ts +13 -0
- package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/WebhookQueueActionResponseResponse.d.ts +2 -0
- package/dist/rmg-service/src/services/responses/WebhookQueueActionResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/schemas/AbortedBy.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.d.ts +20 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.js +4 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.js +1 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.d.ts +16 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.js +4 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.js +1 -0
- package/dist/rmg-service/src/services/schemas/BuildInfo.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/BuildInfo.js +4 -0
- package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.d.ts +18 -0
- package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.js +4 -0
- package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.js +4 -0
- package/dist/rmg-service/src/services/schemas/EdgeLayoutList.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/EdgeLayoutList.js +4 -0
- package/dist/rmg-service/src/services/schemas/EntityGitDetails.d.ts +14 -0
- package/dist/rmg-service/src/services/schemas/EntityGitDetails.js +4 -0
- package/dist/rmg-service/src/services/schemas/ExecuteProcessResponseDto.d.ts +31 -0
- package/dist/rmg-service/src/services/schemas/ExecuteProcessResponseDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/ExecutionOutputGroupDto.d.ts +16 -0
- package/dist/rmg-service/src/services/schemas/ExecutionOutputGroupDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/ExecutionOutputV2Dto.d.ts +13 -0
- package/dist/rmg-service/src/services/schemas/ExecutionOutputV2Dto.js +4 -0
- package/dist/rmg-service/src/services/schemas/ExecutionTaskDto.d.ts +0 -2
- package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.d.ts +10 -0
- package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.js +1 -0
- package/dist/rmg-service/src/services/schemas/FailureInfoDto.d.ts +6 -0
- package/dist/rmg-service/src/services/schemas/FailureInfoDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/GovernanceMetadata.d.ts +16 -0
- package/dist/rmg-service/src/services/schemas/GovernanceMetadata.js +1 -0
- package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.d.ts +23 -0
- package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/ManualTaskYaml.d.ts +0 -2
- package/dist/rmg-service/src/services/schemas/ManualTaskYaml.js +3 -0
- package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.d.ts +13 -0
- package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/NgLabel.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/NgLabel.js +4 -0
- package/dist/rmg-service/src/services/schemas/NgTag.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/NgTag.js +4 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationExecutionPhasesResponse.d.ts +19 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationExecutionPhasesResponse.js +1 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationStatusList.d.ts +5 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationStatusList.js +1 -0
- package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.d.ts +94 -0
- package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/PipelineStageInfo.d.ts +10 -0
- package/dist/rmg-service/src/services/schemas/PipelineStageInfo.js +4 -0
- package/dist/rmg-service/src/services/schemas/PolicyMetadata.d.ts +20 -0
- package/dist/rmg-service/src/services/schemas/PolicyMetadata.js +4 -0
- package/dist/rmg-service/src/services/schemas/PolicySetMetadata.d.ts +17 -0
- package/dist/rmg-service/src/services/schemas/PolicySetMetadata.js +1 -0
- package/dist/rmg-service/src/services/schemas/ProcessExecutionDto.d.ts +24 -0
- package/dist/rmg-service/src/services/schemas/ProcessExecutionDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/RerunInfo.d.ts +6 -0
- package/dist/rmg-service/src/services/schemas/RerunInfo.js +4 -0
- package/dist/rmg-service/src/services/schemas/ResponseMessage.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/ResponseMessage.js +4 -0
- package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.js +4 -0
- package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.js +4 -0
- package/dist/rmg-service/src/services/schemas/TriggeredBy.d.ts +11 -0
- package/dist/rmg-service/src/services/schemas/TriggeredBy.js +4 -0
- package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.d.ts +11 -0
- package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.js +4 -0
- package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.d.ts +7 -0
- package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.js +4 -0
- package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.d.ts +12 -0
- package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.js +4 -0
- package/dist/rmg-service/src/services/schemas/WebhookQueueActionRequest.d.ts +10 -0
- package/dist/rmg-service/src/services/schemas/WebhookQueueActionRequest.js +4 -0
- package/dist/rmg-service/src/services/schemas/WebhookQueueActionResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/schemas/WebhookQueueActionResponse.js +4 -0
- package/package.json +1 -1
- package/dist/rmg-service/src/services/schemas/TaskExecuteConfig.d.ts +0 -10
- /package/dist/rmg-service/src/services/schemas/{TaskExecuteConfig.js → AbortedBy.js} +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface EntityGitDetails {
|
|
2
|
+
branch?: string;
|
|
3
|
+
commitId?: string;
|
|
4
|
+
filePath?: string;
|
|
5
|
+
fileUrl?: string;
|
|
6
|
+
isHarnessCodeRepo?: boolean;
|
|
7
|
+
objectId?: string;
|
|
8
|
+
parentEntityConnectorRef?: string;
|
|
9
|
+
parentEntityRepoName?: string;
|
|
10
|
+
repoIdentifier?: string;
|
|
11
|
+
repoName?: string;
|
|
12
|
+
repoUrl?: string;
|
|
13
|
+
rootFolder?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { OrchestrationStatus } from '../schemas/OrchestrationStatus';
|
|
2
|
+
/**
|
|
3
|
+
* Response content for POST /orchestration/process/{identifier}/execute
|
|
4
|
+
*/
|
|
5
|
+
export interface ExecuteProcessResponseDto {
|
|
6
|
+
/**
|
|
7
|
+
* Creation timestamp in milliseconds
|
|
8
|
+
*/
|
|
9
|
+
createdAt: number;
|
|
10
|
+
/**
|
|
11
|
+
* Process execution ID for navigating to process execution APIs
|
|
12
|
+
*/
|
|
13
|
+
executionId: string;
|
|
14
|
+
/**
|
|
15
|
+
* Type of execution
|
|
16
|
+
*/
|
|
17
|
+
executionType: 'PROCESS';
|
|
18
|
+
/**
|
|
19
|
+
* Identifier of the orchestration process that was executed
|
|
20
|
+
*/
|
|
21
|
+
processIdentifier: string;
|
|
22
|
+
/**
|
|
23
|
+
* Process input identifier used for this execution
|
|
24
|
+
*/
|
|
25
|
+
processInputIdentifier: string;
|
|
26
|
+
status: OrchestrationStatus;
|
|
27
|
+
/**
|
|
28
|
+
* Last updated timestamp in milliseconds
|
|
29
|
+
*/
|
|
30
|
+
updatedAt?: number;
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ExecutionOutputV2Dto } from '../schemas/ExecutionOutputV2Dto';
|
|
2
|
+
/**
|
|
3
|
+
* A group of output entries from one webhook signal or execution, with extensible metadata
|
|
4
|
+
*/
|
|
5
|
+
export interface ExecutionOutputGroupDto {
|
|
6
|
+
/**
|
|
7
|
+
* Reserved for future extension; always present, currently empty
|
|
8
|
+
*/
|
|
9
|
+
metadata: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* List of output name/value pairs for this group
|
|
14
|
+
*/
|
|
15
|
+
output: ExecutionOutputV2Dto[];
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { TaskExecuteConfig } from '../schemas/TaskExecuteConfig';
|
|
2
1
|
import type { FailureInfo } from '../schemas/FailureInfo';
|
|
3
2
|
import type { StringOrBool } from '../schemas/StringOrBool';
|
|
4
3
|
import type { ExecutionTaskStatus } from '../schemas/ExecutionTaskStatus';
|
|
@@ -20,7 +19,6 @@ export interface ExecutionTaskDto {
|
|
|
20
19
|
* Description of the task
|
|
21
20
|
*/
|
|
22
21
|
description?: string;
|
|
23
|
-
execute?: TaskExecuteConfig;
|
|
24
22
|
/**
|
|
25
23
|
* Expected duration for the task (e.g., "1d 12h")
|
|
26
24
|
*/
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { BuildInfo } from '../schemas/BuildInfo';
|
|
2
|
+
import type { RerunInfo } from '../schemas/RerunInfo';
|
|
3
|
+
import type { TriggeredBy } from '../schemas/TriggeredBy';
|
|
4
|
+
export interface ExecutionTriggerInfo {
|
|
5
|
+
buildInfo?: BuildInfo;
|
|
6
|
+
isRerun?: boolean;
|
|
7
|
+
rerunInfo?: RerunInfo;
|
|
8
|
+
triggerType: string;
|
|
9
|
+
triggeredBy: TriggeredBy;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { PolicySetMetadata } from '../schemas/PolicySetMetadata';
|
|
2
|
+
export interface GovernanceMetadata {
|
|
3
|
+
accountId?: string;
|
|
4
|
+
action?: string;
|
|
5
|
+
created?: string;
|
|
6
|
+
deny?: boolean;
|
|
7
|
+
details?: PolicySetMetadata[];
|
|
8
|
+
entity?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
message?: string;
|
|
11
|
+
orgId?: string;
|
|
12
|
+
projectId?: string;
|
|
13
|
+
status?: string;
|
|
14
|
+
timestamp?: string;
|
|
15
|
+
type?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { EdgeLayoutList } from '../schemas/EdgeLayoutList';
|
|
2
|
+
export interface GraphLayoutNodeDto {
|
|
3
|
+
barrierFound?: boolean;
|
|
4
|
+
edgeLayoutList?: EdgeLayoutList;
|
|
5
|
+
executionInputConfigured?: boolean;
|
|
6
|
+
hidden?: boolean;
|
|
7
|
+
isManualExecution?: boolean;
|
|
8
|
+
isRollbackStageNode?: boolean;
|
|
9
|
+
module?: string;
|
|
10
|
+
moduleInfo?: {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
name?: string;
|
|
14
|
+
nodeExecutionId?: string;
|
|
15
|
+
nodeGroup?: string;
|
|
16
|
+
nodeIdentifier?: string;
|
|
17
|
+
nodeType?: string;
|
|
18
|
+
nodeUuid?: string;
|
|
19
|
+
status?: string;
|
|
20
|
+
stepDetails?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { TaskExecuteConfig } from '../schemas/TaskExecuteConfig';
|
|
2
1
|
/**
|
|
3
2
|
* Manual task configuration
|
|
4
3
|
*/
|
|
@@ -11,7 +10,6 @@ export interface ManualTaskYaml {
|
|
|
11
10
|
* Expected duration for the task (e.g., "1w", "1d", "2h", "1d 12h")
|
|
12
11
|
*/
|
|
13
12
|
duration: string;
|
|
14
|
-
execute?: TaskExecuteConfig;
|
|
15
13
|
/**
|
|
16
14
|
* Unique identifier for the manual task
|
|
17
15
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PipelineExecutionSummaryDto } from '../schemas/PipelineExecutionSummaryDto';
|
|
2
|
+
export interface MatchedSignalExecutionSummaryDto {
|
|
3
|
+
executionSummary: PipelineExecutionSummaryDto;
|
|
4
|
+
hasPipelineViewAccess: boolean;
|
|
5
|
+
/**
|
|
6
|
+
* Status of the matched signal.
|
|
7
|
+
*/
|
|
8
|
+
status: 'NOT_SELECTED' | 'SELECTED';
|
|
9
|
+
/**
|
|
10
|
+
* Webhook slug identifier for fetching webhook metadata.
|
|
11
|
+
*/
|
|
12
|
+
webhookId?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { OrchestrationExecutionPhase } from '../schemas/OrchestrationExecutionPhase';
|
|
2
|
+
/**
|
|
3
|
+
* Response containing phases for a release or process execution
|
|
4
|
+
*/
|
|
5
|
+
export interface OrchestrationExecutionPhasesResponse {
|
|
6
|
+
phases: OrchestrationExecutionPhase[];
|
|
7
|
+
/**
|
|
8
|
+
* ID of the process execution
|
|
9
|
+
*/
|
|
10
|
+
process_execution_id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* ID of the release or process execution
|
|
13
|
+
*/
|
|
14
|
+
release_id: string;
|
|
15
|
+
/**
|
|
16
|
+
* Total number of currently running phases
|
|
17
|
+
*/
|
|
18
|
+
total_running_phases: number;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import type { AbortedBy } from '../schemas/AbortedBy';
|
|
2
|
+
import type { ExecutionTriggerInfo } from '../schemas/ExecutionTriggerInfo';
|
|
3
|
+
import type { FailureInfoDto } from '../schemas/FailureInfoDto';
|
|
4
|
+
import type { EntityGitDetails } from '../schemas/EntityGitDetails';
|
|
5
|
+
import type { GovernanceMetadata } from '../schemas/GovernanceMetadata';
|
|
6
|
+
import type { NgLabel } from '../schemas/NgLabel';
|
|
7
|
+
import type { GraphLayoutNodeDto } from '../schemas/GraphLayoutNodeDto';
|
|
8
|
+
import type { PipelineStageInfo } from '../schemas/PipelineStageInfo';
|
|
9
|
+
import type { RetryExecutionMetadata } from '../schemas/RetryExecutionMetadata';
|
|
10
|
+
import type { NgTag } from '../schemas/NgTag';
|
|
11
|
+
import type { TemplateReferenceSummary } from '../schemas/TemplateReferenceSummary';
|
|
12
|
+
export interface PipelineExecutionSummaryDto {
|
|
13
|
+
abortedBy?: AbortedBy;
|
|
14
|
+
allowStageExecutions?: boolean;
|
|
15
|
+
canReExecute?: boolean;
|
|
16
|
+
canRetry?: boolean;
|
|
17
|
+
connectorRef?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @format int64
|
|
20
|
+
*/
|
|
21
|
+
createdAt?: number;
|
|
22
|
+
dependencyGraph?: {
|
|
23
|
+
[key: string]: string[];
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @format int64
|
|
27
|
+
*/
|
|
28
|
+
endTs?: number;
|
|
29
|
+
executionInputConfigured?: boolean;
|
|
30
|
+
executionMode?: string;
|
|
31
|
+
executionTriggerInfo?: ExecutionTriggerInfo;
|
|
32
|
+
/**
|
|
33
|
+
* @format int64
|
|
34
|
+
*/
|
|
35
|
+
failedStagesCount?: number;
|
|
36
|
+
failureInfo?: FailureInfoDto;
|
|
37
|
+
gitDetails?: EntityGitDetails;
|
|
38
|
+
governanceMetadata?: GovernanceMetadata;
|
|
39
|
+
inputSetIdentifiers?: string[];
|
|
40
|
+
isDagEnabled?: boolean;
|
|
41
|
+
isDynamicExecution?: boolean;
|
|
42
|
+
isOriginalYamlUsedOnRerun?: boolean;
|
|
43
|
+
isRetriedExecution?: boolean;
|
|
44
|
+
isStagesExecution?: boolean;
|
|
45
|
+
labels?: NgLabel[];
|
|
46
|
+
layoutNodeMap?: {
|
|
47
|
+
[key: string]: GraphLayoutNodeDto;
|
|
48
|
+
};
|
|
49
|
+
moduleInfo?: {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
};
|
|
52
|
+
modules?: string[];
|
|
53
|
+
name: string;
|
|
54
|
+
notes?: string;
|
|
55
|
+
notesExistForPlanExecutionId?: boolean;
|
|
56
|
+
orgIdentifier: string;
|
|
57
|
+
parentStageInfo?: PipelineStageInfo;
|
|
58
|
+
pipelineIdentifier: string;
|
|
59
|
+
planExecutionId: string;
|
|
60
|
+
projectIdentifier: string;
|
|
61
|
+
queuedReason?: string;
|
|
62
|
+
queuedType?: string;
|
|
63
|
+
retryExecutionMetadata?: RetryExecutionMetadata;
|
|
64
|
+
runSequence?: number;
|
|
65
|
+
/**
|
|
66
|
+
* @format int64
|
|
67
|
+
*/
|
|
68
|
+
runningStagesCount?: number;
|
|
69
|
+
shouldUseSimplifiedKey?: boolean;
|
|
70
|
+
showRetryHistory?: boolean;
|
|
71
|
+
stagesExecuted?: string[];
|
|
72
|
+
stagesExecutedNames?: {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* @format int64
|
|
77
|
+
*/
|
|
78
|
+
startTs?: number;
|
|
79
|
+
startingNodeId?: string;
|
|
80
|
+
startingNodeIds?: string[];
|
|
81
|
+
status: string;
|
|
82
|
+
storeType?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @format int64
|
|
85
|
+
*/
|
|
86
|
+
successfulStagesCount?: number;
|
|
87
|
+
tags?: NgTag[];
|
|
88
|
+
templateReferenceSummary?: TemplateReferenceSummary;
|
|
89
|
+
/**
|
|
90
|
+
* @format int64
|
|
91
|
+
*/
|
|
92
|
+
totalStagesCount?: number;
|
|
93
|
+
yamlVersion?: string;
|
|
94
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface PolicyMetadata {
|
|
2
|
+
accountId?: string;
|
|
3
|
+
/**
|
|
4
|
+
* @format int64
|
|
5
|
+
*/
|
|
6
|
+
created?: number;
|
|
7
|
+
denyMessages?: string[];
|
|
8
|
+
error?: string;
|
|
9
|
+
identifier?: string;
|
|
10
|
+
orgId?: string;
|
|
11
|
+
policyId?: string;
|
|
12
|
+
policyName?: string;
|
|
13
|
+
projectId?: string;
|
|
14
|
+
severity?: string;
|
|
15
|
+
status?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @format int64
|
|
18
|
+
*/
|
|
19
|
+
updated?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { PolicyMetadata } from '../schemas/PolicyMetadata';
|
|
2
|
+
export interface PolicySetMetadata {
|
|
3
|
+
accountId?: string;
|
|
4
|
+
/**
|
|
5
|
+
* @format int64
|
|
6
|
+
*/
|
|
7
|
+
created?: number;
|
|
8
|
+
deny?: boolean;
|
|
9
|
+
description?: string;
|
|
10
|
+
identifier?: string;
|
|
11
|
+
orgId?: string;
|
|
12
|
+
policyMetadata?: PolicyMetadata[];
|
|
13
|
+
policySetId?: string;
|
|
14
|
+
policySetName?: string;
|
|
15
|
+
projectId?: string;
|
|
16
|
+
status?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { OrchestrationStatus } from '../schemas/OrchestrationStatus';
|
|
2
|
+
/**
|
|
3
|
+
* A single execution history row for GET /orchestration/process/{identifier}/executions. Process context comes from the URL path; use executionId to navigate to the execution.
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
export interface ProcessExecutionDto {
|
|
7
|
+
/**
|
|
8
|
+
* Creation timestamp in milliseconds
|
|
9
|
+
*/
|
|
10
|
+
createdAt?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Navigation ID — process execution ID for PROCESS executions, release ID for RELEASE executions
|
|
13
|
+
*/
|
|
14
|
+
executionId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Type of execution
|
|
17
|
+
*/
|
|
18
|
+
executionType: 'PROCESS' | 'RELEASE';
|
|
19
|
+
status: OrchestrationStatus;
|
|
20
|
+
/**
|
|
21
|
+
* Last updated timestamp in milliseconds
|
|
22
|
+
*/
|
|
23
|
+
updatedAt?: number;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface UpdateArtifactTrackerServiceMappingRequest {
|
|
2
|
+
artifactPath?: string;
|
|
3
|
+
artifactRegistry?: string;
|
|
4
|
+
gitConnectorRefOverride?: string;
|
|
5
|
+
k8sConnectorRefOverride?: string;
|
|
6
|
+
k8sNamespaceOverride?: string;
|
|
7
|
+
serviceRef?: string;
|
|
8
|
+
settingsIdentifier?: string;
|
|
9
|
+
ticketConnectorRefOverride?: string;
|
|
10
|
+
ticketRegexOverride?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface WebhookQueueActionRequest {
|
|
2
|
+
/**
|
|
3
|
+
* The action to perform on the webhook queue. APPROVE resumes the activity as succeeded with the selected webhook outputs.
|
|
4
|
+
*/
|
|
5
|
+
action: 'APPROVE';
|
|
6
|
+
/**
|
|
7
|
+
* List of webhook IDs to approve. Empty array resumes the activity with no outputs.
|
|
8
|
+
*/
|
|
9
|
+
webhookIds?: string[];
|
|
10
|
+
}
|