Skip to content

Commit 7971cca

Browse files
committed
Export EC data transformer function
1 parent 909a715 commit 7971cca

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/yellow-crabs-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aonic-ui/pipelines": patch
3+
---
4+
5+
Export EC data transformer utility function
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { default as Output } from './Output';
2+
export { mapEnterpriseContractResultData as transformECResult } from './utils/data-transformer-utils';
23
export { EnterpriseContract, AdvancedClusterSecurity, ResultsList } from './Tabs';
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
export { Output, EnterpriseContract, AdvancedClusterSecurity, ResultsList } from './Output';
1+
export {
2+
Output,
3+
EnterpriseContract,
4+
AdvancedClusterSecurity,
5+
ResultsList,
6+
transformECResult,
7+
} from './Output';
28
export * from './Output/types';
39
export * from './Output/hooks/usePipelineRunOutput';

0 commit comments

Comments
 (0)