@@ -2,6 +2,7 @@ export * from './actorInput';
2
2
export * from './actorsMap' ;
3
3
export * from './addField' ;
4
4
export * from './addGroup' ;
5
+ export * from './addNotificationsDetails' ;
5
6
export * from './announcementBannerConfiguration' ;
6
7
export * from './announcementBannerConfigurationUpdate' ;
7
8
export * from './application' ;
@@ -11,17 +12,7 @@ export * from './associatedItem';
11
12
export * from './associateFieldConfigurationsWithIssueTypesRequest' ;
12
13
export * from './attachment' ;
13
14
export * from './attachmentArchive' ;
14
- export * from './containerForProjectFeatures' ;
15
- export * from './projectComponent' ;
16
- export * from './licenseMetric' ;
17
- export * from './jqlFunctionPrecomputationUpdateRequest' ;
18
- export * from './jqlFunctionPrecomputationPage' ;
19
15
export * from './attachmentArchiveEntry' ;
20
- export * from './notificationSchemeId' ;
21
- export * from './createNotificationSchemeDetails' ;
22
- export * from './notificationSchemeAndProjectMappingPage' ;
23
- export * from './updateNotificationSchemeDetails' ;
24
- export * from './addNotificationsDetails' ;
25
16
export * from './attachmentArchiveImpl' ;
26
17
export * from './attachmentArchiveItemReadable' ;
27
18
export * from './attachmentArchiveMetadataReadable' ;
@@ -63,6 +54,7 @@ export * from './connectCustomFieldValues';
63
54
export * from './connectModule' ;
64
55
export * from './connectModules' ;
65
56
export * from './connectWorkflowTransitionRule' ;
57
+ export * from './containerForProjectFeatures' ;
66
58
export * from './containerForRegisteredWebhooks' ;
67
59
export * from './containerForWebhookIDs' ;
68
60
export * from './containerOfWorkflowSchemeAssociations' ;
@@ -75,6 +67,7 @@ export * from './createCustomFieldContext';
75
67
export * from './createdIssue' ;
76
68
export * from './createdIssues' ;
77
69
export * from './createIssueAdjustmentDetails' ;
70
+ export * from './createNotificationSchemeDetails' ;
78
71
export * from './createPriorityDetails' ;
79
72
export * from './createProjectDetails' ;
80
73
export * from './createResolutionDetails' ;
@@ -247,6 +240,10 @@ export * from './jiraExpressionsComplexity';
247
240
export * from './jiraExpressionsComplexityValue' ;
248
241
export * from './jiraExpressionValidationError' ;
249
242
export * from './jiraStatus' ;
243
+ export * from './jqlFunctionPrecomputation' ;
244
+ export * from './jqlFunctionPrecomputationPage' ;
245
+ export * from './jqlFunctionPrecomputationUpdate' ;
246
+ export * from './jqlFunctionPrecomputationUpdateRequest' ;
250
247
export * from './jQLPersonalDataMigrationRequest' ;
251
248
export * from './jqlQueriesToParse' ;
252
249
export * from './jqlQueriesToSanitize' ;
@@ -267,6 +264,7 @@ export * from './jsonType';
267
264
export * from './keywordOperand' ;
268
265
export * from './license' ;
269
266
export * from './licensedApplication' ;
267
+ export * from './licenseMetric' ;
270
268
export * from './linkedIssue' ;
271
269
export * from './linkGroup' ;
272
270
export * from './linkIssueRequestJson' ;
@@ -286,7 +284,13 @@ export * from './notificationEvent';
286
284
export * from './notificationRecipients' ;
287
285
export * from './notificationRecipientsRestrictions' ;
288
286
export * from './notificationScheme' ;
287
+ export * from './notificationSchemeAndProjectMapping' ;
288
+ export * from './notificationSchemeAndProjectMappingPage' ;
289
289
export * from './notificationSchemeEvent' ;
290
+ export * from './notificationSchemeEventDetails' ;
291
+ export * from './notificationSchemeEventTypeId' ;
292
+ export * from './notificationSchemeId' ;
293
+ export * from './notificationSchemeNotificationDetails' ;
290
294
export * from './operationMessage' ;
291
295
export * from './operations' ;
292
296
export * from './orderOfCustomFieldOptions' ;
@@ -362,6 +366,7 @@ export * from './priorityId';
362
366
export * from './project' ;
363
367
export * from './projectAvatars' ;
364
368
export * from './projectCategory' ;
369
+ export * from './projectComponent' ;
365
370
export * from './projectDetails' ;
366
371
export * from './projectEmailAddress' ;
367
372
export * from './projectFeature' ;
@@ -470,6 +475,7 @@ export * from './updateDefaultScreenScheme';
470
475
export * from './updatedProjectCategory' ;
471
476
export * from './updateFieldConfigurationSchemeDetails' ;
472
477
export * from './updateIssueAdjustmentDetails' ;
478
+ export * from './updateNotificationSchemeDetails' ;
473
479
export * from './updatePriorityDetails' ;
474
480
export * from './updateProjectDetails' ;
475
481
export * from './updateResolutionDetails' ;
0 commit comments