@harnessio/react-rmg-service-client 0.64.0 → 0.65.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 (87) 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/useGetWebhookMatchedSignalExecutionSummariesQuery.d.ts +25 -0
  14. package/dist/rmg-service/src/services/hooks/useGetWebhookMatchedSignalExecutionSummariesQuery.js +14 -0
  15. package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.d.ts +19 -0
  16. package/dist/rmg-service/src/services/hooks/useGetWebhookMetadataQuery.js +14 -0
  17. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.d.ts +30 -0
  18. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerServiceMappingsQuery.js +14 -0
  19. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.d.ts +30 -0
  20. package/dist/rmg-service/src/services/hooks/useListArtifactTrackerSettingsQuery.js +14 -0
  21. package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.d.ts +28 -0
  22. package/dist/rmg-service/src/services/hooks/useUpdateArtifactTrackerServiceMappingMutation.js +14 -0
  23. package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.d.ts +28 -0
  24. package/dist/rmg-service/src/services/hooks/useUpsertArtifactTrackerSettingsMutation.js +14 -0
  25. package/dist/rmg-service/src/services/index.d.ts +54 -0
  26. package/dist/rmg-service/src/services/index.js +12 -0
  27. package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.d.ts +13 -0
  28. package/dist/rmg-service/src/services/responses/WebhookMatchedSignalExecutionSummaryListResponseResponse.js +1 -0
  29. package/dist/rmg-service/src/services/schemas/AbortedBy.d.ts +4 -0
  30. package/dist/rmg-service/src/services/schemas/AbortedBy.js +4 -0
  31. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.d.ts +20 -0
  32. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMapping.js +4 -0
  33. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.d.ts +8 -0
  34. package/dist/rmg-service/src/services/schemas/ArtifactTrackerServiceMappingList.js +1 -0
  35. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.d.ts +16 -0
  36. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettings.js +4 -0
  37. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.d.ts +8 -0
  38. package/dist/rmg-service/src/services/schemas/ArtifactTrackerSettingsList.js +1 -0
  39. package/dist/rmg-service/src/services/schemas/BuildInfo.d.ts +4 -0
  40. package/dist/rmg-service/src/services/schemas/BuildInfo.js +4 -0
  41. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.d.ts +18 -0
  42. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerServiceMappingRequest.js +4 -0
  43. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.d.ts +8 -0
  44. package/dist/rmg-service/src/services/schemas/CreateArtifactTrackerSettingsRequest.js +4 -0
  45. package/dist/rmg-service/src/services/schemas/EdgeLayoutList.d.ts +4 -0
  46. package/dist/rmg-service/src/services/schemas/EdgeLayoutList.js +4 -0
  47. package/dist/rmg-service/src/services/schemas/EntityGitDetails.d.ts +14 -0
  48. package/dist/rmg-service/src/services/schemas/EntityGitDetails.js +4 -0
  49. package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.d.ts +10 -0
  50. package/dist/rmg-service/src/services/schemas/ExecutionTriggerInfo.js +1 -0
  51. package/dist/rmg-service/src/services/schemas/FailureInfoDto.d.ts +6 -0
  52. package/dist/rmg-service/src/services/schemas/FailureInfoDto.js +1 -0
  53. package/dist/rmg-service/src/services/schemas/GovernanceMetadata.d.ts +16 -0
  54. package/dist/rmg-service/src/services/schemas/GovernanceMetadata.js +1 -0
  55. package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.d.ts +23 -0
  56. package/dist/rmg-service/src/services/schemas/GraphLayoutNodeDto.js +1 -0
  57. package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.d.ts +9 -0
  58. package/dist/rmg-service/src/services/schemas/MatchedSignalExecutionSummaryDto.js +1 -0
  59. package/dist/rmg-service/src/services/schemas/NgLabel.d.ts +4 -0
  60. package/dist/rmg-service/src/services/schemas/NgLabel.js +4 -0
  61. package/dist/rmg-service/src/services/schemas/NgTag.d.ts +4 -0
  62. package/dist/rmg-service/src/services/schemas/NgTag.js +4 -0
  63. package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.d.ts +94 -0
  64. package/dist/rmg-service/src/services/schemas/PipelineExecutionSummaryDto.js +1 -0
  65. package/dist/rmg-service/src/services/schemas/PipelineStageInfo.d.ts +10 -0
  66. package/dist/rmg-service/src/services/schemas/PipelineStageInfo.js +4 -0
  67. package/dist/rmg-service/src/services/schemas/PolicyMetadata.d.ts +20 -0
  68. package/dist/rmg-service/src/services/schemas/PolicyMetadata.js +4 -0
  69. package/dist/rmg-service/src/services/schemas/PolicySetMetadata.d.ts +17 -0
  70. package/dist/rmg-service/src/services/schemas/PolicySetMetadata.js +1 -0
  71. package/dist/rmg-service/src/services/schemas/RerunInfo.d.ts +6 -0
  72. package/dist/rmg-service/src/services/schemas/RerunInfo.js +4 -0
  73. package/dist/rmg-service/src/services/schemas/ResponseMessage.d.ts +8 -0
  74. package/dist/rmg-service/src/services/schemas/ResponseMessage.js +4 -0
  75. package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.d.ts +4 -0
  76. package/dist/rmg-service/src/services/schemas/RetryExecutionMetadata.js +4 -0
  77. package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.d.ts +8 -0
  78. package/dist/rmg-service/src/services/schemas/TemplateReferenceSummary.js +4 -0
  79. package/dist/rmg-service/src/services/schemas/TriggeredBy.d.ts +11 -0
  80. package/dist/rmg-service/src/services/schemas/TriggeredBy.js +4 -0
  81. package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.d.ts +11 -0
  82. package/dist/rmg-service/src/services/schemas/UpdateArtifactTrackerServiceMappingRequest.js +4 -0
  83. package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.d.ts +7 -0
  84. package/dist/rmg-service/src/services/schemas/UpsertArtifactTrackerSettingsRequest.js +4 -0
  85. package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.d.ts +12 -0
  86. package/dist/rmg-service/src/services/schemas/WebhookMetadataResponse.js +4 -0
  87. package/package.json +1 -1
@@ -1,6 +1,14 @@
1
1
  export type { GetPathParamsType, ResponseWithPagination } from './helpers';
2
+ export type { CreateArtifactTrackerServiceMappingErrorResponse, CreateArtifactTrackerServiceMappingMutationQueryParams, CreateArtifactTrackerServiceMappingOkResponse, CreateArtifactTrackerServiceMappingProps, CreateArtifactTrackerServiceMappingRequestBody, } from './hooks/useCreateArtifactTrackerServiceMappingMutation';
3
+ export { createArtifactTrackerServiceMapping, useCreateArtifactTrackerServiceMappingMutation, } from './hooks/useCreateArtifactTrackerServiceMappingMutation';
4
+ export type { CreateArtifactTrackerSettingsErrorResponse, CreateArtifactTrackerSettingsMutationQueryParams, CreateArtifactTrackerSettingsOkResponse, CreateArtifactTrackerSettingsProps, CreateArtifactTrackerSettingsRequestBody, } from './hooks/useCreateArtifactTrackerSettingsMutation';
5
+ export { createArtifactTrackerSettings, useCreateArtifactTrackerSettingsMutation, } from './hooks/useCreateArtifactTrackerSettingsMutation';
2
6
  export type { CreateTaskCommentErrorResponse, CreateTaskCommentMutationPathParams, CreateTaskCommentMutationQueryParams, CreateTaskCommentOkResponse, CreateTaskCommentProps, CreateTaskCommentRequestBody, } from './hooks/useCreateTaskCommentMutation';
3
7
  export { createTaskComment, useCreateTaskCommentMutation, } from './hooks/useCreateTaskCommentMutation';
8
+ export type { DeleteArtifactTrackerServiceMappingErrorResponse, DeleteArtifactTrackerServiceMappingMutationPathParams, DeleteArtifactTrackerServiceMappingMutationQueryParams, DeleteArtifactTrackerServiceMappingOkResponse, DeleteArtifactTrackerServiceMappingProps, } from './hooks/useDeleteArtifactTrackerServiceMappingMutation';
9
+ export { deleteArtifactTrackerServiceMapping, useDeleteArtifactTrackerServiceMappingMutation, } from './hooks/useDeleteArtifactTrackerServiceMappingMutation';
10
+ export type { DeleteArtifactTrackerSettingsErrorResponse, DeleteArtifactTrackerSettingsMutationPathParams, DeleteArtifactTrackerSettingsMutationQueryParams, DeleteArtifactTrackerSettingsOkResponse, DeleteArtifactTrackerSettingsProps, } from './hooks/useDeleteArtifactTrackerSettingsMutation';
11
+ export { deleteArtifactTrackerSettings, useDeleteArtifactTrackerSettingsMutation, } from './hooks/useDeleteArtifactTrackerSettingsMutation';
4
12
  export type { DeleteOrchestrationActivityErrorResponse, DeleteOrchestrationActivityMutationPathParams, DeleteOrchestrationActivityMutationQueryParams, DeleteOrchestrationActivityOkResponse, DeleteOrchestrationActivityProps, } from './hooks/useDeleteOrchestrationActivityMutation';
5
13
  export { deleteOrchestrationActivity, useDeleteOrchestrationActivityMutation, } from './hooks/useDeleteOrchestrationActivityMutation';
6
14
  export type { DeleteOrchestrationProcessInputErrorResponse, DeleteOrchestrationProcessInputMutationPathParams, DeleteOrchestrationProcessInputMutationQueryParams, DeleteOrchestrationProcessInputOkResponse, DeleteOrchestrationProcessInputProps, } from './hooks/useDeleteOrchestrationProcessInputMutation';
@@ -15,6 +23,10 @@ export type { DeleteTaskCommentErrorResponse, DeleteTaskCommentMutationPathParam
15
23
  export { deleteTaskComment, useDeleteTaskCommentMutation, } from './hooks/useDeleteTaskCommentMutation';
16
24
  export type { GetActivityRetryHistoryByIdentifiersErrorResponse, GetActivityRetryHistoryByIdentifiersOkResponse, GetActivityRetryHistoryByIdentifiersProps, GetActivityRetryHistoryByIdentifiersQueryPathParams, GetActivityRetryHistoryByIdentifiersQueryQueryParams, } from './hooks/useGetActivityRetryHistoryByIdentifiersQuery';
17
25
  export { getActivityRetryHistoryByIdentifiers, useGetActivityRetryHistoryByIdentifiersQuery, } from './hooks/useGetActivityRetryHistoryByIdentifiersQuery';
26
+ export type { GetArtifactTrackerServiceMappingErrorResponse, GetArtifactTrackerServiceMappingOkResponse, GetArtifactTrackerServiceMappingProps, GetArtifactTrackerServiceMappingQueryPathParams, GetArtifactTrackerServiceMappingQueryQueryParams, } from './hooks/useGetArtifactTrackerServiceMappingQuery';
27
+ export { getArtifactTrackerServiceMapping, useGetArtifactTrackerServiceMappingQuery, } from './hooks/useGetArtifactTrackerServiceMappingQuery';
28
+ export type { GetArtifactTrackerSettingsErrorResponse, GetArtifactTrackerSettingsOkResponse, GetArtifactTrackerSettingsProps, GetArtifactTrackerSettingsQueryPathParams, GetArtifactTrackerSettingsQueryQueryParams, } from './hooks/useGetArtifactTrackerSettingsQuery';
29
+ export { getArtifactTrackerSettings, useGetArtifactTrackerSettingsQuery, } from './hooks/useGetArtifactTrackerSettingsQuery';
18
30
  export type { GetEventsByEntityTypeAndIdErrorResponse, GetEventsByEntityTypeAndIdOkResponse, GetEventsByEntityTypeAndIdProps, GetEventsByEntityTypeAndIdQueryPathParams, GetEventsByEntityTypeAndIdQueryQueryParams, } from './hooks/useGetEventsByEntityTypeAndIdQuery';
19
31
  export { getEventsByEntityTypeAndId, useGetEventsByEntityTypeAndIdQuery, } from './hooks/useGetEventsByEntityTypeAndIdQuery';
20
32
  export type { GetFreezeDetailsErrorResponse, GetFreezeDetailsOkResponse, GetFreezeDetailsProps, GetFreezeDetailsQueryPathParams, GetFreezeDetailsQueryQueryParams, } from './hooks/useGetFreezeDetailsQuery';
@@ -85,10 +97,18 @@ export type { GetReportStatusErrorResponse, GetReportStatusOkResponse, GetReport
85
97
  export { getReportStatus, useGetReportStatusQuery } from './hooks/useGetReportStatusQuery';
86
98
  export type { GetTaskCommentsSummaryErrorResponse, GetTaskCommentsSummaryOkResponse, GetTaskCommentsSummaryProps, GetTaskCommentsSummaryQueryPathParams, GetTaskCommentsSummaryQueryQueryParams, } from './hooks/useGetTaskCommentsSummaryQuery';
87
99
  export { getTaskCommentsSummary, useGetTaskCommentsSummaryQuery, } from './hooks/useGetTaskCommentsSummaryQuery';
100
+ export type { GetWebhookMatchedSignalExecutionSummariesErrorResponse, GetWebhookMatchedSignalExecutionSummariesOkResponse, GetWebhookMatchedSignalExecutionSummariesProps, GetWebhookMatchedSignalExecutionSummariesQueryPathParams, GetWebhookMatchedSignalExecutionSummariesQueryQueryParams, } from './hooks/useGetWebhookMatchedSignalExecutionSummariesQuery';
101
+ export { getWebhookMatchedSignalExecutionSummaries, useGetWebhookMatchedSignalExecutionSummariesQuery, } from './hooks/useGetWebhookMatchedSignalExecutionSummariesQuery';
102
+ export type { GetWebhookMetadataErrorResponse, GetWebhookMetadataOkResponse, GetWebhookMetadataProps, GetWebhookMetadataQueryPathParams, } from './hooks/useGetWebhookMetadataQuery';
103
+ export { getWebhookMetadata, useGetWebhookMetadataQuery } from './hooks/useGetWebhookMetadataQuery';
88
104
  export type { GetYamlSchemaErrorResponse, GetYamlSchemaOkResponse, GetYamlSchemaProps, GetYamlSchemaQueryQueryParams, } from './hooks/useGetYamlSchemaQuery';
89
105
  export { getYamlSchema, useGetYamlSchemaQuery } from './hooks/useGetYamlSchemaQuery';
90
106
  export type { IngestWebhookSignalErrorResponse, IngestWebhookSignalOkResponse, IngestWebhookSignalProps, IngestWebhookSignalRequestBody, } from './hooks/useIngestWebhookSignalMutation';
91
107
  export { ingestWebhookSignal, useIngestWebhookSignalMutation, } from './hooks/useIngestWebhookSignalMutation';
108
+ export type { ListArtifactTrackerServiceMappingsErrorResponse, ListArtifactTrackerServiceMappingsOkResponse, ListArtifactTrackerServiceMappingsProps, ListArtifactTrackerServiceMappingsQueryQueryParams, } from './hooks/useListArtifactTrackerServiceMappingsQuery';
109
+ export { listArtifactTrackerServiceMappings, useListArtifactTrackerServiceMappingsQuery, } from './hooks/useListArtifactTrackerServiceMappingsQuery';
110
+ export type { ListArtifactTrackerSettingsErrorResponse, ListArtifactTrackerSettingsOkResponse, ListArtifactTrackerSettingsProps, ListArtifactTrackerSettingsQueryQueryParams, } from './hooks/useListArtifactTrackerSettingsQuery';
111
+ export { listArtifactTrackerSettings, useListArtifactTrackerSettingsQuery, } from './hooks/useListArtifactTrackerSettingsQuery';
92
112
  export type { PatchReleaseGroupErrorResponse, PatchReleaseGroupMutationPathParams, PatchReleaseGroupMutationQueryParams, PatchReleaseGroupOkResponse, PatchReleaseGroupProps, PatchReleaseGroupRequestBody, } from './hooks/usePatchReleaseGroupMutation';
93
113
  export { patchReleaseGroup, usePatchReleaseGroupMutation, } from './hooks/usePatchReleaseGroupMutation';
94
114
  export type { PostActivityExecutionOutputErrorResponse, PostActivityExecutionOutputMutationPathParams, PostActivityExecutionOutputMutationQueryParams, PostActivityExecutionOutputOkResponse, PostActivityExecutionOutputProps, PostActivityExecutionOutputRequestBody, } from './hooks/usePostActivityExecutionOutputMutation';
@@ -137,6 +157,8 @@ export type { StartReleaseExecutionErrorResponse, StartReleaseExecutionMutationP
137
157
  export { startReleaseExecution, useStartReleaseExecutionMutation, } from './hooks/useStartReleaseExecutionMutation';
138
158
  export type { StreamUploadErrorResponse, StreamUploadMutationQueryParams, StreamUploadOkResponse, StreamUploadProps, StreamUploadRequestBody, } from './hooks/useStreamUploadMutation';
139
159
  export { streamUpload, useStreamUploadMutation } from './hooks/useStreamUploadMutation';
160
+ export type { UpdateArtifactTrackerServiceMappingErrorResponse, UpdateArtifactTrackerServiceMappingMutationPathParams, UpdateArtifactTrackerServiceMappingMutationQueryParams, UpdateArtifactTrackerServiceMappingOkResponse, UpdateArtifactTrackerServiceMappingProps, UpdateArtifactTrackerServiceMappingRequestBody, } from './hooks/useUpdateArtifactTrackerServiceMappingMutation';
161
+ export { updateArtifactTrackerServiceMapping, useUpdateArtifactTrackerServiceMappingMutation, } from './hooks/useUpdateArtifactTrackerServiceMappingMutation';
140
162
  export type { UpdateExecutionTaskMetadataErrorResponse, UpdateExecutionTaskMetadataMutationPathParams, UpdateExecutionTaskMetadataMutationQueryParams, UpdateExecutionTaskMetadataOkResponse, UpdateExecutionTaskMetadataProps, UpdateExecutionTaskMetadataRequestBody, } from './hooks/useUpdateExecutionTaskMetadataMutation';
141
163
  export { updateExecutionTaskMetadata, useUpdateExecutionTaskMetadataMutation, } from './hooks/useUpdateExecutionTaskMetadataMutation';
142
164
  export type { UpdateExecutionTaskStatusErrorResponse, UpdateExecutionTaskStatusMutationPathParams, UpdateExecutionTaskStatusMutationQueryParams, UpdateExecutionTaskStatusOkResponse, UpdateExecutionTaskStatusProps, UpdateExecutionTaskStatusRequestBody, } from './hooks/useUpdateExecutionTaskStatusMutation';
@@ -145,6 +167,8 @@ export type { UpdateReleaseConflictErrorResponse, UpdateReleaseConflictMutationP
145
167
  export { updateReleaseConflict, useUpdateReleaseConflictMutation, } from './hooks/useUpdateReleaseConflictMutation';
146
168
  export type { UpdateTaskCommentErrorResponse, UpdateTaskCommentMutationPathParams, UpdateTaskCommentMutationQueryParams, UpdateTaskCommentOkResponse, UpdateTaskCommentProps, UpdateTaskCommentRequestBody, } from './hooks/useUpdateTaskCommentMutation';
147
169
  export { updateTaskComment, useUpdateTaskCommentMutation, } from './hooks/useUpdateTaskCommentMutation';
170
+ export type { UpsertArtifactTrackerSettingsErrorResponse, UpsertArtifactTrackerSettingsMutationPathParams, UpsertArtifactTrackerSettingsMutationQueryParams, UpsertArtifactTrackerSettingsOkResponse, UpsertArtifactTrackerSettingsProps, UpsertArtifactTrackerSettingsRequestBody, } from './hooks/useUpsertArtifactTrackerSettingsMutation';
171
+ export { upsertArtifactTrackerSettings, useUpsertArtifactTrackerSettingsMutation, } from './hooks/useUpsertArtifactTrackerSettingsMutation';
148
172
  export type { CreateAdHocReleaseRequestRequestBody } from './requestBodies/CreateAdHocReleaseRequestRequestBody';
149
173
  export type { CreateOrchestrationActivityRequestRequestBody } from './requestBodies/CreateOrchestrationActivityRequestRequestBody';
150
174
  export type { CreateOrchestrationProcessInputRequestRequestBody } from './requestBodies/CreateOrchestrationProcessInputRequestRequestBody';
@@ -213,6 +237,8 @@ export type { UpdateReleaseGroupResponseResponse } from './responses/UpdateRelea
213
237
  export type { UpdateReleaseResponseResponse } from './responses/UpdateReleaseResponseResponse';
214
238
  export type { UpdateTaskCommentResponseResponse } from './responses/UpdateTaskCommentResponseResponse';
215
239
  export type { ValidateOrchestrationProcessInputResponseResponse } from './responses/ValidateOrchestrationProcessInputResponseResponse';
240
+ export type { WebhookMatchedSignalExecutionSummaryListResponseResponse } from './responses/WebhookMatchedSignalExecutionSummaryListResponseResponse';
241
+ export type { AbortedBy } from './schemas/AbortedBy';
216
242
  export type { AcrArtifactMetadata } from './schemas/AcrArtifactMetadata';
217
243
  export type { ActivityCounts } from './schemas/ActivityCounts';
218
244
  export type { ActivityExecutionInputDto } from './schemas/ActivityExecutionInputDto';
@@ -230,14 +256,21 @@ export type { ApprovalInfoDto } from './schemas/ApprovalInfoDto';
230
256
  export type { ApprovedByDto } from './schemas/ApprovedByDto';
231
257
  export type { ArtifactTagInputVariable } from './schemas/ArtifactTagInputVariable';
232
258
  export type { ArtifactTagMetadata } from './schemas/ArtifactTagMetadata';
259
+ export type { ArtifactTrackerServiceMapping } from './schemas/ArtifactTrackerServiceMapping';
260
+ export type { ArtifactTrackerServiceMappingList } from './schemas/ArtifactTrackerServiceMappingList';
261
+ export type { ArtifactTrackerSettings } from './schemas/ArtifactTrackerSettings';
262
+ export type { ArtifactTrackerSettingsList } from './schemas/ArtifactTrackerSettingsList';
233
263
  export type { ArtifactoryRegistryMetadata } from './schemas/ArtifactoryRegistryMetadata';
234
264
  export type { AttachedReleaseGroupDto } from './schemas/AttachedReleaseGroupDto';
235
265
  export type { AutoExecuteOnScheduleProperty } from './schemas/AutoExecuteOnScheduleProperty';
266
+ export type { BuildInfo } from './schemas/BuildInfo';
236
267
  export type { ClusterDeploymentDto } from './schemas/ClusterDeploymentDto';
237
268
  export type { CommentedByDto } from './schemas/CommentedByDto';
238
269
  export type { ConflictStatus } from './schemas/ConflictStatus';
239
270
  export type { ConnectorInputVariable } from './schemas/ConnectorInputVariable';
240
271
  export type { ConnectorMetadata } from './schemas/ConnectorMetadata';
272
+ export type { CreateArtifactTrackerServiceMappingRequest } from './schemas/CreateArtifactTrackerServiceMappingRequest';
273
+ export type { CreateArtifactTrackerSettingsRequest } from './schemas/CreateArtifactTrackerSettingsRequest';
241
274
  export type { CreateOrchestrationActivityInputSetRequestType } from './schemas/CreateOrchestrationActivityInputSetRequestType';
242
275
  export type { CreateOrchestrationActivityRequestType } from './schemas/CreateOrchestrationActivityRequestType';
243
276
  export type { CreatedByDto } from './schemas/CreatedByDto';
@@ -245,6 +278,8 @@ export type { CustomArtifactMetadata } from './schemas/CustomArtifactMetadata';
245
278
  export type { DeploymentTypeEnum } from './schemas/DeploymentTypeEnum';
246
279
  export type { DockerRegistryArtifactMetadata } from './schemas/DockerRegistryArtifactMetadata';
247
280
  export type { EcrArtifactMetadata } from './schemas/EcrArtifactMetadata';
281
+ export type { EdgeLayoutList } from './schemas/EdgeLayoutList';
282
+ export type { EntityGitDetails } from './schemas/EntityGitDetails';
248
283
  export type { EnvironmentDashboardDto } from './schemas/EnvironmentDashboardDto';
249
284
  export type { EnvironmentDto } from './schemas/EnvironmentDto';
250
285
  export type { EnvironmentInputVariable } from './schemas/EnvironmentInputVariable';
@@ -259,7 +294,9 @@ export type { ExecutionConflict } from './schemas/ExecutionConflict';
259
294
  export type { ExecutionOutputDto } from './schemas/ExecutionOutputDto';
260
295
  export type { ExecutionTaskDto } from './schemas/ExecutionTaskDto';
261
296
  export type { ExecutionTaskStatus } from './schemas/ExecutionTaskStatus';
297
+ export type { ExecutionTriggerInfo } from './schemas/ExecutionTriggerInfo';
262
298
  export type { FailureInfo } from './schemas/FailureInfo';
299
+ export type { FailureInfoDto } from './schemas/FailureInfoDto';
263
300
  export type { FreezeDetailsDto } from './schemas/FreezeDetailsDto';
264
301
  export type { FreezeEntitiesDto } from './schemas/FreezeEntitiesDto';
265
302
  export type { FreezeListItemDto } from './schemas/FreezeListItemDto';
@@ -270,6 +307,8 @@ export type { GetReleaseGroupResponse } from './schemas/GetReleaseGroupResponse'
270
307
  export type { GithubPackageRegistryMetadata } from './schemas/GithubPackageRegistryMetadata';
271
308
  export type { GlobalReleaseInputYaml } from './schemas/GlobalReleaseInputYaml';
272
309
  export type { GoogleArtifactRegistryMetadata } from './schemas/GoogleArtifactRegistryMetadata';
310
+ export type { GovernanceMetadata } from './schemas/GovernanceMetadata';
311
+ export type { GraphLayoutNodeDto } from './schemas/GraphLayoutNodeDto';
273
312
  export type { InfrastructureDeploymentDto } from './schemas/InfrastructureDeploymentDto';
274
313
  export type { InfrastructureInputVariable } from './schemas/InfrastructureInputVariable';
275
314
  export type { InfrastructureMetadata } from './schemas/InfrastructureMetadata';
@@ -278,11 +317,14 @@ export type { InputVariableType } from './schemas/InputVariableType';
278
317
  export type { LastUpdatedByDto } from './schemas/LastUpdatedByDto';
279
318
  export type { ManualActivityInfo } from './schemas/ManualActivityInfo';
280
319
  export type { ManualTaskYaml } from './schemas/ManualTaskYaml';
320
+ export type { MatchedSignalExecutionSummaryDto } from './schemas/MatchedSignalExecutionSummaryDto';
281
321
  export type { MultiEnvironmentInputVariable } from './schemas/MultiEnvironmentInputVariable';
282
322
  export type { MultiInfrastructureInputVariable } from './schemas/MultiInfrastructureInputVariable';
283
323
  export type { MultiServiceInputVariable } from './schemas/MultiServiceInputVariable';
284
324
  export type { NextRequest } from './schemas/NextRequest';
285
325
  export type { Nexus3RegistryArtifactMetadata } from './schemas/Nexus3RegistryArtifactMetadata';
326
+ export type { NgLabel } from './schemas/NgLabel';
327
+ export type { NgTag } from './schemas/NgTag';
286
328
  export type { OnHoldActivityActionRequest } from './schemas/OnHoldActivityActionRequest';
287
329
  export type { OnHoldActivityActionResponse } from './schemas/OnHoldActivityActionResponse';
288
330
  export type { OrchestrationActivityManualYaml } from './schemas/OrchestrationActivityManualYaml';
@@ -308,6 +350,10 @@ export type { PageableSort } from './schemas/PageableSort';
308
350
  export type { PhaseInputYaml } from './schemas/PhaseInputYaml';
309
351
  export type { PhaseReleaseInputYaml } from './schemas/PhaseReleaseInputYaml';
310
352
  export type { PipelineActivityInfo } from './schemas/PipelineActivityInfo';
353
+ export type { PipelineExecutionSummaryDto } from './schemas/PipelineExecutionSummaryDto';
354
+ export type { PipelineStageInfo } from './schemas/PipelineStageInfo';
355
+ export type { PolicyMetadata } from './schemas/PolicyMetadata';
356
+ export type { PolicySetMetadata } from './schemas/PolicySetMetadata';
311
357
  export type { PrimitiveInputVariable } from './schemas/PrimitiveInputVariable';
312
358
  export type { ProcessInputSummaryDto } from './schemas/ProcessInputSummaryDto';
313
359
  export type { ProcessInputValidationResponse } from './schemas/ProcessInputValidationResponse';
@@ -330,6 +376,9 @@ export type { RepeatUnit } from './schemas/RepeatUnit';
330
376
  export type { ReportGenerationRequest } from './schemas/ReportGenerationRequest';
331
377
  export type { ReportGenerationResponse } from './schemas/ReportGenerationResponse';
332
378
  export type { ReportStatusResponse } from './schemas/ReportStatusResponse';
379
+ export type { RerunInfo } from './schemas/RerunInfo';
380
+ export type { ResponseMessage } from './schemas/ResponseMessage';
381
+ export type { RetryExecutionMetadata } from './schemas/RetryExecutionMetadata';
333
382
  export type { ScopeFilterDto } from './schemas/ScopeFilterDto';
334
383
  export type { ServiceInfoDto } from './schemas/ServiceInfoDto';
335
384
  export type { ServiceInputVariable } from './schemas/ServiceInputVariable';
@@ -350,13 +399,18 @@ export type { SubprocessTriggerResponse } from './schemas/SubprocessTriggerRespo
350
399
  export type { TaskCommentDto } from './schemas/TaskCommentDto';
351
400
  export type { TaskCommentsListResponseDto } from './schemas/TaskCommentsListResponseDto';
352
401
  export type { TaskExecuteConfig } from './schemas/TaskExecuteConfig';
402
+ export type { TemplateReferenceSummary } from './schemas/TemplateReferenceSummary';
353
403
  export type { TimeRangeDto } from './schemas/TimeRangeDto';
354
404
  export type { TriggerType } from './schemas/TriggerType';
405
+ export type { TriggeredBy } from './schemas/TriggeredBy';
355
406
  export type { TriggeredByDto } from './schemas/TriggeredByDto';
407
+ export type { UpdateArtifactTrackerServiceMappingRequest } from './schemas/UpdateArtifactTrackerServiceMappingRequest';
356
408
  export type { UploadResponse } from './schemas/UploadResponse';
409
+ export type { UpsertArtifactTrackerSettingsRequest } from './schemas/UpsertArtifactTrackerSettingsRequest';
357
410
  export type { User } from './schemas/User';
358
411
  export type { WebhookErrorResponse } from './schemas/WebhookErrorResponse';
359
412
  export type { WebhookEventType } from './schemas/WebhookEventType';
413
+ export type { WebhookMetadataResponse } from './schemas/WebhookMetadataResponse';
360
414
  export type { WebhookSignalPipeline } from './schemas/WebhookSignalPipeline';
361
415
  export type { WebhookSignalRequest } from './schemas/WebhookSignalRequest';
362
416
  export type { WebhookSignalResponse } from './schemas/WebhookSignalResponse';
@@ -1,4 +1,8 @@
1
+ export { createArtifactTrackerServiceMapping, useCreateArtifactTrackerServiceMappingMutation, } from './hooks/useCreateArtifactTrackerServiceMappingMutation';
2
+ export { createArtifactTrackerSettings, useCreateArtifactTrackerSettingsMutation, } from './hooks/useCreateArtifactTrackerSettingsMutation';
1
3
  export { createTaskComment, useCreateTaskCommentMutation, } from './hooks/useCreateTaskCommentMutation';
4
+ export { deleteArtifactTrackerServiceMapping, useDeleteArtifactTrackerServiceMappingMutation, } from './hooks/useDeleteArtifactTrackerServiceMappingMutation';
5
+ export { deleteArtifactTrackerSettings, useDeleteArtifactTrackerSettingsMutation, } from './hooks/useDeleteArtifactTrackerSettingsMutation';
2
6
  export { deleteOrchestrationActivity, useDeleteOrchestrationActivityMutation, } from './hooks/useDeleteOrchestrationActivityMutation';
3
7
  export { deleteOrchestrationProcessInput, useDeleteOrchestrationProcessInputMutation, } from './hooks/useDeleteOrchestrationProcessInputMutation';
4
8
  export { deleteOrchestrationProcess, useDeleteOrchestrationProcessMutation, } from './hooks/useDeleteOrchestrationProcessMutation';
@@ -6,6 +10,8 @@ export { deleteReleaseGroup, useDeleteReleaseGroupMutation, } from './hooks/useD
6
10
  export { deleteRelease, useDeleteReleaseMutation } from './hooks/useDeleteReleaseMutation';
7
11
  export { deleteTaskComment, useDeleteTaskCommentMutation, } from './hooks/useDeleteTaskCommentMutation';
8
12
  export { getActivityRetryHistoryByIdentifiers, useGetActivityRetryHistoryByIdentifiersQuery, } from './hooks/useGetActivityRetryHistoryByIdentifiersQuery';
13
+ export { getArtifactTrackerServiceMapping, useGetArtifactTrackerServiceMappingQuery, } from './hooks/useGetArtifactTrackerServiceMappingQuery';
14
+ export { getArtifactTrackerSettings, useGetArtifactTrackerSettingsQuery, } from './hooks/useGetArtifactTrackerSettingsQuery';
9
15
  export { getEventsByEntityTypeAndId, useGetEventsByEntityTypeAndIdQuery, } from './hooks/useGetEventsByEntityTypeAndIdQuery';
10
16
  export { getFreezeDetails, useGetFreezeDetailsQuery } from './hooks/useGetFreezeDetailsQuery';
11
17
  export { getFreezeList, useGetFreezeListQuery } from './hooks/useGetFreezeListQuery';
@@ -41,8 +47,12 @@ export { getReleaseTasks, useGetReleaseTasksQuery } from './hooks/useGetReleaseT
41
47
  export { getReportDownload, useGetReportDownloadQuery } from './hooks/useGetReportDownloadQuery';
42
48
  export { getReportStatus, useGetReportStatusQuery } from './hooks/useGetReportStatusQuery';
43
49
  export { getTaskCommentsSummary, useGetTaskCommentsSummaryQuery, } from './hooks/useGetTaskCommentsSummaryQuery';
50
+ export { getWebhookMatchedSignalExecutionSummaries, useGetWebhookMatchedSignalExecutionSummariesQuery, } from './hooks/useGetWebhookMatchedSignalExecutionSummariesQuery';
51
+ export { getWebhookMetadata, useGetWebhookMetadataQuery } from './hooks/useGetWebhookMetadataQuery';
44
52
  export { getYamlSchema, useGetYamlSchemaQuery } from './hooks/useGetYamlSchemaQuery';
45
53
  export { ingestWebhookSignal, useIngestWebhookSignalMutation, } from './hooks/useIngestWebhookSignalMutation';
54
+ export { listArtifactTrackerServiceMappings, useListArtifactTrackerServiceMappingsQuery, } from './hooks/useListArtifactTrackerServiceMappingsQuery';
55
+ export { listArtifactTrackerSettings, useListArtifactTrackerSettingsQuery, } from './hooks/useListArtifactTrackerSettingsQuery';
46
56
  export { patchReleaseGroup, usePatchReleaseGroupMutation, } from './hooks/usePatchReleaseGroupMutation';
47
57
  export { postActivityExecutionOutput, usePostActivityExecutionOutputMutation, } from './hooks/usePostActivityExecutionOutputMutation';
48
58
  export { postOnHoldActivityAction, usePostOnHoldActivityActionMutation, } from './hooks/usePostOnHoldActivityActionMutation';
@@ -67,7 +77,9 @@ export { putReleaseReleaseId, usePutReleaseReleaseIdMutation, } from './hooks/us
67
77
  export { serveUpload, useServeUploadQuery } from './hooks/useServeUploadQuery';
68
78
  export { startReleaseExecution, useStartReleaseExecutionMutation, } from './hooks/useStartReleaseExecutionMutation';
69
79
  export { streamUpload, useStreamUploadMutation } from './hooks/useStreamUploadMutation';
80
+ export { updateArtifactTrackerServiceMapping, useUpdateArtifactTrackerServiceMappingMutation, } from './hooks/useUpdateArtifactTrackerServiceMappingMutation';
70
81
  export { updateExecutionTaskMetadata, useUpdateExecutionTaskMetadataMutation, } from './hooks/useUpdateExecutionTaskMetadataMutation';
71
82
  export { updateExecutionTaskStatus, useUpdateExecutionTaskStatusMutation, } from './hooks/useUpdateExecutionTaskStatusMutation';
72
83
  export { updateReleaseConflict, useUpdateReleaseConflictMutation, } from './hooks/useUpdateReleaseConflictMutation';
73
84
  export { updateTaskComment, useUpdateTaskCommentMutation, } from './hooks/useUpdateTaskCommentMutation';
85
+ export { upsertArtifactTrackerSettings, useUpsertArtifactTrackerSettingsMutation, } from './hooks/useUpsertArtifactTrackerSettingsMutation';
@@ -0,0 +1,13 @@
1
+ import type { MatchedSignalExecutionSummaryDto } from '../schemas/MatchedSignalExecutionSummaryDto';
2
+ import type { Pageable } from '../schemas/Pageable';
3
+ import type { PageableSort } from '../schemas/PageableSort';
4
+ export interface WebhookMatchedSignalExecutionSummaryListResponseResponse {
5
+ content: MatchedSignalExecutionSummaryDto[];
6
+ number: number;
7
+ numberOfElements: number;
8
+ pageable: Pageable;
9
+ size: number;
10
+ sort: PageableSort;
11
+ totalElements: number;
12
+ totalPages: number;
13
+ }
@@ -0,0 +1,4 @@
1
+ export interface AbortedBy {
2
+ email?: string;
3
+ userName?: 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,20 @@
1
+ export interface ArtifactTrackerServiceMapping {
2
+ artifactPath: string;
3
+ artifactRegistry?: string;
4
+ /**
5
+ * @format int64
6
+ */
7
+ createdAt?: number;
8
+ gitConnectorRefOverride?: string;
9
+ identifier: string;
10
+ k8sConnectorRefOverride?: string;
11
+ k8sNamespaceOverride?: string;
12
+ /**
13
+ * @format int64
14
+ */
15
+ lastUpdatedAt?: number;
16
+ serviceRef?: string;
17
+ settingsIdentifier?: string;
18
+ ticketConnectorRefOverride?: string;
19
+ ticketRegexOverride?: string;
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,8 @@
1
+ import type { ArtifactTrackerServiceMapping } from '../schemas/ArtifactTrackerServiceMapping';
2
+ export interface ArtifactTrackerServiceMappingList {
3
+ content?: ArtifactTrackerServiceMapping[];
4
+ pageNumber?: number;
5
+ pageSize?: number;
6
+ totalElements?: number;
7
+ totalPages?: number;
8
+ }
@@ -0,0 +1,16 @@
1
+ export interface ArtifactTrackerSettings {
2
+ /**
3
+ * @format int64
4
+ */
5
+ createdAt?: number;
6
+ defaultGitConnectorRef?: string;
7
+ defaultK8sConnectorRef?: string;
8
+ defaultK8sNamespace?: string;
9
+ defaultTicketConnectorRef?: string;
10
+ defaultTicketRegex?: string;
11
+ identifier: string;
12
+ /**
13
+ * @format int64
14
+ */
15
+ lastUpdatedAt?: number;
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,8 @@
1
+ import type { ArtifactTrackerSettings } from '../schemas/ArtifactTrackerSettings';
2
+ export interface ArtifactTrackerSettingsList {
3
+ content?: ArtifactTrackerSettings[];
4
+ pageNumber?: number;
5
+ pageSize?: number;
6
+ totalElements?: number;
7
+ totalPages?: number;
8
+ }
@@ -0,0 +1,4 @@
1
+ export interface BuildInfo {
2
+ build?: string;
3
+ imagePath?: 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,18 @@
1
+ export interface CreateArtifactTrackerServiceMappingRequest {
2
+ artifactPath: string;
3
+ artifactRegistry?: string;
4
+ gitConnectorRefOverride?: string;
5
+ /**
6
+ * Optional human-readable identifier. Auto-generated from serviceRef, registry, and artifactPath if omitted.
7
+ */
8
+ identifier?: string;
9
+ k8sConnectorRefOverride?: string;
10
+ k8sNamespaceOverride?: string;
11
+ serviceRef?: string;
12
+ /**
13
+ * Identifier of the settings to link. Auto-resolved if omitted and exactly one settings exists in scope.
14
+ */
15
+ settingsIdentifier?: string;
16
+ ticketConnectorRefOverride?: string;
17
+ ticketRegexOverride?: string;
18
+ }
@@ -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 CreateArtifactTrackerSettingsRequest {
2
+ defaultGitConnectorRef: string;
3
+ defaultK8sConnectorRef?: string;
4
+ defaultK8sNamespace?: string;
5
+ defaultTicketConnectorRef?: string;
6
+ defaultTicketRegex?: string;
7
+ identifier: 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 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,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
+ }
@@ -0,0 +1,9 @@
1
+ import type { PipelineExecutionSummaryDto } from '../schemas/PipelineExecutionSummaryDto';
2
+ export interface MatchedSignalExecutionSummaryDto {
3
+ executionSummary: PipelineExecutionSummaryDto;
4
+ hasPipelineViewAccess: boolean;
5
+ /**
6
+ * Webhook slug identifier for fetching webhook metadata.
7
+ */
8
+ webhookId?: string;
9
+ }
@@ -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 {};