@harnessio/react-pipeline-swagger-service-client 1.3.0 → 1.4.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 (89) hide show
  1. package/dist/pipeline-swagger-service/src/services/hooks/useGetExecutionDetailV2Query.d.ts +28 -0
  2. package/dist/pipeline-swagger-service/src/services/hooks/useGetExecutionDetailV2Query.js +14 -0
  3. package/dist/pipeline-swagger-service/src/services/hooks/useRetryHistoryQuery.d.ts +26 -0
  4. package/dist/pipeline-swagger-service/src/services/hooks/useRetryHistoryQuery.js +14 -0
  5. package/dist/pipeline-swagger-service/src/services/index.d.ts +45 -0
  6. package/dist/pipeline-swagger-service/src/services/index.js +2 -0
  7. package/dist/pipeline-swagger-service/src/services/schemas/AbortedBy.d.ts +8 -0
  8. package/dist/pipeline-swagger-service/src/services/schemas/AbortedBy.js +4 -0
  9. package/dist/pipeline-swagger-service/src/services/schemas/AccessControlCheckError.d.ts +13 -0
  10. package/dist/pipeline-swagger-service/src/services/schemas/AccessControlCheckError.js +1 -0
  11. package/dist/pipeline-swagger-service/src/services/schemas/AdviserIssuer.d.ts +3 -0
  12. package/dist/pipeline-swagger-service/src/services/schemas/AdviserIssuer.js +4 -0
  13. package/dist/pipeline-swagger-service/src/services/schemas/ChildExecutionDetailDto.d.ts +6 -0
  14. package/dist/pipeline-swagger-service/src/services/schemas/ChildExecutionDetailDto.js +1 -0
  15. package/dist/pipeline-swagger-service/src/services/schemas/DelegateInfo.d.ts +6 -0
  16. package/dist/pipeline-swagger-service/src/services/schemas/DelegateInfo.js +4 -0
  17. package/dist/pipeline-swagger-service/src/services/schemas/EdgeLayoutList.d.ts +4 -0
  18. package/dist/pipeline-swagger-service/src/services/schemas/EdgeLayoutList.js +4 -0
  19. package/dist/pipeline-swagger-service/src/services/schemas/ExecutableResponse.d.ts +3 -0
  20. package/dist/pipeline-swagger-service/src/services/schemas/ExecutableResponse.js +4 -0
  21. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionErrorInfo.d.ts +3 -0
  22. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionErrorInfo.js +4 -0
  23. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionGraph.d.ts +15 -0
  24. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionGraph.js +1 -0
  25. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionInfo.d.ts +16 -0
  26. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionInfo.js +4 -0
  27. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionNode.d.ts +66 -0
  28. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionNode.js +1 -0
  29. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionNodeAdjacencyList.d.ts +4 -0
  30. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionNodeAdjacencyList.js +4 -0
  31. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionTriggerInfo.d.ts +3 -0
  32. package/dist/pipeline-swagger-service/src/services/schemas/ExecutionTriggerInfo.js +4 -0
  33. package/dist/pipeline-swagger-service/src/services/schemas/FailureInfoDto.d.ts +6 -0
  34. package/dist/pipeline-swagger-service/src/services/schemas/FailureInfoDto.js +1 -0
  35. package/dist/pipeline-swagger-service/src/services/schemas/GovernanceMetadata.d.ts +3 -0
  36. package/dist/pipeline-swagger-service/src/services/schemas/GovernanceMetadata.js +4 -0
  37. package/dist/pipeline-swagger-service/src/services/schemas/GraphLayoutNode.d.ts +53 -0
  38. package/dist/pipeline-swagger-service/src/services/schemas/GraphLayoutNode.js +1 -0
  39. package/dist/pipeline-swagger-service/src/services/schemas/InterruptConfig.d.ts +6 -0
  40. package/dist/pipeline-swagger-service/src/services/schemas/InterruptConfig.js +1 -0
  41. package/dist/pipeline-swagger-service/src/services/schemas/InterruptEffectDto.d.ts +10 -0
  42. package/dist/pipeline-swagger-service/src/services/schemas/InterruptEffectDto.js +1 -0
  43. package/dist/pipeline-swagger-service/src/services/schemas/IssuedBy.d.ts +16 -0
  44. package/dist/pipeline-swagger-service/src/services/schemas/IssuedBy.js +1 -0
  45. package/dist/pipeline-swagger-service/src/services/schemas/ManualIssuer.d.ts +6 -0
  46. package/dist/pipeline-swagger-service/src/services/schemas/ManualIssuer.js +4 -0
  47. package/dist/pipeline-swagger-service/src/services/schemas/NgLabel.d.ts +4 -0
  48. package/dist/pipeline-swagger-service/src/services/schemas/NgLabel.js +4 -0
  49. package/dist/pipeline-swagger-service/src/services/schemas/NgTag.d.ts +4 -0
  50. package/dist/pipeline-swagger-service/src/services/schemas/NgTag.js +4 -0
  51. package/dist/pipeline-swagger-service/src/services/schemas/NodeRunInfo.d.ts +3 -0
  52. package/dist/pipeline-swagger-service/src/services/schemas/NodeRunInfo.js +4 -0
  53. package/dist/pipeline-swagger-service/src/services/schemas/PermissionCheck.d.ts +10 -0
  54. package/dist/pipeline-swagger-service/src/services/schemas/PermissionCheck.js +1 -0
  55. package/dist/pipeline-swagger-service/src/services/schemas/PipelineExecutionDetail.d.ts +9 -0
  56. package/dist/pipeline-swagger-service/src/services/schemas/PipelineExecutionDetail.js +1 -0
  57. package/dist/pipeline-swagger-service/src/services/schemas/PipelineExecutionSummary.d.ts +97 -0
  58. package/dist/pipeline-swagger-service/src/services/schemas/PipelineExecutionSummary.js +1 -0
  59. package/dist/pipeline-swagger-service/src/services/schemas/ResourceScope.d.ts +5 -0
  60. package/dist/pipeline-swagger-service/src/services/schemas/ResourceScope.js +4 -0
  61. package/dist/pipeline-swagger-service/src/services/schemas/ResponsePipelineExecutionDetail.d.ts +9 -0
  62. package/dist/pipeline-swagger-service/src/services/schemas/ResponsePipelineExecutionDetail.js +1 -0
  63. package/dist/pipeline-swagger-service/src/services/schemas/ResponseRetryHistoryResponseDto.d.ts +9 -0
  64. package/dist/pipeline-swagger-service/src/services/schemas/ResponseRetryHistoryResponseDto.js +1 -0
  65. package/dist/pipeline-swagger-service/src/services/schemas/RetryExecutionMetadata.d.ts +18 -0
  66. package/dist/pipeline-swagger-service/src/services/schemas/RetryExecutionMetadata.js +1 -0
  67. package/dist/pipeline-swagger-service/src/services/schemas/RetryHistoryResponseDto.d.ts +8 -0
  68. package/dist/pipeline-swagger-service/src/services/schemas/RetryHistoryResponseDto.js +1 -0
  69. package/dist/pipeline-swagger-service/src/services/schemas/RetryInterruptConfig.d.ts +3 -0
  70. package/dist/pipeline-swagger-service/src/services/schemas/RetryInterruptConfig.js +4 -0
  71. package/dist/pipeline-swagger-service/src/services/schemas/RetryNodeMetadata.d.ts +17 -0
  72. package/dist/pipeline-swagger-service/src/services/schemas/RetryNodeMetadata.js +1 -0
  73. package/dist/pipeline-swagger-service/src/services/schemas/RetryStagesMetadataDto.d.ts +4 -0
  74. package/dist/pipeline-swagger-service/src/services/schemas/RetryStagesMetadataDto.js +4 -0
  75. package/dist/pipeline-swagger-service/src/services/schemas/SkipInfo.d.ts +3 -0
  76. package/dist/pipeline-swagger-service/src/services/schemas/SkipInfo.js +4 -0
  77. package/dist/pipeline-swagger-service/src/services/schemas/StrategyMetadata.d.ts +3 -0
  78. package/dist/pipeline-swagger-service/src/services/schemas/StrategyMetadata.js +4 -0
  79. package/dist/pipeline-swagger-service/src/services/schemas/SystemIssuer.d.ts +3 -0
  80. package/dist/pipeline-swagger-service/src/services/schemas/SystemIssuer.js +4 -0
  81. package/dist/pipeline-swagger-service/src/services/schemas/TemplateReferenceSummary.d.ts +3 -0
  82. package/dist/pipeline-swagger-service/src/services/schemas/TemplateReferenceSummary.js +4 -0
  83. package/dist/pipeline-swagger-service/src/services/schemas/TimeoutIssuer.d.ts +3 -0
  84. package/dist/pipeline-swagger-service/src/services/schemas/TimeoutIssuer.js +4 -0
  85. package/dist/pipeline-swagger-service/src/services/schemas/TriggerIssuer.d.ts +4 -0
  86. package/dist/pipeline-swagger-service/src/services/schemas/TriggerIssuer.js +4 -0
  87. package/dist/pipeline-swagger-service/src/services/schemas/UnitProgress.d.ts +3 -0
  88. package/dist/pipeline-swagger-service/src/services/schemas/UnitProgress.js +4 -0
  89. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ResponsePipelineExecutionDetail } from '../schemas/ResponsePipelineExecutionDetail';
3
+ import type { Failure } from '../schemas/Failure';
4
+ import type { Error } from '../schemas/Error';
5
+ import type { ResponseWithPagination } from '../helpers';
6
+ import { FetcherOptions } from '../../../../fetcher/index.js';
7
+ export interface GetExecutionDetailV2QueryPathParams {
8
+ planExecutionId: string;
9
+ }
10
+ export interface GetExecutionDetailV2QueryQueryParams {
11
+ accountIdentifier: string;
12
+ orgIdentifier: string;
13
+ projectIdentifier: string;
14
+ stageNodeId?: string;
15
+ stageNodeExecutionId?: string;
16
+ childStageNodeId?: string;
17
+ renderFullBottomGraph?: boolean;
18
+ }
19
+ export type GetExecutionDetailV2OkResponse = ResponseWithPagination<ResponsePipelineExecutionDetail>;
20
+ export type GetExecutionDetailV2ErrorResponse = Failure | Error;
21
+ export interface GetExecutionDetailV2Props extends GetExecutionDetailV2QueryPathParams, Omit<FetcherOptions<GetExecutionDetailV2QueryQueryParams, unknown>, 'url'> {
22
+ queryParams: GetExecutionDetailV2QueryQueryParams;
23
+ }
24
+ export declare function getExecutionDetailV2(props: GetExecutionDetailV2Props): Promise<GetExecutionDetailV2OkResponse>;
25
+ /**
26
+ *
27
+ */
28
+ export declare function useGetExecutionDetailV2Query(props: GetExecutionDetailV2Props, options?: Omit<UseQueryOptions<GetExecutionDetailV2OkResponse, GetExecutionDetailV2ErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<GetExecutionDetailV2OkResponse, GetExecutionDetailV2ErrorResponse>;
@@ -0,0 +1,14 @@
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 getExecutionDetailV2(props) {
7
+ return fetcher(Object.assign({ url: `/pipelines/execution/v2/${props.planExecutionId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ *
11
+ */
12
+ export function useGetExecutionDetailV2Query(props, options) {
13
+ return useQuery(['getExecutionDetailV2', props.planExecutionId, props.queryParams], ({ signal }) => getExecutionDetailV2(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -0,0 +1,26 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+ import type { ResponseRetryHistoryResponseDto } from '../schemas/ResponseRetryHistoryResponseDto';
3
+ import type { Failure } from '../schemas/Failure';
4
+ import type { AccessControlCheckError } from '../schemas/AccessControlCheckError';
5
+ import type { Error } from '../schemas/Error';
6
+ import type { ResponseWithPagination } from '../helpers';
7
+ import { FetcherOptions } from '../../../../fetcher/index.js';
8
+ export interface RetryHistoryQueryPathParams {
9
+ planExecutionId: string;
10
+ }
11
+ export interface RetryHistoryQueryQueryParams {
12
+ accountIdentifier: string;
13
+ orgIdentifier: string;
14
+ projectIdentifier: string;
15
+ pipelineIdentifier: string;
16
+ }
17
+ export type RetryHistoryOkResponse = ResponseWithPagination<ResponseRetryHistoryResponseDto>;
18
+ export type RetryHistoryErrorResponse = Failure | AccessControlCheckError | Error;
19
+ export interface RetryHistoryProps extends RetryHistoryQueryPathParams, Omit<FetcherOptions<RetryHistoryQueryQueryParams, unknown>, 'url'> {
20
+ queryParams: RetryHistoryQueryQueryParams;
21
+ }
22
+ export declare function retryHistory(props: RetryHistoryProps): Promise<RetryHistoryOkResponse>;
23
+ /**
24
+ *
25
+ */
26
+ export declare function useRetryHistoryQuery(props: RetryHistoryProps, options?: Omit<UseQueryOptions<RetryHistoryOkResponse, RetryHistoryErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<RetryHistoryOkResponse, RetryHistoryErrorResponse>;
@@ -0,0 +1,14 @@
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 retryHistory(props) {
7
+ return fetcher(Object.assign({ url: `/pipeline/execute/retryHistory/${props.planExecutionId}`, method: 'GET' }, props));
8
+ }
9
+ /**
10
+ *
11
+ */
12
+ export function useRetryHistoryQuery(props, options) {
13
+ return useQuery(['retryHistory', props.planExecutionId, props.queryParams], ({ signal }) => retryHistory(Object.assign(Object.assign({}, props), { signal })), options);
14
+ }
@@ -3,6 +3,8 @@ export type { CreateTriggerErrorResponse, CreateTriggerMutationQueryParams, Crea
3
3
  export { createTrigger, useCreateTriggerMutation } from './hooks/useCreateTriggerMutation';
4
4
  export type { DeleteFilterErrorResponse, DeleteFilterMutationPathParams, DeleteFilterMutationQueryParams, DeleteFilterOkResponse, DeleteFilterProps, } from './hooks/useDeleteFilterMutation';
5
5
  export { deleteFilter, useDeleteFilterMutation } from './hooks/useDeleteFilterMutation';
6
+ export type { GetExecutionDetailV2ErrorResponse, GetExecutionDetailV2OkResponse, GetExecutionDetailV2Props, GetExecutionDetailV2QueryPathParams, GetExecutionDetailV2QueryQueryParams, } from './hooks/useGetExecutionDetailV2Query';
7
+ export { getExecutionDetailV2, useGetExecutionDetailV2Query, } from './hooks/useGetExecutionDetailV2Query';
6
8
  export type { GetFilterListErrorResponse, GetFilterListOkResponse, GetFilterListProps, GetFilterListQueryQueryParams, } from './hooks/useGetFilterListQuery';
7
9
  export { getFilterList, useGetFilterListQuery } from './hooks/useGetFilterListQuery';
8
10
  export type { GetFilterErrorResponse, GetFilterOkResponse, GetFilterProps, GetFilterQueryPathParams, GetFilterQueryQueryParams, } from './hooks/useGetFilterQuery';
@@ -17,31 +19,60 @@ export type { GetTriggerListForTargetErrorResponse, GetTriggerListForTargetOkRes
17
19
  export { getTriggerListForTarget, useGetTriggerListForTargetQuery, } from './hooks/useGetTriggerListForTargetQuery';
18
20
  export type { PostFilterErrorResponse, PostFilterMutationQueryParams, PostFilterOkResponse, PostFilterProps, PostFilterRequestBody, } from './hooks/usePostFilterMutation';
19
21
  export { postFilter, usePostFilterMutation } from './hooks/usePostFilterMutation';
22
+ export type { RetryHistoryErrorResponse, RetryHistoryOkResponse, RetryHistoryProps, RetryHistoryQueryPathParams, RetryHistoryQueryQueryParams, } from './hooks/useRetryHistoryQuery';
23
+ export { retryHistory, useRetryHistoryQuery } from './hooks/useRetryHistoryQuery';
20
24
  export type { UpdateFilterErrorResponse, UpdateFilterMutationQueryParams, UpdateFilterOkResponse, UpdateFilterProps, UpdateFilterRequestBody, } from './hooks/useUpdateFilterMutation';
21
25
  export { updateFilter, useUpdateFilterMutation } from './hooks/useUpdateFilterMutation';
22
26
  export type { FilterDtoRequestBody } from './requestBodies/FilterDtoRequestBody';
23
27
  export type { UpdateTriggerBodyRequestBody } from './requestBodies/UpdateTriggerBodyRequestBody';
28
+ export type { AbortedBy } from './schemas/AbortedBy';
29
+ export type { AccessControlCheckError } from './schemas/AccessControlCheckError';
30
+ export type { AdviserIssuer } from './schemas/AdviserIssuer';
24
31
  export type { BuildDetails } from './schemas/BuildDetails';
32
+ export type { ChildExecutionDetailDto } from './schemas/ChildExecutionDetailDto';
33
+ export type { DelegateInfo } from './schemas/DelegateInfo';
34
+ export type { EdgeLayoutList } from './schemas/EdgeLayoutList';
25
35
  export type { EntityGitDetails } from './schemas/EntityGitDetails';
26
36
  export type { EntityValidityDetails } from './schemas/EntityValidityDetails';
27
37
  export type { Error } from './schemas/Error';
28
38
  export type { ErrorMetadataDto } from './schemas/ErrorMetadataDto';
39
+ export type { ExecutableResponse } from './schemas/ExecutableResponse';
40
+ export type { ExecutionErrorInfo } from './schemas/ExecutionErrorInfo';
41
+ export type { ExecutionGraph } from './schemas/ExecutionGraph';
42
+ export type { ExecutionInfo } from './schemas/ExecutionInfo';
43
+ export type { ExecutionNode } from './schemas/ExecutionNode';
44
+ export type { ExecutionNodeAdjacencyList } from './schemas/ExecutionNodeAdjacencyList';
29
45
  export type { ExecutionSummaryInfo } from './schemas/ExecutionSummaryInfo';
46
+ export type { ExecutionTriggerInfo } from './schemas/ExecutionTriggerInfo';
30
47
  export type { ExecutorInfoDto } from './schemas/ExecutorInfoDto';
31
48
  export type { Failure } from './schemas/Failure';
49
+ export type { FailureInfoDto } from './schemas/FailureInfoDto';
32
50
  export type { FilterDto } from './schemas/FilterDto';
33
51
  export type { FilterProperties } from './schemas/FilterProperties';
52
+ export type { GovernanceMetadata } from './schemas/GovernanceMetadata';
53
+ export type { GraphLayoutNode } from './schemas/GraphLayoutNode';
34
54
  export type { InputSetValidator } from './schemas/InputSetValidator';
55
+ export type { InterruptConfig } from './schemas/InterruptConfig';
56
+ export type { InterruptEffectDto } from './schemas/InterruptEffectDto';
57
+ export type { IssuedBy } from './schemas/IssuedBy';
35
58
  export type { LastTriggerExecutionDetails } from './schemas/LastTriggerExecutionDetails';
59
+ export type { ManualIssuer } from './schemas/ManualIssuer';
60
+ export type { NgLabel } from './schemas/NgLabel';
61
+ export type { NgTag } from './schemas/NgTag';
36
62
  export type { NgTriggerDetailsResponse } from './schemas/NgTriggerDetailsResponse';
37
63
  export type { NgTriggerResponse } from './schemas/NgTriggerResponse';
64
+ export type { NodeRunInfo } from './schemas/NodeRunInfo';
38
65
  export type { PageFilterDto } from './schemas/PageFilterDto';
39
66
  export type { PageNgTriggerDetailsResponse } from './schemas/PageNgTriggerDetailsResponse';
40
67
  export type { ParameterFieldListString } from './schemas/ParameterFieldListString';
68
+ export type { PermissionCheck } from './schemas/PermissionCheck';
69
+ export type { PipelineExecutionDetail } from './schemas/PipelineExecutionDetail';
70
+ export type { PipelineExecutionSummary } from './schemas/PipelineExecutionSummary';
41
71
  export type { PipelineStageInfo } from './schemas/PipelineStageInfo';
42
72
  export type { PmsPipelineSummaryResponse } from './schemas/PmsPipelineSummaryResponse';
43
73
  export type { PollingSubscriptionStatus } from './schemas/PollingSubscriptionStatus';
44
74
  export type { RecentExecutionInfoDto } from './schemas/RecentExecutionInfoDto';
75
+ export type { ResourceScope } from './schemas/ResourceScope';
45
76
  export type { ResponseBoolean } from './schemas/ResponseBoolean';
46
77
  export type { ResponseFilterDto } from './schemas/ResponseFilterDto';
47
78
  export type { ResponseMapStringMapStringListString } from './schemas/ResponseMapStringMapStringListString';
@@ -49,13 +80,27 @@ export type { ResponseMessage } from './schemas/ResponseMessage';
49
80
  export type { ResponseNgTriggerResponse } from './schemas/ResponseNgTriggerResponse';
50
81
  export type { ResponsePageFilterDto } from './schemas/ResponsePageFilterDto';
51
82
  export type { ResponsePageNgTriggerDetailsResponse } from './schemas/ResponsePageNgTriggerDetailsResponse';
83
+ export type { ResponsePipelineExecutionDetail } from './schemas/ResponsePipelineExecutionDetail';
52
84
  export type { ResponsePmsPipelineSummaryResponse } from './schemas/ResponsePmsPipelineSummaryResponse';
85
+ export type { ResponseRetryHistoryResponseDto } from './schemas/ResponseRetryHistoryResponseDto';
53
86
  export type { ResponseTriggerCatalogResponse } from './schemas/ResponseTriggerCatalogResponse';
87
+ export type { RetryExecutionMetadata } from './schemas/RetryExecutionMetadata';
88
+ export type { RetryHistoryResponseDto } from './schemas/RetryHistoryResponseDto';
89
+ export type { RetryInterruptConfig } from './schemas/RetryInterruptConfig';
90
+ export type { RetryNodeMetadata } from './schemas/RetryNodeMetadata';
91
+ export type { RetryStagesMetadataDto } from './schemas/RetryStagesMetadataDto';
92
+ export type { SkipInfo } from './schemas/SkipInfo';
54
93
  export type { StackTraceElement } from './schemas/StackTraceElement';
94
+ export type { StrategyMetadata } from './schemas/StrategyMetadata';
95
+ export type { SystemIssuer } from './schemas/SystemIssuer';
96
+ export type { TemplateReferenceSummary } from './schemas/TemplateReferenceSummary';
55
97
  export type { Throwable } from './schemas/Throwable';
98
+ export type { TimeoutIssuer } from './schemas/TimeoutIssuer';
56
99
  export type { TriggerCatalogItem } from './schemas/TriggerCatalogItem';
57
100
  export type { TriggerCatalogResponse } from './schemas/TriggerCatalogResponse';
101
+ export type { TriggerIssuer } from './schemas/TriggerIssuer';
58
102
  export type { TriggerStatus } from './schemas/TriggerStatus';
103
+ export type { UnitProgress } from './schemas/UnitProgress';
59
104
  export type { ValidationError } from './schemas/ValidationError';
60
105
  export type { ValidationStatus } from './schemas/ValidationStatus';
61
106
  export type { WebhookAutoRegistrationStatus } from './schemas/WebhookAutoRegistrationStatus';
@@ -1,5 +1,6 @@
1
1
  export { createTrigger, useCreateTriggerMutation } from './hooks/useCreateTriggerMutation';
2
2
  export { deleteFilter, useDeleteFilterMutation } from './hooks/useDeleteFilterMutation';
3
+ export { getExecutionDetailV2, useGetExecutionDetailV2Query, } from './hooks/useGetExecutionDetailV2Query';
3
4
  export { getFilterList, useGetFilterListQuery } from './hooks/useGetFilterListQuery';
4
5
  export { getFilter, useGetFilterQuery } from './hooks/useGetFilterQuery';
5
6
  export { getGitTriggerEventDetails, useGetGitTriggerEventDetailsQuery, } from './hooks/useGetGitTriggerEventDetailsQuery';
@@ -7,4 +8,5 @@ export { getPipelineSummary, useGetPipelineSummaryQuery } from './hooks/useGetPi
7
8
  export { getTriggerCatalog, useGetTriggerCatalogQuery } from './hooks/useGetTriggerCatalogQuery';
8
9
  export { getTriggerListForTarget, useGetTriggerListForTargetQuery, } from './hooks/useGetTriggerListForTargetQuery';
9
10
  export { postFilter, usePostFilterMutation } from './hooks/usePostFilterMutation';
11
+ export { retryHistory, useRetryHistoryQuery } from './hooks/useRetryHistoryQuery';
10
12
  export { updateFilter, useUpdateFilterMutation } from './hooks/useUpdateFilterMutation';
@@ -0,0 +1,8 @@
1
+ export interface AbortedBy {
2
+ /**
3
+ * @format int64
4
+ */
5
+ createdAt?: number;
6
+ email?: string;
7
+ userName?: 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,13 @@
1
+ import type { PermissionCheck } from '../schemas/PermissionCheck';
2
+ import type { ErrorMetadataDto } from '../schemas/ErrorMetadataDto';
3
+ import type { ResponseMessage } from '../schemas/ResponseMessage';
4
+ export interface AccessControlCheckError {
5
+ code?: 'ABORT_ALL_ALREADY' | 'ABORT_ALL_ALREADY_NG' | 'ACCESS_DENIED' | 'ACCOUNT_DISABLED' | 'ACCOUNT_DOES_NOT_EXIST' | 'ACCOUNT_MIGRATED' | 'ACCOUNT_MIGRATED_TO_NEXT_GEN' | 'ACTIVE_SERVICE_INSTANCES_PRESENT_EXCEPTION' | 'ADFS_ERROR' | 'ALGORITHM_NEGOTIATION_ERROR' | 'APM_CONFIGURATION_ERROR' | 'APPDYNAMICS_CONFIGURATION_ERROR' | 'APPDYNAMICS_ERROR' | 'APPROVAL_REJECTION' | 'APPROVAL_STEP_NG_ERROR' | 'ARTIFACT_SERVER_ERROR' | 'AUTHENTICATION_ERROR' | 'AUTHORIZATION_ERROR' | 'AWS_ACCESS_DENIED' | 'AWS_APPLICATION_AUTO_SCALING' | 'AWS_ASG_ERROR' | 'AWS_CF_ERROR' | 'AWS_CLUSTER_NOT_FOUND' | 'AWS_ECS_CLIENT_ERROR' | 'AWS_ECS_ERROR' | 'AWS_ECS_SERVICE_NOT_ACTIVE' | 'AWS_EKS_ERROR' | 'AWS_IAM_ERROR' | 'AWS_INSTANCE_ERROR' | 'AWS_LOAD_BALANCER_ERROR' | 'AWS_SECRETS_MANAGER_OPERATION_ERROR' | 'AWS_SERVICE_NOT_FOUND' | 'AWS_STS_ERROR' | 'AWS_TAG_ERROR' | 'AWS_VPC_ERROR' | 'AZURE_APP_SERVICES_TASK_EXCEPTION' | 'AZURE_ARM_TASK_EXCEPTION' | 'AZURE_AUTHENTICATION_ERROR' | 'AZURE_BP_TASK_EXCEPTION' | 'AZURE_CLIENT_EXCEPTION' | 'AZURE_CONFIG_ERROR' | 'AZURE_KEY_VAULT_INTERRUPT_ERROR' | 'AZURE_KEY_VAULT_OPERATION_ERROR' | 'AZURE_SERVICE_EXCEPTION' | 'BARRIERS_NOT_RUNNING_CONCURRENTLY' | 'BARRIER_FAILED_ERROR' | 'BASELINE_CONFIGURATION_ERROR' | 'BATCH_PROCESSING_ERROR' | 'BUCKET_SERVER_ERROR' | 'CACHE_NOT_FOUND_EXCEPTION' | 'CG_LICENSE_USAGE_ERROR' | 'CLOUDWATCH_CONFIGURATION_ERROR' | 'CLOUDWATCH_ERROR' | 'CLUSTER_CREDENTIALS_NOT_FOUND' | 'CLUSTER_NOT_FOUND' | 'COMMAND_DOES_NOT_EXIST' | 'COMMAND_EXECUTION_ERROR' | 'COMMNITY_EDITION_NOT_FOUND' | 'CONNECTION_ERROR' | 'CONNECTION_TIMEOUT' | 'CONNECTOR_NOT_FOUND_EXCEPTION' | 'CONNECTOR_VALIDATION_EXCEPTION' | 'CONTEXT' | 'COULD_NOT_MAP_BEFORE_YAML' | 'CUSTOM_APPROVAL_ERROR' | 'DATA' | 'DATA_COLLECTION_ERROR' | 'DATA_DOG_CONFIGURATION_ERROR' | 'DATA_PROCESSING_ERROR' | 'DEFAULT_ERROR_CODE' | 'DELEGATE_ERROR_HANDLER_EXCEPTION' | 'DELEGATE_INSTALLATION_COMMAND_NOT_SUPPORTED_EXCEPTION' | 'DELEGATE_NOT_AVAILABLE' | 'DELEGATE_NOT_REGISTERED' | 'DELEGATE_SERVICE_DRIVER_EXCEPTION' | 'DELEGATE_TASK_EXPIRED' | 'DELEGATE_TASK_RETRY' | 'DELEGATE_TASK_VALIDATION_FAILED' | 'DELETE_NOT_ALLOWED' | 'DEPLOYMENT_GOVERNANCE_ERROR' | 'DEPLOYMENT_MIGRATION_ERROR' | 'DEPLOY_MODE_IS_NOT_ON_PREM' | 'DOMAIN_NOT_ALLOWED_TO_REGISTER' | 'DOMAIN_WHITELIST_FILTER_CHECK_FAILED' | 'DUPLICATE_ARTIFACTSTREAM_NAMES' | 'DUPLICATE_COMMAND_NAMES' | 'DUPLICATE_DELEGATE_EXCEPTION' | 'DUPLICATE_FIELD' | 'DUPLICATE_FILE_IMPORT' | 'DUPLICATE_HOST_NAMES' | 'DUPLICATE_STATE_NAMES' | 'DYNA_TRACE_CONFIGURATION_ERROR' | 'DYNA_TRACE_ERROR' | 'ELASTICSEARCH_NOT_AVAILABLE' | 'ELK_CONFIGURATION_ERROR' | 'EMAIL_ERROR' | 'EMAIL_FAILED' | 'EMAIL_NOT_VERIFIED' | 'EMAIL_VERIFICATION_TOKEN_NOT_FOUND' | 'ENCRYPTION_NOT_CONFIGURED' | 'ENCRYPT_DECRYPT_ERROR' | 'ENGINE_ENTITY_UPDATE_EXCEPTION' | 'ENGINE_EXPRESSION_EVALUATION_ERROR' | 'ENGINE_FUNCTOR_ERROR' | 'ENGINE_INTERRUPT_PROCESSING_EXCEPTION' | 'ENGINE_IO_EXCEPTION' | 'ENGINE_OUTCOME_EXCEPTION' | 'ENGINE_SWEEPING_OUTPUT_EXCEPTION' | 'ENTITY_NOT_FOUND' | 'ENTITY_REFERENCE_EXCEPTION' | 'ERROR_IN_GETTING_CHANNEL_STREAMS' | 'EVENT_LISTENER_STEP_FAILURE' | 'EVENT_PUBLISH_FAILED' | 'EXCEPTION_HANDLER_NOT_FOUND' | 'EXPIRED_TOKEN' | 'EXPIRE_ALL_ALREADY' | 'EXPLANATION' | 'EXPRESSION_EVALUATION_FAILED' | 'FAILED_TO_ACQUIRE_NON_PERSISTENT_LOCK' | 'FAILED_TO_ACQUIRE_PERSISTENT_LOCK' | 'FEATURE_UNAVAILABLE' | 'FILE_CREATE_ERROR' | 'FILE_DOWNLOAD_FAILED' | 'FILE_INTEGRITY_CHECK_FAILED' | 'FILE_NOT_FOUND_ERROR' | 'FILE_READ_FAILED' | 'FILE_SIZE_EXCEEDS_LIMIT' | 'FILTER_CREATION_ERROR' | 'FREEZE_EXCEPTION' | 'GCP_KMS_OPERATION_ERROR' | 'GCP_MARKETPLACE_EXCEPTION' | 'GCP_SECRET_MANAGER_OPERATION_ERROR' | 'GCP_SECRET_OPERATION_ERROR' | 'GCP_SERVER_ERROR' | 'GENERAL_ERROR' | 'GENERAL_YAML_ERROR' | 'GENERAL_YAML_INFO' | 'GITX_OAUTH_NOT_SET' | 'GIT_CONNECTION_ERROR' | 'GIT_DIFF_COMMIT_NOT_IN_ORDER' | 'GIT_ERROR' | 'GIT_OPERATION_ERROR' | 'GIT_SYNC_ERROR' | 'GIT_UNSEEN_REMOTE_HEAD_COMMIT' | 'GRAPHQL_ERROR' | 'HEALTH_ERROR' | 'HINT' | 'HTTP_BAD_GATEWAY' | 'HTTP_CLIENT_ERROR_RESPONSE' | 'HTTP_GATEWAY_TIMEOUT' | 'HTTP_INTERNAL_SERVER_ERROR' | 'HTTP_RESPONSE_EXCEPTION' | 'HTTP_SERVER_ERROR_RESPONSE' | 'HTTP_SERVICE_UNAVAILABLE' | 'ILLEGAL_ARGUMENT' | 'ILLEGAL_STATE' | 'IMAGE_NOT_FOUND' | 'IMAGE_TAG_NOT_FOUND' | 'INACTIVE_ACCOUNT' | 'INCORRECT_DEFAULT_GOOGLE_CREDENTIALS' | 'INCORRECT_SIGN_IN_MECHANISM' | 'INITIAL_STATE_NOT_DEFINED' | 'INIT_TIMEOUT' | 'INSTANA_CONFIGURATION_ERROR' | 'INSTANCE_STATS_AGGREGATION_ERROR' | 'INSTANCE_STATS_MIGRATION_ERROR' | 'INSTANCE_STATS_PROCESS_ERROR' | 'INTERNAL_SERVER_ERROR' | 'INVALID_ACCOUNT_PERMISSION' | 'INVALID_AGENT_MTLS_AUTHORITY' | 'INVALID_ARGUMENT' | 'INVALID_ARTIFACTORY_REGISTRY_REQUEST' | 'INVALID_ARTIFACT_SERVER' | 'INVALID_ARTIFACT_SOURCE' | 'INVALID_AUTHENTICATION_MECHANISM' | 'INVALID_AZURE_AKS_REQUEST' | 'INVALID_AZURE_CONTAINER_REGISTRY_REQUEST' | 'INVALID_AZURE_VAULT_CONFIGURATION' | 'INVALID_CAPTCHA_TOKEN' | 'INVALID_CLOUD_PROVIDER' | 'INVALID_CONNECTOR_TYPE' | 'INVALID_CREDENTIAL' | 'INVALID_CREDENTIALS' | 'INVALID_CREDENTIALS_THIRD_PARTY' | 'INVALID_CSV_FILE' | 'INVALID_DASHBOARD_UPDATE_REQUEST' | 'INVALID_EMAIL' | 'INVALID_EXECUTION_ID' | 'INVALID_FORMAT' | 'INVALID_IDENTIFIER_REF' | 'INVALID_INFRA_CONFIGURATION' | 'INVALID_INFRA_STATE' | 'INVALID_INPUT_SET' | 'INVALID_JSON_PAYLOAD' | 'INVALID_KEY' | 'INVALID_KEYPATH' | 'INVALID_LDAP_CONFIGURATION' | 'INVALID_MARKETPLACE_TOKEN' | 'INVALID_NEXUS_REGISTRY_REQUEST' | 'INVALID_OAUTH_CONFIGURATION' | 'INVALID_OIDC_CONFIGURATION' | 'INVALID_OR_PRIVATE_REPO' | 'INVALID_OVERLAY_INPUT_SET' | 'INVALID_PIPELINE' | 'INVALID_PORT' | 'INVALID_REQUEST' | 'INVALID_ROLLBACK' | 'INVALID_SAML_CONFIGURATION' | 'INVALID_TERRAFORM_TARGETS_REQUEST' | 'INVALID_TICKETING_SERVER' | 'INVALID_TOKEN' | 'INVALID_TOTP_TOKEN' | 'INVALID_TWO_FACTOR_AUTHENTICATION_CONFIGURATION' | 'INVALID_URL' | 'INVALID_USAGE_RESTRICTION' | 'INVALID_VARIABLE' | 'INVALID_YAML_ERROR' | 'INVALID_YAML_PAYLOAD' | 'JENKINS_ERROR' | 'JIRA_CLIENT_ERROR' | 'JIRA_ERROR' | 'KMS_OPERATION_ERROR' | 'KRYO_HANDLER_NOT_FOUND_ERROR' | 'KUBERNETES_API_TASK_EXCEPTION' | 'KUBERNETES_CLUSTER_ERROR' | 'KUBERNETES_TASK_EXCEPTION' | 'KUBERNETES_VALUES_ERROR' | 'KUBERNETES_YAML_ERROR' | 'LICENSE_EXPIRED' | 'LOGZ_CONFIGURATION_ERROR' | 'MARKETPLACE_TOKEN_NOT_FOUND' | 'MAX_FAILED_ATTEMPT_COUNT_EXCEEDED' | 'MEDIA_NOT_SUPPORTED' | 'MIGRATION_EXCEPTION' | 'MISSING_BEFORE_YAML' | 'MISSING_DEFAULT_GOOGLE_CREDENTIALS' | 'MISSING_EXCEPTION' | 'MISSING_YAML' | 'MONGO_EXECUTION_TIMEOUT_EXCEPTION' | 'NEWRELIC_CONFIGURATION_ERROR' | 'NEWRELIC_ERROR' | 'NG_ACCESS_DENIED' | 'NG_PIPELINE_CREATE_EXCEPTION' | 'NG_PIPELINE_EXECUTION_EXCEPTION' | 'NON_EMPTY_DELETIONS' | 'NON_EXISTING_PIPELINE' | 'NON_FORK_STATES' | 'NON_REPEAT_STATES' | 'NOT_ACCOUNT_MGR_NOR_HAS_ALL_APP_ACCESS' | 'NOT_LICENSED' | 'NOT_WHITELISTED_IP' | 'NO_APPS_ASSIGNED' | 'NO_AVAILABLE_DELEGATES' | 'NO_AVAILABLE_RUNNERS' | 'NO_ELIGIBLE_RUNNERS' | 'NO_GLOBAL_DELEGATE_ACCOUNT' | 'NO_INSTALLED_DELEGATES' | 'OAUTH_LOGIN_FAILED' | 'OBJECT_STORE_NOT_AVAILABLE' | 'OPA_POLICY_EVALUATION_ERROR' | 'OPTIMISTIC_LOCKING_EXCEPTION' | 'PAGERDUTY_ERROR' | 'PARAMETER_FIELD_CAST_ERROR' | 'PASSWORD_EXPIRED' | 'PASSWORD_STRENGTH_CHECK_FAILED' | 'PAUSE_ALL_ALREADY' | 'PIPELINE_ALREADY_TRIGGERED' | 'PIPELINE_EXECUTION_IN_PROGRESS' | 'PIPELINE_UPDATE_EXCEPTION' | 'PLAN_CREATION_ERROR' | 'PLATFORM_SOFTWARE_DELETE_ERROR' | 'PMS_INITIALIZE_SDK_EXCEPTION' | 'POD_NOT_FOUND_ERROR' | 'POLICY_EVALUATION_FAILURE' | 'POLICY_SET_ERROR' | 'PROCESS_EXECUTION_EXCEPTION' | 'PROMETHEUS_CONFIGURATION_ERROR' | 'PR_CREATION_ERROR' | 'READ_FILE_FROM_AWS_STORAGE_FAILED' | 'READ_FILE_FROM_GCP_STORAGE_FAILED' | 'REGISTRY_EXCEPTION' | 'REQUEST_PROCESSING_INTERRUPTED' | 'REQUEST_TIMEOUT' | 'RESOURCE_ALREADY_EXISTS' | 'RESOURCE_NOT_FOUND' | 'RESOURCE_NOT_FOUND_EXCEPTION' | 'RESUME_ALL_ALREADY' | 'RETRY_FAILED' | 'REVOKED_TOKEN' | 'ROLE_DOES_NOT_EXIST' | 'ROLLBACK_ALREADY' | 'RUNNER_DISCONNECTED' | 'SAML_IDP_CONFIGURATION_NOT_AVAILABLE' | 'SAML_TEST_SUCCESS_MECHANISM_NOT_ENABLED' | 'SAVE_FILE_INTO_AWS_STORAGE_FAILED' | 'SAVE_FILE_INTO_GCP_STORAGE_FAILED' | 'SCHEMA_VALIDATION_FAILED' | 'SCM_API_ERROR' | 'SCM_BAD_REQUEST' | 'SCM_CONFLICT_ERROR' | 'SCM_CONFLICT_ERROR_V2' | 'SCM_FAILED_DEPENDENCY_ERROR' | 'SCM_FORBIDDEN' | 'SCM_INTERNAL_SERVER_ERROR' | 'SCM_INTERNAL_SERVER_ERROR_V2' | 'SCM_NOT_FOUND_ERROR' | 'SCM_NOT_MODIFIED' | 'SCM_REQUEST_TIMEOUT' | 'SCM_UNAUTHORIZED' | 'SCM_UNAUTHORIZED_ERROR_V2' | 'SCM_UNEXPECTED_ERROR' | 'SCM_UNPROCESSABLE_ENTITY' | 'SECRET_MANAGEMENT_ERROR' | 'SECRET_MANAGER_ID_NOT_FOUND' | 'SECRET_NOT_FOUND' | 'SERVICENOW_ERROR' | 'SERVICENOW_REFRESH_TOKEN_ERROR' | 'SERVICE_GUARD_CONFIGURATION_ERROR' | 'SHELL_EXECUTION_EXCEPTION' | 'SOCKET_CONNECTION_ERROR' | 'SOCKET_CONNECTION_TIMEOUT' | 'SPLUNK_CONFIGURATION_ERROR' | 'SPOTINST_NULL_ERROR' | 'SPOTNIST_REST_EXCEPTION' | 'SSH_CONNECTION_ERROR' | 'SSH_RETRY' | 'SSH_SESSION_TIMEOUT' | 'SSL_HANDSHAKE_FAILED' | 'STACKDRIVER_CONFIGURATION_ERROR' | 'STACKDRIVER_ERROR' | 'STATES_WITH_DUP_TRANSITIONS' | 'STATE_DISCONTINUE_FAILED' | 'STATE_EXECUTION_INSTANCE_NOT_FOUND' | 'STATE_MACHINE_ISSUE' | 'STATE_NOT_FOR_TYPE' | 'STATE_PAUSE_FAILED' | 'SUMO_CONFIGURATION_ERROR' | 'SUMO_DATA_COLLECTION_ERROR' | 'TASK_FAILURE_ERROR' | 'TEMPLATES_LINKED' | 'TEMPLATE_ALREADY_EXISTS_EXCEPTION' | 'TEMPLATE_EXCEPTION' | 'TEMPLATE_NOT_FOUND' | 'TERRAFORM_CLOUD_ERROR' | 'TERRAFORM_EXECUTION_ERROR' | 'TERRAFORM_VAULT_SECRET_CLEANUP_FAILURE' | 'TERRAGRUNT_EXECUTION_ERROR' | 'TIMEOUT_ENGINE_EXCEPTION' | 'TIMESCALE_NOT_AVAILABLE' | 'TOKEN_ALREADY_REFRESHED_ONCE' | 'TOO_MANY_REQUESTS' | 'TRANSACTION_ABORTED' | 'TRANSITION_NOT_LINKED' | 'TRANSITION_TO_INCORRECT_STATE' | 'TRANSITION_TYPE_NULL' | 'UNAVAILABLE_DELEGATES' | 'UNEXPECTED' | 'UNEXPECTED_SCHEMA_EXCEPTION' | 'UNEXPECTED_SNIPPET_EXCEPTION' | 'UNEXPECTED_TYPE_ERROR' | 'UNKNOWN_ARTIFACT_TYPE' | 'UNKNOWN_ERROR' | 'UNKNOWN_EXECUTOR_TYPE_ERROR' | 'UNKNOWN_HOST' | 'UNKNOWN_STAGE_ELEMENT_WRAPPER_TYPE' | 'UNREACHABLE_HOST' | 'UNRECOGNIZED_YAML_FIELDS' | 'UNRESOLVED_EXPRESSIONS_ERROR' | 'UNSUPPORTED_OPERATION_EXCEPTION' | 'UPDATE_NOT_ALLOWED' | 'URL_NOT_PROVIDED' | 'URL_NOT_REACHABLE' | 'USAGE_LIMITS_EXCEEDED' | 'USAGE_RESTRICTION_ERROR' | 'USER_ALREADY_PRESENT' | 'USER_ALREADY_REGISTERED' | 'USER_DISABLED' | 'USER_DOES_NOT_EXIST' | 'USER_DOMAIN_NOT_ALLOWED' | 'USER_GROUP_ALREADY_EXIST' | 'USER_GROUP_ERROR' | 'USER_GROUP_SYNC_FAILURE' | 'USER_HAS_NO_PERMISSIONS' | 'USER_INVITATION_DOES_NOT_EXIST' | 'USER_INVITE_OPERATION_FAILED' | 'USER_LOCKED' | 'USER_MARKED_FAILURE' | 'USER_NOT_AUTHORIZED' | 'USER_NOT_AUTHORIZED_DUE_TO_USAGE_RESTRICTIONS' | 'VAULT_OPERATION_ERROR' | 'WEBHOOK_EXCEPTION' | 'WINRM_COMMAND_EXECUTION_TIMEOUT' | 'WORKFLOW_ALREADY_TRIGGERED' | 'WORKFLOW_EXECUTION_IN_PROGRESS' | 'YAML_GIT_SYNC_ERROR';
6
+ correlationId?: string;
7
+ detailedMessage?: string;
8
+ failedPermissionChecks?: PermissionCheck[];
9
+ message?: string;
10
+ metadata?: ErrorMetadataDto;
11
+ responseMessages?: ResponseMessage[];
12
+ status?: 'ERROR' | 'FAILURE' | 'SUCCESS';
13
+ }
@@ -0,0 +1,3 @@
1
+ export interface AdviserIssuer {
2
+ adviseType: 'END_PLAN' | 'IGNORE_FAILURE' | 'INTERVENTION_WAIT' | 'MARK_AS_FAILURE' | 'MARK_SUCCESS' | 'NEXT_STEP' | 'PROCEED_WITH_DEFAULT' | 'RETRY' | 'UNKNOWN' | 'UNRECOGNIZED';
3
+ }
@@ -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,6 @@
1
+ import type { ExecutionGraph } from '../schemas/ExecutionGraph';
2
+ import type { PipelineExecutionSummary } from '../schemas/PipelineExecutionSummary';
3
+ export interface ChildExecutionDetailDto {
4
+ executionGraph?: ExecutionGraph;
5
+ pipelineExecutionSummary?: PipelineExecutionSummary;
6
+ }
@@ -0,0 +1,6 @@
1
+ export interface DelegateInfo {
2
+ id?: string;
3
+ name?: string;
4
+ taskId?: string;
5
+ taskName?: 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,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,3 @@
1
+ export interface ExecutableResponse {
2
+ [key: string]: any;
3
+ }
@@ -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,3 @@
1
+ export interface ExecutionErrorInfo {
2
+ [key: string]: any;
3
+ }
@@ -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,15 @@
1
+ import type { ExecutionNodeAdjacencyList } from '../schemas/ExecutionNodeAdjacencyList';
2
+ import type { ExecutionNode } from '../schemas/ExecutionNode';
3
+ export interface ExecutionGraph {
4
+ executionMetadata?: {
5
+ [key: string]: string;
6
+ };
7
+ nodeAdjacencyListMap?: {
8
+ [key: string]: ExecutionNodeAdjacencyList;
9
+ };
10
+ nodeMap?: {
11
+ [key: string]: ExecutionNode;
12
+ };
13
+ representationStrategy?: 'camelCase';
14
+ rootNodeId?: string;
15
+ }
@@ -0,0 +1,16 @@
1
+ export interface ExecutionInfo {
2
+ /**
3
+ * @format int64
4
+ */
5
+ endTs?: number;
6
+ /**
7
+ * @format int32
8
+ */
9
+ runSequence?: number;
10
+ /**
11
+ * @format int64
12
+ */
13
+ startTs?: number;
14
+ status?: 'APPROVAL_REJECTED' | 'APPROVAL_WAITING' | 'Aborted' | 'AbortedByFreeze' | 'ApprovalRejected' | 'ApprovalWaiting' | 'AsyncWaiting' | 'Discontinuing' | 'Errored' | 'Expired' | 'Failed' | 'INTERVENTION_WAITING' | 'IgnoreFailed' | 'InputWaiting' | 'InterventionWaiting' | 'NOT_STARTED' | 'NotStarted' | 'Paused' | 'Pausing' | 'QUEUED_PLAN_CREATION' | 'QUEUED_STEP_CONCURRENCY' | 'Queued' | 'QueuedExecutionConcurrencyReached' | 'QueuedLicenseLimitReached' | 'ResourceWaiting' | 'Running' | 'STARTING' | 'STARTING_PLAN_CREATION' | 'Skipped' | 'Success' | 'Suspended' | 'TaskWaiting' | 'TimedWaiting' | 'UploadWaiting' | 'WAITING' | 'WaitStepRunning';
15
+ uuid?: string;
16
+ }
@@ -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,66 @@
1
+ import type { DelegateInfo } from '../schemas/DelegateInfo';
2
+ import type { ExecutableResponse } from '../schemas/ExecutableResponse';
3
+ import type { FailureInfoDto } from '../schemas/FailureInfoDto';
4
+ import type { InterruptEffectDto } from '../schemas/InterruptEffectDto';
5
+ import type { NodeRunInfo } from '../schemas/NodeRunInfo';
6
+ import type { RetryNodeMetadata } from '../schemas/RetryNodeMetadata';
7
+ import type { SkipInfo } from '../schemas/SkipInfo';
8
+ import type { StrategyMetadata } from '../schemas/StrategyMetadata';
9
+ import type { UnitProgress } from '../schemas/UnitProgress';
10
+ export interface ExecutionNode {
11
+ baseFqn?: string;
12
+ /**
13
+ * @format int64
14
+ */
15
+ createdAt?: number;
16
+ delegateInfoList?: DelegateInfo[];
17
+ /**
18
+ * @format int64
19
+ */
20
+ endTs?: number;
21
+ executableResponses?: ExecutableResponse[];
22
+ executionInputConfigured?: boolean;
23
+ failureInfo?: FailureInfoDto;
24
+ identifier?: string;
25
+ interruptHistories?: InterruptEffectDto[];
26
+ logBaseKey?: string;
27
+ manualInterventionAvailableActions?: Array<'CUSTOM_FAILURE' | 'END_EXECUTION' | 'IGNORE' | 'MANUAL_INTERVENTION' | 'MARK_AS_FAILURE' | 'MARK_AS_SUCCESS' | 'ON_FAIL' | 'PIPELINE_ROLLBACK' | 'RETRY' | 'STAGE_ROLLBACK' | 'STEP_GROUP_ROLLBACK' | 'UNKNOWN' | 'UNRECOGNIZED'>;
28
+ name?: string;
29
+ nodeRunInfo?: NodeRunInfo;
30
+ outcomes?: {
31
+ [key: string]: {
32
+ [key: string]: {
33
+ [key: string]: any;
34
+ };
35
+ };
36
+ };
37
+ progressData?: {
38
+ [key: string]: {
39
+ [key: string]: any;
40
+ };
41
+ };
42
+ retryNodeMetadata?: RetryNodeMetadata;
43
+ setupId?: string;
44
+ skipInfo?: SkipInfo;
45
+ /**
46
+ * @format int64
47
+ */
48
+ startTs?: number;
49
+ status?: 'APPROVAL_REJECTED' | 'APPROVAL_WAITING' | 'Aborted' | 'AbortedByFreeze' | 'ApprovalRejected' | 'ApprovalWaiting' | 'AsyncWaiting' | 'Discontinuing' | 'Errored' | 'Expired' | 'Failed' | 'INTERVENTION_WAITING' | 'IgnoreFailed' | 'InputWaiting' | 'InterventionWaiting' | 'NOT_STARTED' | 'NotStarted' | 'Paused' | 'Pausing' | 'QUEUED_PLAN_CREATION' | 'QUEUED_STEP_CONCURRENCY' | 'Queued' | 'QueuedExecutionConcurrencyReached' | 'QueuedLicenseLimitReached' | 'ResourceWaiting' | 'Running' | 'STARTING' | 'STARTING_PLAN_CREATION' | 'Skipped' | 'Success' | 'Suspended' | 'TaskWaiting' | 'TimedWaiting' | 'UploadWaiting' | 'WAITING' | 'WaitStepRunning';
50
+ stepDetails?: {
51
+ [key: string]: {
52
+ [key: string]: {
53
+ [key: string]: any;
54
+ };
55
+ };
56
+ };
57
+ stepParameters?: {
58
+ [key: string]: {
59
+ [key: string]: any;
60
+ };
61
+ };
62
+ stepType?: string;
63
+ strategyMetadata?: StrategyMetadata;
64
+ unitProgresses?: UnitProgress[];
65
+ uuid?: string;
66
+ }
@@ -0,0 +1,4 @@
1
+ export interface ExecutionNodeAdjacencyList {
2
+ children?: 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,3 @@
1
+ export interface ExecutionTriggerInfo {
2
+ [key: string]: any;
3
+ }
@@ -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,6 @@
1
+ import type { ResponseMessage } from '../schemas/ResponseMessage';
2
+ export interface FailureInfoDto {
3
+ failureTypeList?: Array<'APPLICATION_ERROR' | 'APPROVAL_REJECTION' | 'AUTHENTICATION' | 'AUTHORIZATION_ERROR' | 'CONNECTIVITY' | 'DELEGATE_PROVISIONING' | 'DELEGATE_RESTART' | 'EXPIRED' | 'INPUT_TIMEOUT_FAILURE' | 'POLICY_EVALUATION_FAILURE' | 'TIMEOUT_ERROR' | 'USER_MARKED_FAILURE' | 'VERIFICATION_FAILURE'>;
4
+ message?: string;
5
+ responseMessages?: ResponseMessage[];
6
+ }
@@ -0,0 +1,3 @@
1
+ export interface GovernanceMetadata {
2
+ [key: string]: any;
3
+ }
@@ -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,53 @@
1
+ import type { EdgeLayoutList } from '../schemas/EdgeLayoutList';
2
+ import type { ExecutionErrorInfo } from '../schemas/ExecutionErrorInfo';
3
+ import type { FailureInfoDto } from '../schemas/FailureInfoDto';
4
+ import type { NodeRunInfo } from '../schemas/NodeRunInfo';
5
+ import type { SkipInfo } from '../schemas/SkipInfo';
6
+ import type { StrategyMetadata } from '../schemas/StrategyMetadata';
7
+ export interface GraphLayoutNode {
8
+ barrierFound?: boolean;
9
+ /**
10
+ * @format int64
11
+ */
12
+ createdAt?: number;
13
+ edgeLayoutList?: EdgeLayoutList;
14
+ /**
15
+ * @format int64
16
+ */
17
+ endTs?: number;
18
+ executionInputConfigured?: boolean;
19
+ failureInfo?: ExecutionErrorInfo;
20
+ failureInfoDTO?: FailureInfoDto;
21
+ hidden?: boolean;
22
+ isManualExecution?: boolean;
23
+ isRollbackStageNode?: boolean;
24
+ module?: string;
25
+ moduleInfo?: {
26
+ [key: string]: {
27
+ [key: string]: {
28
+ [key: string]: any;
29
+ };
30
+ };
31
+ };
32
+ name?: string;
33
+ nodeExecutionId?: string;
34
+ nodeGroup?: string;
35
+ nodeIdentifier?: string;
36
+ nodeRunInfo?: NodeRunInfo;
37
+ nodeType?: string;
38
+ nodeUuid?: string;
39
+ skipInfo?: SkipInfo;
40
+ /**
41
+ * @format int64
42
+ */
43
+ startTs?: number;
44
+ status?: 'APPROVAL_REJECTED' | 'APPROVAL_WAITING' | 'Aborted' | 'AbortedByFreeze' | 'ApprovalRejected' | 'ApprovalWaiting' | 'AsyncWaiting' | 'Discontinuing' | 'Errored' | 'Expired' | 'Failed' | 'INTERVENTION_WAITING' | 'IgnoreFailed' | 'InputWaiting' | 'InterventionWaiting' | 'NOT_STARTED' | 'NotStarted' | 'Paused' | 'Pausing' | 'QUEUED_PLAN_CREATION' | 'QUEUED_STEP_CONCURRENCY' | 'Queued' | 'QueuedExecutionConcurrencyReached' | 'QueuedLicenseLimitReached' | 'ResourceWaiting' | 'Running' | 'STARTING' | 'STARTING_PLAN_CREATION' | 'Skipped' | 'Success' | 'Suspended' | 'TaskWaiting' | 'TimedWaiting' | 'UploadWaiting' | 'WAITING' | 'WaitStepRunning';
45
+ stepDetails?: {
46
+ [key: string]: {
47
+ [key: string]: {
48
+ [key: string]: any;
49
+ };
50
+ };
51
+ };
52
+ strategyMetadata?: StrategyMetadata;
53
+ }
@@ -0,0 +1,6 @@
1
+ import type { IssuedBy } from '../schemas/IssuedBy';
2
+ import type { RetryInterruptConfig } from '../schemas/RetryInterruptConfig';
3
+ export interface InterruptConfig {
4
+ issuedBy: IssuedBy;
5
+ retryInterruptConfig?: RetryInterruptConfig;
6
+ }
@@ -0,0 +1,10 @@
1
+ import type { InterruptConfig } from '../schemas/InterruptConfig';
2
+ export interface InterruptEffectDto {
3
+ interruptConfig: InterruptConfig;
4
+ interruptId: string;
5
+ interruptType: 'ABORT' | 'ABORT_ALL' | 'CUSTOM_FAILURE' | 'END_EXECUTION' | 'EXPIRE_ALL' | 'IGNORE' | 'MARK_EXPIRED' | 'MARK_FAILED' | 'MARK_SUCCESS' | 'NEXT_STEP' | 'PAUSE' | 'PAUSE_ALL' | 'PROCEED_WITH_DEFAULT' | 'RESUME' | 'RESUME_ALL' | 'RETRY' | 'UNKNOWN' | 'UNRECOGNIZED' | 'USER_MARKED_FAIL_ALL' | 'WAITING_FOR_MANUAL_INTERVENTION';
6
+ /**
7
+ * @format int64
8
+ */
9
+ tookEffectAt: number;
10
+ }
@@ -0,0 +1,16 @@
1
+ import type { AdviserIssuer } from '../schemas/AdviserIssuer';
2
+ import type { ManualIssuer } from '../schemas/ManualIssuer';
3
+ import type { SystemIssuer } from '../schemas/SystemIssuer';
4
+ import type { TimeoutIssuer } from '../schemas/TimeoutIssuer';
5
+ import type { TriggerIssuer } from '../schemas/TriggerIssuer';
6
+ export interface IssuedBy {
7
+ adviserIssuer?: AdviserIssuer;
8
+ /**
9
+ * @format int64
10
+ */
11
+ issueTime: number;
12
+ manualIssuer?: ManualIssuer;
13
+ systemIssuer?: SystemIssuer;
14
+ timeoutIssuer?: TimeoutIssuer;
15
+ triggerIssuer?: TriggerIssuer;
16
+ }
@@ -0,0 +1,6 @@
1
+ export interface ManualIssuer {
2
+ email_id: string;
3
+ identifier: string;
4
+ type: string;
5
+ user_id: 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,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,3 @@
1
+ export interface NodeRunInfo {
2
+ [key: string]: any;
3
+ }
@@ -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
+ import type { ResourceScope } from '../schemas/ResourceScope';
2
+ export interface PermissionCheck {
3
+ permission?: string;
4
+ resourceAttributes?: {
5
+ [key: string]: string;
6
+ };
7
+ resourceIdentifier?: string;
8
+ resourceScope?: ResourceScope;
9
+ resourceType?: string;
10
+ }
@@ -0,0 +1,9 @@
1
+ import type { ChildExecutionDetailDto } from '../schemas/ChildExecutionDetailDto';
2
+ import type { ExecutionGraph } from '../schemas/ExecutionGraph';
3
+ import type { PipelineExecutionSummary } from '../schemas/PipelineExecutionSummary';
4
+ export interface PipelineExecutionDetail {
5
+ childGraph?: ChildExecutionDetailDto;
6
+ executionGraph?: ExecutionGraph;
7
+ pipelineExecutionSummary?: PipelineExecutionSummary;
8
+ rollbackGraph?: ChildExecutionDetailDto;
9
+ }
@@ -0,0 +1,97 @@
1
+ import type { AbortedBy } from '../schemas/AbortedBy';
2
+ import type { ExecutionErrorInfo } from '../schemas/ExecutionErrorInfo';
3
+ import type { ExecutionTriggerInfo } from '../schemas/ExecutionTriggerInfo';
4
+ import type { FailureInfoDto } from '../schemas/FailureInfoDto';
5
+ import type { EntityGitDetails } from '../schemas/EntityGitDetails';
6
+ import type { GovernanceMetadata } from '../schemas/GovernanceMetadata';
7
+ import type { NgLabel } from '../schemas/NgLabel';
8
+ import type { GraphLayoutNode } from '../schemas/GraphLayoutNode';
9
+ import type { PipelineStageInfo } from '../schemas/PipelineStageInfo';
10
+ import type { RetryExecutionMetadata } from '../schemas/RetryExecutionMetadata';
11
+ import type { NgTag } from '../schemas/NgTag';
12
+ import type { TemplateReferenceSummary } from '../schemas/TemplateReferenceSummary';
13
+ export interface PipelineExecutionSummary {
14
+ abortedBy?: AbortedBy;
15
+ allowStageExecutions?: boolean;
16
+ canReExecute?: boolean;
17
+ canRetry?: boolean;
18
+ connectorRef?: string;
19
+ /**
20
+ * @format int64
21
+ */
22
+ createdAt?: number;
23
+ dynamicExecution?: boolean;
24
+ /**
25
+ * @format int64
26
+ */
27
+ endTs?: number;
28
+ executionErrorInfo?: ExecutionErrorInfo;
29
+ executionInputConfigured?: boolean;
30
+ executionMode?: 'NORMAL' | 'PIPELINE_ROLLBACK' | 'POST_EXECUTION_ROLLBACK' | 'UNDEFINED_MODE' | 'UNRECOGNIZED';
31
+ executionTriggerInfo?: ExecutionTriggerInfo;
32
+ /**
33
+ * @format int64
34
+ */
35
+ failedStagesCount?: number;
36
+ failureInfo?: FailureInfoDto;
37
+ gitDetails?: EntityGitDetails;
38
+ governanceMetadata?: GovernanceMetadata;
39
+ inputSetIdentifiers?: string[];
40
+ labels?: NgLabel[];
41
+ layoutNodeMap?: {
42
+ [key: string]: GraphLayoutNode;
43
+ };
44
+ moduleInfo?: {
45
+ [key: string]: {
46
+ [key: string]: {
47
+ [key: string]: any;
48
+ };
49
+ };
50
+ };
51
+ modules?: string[];
52
+ name?: string;
53
+ notesExistForPlanExecutionId?: boolean;
54
+ orgIdentifier?: string;
55
+ originalYamlUsedOnRerun?: boolean;
56
+ parentStageInfo?: PipelineStageInfo;
57
+ pipelineIdentifier?: string;
58
+ planExecutionId?: string;
59
+ projectIdentifier?: string;
60
+ queuedReason?: string;
61
+ queuedType?: 'MAX_CONCURRENCY_NOT_REACHED' | 'MAX_CONCURRENCY_REACHED' | 'PRIORITY_CONCURRENCY_REACHED';
62
+ retriedExecution?: boolean;
63
+ retryExecutionMetadata?: RetryExecutionMetadata;
64
+ /**
65
+ * @format int32
66
+ */
67
+ runSequence?: number;
68
+ /**
69
+ * @format int64
70
+ */
71
+ runningStagesCount?: number;
72
+ shouldUseSimplifiedKey?: boolean;
73
+ showRetryHistory?: boolean;
74
+ stagesExecuted?: string[];
75
+ stagesExecutedNames?: {
76
+ [key: string]: string;
77
+ };
78
+ stagesExecution?: boolean;
79
+ /**
80
+ * @format int64
81
+ */
82
+ startTs?: number;
83
+ startingNodeId?: string;
84
+ status?: 'APPROVAL_REJECTED' | 'APPROVAL_WAITING' | 'Aborted' | 'AbortedByFreeze' | 'ApprovalRejected' | 'ApprovalWaiting' | 'AsyncWaiting' | 'Discontinuing' | 'Errored' | 'Expired' | 'Failed' | 'INTERVENTION_WAITING' | 'IgnoreFailed' | 'InputWaiting' | 'InterventionWaiting' | 'NOT_STARTED' | 'NotStarted' | 'Paused' | 'Pausing' | 'QUEUED_PLAN_CREATION' | 'QUEUED_STEP_CONCURRENCY' | 'Queued' | 'QueuedExecutionConcurrencyReached' | 'QueuedLicenseLimitReached' | 'ResourceWaiting' | 'Running' | 'STARTING' | 'STARTING_PLAN_CREATION' | 'Skipped' | 'Success' | 'Suspended' | 'TaskWaiting' | 'TimedWaiting' | 'UploadWaiting' | 'WAITING' | 'WaitStepRunning';
85
+ storeType?: 'INLINE' | 'INLINE_HC' | 'REMOTE';
86
+ /**
87
+ * @format int64
88
+ */
89
+ successfulStagesCount?: number;
90
+ tags?: NgTag[];
91
+ templateReferenceSummary?: TemplateReferenceSummary;
92
+ /**
93
+ * @format int64
94
+ */
95
+ totalStagesCount?: number;
96
+ yamlVersion?: string;
97
+ }
@@ -0,0 +1,5 @@
1
+ export interface ResourceScope {
2
+ accountIdentifier?: string;
3
+ orgIdentifier?: string;
4
+ projectIdentifier?: string;
5
+ }
@@ -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,9 @@
1
+ import type { PipelineExecutionDetail } from '../schemas/PipelineExecutionDetail';
2
+ export interface ResponsePipelineExecutionDetail {
3
+ correlationId?: string;
4
+ data?: PipelineExecutionDetail;
5
+ metaData?: {
6
+ [key: string]: any;
7
+ };
8
+ status?: 'ERROR' | 'FAILURE' | 'SUCCESS';
9
+ }
@@ -0,0 +1,9 @@
1
+ import type { RetryHistoryResponseDto } from '../schemas/RetryHistoryResponseDto';
2
+ export interface ResponseRetryHistoryResponseDto {
3
+ correlationId?: string;
4
+ data?: RetryHistoryResponseDto;
5
+ metaData?: {
6
+ [key: string]: any;
7
+ };
8
+ status?: 'ERROR' | 'FAILURE' | 'SUCCESS';
9
+ }
@@ -0,0 +1,18 @@
1
+ import type { ExecutionTriggerInfo } from '../schemas/ExecutionTriggerInfo';
2
+ export interface RetryExecutionMetadata {
3
+ /**
4
+ * @format int64
5
+ */
6
+ endTs?: number;
7
+ executedBy?: ExecutionTriggerInfo;
8
+ parentExecutionId?: string;
9
+ rootExecutionId?: string;
10
+ /**
11
+ * @format int32
12
+ */
13
+ runSequence?: number;
14
+ /**
15
+ * @format int64
16
+ */
17
+ startTs?: number;
18
+ }
@@ -0,0 +1,8 @@
1
+ import type { ExecutionInfo } from '../schemas/ExecutionInfo';
2
+ import type { RetryStagesMetadataDto } from '../schemas/RetryStagesMetadataDto';
3
+ export interface RetryHistoryResponseDto {
4
+ errorMessage?: string;
5
+ executionInfos?: ExecutionInfo[];
6
+ latestExecutionId?: string;
7
+ retryStagesMetadata?: RetryStagesMetadataDto;
8
+ }
@@ -0,0 +1,3 @@
1
+ export interface RetryInterruptConfig {
2
+ retryId: string;
3
+ }
@@ -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 { ExecutionTriggerInfo } from '../schemas/ExecutionTriggerInfo';
2
+ export interface RetryNodeMetadata {
3
+ /**
4
+ * @format int64
5
+ */
6
+ endTs?: number;
7
+ executedBy?: ExecutionTriggerInfo;
8
+ originalPlanExecutionId?: string;
9
+ /**
10
+ * @format int32
11
+ */
12
+ runSequence?: number;
13
+ /**
14
+ * @format int64
15
+ */
16
+ startTs?: number;
17
+ }
@@ -0,0 +1,4 @@
1
+ export interface RetryStagesMetadataDto {
2
+ retryStagesIdentifier?: string[];
3
+ skipStagesIdentifier?: 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,3 @@
1
+ export interface SkipInfo {
2
+ [key: string]: any;
3
+ }
@@ -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,3 @@
1
+ export interface StrategyMetadata {
2
+ [key: string]: any;
3
+ }
@@ -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,3 @@
1
+ export interface SystemIssuer {
2
+ message?: string;
3
+ }
@@ -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,3 @@
1
+ export interface TemplateReferenceSummary {
2
+ [key: string]: any;
3
+ }
@@ -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,3 @@
1
+ export interface TimeoutIssuer {
2
+ timeoutInstanceId: string;
3
+ }
@@ -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 TriggerIssuer {
2
+ abortPrevConcurrentExecution: boolean;
3
+ triggerRef: 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,3 @@
1
+ export interface UnitProgress {
2
+ [key: string]: any;
3
+ }
@@ -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 {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-pipeline-swagger-service-client",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Harness React pipeline service client - Pipeline APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",