Skip to content

Commit 6a05e80

Browse files
committed
Few incremental improvements
1 parent a490d79 commit 6a05e80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/version3/models/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export * from './bulkOperationProgress';
2+
export * from './issueBulkTransitionPayload';
3+
export * from './bulkTransitionGetAvailableTransitions';
4+
export * from './issueBulkMovePayload';
5+
export * from './issueBulkEditPayload';
6+
export * from './bulkEditGetFields';
7+
export * from './issueBulkDeletePayload';
8+
export * from './submittedBulkOperation';
9+
export * from './dataClassificationLevels';
110
export * from './workflowSchemeUpdateRequiredMappingsResponse';
211
export * from './workflowSchemeUpdateRequest';
312
export * from './workflowSchemeReadRequest';

0 commit comments

Comments
 (0)