@resolution/jira-api-client 0.4.2 → 0.4.5
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.
- package/CHANGELOG.md +23 -0
- package/README.md +4 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +6 -0
- package/lib/openapi/platform/models/common.js +12 -1
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
- package/lib/openapi/platform/models/dynamicModules.js +0 -6
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
- package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
- package/lib/openapi/platform/services/AppMigrationService.js +139 -136
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
- package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
- package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
- package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
- package/lib/openapi/platform/services/AvatarsService.js +412 -415
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
- package/lib/openapi/platform/services/DashboardsService.js +983 -974
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
- package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
- package/lib/openapi/platform/services/FilterSharingService.js +512 -509
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
- package/lib/openapi/platform/services/FiltersService.js +1262 -1259
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
- package/lib/openapi/platform/services/GroupsService.js +385 -382
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
- package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueLinksService.js +230 -227
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
- package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
- package/lib/openapi/platform/services/IssueSearchService.js +826 -823
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
- package/lib/openapi/platform/services/IssueTypesService.js +424 -427
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueVotesService.js +148 -145
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
- package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
- package/lib/openapi/platform/services/IssuesService.js +1856 -1853
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
- package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -15
- package/lib/openapi/platform/services/JqlService.js +635 -632
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
- package/lib/openapi/platform/services/LabelsService.js +41 -38
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
- package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
- package/lib/openapi/platform/services/MyselfService.js +321 -318
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
- package/lib/openapi/platform/services/PermissionsService.js +235 -232
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
- package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
- package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
- package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
- package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
- package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
- package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
- package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
- package/lib/openapi/platform/services/ScreensService.js +281 -278
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +51 -48
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +17 -17
- package/lib/openapi/platform/services/StatusService.js +271 -268
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -4
- package/lib/openapi/platform/services/TasksService.js +93 -90
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
- package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
- package/lib/openapi/platform/services/UserSearchService.js +709 -706
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +51 -51
- package/lib/openapi/platform/services/UsersService.js +637 -634
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
- package/lib/openapi/platform/services/WebhooksService.js +262 -259
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
- package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
- package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +4 -4
- package/lib/openapi/software/services/BacklogService.js +81 -78
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +124 -124
- package/lib/openapi/software/services/BoardService.js +2048 -2045
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -10
- package/lib/openapi/software/services/BuildsService.js +164 -161
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +192 -189
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
- package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +26 -26
- package/lib/openapi/software/services/EpicService.js +597 -594
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
- package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +13 -13
- package/lib/openapi/software/services/IssueService.js +359 -356
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +24 -24
- package/lib/openapi/software/services/OperationsService.js +301 -298
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
- package/lib/openapi/software/services/RemoteLinksService.js +160 -157
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
- package/lib/openapi/software/services/SecurityInformationService.js +262 -259
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +33 -33
- package/lib/openapi/software/services/SprintService.js +594 -591
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -34,11 +34,11 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
34
34
|
* read:user:jira, read:issue-worklog.property:jira
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-post
|
|
36
36
|
*/
|
|
37
|
-
addWorklog({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog, }: {
|
|
37
|
+
addWorklog: ({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog, }: {
|
|
38
38
|
/** The ID or key the issue. */
|
|
39
39
|
issueIdOrKey: string;
|
|
40
40
|
/** Whether users watching the issue are notified by email. */
|
|
41
|
-
notifyUsers?: boolean;
|
|
41
|
+
notifyUsers?: boolean | undefined;
|
|
42
42
|
/**
|
|
43
43
|
* Defines how to update the issue's time estimate, the options are:
|
|
44
44
|
*
|
|
@@ -47,32 +47,32 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
47
47
|
* * `manual` Reduces the estimate by amount specified in `reduceBy`.
|
|
48
48
|
* * `auto` Reduces the estimate by the value of `timeSpent` in the worklog.
|
|
49
49
|
*/
|
|
50
|
-
adjustEstimate?: "
|
|
50
|
+
adjustEstimate?: "auto" | "new" | "manual" | "leave" | undefined;
|
|
51
51
|
/**
|
|
52
52
|
* The value to set as the issue's remaining time estimate, as days (\#d), hours
|
|
53
53
|
* (\#h), or minutes (\#m or \#). For example, *2d*. Required when
|
|
54
54
|
* `adjustEstimate` is `new`.
|
|
55
55
|
*/
|
|
56
|
-
newEstimate?: string;
|
|
56
|
+
newEstimate?: string | undefined;
|
|
57
57
|
/**
|
|
58
58
|
* The amount to reduce the issue's remaining estimate by, as days (\#d), hours
|
|
59
59
|
* (\#h), or minutes (\#m). For example, *2d*. Required when `adjustEstimate` is
|
|
60
60
|
* `manual`.
|
|
61
61
|
*/
|
|
62
|
-
reduceBy?: string;
|
|
62
|
+
reduceBy?: string | undefined;
|
|
63
63
|
/**
|
|
64
64
|
* Use [expand](#expansion) to include additional information about work logs in
|
|
65
65
|
* the response. This parameter accepts `properties`, which returns worklog
|
|
66
66
|
* properties.
|
|
67
67
|
*/
|
|
68
|
-
expand?: string;
|
|
68
|
+
expand?: string | undefined;
|
|
69
69
|
/**
|
|
70
70
|
* Whether the worklog entry should be added to the issue even if the issue is not
|
|
71
71
|
* editable, because jira.issue.editable set to false or missing. For example, the
|
|
72
72
|
* issue is closed. Connect and Forge app users with *Administer Jira* [global
|
|
73
73
|
* permission](https://confluence.atlassian.com/x/x4dKLg) can use this flag.
|
|
74
74
|
*/
|
|
75
|
-
overrideEditableFlag?: boolean;
|
|
75
|
+
overrideEditableFlag?: boolean | undefined;
|
|
76
76
|
/**
|
|
77
77
|
* @example {
|
|
78
78
|
* "comment": {
|
|
@@ -99,7 +99,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
99
99
|
* }
|
|
100
100
|
*/
|
|
101
101
|
worklog: Worklog;
|
|
102
|
-
})
|
|
102
|
+
}) => Promise<Worklog>;
|
|
103
103
|
/**
|
|
104
104
|
* Deletes a worklog from an issue.
|
|
105
105
|
*
|
|
@@ -128,13 +128,13 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
128
128
|
* write:issue.time-tracking:jira
|
|
129
129
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-delete
|
|
130
130
|
*/
|
|
131
|
-
deleteWorklog({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag, }: {
|
|
131
|
+
deleteWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag, }: {
|
|
132
132
|
/** The ID or key of the issue. */
|
|
133
133
|
issueIdOrKey: string;
|
|
134
134
|
/** The ID of the worklog. */
|
|
135
135
|
id: string;
|
|
136
136
|
/** Whether users watching the issue are notified by email. */
|
|
137
|
-
notifyUsers?: boolean;
|
|
137
|
+
notifyUsers?: boolean | undefined;
|
|
138
138
|
/**
|
|
139
139
|
* Defines how to update the issue's time estimate, the options are:
|
|
140
140
|
*
|
|
@@ -143,27 +143,27 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
143
143
|
* * `manual` Increases the estimate by amount specified in `increaseBy`.
|
|
144
144
|
* * `auto` Reduces the estimate by the value of `timeSpent` in the worklog.
|
|
145
145
|
*/
|
|
146
|
-
adjustEstimate?: "
|
|
146
|
+
adjustEstimate?: "auto" | "new" | "manual" | "leave" | undefined;
|
|
147
147
|
/**
|
|
148
148
|
* The value to set as the issue's remaining time estimate, as days (\#d), hours
|
|
149
149
|
* (\#h), or minutes (\#m or \#). For example, *2d*. Required when
|
|
150
150
|
* `adjustEstimate` is `new`.
|
|
151
151
|
*/
|
|
152
|
-
newEstimate?: string;
|
|
152
|
+
newEstimate?: string | undefined;
|
|
153
153
|
/**
|
|
154
154
|
* The amount to increase the issue's remaining estimate by, as days (\#d), hours
|
|
155
155
|
* (\#h), or minutes (\#m or \#). For example, *2d*. Required when
|
|
156
156
|
* `adjustEstimate` is `manual`.
|
|
157
157
|
*/
|
|
158
|
-
increaseBy?: string;
|
|
158
|
+
increaseBy?: string | undefined;
|
|
159
159
|
/**
|
|
160
160
|
* Whether the work log entry should be added to the issue even if the issue is
|
|
161
161
|
* not editable, because jira.issue.editable set to false or missing. For example,
|
|
162
162
|
* the issue is closed. Connect and Forge app users with admin permission can use
|
|
163
163
|
* this flag.
|
|
164
164
|
*/
|
|
165
|
-
overrideEditableFlag?: boolean;
|
|
166
|
-
})
|
|
165
|
+
overrideEditableFlag?: boolean | undefined;
|
|
166
|
+
}) => Promise<void>;
|
|
167
167
|
/**
|
|
168
168
|
* Returns a list of IDs and delete timestamps for worklogs deleted after a date
|
|
169
169
|
* and time.
|
|
@@ -212,13 +212,13 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
212
212
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
213
213
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-deleted-get
|
|
214
214
|
*/
|
|
215
|
-
getIdsOfWorklogsDeletedSince({ since, }?: {
|
|
215
|
+
getIdsOfWorklogsDeletedSince: ({ since, }?: {
|
|
216
216
|
/**
|
|
217
217
|
* The date and time, as a UNIX timestamp in milliseconds, after which deleted
|
|
218
218
|
* worklogs are returned.
|
|
219
219
|
*/
|
|
220
|
-
since?: number;
|
|
221
|
-
})
|
|
220
|
+
since?: number | undefined;
|
|
221
|
+
}) => Promise<ChangedWorklogs>;
|
|
222
222
|
/**
|
|
223
223
|
* Returns a list of IDs and update timestamps for worklogs updated after a date
|
|
224
224
|
* and time.
|
|
@@ -272,22 +272,22 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
272
272
|
* @scopes-beta read:issue-worklog:jira, read:issue-worklog.property:jira
|
|
273
273
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-updated-get
|
|
274
274
|
*/
|
|
275
|
-
getIdsOfWorklogsModifiedSince({ since, expand, }?: {
|
|
275
|
+
getIdsOfWorklogsModifiedSince: ({ since, expand, }?: {
|
|
276
276
|
/**
|
|
277
277
|
* The date and time, as a UNIX timestamp in milliseconds, after which updated
|
|
278
278
|
* worklogs are returned.
|
|
279
279
|
*/
|
|
280
|
-
since?: number;
|
|
280
|
+
since?: number | undefined;
|
|
281
281
|
/**
|
|
282
282
|
* Use [expand](#expansion) to include additional information about worklogs in
|
|
283
283
|
* the response. This parameter accepts `properties` that returns the properties
|
|
284
284
|
* of each worklog.
|
|
285
285
|
*/
|
|
286
|
-
expand?: string;
|
|
287
|
-
})
|
|
286
|
+
expand?: string | undefined;
|
|
287
|
+
}) => Promise<ChangedWorklogs>;
|
|
288
288
|
/**
|
|
289
|
-
* Returns worklogs for an issue
|
|
290
|
-
* worklog started on or after a date and time.
|
|
289
|
+
* Returns worklogs for an issue (ordered by created time), starting from the
|
|
290
|
+
* oldest worklog or from the worklog started on or after a date and time.
|
|
291
291
|
*
|
|
292
292
|
* Time tracking must be enabled in Jira, otherwise this operation returns an
|
|
293
293
|
* error. For more information, see [Configuring time
|
|
@@ -365,30 +365,30 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
365
365
|
* read:project-role:jira, read:user:jira, read:avatar:jira
|
|
366
366
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-get
|
|
367
367
|
*/
|
|
368
|
-
getIssueWorklog({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand, }: {
|
|
368
|
+
getIssueWorklog: ({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand, }: {
|
|
369
369
|
/** The ID or key of the issue. */
|
|
370
370
|
issueIdOrKey: string;
|
|
371
371
|
/** The index of the first item to return in a page of results (page offset). */
|
|
372
|
-
startAt?: number;
|
|
372
|
+
startAt?: number | undefined;
|
|
373
373
|
/** The maximum number of items to return per page. */
|
|
374
|
-
maxResults?: number;
|
|
374
|
+
maxResults?: number | undefined;
|
|
375
375
|
/**
|
|
376
376
|
* The worklog start date and time, as a UNIX timestamp in milliseconds, after
|
|
377
377
|
* which worklogs are returned.
|
|
378
378
|
*/
|
|
379
|
-
startedAfter?: number;
|
|
379
|
+
startedAfter?: number | undefined;
|
|
380
380
|
/**
|
|
381
381
|
* The worklog start date and time, as a UNIX timestamp in milliseconds, before
|
|
382
382
|
* which worklogs are returned.
|
|
383
383
|
*/
|
|
384
|
-
startedBefore?: number;
|
|
384
|
+
startedBefore?: number | undefined;
|
|
385
385
|
/**
|
|
386
386
|
* Use [expand](#expansion) to include additional information about worklogs in
|
|
387
387
|
* the response. This parameter accepts`properties`, which returns worklog
|
|
388
388
|
* properties.
|
|
389
389
|
*/
|
|
390
|
-
expand?: string;
|
|
391
|
-
})
|
|
390
|
+
expand?: string | undefined;
|
|
391
|
+
}) => Promise<PageOfWorklogs>;
|
|
392
392
|
/**
|
|
393
393
|
* Returns a worklog.
|
|
394
394
|
*
|
|
@@ -461,7 +461,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
461
461
|
* read:avatar:jira
|
|
462
462
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-get
|
|
463
463
|
*/
|
|
464
|
-
getWorklog({ issueIdOrKey, id, expand, }: {
|
|
464
|
+
getWorklog: ({ issueIdOrKey, id, expand, }: {
|
|
465
465
|
/** The ID or key of the issue. */
|
|
466
466
|
issueIdOrKey: string;
|
|
467
467
|
/** The ID of the worklog. */
|
|
@@ -472,8 +472,8 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
472
472
|
*
|
|
473
473
|
* `properties`, which returns worklog properties.
|
|
474
474
|
*/
|
|
475
|
-
expand?: string;
|
|
476
|
-
})
|
|
475
|
+
expand?: string | undefined;
|
|
476
|
+
}) => Promise<Worklog>;
|
|
477
477
|
/**
|
|
478
478
|
* Returns worklog details for a list of worklog IDs.
|
|
479
479
|
*
|
|
@@ -541,13 +541,13 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
541
541
|
* read:avatar:jira
|
|
542
542
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-list-post
|
|
543
543
|
*/
|
|
544
|
-
getWorklogsForIds({ expand, worklogIdsRequestBean, }: {
|
|
544
|
+
getWorklogsForIds: ({ expand, worklogIdsRequestBean, }: {
|
|
545
545
|
/**
|
|
546
546
|
* Use [expand](#expansion) to include additional information about worklogs in
|
|
547
547
|
* the response. This parameter accepts `properties` that returns the properties
|
|
548
548
|
* of each worklog.
|
|
549
549
|
*/
|
|
550
|
-
expand?: string;
|
|
550
|
+
expand?: string | undefined;
|
|
551
551
|
/**
|
|
552
552
|
* A JSON object containing a list of worklog IDs.
|
|
553
553
|
*
|
|
@@ -561,7 +561,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
561
561
|
* }
|
|
562
562
|
*/
|
|
563
563
|
worklogIdsRequestBean: WorklogIdsRequestBean;
|
|
564
|
-
})
|
|
564
|
+
}) => Promise<Worklog[]>;
|
|
565
565
|
/**
|
|
566
566
|
* Updates a worklog.
|
|
567
567
|
*
|
|
@@ -638,13 +638,13 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
638
638
|
* write:issue-worklog.property:jira, read:avatar:jira
|
|
639
639
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-put
|
|
640
640
|
*/
|
|
641
|
-
updateWorklog({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog, }: {
|
|
641
|
+
updateWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog, }: {
|
|
642
642
|
/** The ID or key the issue. */
|
|
643
643
|
issueIdOrKey: string;
|
|
644
644
|
/** The ID of the worklog. */
|
|
645
645
|
id: string;
|
|
646
646
|
/** Whether users watching the issue are notified by email. */
|
|
647
|
-
notifyUsers?: boolean;
|
|
647
|
+
notifyUsers?: boolean | undefined;
|
|
648
648
|
/**
|
|
649
649
|
* Defines how to update the issue's time estimate, the options are:
|
|
650
650
|
*
|
|
@@ -653,26 +653,26 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
653
653
|
* * `auto` Updates the estimate by the difference between the original and
|
|
654
654
|
* updated value of `timeSpent` or `timeSpentSeconds`.
|
|
655
655
|
*/
|
|
656
|
-
adjustEstimate?: "
|
|
656
|
+
adjustEstimate?: "auto" | "new" | "manual" | "leave" | undefined;
|
|
657
657
|
/**
|
|
658
658
|
* The value to set as the issue's remaining time estimate, as days (\#d), hours
|
|
659
659
|
* (\#h), or minutes (\#m or \#). For example, *2d*. Required when
|
|
660
660
|
* `adjustEstimate` is `new`.
|
|
661
661
|
*/
|
|
662
|
-
newEstimate?: string;
|
|
662
|
+
newEstimate?: string | undefined;
|
|
663
663
|
/**
|
|
664
664
|
* Use [expand](#expansion) to include additional information about worklogs in
|
|
665
665
|
* the response. This parameter accepts `properties`, which returns worklog
|
|
666
666
|
* properties.
|
|
667
667
|
*/
|
|
668
|
-
expand?: string;
|
|
668
|
+
expand?: string | undefined;
|
|
669
669
|
/**
|
|
670
670
|
* Whether the worklog should be added to the issue even if the issue is not
|
|
671
671
|
* editable. For example, because the issue is closed. Connect and Forge app users
|
|
672
672
|
* with *Administer Jira* [global
|
|
673
673
|
* permission](https://confluence.atlassian.com/x/x4dKLg) can use this flag.
|
|
674
674
|
*/
|
|
675
|
-
overrideEditableFlag?: boolean;
|
|
675
|
+
overrideEditableFlag?: boolean | undefined;
|
|
676
676
|
/**
|
|
677
677
|
* @example {
|
|
678
678
|
* "comment": {
|
|
@@ -699,6 +699,6 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
699
699
|
* }
|
|
700
700
|
*/
|
|
701
701
|
worklog: Worklog;
|
|
702
|
-
})
|
|
702
|
+
}) => Promise<Worklog>;
|
|
703
703
|
static initialize(): void;
|
|
704
704
|
}
|