@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.
Files changed (137) hide show
  1. package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerServiceMappingMutation.d.ts +25 -0
  2. package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerServiceMappingMutation.js +14 -0
  3. package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerSettingsMutation.d.ts +25 -0
  4. package/dist/rmg-service/src/services/hooks/useCreateArtifactTrackerSettingsMutation.js +14 -0
  5. package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerServiceMappingMutation.d.ts +24 -0
  6. package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerServiceMappingMutation.js +14 -0
  7. package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerSettingsMutation.d.ts +24 -0
  8. package/dist/rmg-service/src/services/hooks/useDeleteArtifactTrackerSettingsMutation.js +14 -0
  9. package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerServiceMappingQuery.d.ts +25 -0
  10. package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerServiceMappingQuery.js +14 -0
  11. package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerSettingsQuery.d.ts +25 -0
  12. package/dist/rmg-service/src/services/hooks/useGetArtifactTrackerSettingsQuery.js +14 -0
  13. package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionActivityOutputsV2Query.d.ts +28 -0
  14. package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionActivityOutputsV2Query.js +20 -0
  15. package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhaseOutputsV2Query.d.ts +27 -0
  16. package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhaseOutputsV2Query.js +19 -0
  17. package/dist/rmg-service/src/services/hooks/useGetOrchestrationExecutionPhasesQuery.d.ts +2 -16
  18. package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessExecutionsQuery.d.ts +63 -0
  19. package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessExecutionsQuery.js +14 -0
  20. package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessSummaryQuery.d.ts +0 -1
  21. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionActivitiesPaginatedQuery.d.ts +31 -0
  22. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionActivitiesPaginatedQuery.js +14 -0
  23. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionPhasesQuery.d.ts +26 -0
  24. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionPhasesQuery.js +14 -0
  25. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionQuery.d.ts +25 -0
  26. package/dist/rmg-service/src/services/hooks/useGetProcessExecutionQuery.js +14 -0
  27. package/dist/rmg-service/src/services/hooks/useGetWebhookMatchedSignalExecutionSummariesQuery.d.ts +25 -0
  28. package/dist/rmg-service/src/services/hooks/useGetWebhookMatchedSignalExecutionSummariesQuery.js +14 -0
  29. package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.d.ts +19 -0
  30. package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.js +14 -0
  31. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.d.ts +30 -0
  32. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.js +14 -0
  33. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.d.ts +30 -0
  34. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.js +14 -0
  35. package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessExecuteMutation.d.ts +36 -0
  36. package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessExecuteMutation.js +14 -0
  37. package/dist/rmg-service/src/services/hooks/usePostProcessExecutionActionMutation.d.ts +36 -0
  38. package/dist/rmg-service/src/services/hooks/usePostProcessExecutionActionMutation.js +14 -0
  39. package/dist/rmg-service/src/services/hooks/usePostWebhookQueueActionMutation.d.ts +28 -0
  40. package/dist/rmg-service/src/services/hooks/usePostWebhookQueueActionMutation.js +14 -0
  41. package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.d.ts +28 -0
  42. package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.js +14 -0
  43. package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.d.ts +28 -0
  44. package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.js +14 -0
  45. package/dist/rmg-service/src/services/index.d.ts +85 -1
  46. package/dist/rmg-service/src/services/index.js +21 -0
  47. package/dist/rmg-service/src/services/requestBodies/WebhookQueueActionRequestRequestBody.d.ts +2 -0
  48. package/dist/rmg-service/src/services/requestBodies/WebhookQueueActionRequestRequestBody.js +1 -0
  49. package/dist/rmg-service/src/services/responses/ExecuteProcessResponseResponse.d.ts +4 -0
  50. package/dist/rmg-service/src/services/responses/ExecuteProcessResponseResponse.js +1 -0
  51. package/dist/rmg-service/src/services/responses/ExecutionOutputsV2ResponseResponse.d.ts +7 -0
  52. package/dist/rmg-service/src/services/responses/ExecutionOutputsV2ResponseResponse.js +1 -0
  53. package/dist/rmg-service/src/services/responses/GetProcessExecutionResponseResponse.d.ts +2 -0
  54. package/dist/rmg-service/src/services/responses/GetProcessExecutionResponseResponse.js +1 -0
  55. package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.d.ts +13 -0
  56. package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.js +1 -0
  57. package/dist/rmg-service/src/services/responses/WebhookQueueActionResponseResponse.d.ts +2 -0
  58. package/dist/rmg-service/src/services/responses/WebhookQueueActionResponseResponse.js +1 -0
  59. package/dist/rmg-service/src/services/schemas/AbortedBy.d.ts +4 -0
  60. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.d.ts +20 -0
  61. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.js +4 -0
  62. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.d.ts +8 -0
  63. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.js +1 -0
  64. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.d.ts +16 -0
  65. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.js +4 -0
  66. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.d.ts +8 -0
  67. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.js +1 -0
  68. package/dist/rmg-service/src/services/schemas/BuildInfo.d.ts +4 -0
  69. package/dist/rmg-service/src/services/schemas/BuildInfo.js +4 -0
  70. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.d.ts +18 -0
  71. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.js +4 -0
  72. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.d.ts +8 -0
  73. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.js +4 -0
  74. package/dist/rmg-service/src/services/schemas/EdgeLayoutList.d.ts +4 -0
  75. package/dist/rmg-service/src/services/schemas/EdgeLayoutList.js +4 -0
  76. package/dist/rmg-service/src/services/schemas/EntityGitDetails.d.ts +14 -0
  77. package/dist/rmg-service/src/services/schemas/EntityGitDetails.js +4 -0
  78. package/dist/rmg-service/src/services/schemas/ExecuteProcessResponseDto.d.ts +31 -0
  79. package/dist/rmg-service/src/services/schemas/ExecuteProcessResponseDto.js +1 -0
  80. package/dist/rmg-service/src/services/schemas/ExecutionOutputGroupDto.d.ts +16 -0
  81. package/dist/rmg-service/src/services/schemas/ExecutionOutputGroupDto.js +1 -0
  82. package/dist/rmg-service/src/services/schemas/ExecutionOutputV2Dto.d.ts +13 -0
  83. package/dist/rmg-service/src/services/schemas/ExecutionOutputV2Dto.js +4 -0
  84. package/dist/rmg-service/src/services/schemas/ExecutionTaskDto.d.ts +0 -2
  85. package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.d.ts +10 -0
  86. package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.js +1 -0
  87. package/dist/rmg-service/src/services/schemas/FailureInfoDto.d.ts +6 -0
  88. package/dist/rmg-service/src/services/schemas/FailureInfoDto.js +1 -0
  89. package/dist/rmg-service/src/services/schemas/GovernanceMetadata.d.ts +16 -0
  90. package/dist/rmg-service/src/services/schemas/GovernanceMetadata.js +1 -0
  91. package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.d.ts +23 -0
  92. package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.js +1 -0
  93. package/dist/rmg-service/src/services/schemas/ManualTaskYaml.d.ts +0 -2
  94. package/dist/rmg-service/src/services/schemas/ManualTaskYaml.js +3 -0
  95. package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.d.ts +13 -0
  96. package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.js +1 -0
  97. package/dist/rmg-service/src/services/schemas/NgLabel.d.ts +4 -0
  98. package/dist/rmg-service/src/services/schemas/NgLabel.js +4 -0
  99. package/dist/rmg-service/src/services/schemas/NgTag.d.ts +4 -0
  100. package/dist/rmg-service/src/services/schemas/NgTag.js +4 -0
  101. package/dist/rmg-service/src/services/schemas/OrchestrationExecutionPhasesResponse.d.ts +19 -0
  102. package/dist/rmg-service/src/services/schemas/OrchestrationExecutionPhasesResponse.js +1 -0
  103. package/dist/rmg-service/src/services/schemas/OrchestrationStatusList.d.ts +5 -0
  104. package/dist/rmg-service/src/services/schemas/OrchestrationStatusList.js +1 -0
  105. package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.d.ts +94 -0
  106. package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.js +1 -0
  107. package/dist/rmg-service/src/services/schemas/PipelineStageInfo.d.ts +10 -0
  108. package/dist/rmg-service/src/services/schemas/PipelineStageInfo.js +4 -0
  109. package/dist/rmg-service/src/services/schemas/PolicyMetadata.d.ts +20 -0
  110. package/dist/rmg-service/src/services/schemas/PolicyMetadata.js +4 -0
  111. package/dist/rmg-service/src/services/schemas/PolicySetMetadata.d.ts +17 -0
  112. package/dist/rmg-service/src/services/schemas/PolicySetMetadata.js +1 -0
  113. package/dist/rmg-service/src/services/schemas/ProcessExecutionDto.d.ts +24 -0
  114. package/dist/rmg-service/src/services/schemas/ProcessExecutionDto.js +1 -0
  115. package/dist/rmg-service/src/services/schemas/RerunInfo.d.ts +6 -0
  116. package/dist/rmg-service/src/services/schemas/RerunInfo.js +4 -0
  117. package/dist/rmg-service/src/services/schemas/ResponseMessage.d.ts +8 -0
  118. package/dist/rmg-service/src/services/schemas/ResponseMessage.js +4 -0
  119. package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.d.ts +4 -0
  120. package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.js +4 -0
  121. package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.d.ts +8 -0
  122. package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.js +4 -0
  123. package/dist/rmg-service/src/services/schemas/TriggeredBy.d.ts +11 -0
  124. package/dist/rmg-service/src/services/schemas/TriggeredBy.js +4 -0
  125. package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.d.ts +11 -0
  126. package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.js +4 -0
  127. package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.d.ts +7 -0
  128. package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.js +4 -0
  129. package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.d.ts +12 -0
  130. package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.js +4 -0
  131. package/dist/rmg-service/src/services/schemas/WebhookQueueActionRequest.d.ts +10 -0
  132. package/dist/rmg-service/src/services/schemas/WebhookQueueActionRequest.js +4 -0
  133. package/dist/rmg-service/src/services/schemas/WebhookQueueActionResponse.d.ts +10 -0
  134. package/dist/rmg-service/src/services/schemas/WebhookQueueActionResponse.js +4 -0
  135. package/package.json +1 -1
  136. package/dist/rmg-service/src/services/schemas/TaskExecuteConfig.d.ts +0 -10
  137. /package/dist/rmg-service/src/services/schemas/{TaskExecuteConfig.js → AbortedBy.js} +0 -0
@@ -0,0 +1,4 @@
1
+ export interface EdgeLayoutList {
2
+ currentNodeChildren?: string[];
3
+ nextIds?: string[];
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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,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,13 @@
1
+ /**
2
+ * A single name/value output entry (v2)
3
+ */
4
+ export interface ExecutionOutputV2Dto {
5
+ /**
6
+ * Name of the output parameter
7
+ */
8
+ name: string;
9
+ /**
10
+ * Value of the output parameter (always a string in v2)
11
+ */
12
+ value: string;
13
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,6 @@
1
+ import type { ResponseMessage } from '../schemas/ResponseMessage';
2
+ export interface FailureInfoDto {
3
+ failureTypeList?: string[];
4
+ message?: string;
5
+ responseMessages?: ResponseMessage[];
6
+ }
@@ -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,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
+ }
@@ -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
  */
@@ -1 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
1
4
  export {};
@@ -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,4 @@
1
+ export interface NgLabel {
2
+ key?: string;
3
+ value?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export interface NgTag {
2
+ key: string;
3
+ value?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,5 @@
1
+ import type { OrchestrationStatus } from '../schemas/OrchestrationStatus';
2
+ /**
3
+ * List of orchestration execution activity statuses
4
+ */
5
+ export type OrchestrationStatusList = OrchestrationStatus[];
@@ -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,10 @@
1
+ export interface PipelineStageInfo {
2
+ executionId?: string;
3
+ hasParentPipeline?: boolean;
4
+ identifier?: string;
5
+ orgId?: string;
6
+ pipelineName?: string;
7
+ projectId?: string;
8
+ runSequence?: number;
9
+ stageNodeId?: string;
10
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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,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,6 @@
1
+ export interface RerunInfo {
2
+ prevExecutionId?: string;
3
+ prevTriggerType?: string;
4
+ rootExecutionId: string;
5
+ rootTriggerType: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface ResponseMessage {
2
+ additionalInfo?: {
3
+ [key: string]: string;
4
+ };
5
+ code?: string;
6
+ level?: string;
7
+ message?: string;
8
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,4 @@
1
+ export interface RetryExecutionMetadata {
2
+ parentExecutionId?: string;
3
+ rootExecutionId?: string;
4
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface TemplateReferenceSummary {
2
+ fqn?: string;
3
+ moduleInfo?: string[];
4
+ scope?: string;
5
+ stableTemplate?: boolean;
6
+ templateIdentifier?: string;
7
+ versionLabel?: string;
8
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,11 @@
1
+ export interface TriggeredBy {
2
+ extraInfo?: {
3
+ [key: string]: string;
4
+ };
5
+ identifier: string;
6
+ impersonateEmail?: string;
7
+ impersonateUsername?: string;
8
+ triggerIdentifier?: string;
9
+ triggerName?: string;
10
+ uuid: string;
11
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface UpsertArtifactTrackerSettingsRequest {
2
+ defaultGitConnectorRef: string;
3
+ defaultK8sConnectorRef?: string;
4
+ defaultK8sNamespace?: string;
5
+ defaultTicketConnectorRef?: string;
6
+ defaultTicketRegex?: string;
7
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,12 @@
1
+ export interface WebhookMetadataResponse {
2
+ /**
3
+ * Raw metadata from the webhook signal.
4
+ */
5
+ metadata: {
6
+ [key: string]: any;
7
+ };
8
+ /**
9
+ * Webhook id for fetching webhook metadata.
10
+ */
11
+ webhookId: string;
12
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,10 @@
1
+ export interface WebhookQueueActionResponse {
2
+ /**
3
+ * The action that was performed
4
+ */
5
+ action?: string;
6
+ /**
7
+ * The ID of the activity execution
8
+ */
9
+ activityExecutionId?: string;
10
+ }