@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
|
@@ -30,7 +30,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
30
30
|
* @path {POST} /rest/agile/1.0/sprint
|
|
31
31
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-post
|
|
32
32
|
*/
|
|
33
|
-
createSprint({ sprintCreateBean, }: {
|
|
33
|
+
createSprint: ({ sprintCreateBean, }: {
|
|
34
34
|
/**
|
|
35
35
|
* @example {
|
|
36
36
|
* "endDate": "2015-04-20T01:22:00.000+10:00",
|
|
@@ -41,7 +41,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
41
41
|
* }
|
|
42
42
|
*/
|
|
43
43
|
sprintCreateBean: SprintCreateBean;
|
|
44
|
-
})
|
|
44
|
+
}) => Promise<unknown>;
|
|
45
45
|
/**
|
|
46
46
|
* Removes the property from the sprint identified by the id. Ths user removing
|
|
47
47
|
* the property is required to have permissions to modify the sprint.
|
|
@@ -49,12 +49,12 @@ export declare class SprintService extends CommonHttpService {
|
|
|
49
49
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
50
50
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-delete
|
|
51
51
|
*/
|
|
52
|
-
deleteProperty({ sprintId, propertyKey, }: {
|
|
52
|
+
deleteProperty: ({ sprintId, propertyKey, }: {
|
|
53
53
|
/** the ID of the sprint from which the property will be removed. */
|
|
54
54
|
sprintId: string;
|
|
55
55
|
/** the key of the property to remove. */
|
|
56
56
|
propertyKey: string;
|
|
57
|
-
})
|
|
57
|
+
}) => Promise<void>;
|
|
58
58
|
/**
|
|
59
59
|
* Deletes a sprint. Once a sprint is deleted, all open issues in the sprint will
|
|
60
60
|
* be moved to the backlog.
|
|
@@ -62,10 +62,10 @@ export declare class SprintService extends CommonHttpService {
|
|
|
62
62
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}
|
|
63
63
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-delete
|
|
64
64
|
*/
|
|
65
|
-
deleteSprint({ sprintId, }: {
|
|
65
|
+
deleteSprint: ({ sprintId, }: {
|
|
66
66
|
/** The ID of the sprint to delete. */
|
|
67
67
|
sprintId: number;
|
|
68
|
-
})
|
|
68
|
+
}) => Promise<void>;
|
|
69
69
|
/**
|
|
70
70
|
* Returns all issues in a sprint, for a given sprint ID. This only includes
|
|
71
71
|
* issues that the user has permission to view. By default, the returned issues
|
|
@@ -245,44 +245,44 @@ export declare class SprintService extends CommonHttpService {
|
|
|
245
245
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
246
246
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-get
|
|
247
247
|
*/
|
|
248
|
-
getIssuesForSprint({ sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
248
|
+
getIssuesForSprint: ({ sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
249
249
|
/** The ID of the sprint that contains the requested issues. */
|
|
250
250
|
sprintId: number;
|
|
251
251
|
/**
|
|
252
252
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
253
253
|
* section at the top of this page for more details.
|
|
254
254
|
*/
|
|
255
|
-
startAt?: number;
|
|
255
|
+
startAt?: number | undefined;
|
|
256
256
|
/**
|
|
257
257
|
* The maximum number of issues to return per page. See the 'Pagination' section
|
|
258
258
|
* at the top of this page for more details. Note, the total number of issues
|
|
259
259
|
* returned is limited by the property 'jira.search.views.default.max' in your
|
|
260
260
|
* Jira instance. If you exceed this limit, your results will be truncated.
|
|
261
261
|
*/
|
|
262
|
-
maxResults?: number;
|
|
262
|
+
maxResults?: number | undefined;
|
|
263
263
|
/**
|
|
264
264
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
265
265
|
* will override the default order of the returned issues.
|
|
266
266
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
267
267
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
268
268
|
*/
|
|
269
|
-
jql?: string;
|
|
269
|
+
jql?: string | undefined;
|
|
270
270
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
271
|
-
validateQuery?: boolean;
|
|
271
|
+
validateQuery?: boolean | undefined;
|
|
272
272
|
/**
|
|
273
273
|
* The list of fields to return for each issue. By default, all navigable and
|
|
274
274
|
* Agile fields are returned.
|
|
275
275
|
*/
|
|
276
|
-
fields?: {}[];
|
|
276
|
+
fields?: {}[] | undefined;
|
|
277
277
|
/** A comma-separated list of the parameters to expand. */
|
|
278
|
-
expand?: string;
|
|
279
|
-
})
|
|
278
|
+
expand?: string | undefined;
|
|
279
|
+
}) => Promise<{
|
|
280
280
|
issues: IssueBean[];
|
|
281
|
-
expand?: string;
|
|
281
|
+
expand?: string | undefined;
|
|
282
282
|
maxResults: number;
|
|
283
283
|
startAt: number;
|
|
284
|
-
total?: number;
|
|
285
|
-
isLast?: boolean;
|
|
284
|
+
total?: number | undefined;
|
|
285
|
+
isLast?: boolean | undefined;
|
|
286
286
|
} & {
|
|
287
287
|
[key: string]: unknown;
|
|
288
288
|
}>;
|
|
@@ -305,10 +305,10 @@ export declare class SprintService extends CommonHttpService {
|
|
|
305
305
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties
|
|
306
306
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-get
|
|
307
307
|
*/
|
|
308
|
-
getPropertiesKeys({ sprintId, }: {
|
|
308
|
+
getPropertiesKeys: ({ sprintId, }: {
|
|
309
309
|
/** the ID of the sprint from which property keys will be returned. */
|
|
310
310
|
sprintId: string;
|
|
311
|
-
})
|
|
311
|
+
}) => Promise<unknown>;
|
|
312
312
|
/**
|
|
313
313
|
* Returns the value of the property with a given key from the sprint identified
|
|
314
314
|
* by the provided id. The user who retrieves the property is required to have
|
|
@@ -326,12 +326,12 @@ export declare class SprintService extends CommonHttpService {
|
|
|
326
326
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
327
327
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-get
|
|
328
328
|
*/
|
|
329
|
-
getProperty({ sprintId, propertyKey, }: {
|
|
329
|
+
getProperty: ({ sprintId, propertyKey, }: {
|
|
330
330
|
/** the ID of the sprint from which the property will be returned. */
|
|
331
331
|
sprintId: string;
|
|
332
332
|
/** the key of the property to return. */
|
|
333
333
|
propertyKey: string;
|
|
334
|
-
})
|
|
334
|
+
}) => Promise<unknown>;
|
|
335
335
|
/**
|
|
336
336
|
* Returns the sprint for a given sprint ID. The sprint will only be returned if
|
|
337
337
|
* the user can view the board that the sprint was created on, or view at least
|
|
@@ -353,10 +353,10 @@ export declare class SprintService extends CommonHttpService {
|
|
|
353
353
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}
|
|
354
354
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-get
|
|
355
355
|
*/
|
|
356
|
-
getSprint({ sprintId, }: {
|
|
356
|
+
getSprint: ({ sprintId, }: {
|
|
357
357
|
/** The ID of the requested sprint. */
|
|
358
358
|
sprintId: number;
|
|
359
|
-
})
|
|
359
|
+
}) => Promise<unknown>;
|
|
360
360
|
/**
|
|
361
361
|
* Moves issues to a sprint, for a given sprint ID. Issues can only be moved to
|
|
362
362
|
* open or active sprints. The maximum number of issues that can be moved in one
|
|
@@ -365,7 +365,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
365
365
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
366
366
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-post
|
|
367
367
|
*/
|
|
368
|
-
moveIssuesToSprintAndRank({ sprintId, issueRankRequestBean, }: {
|
|
368
|
+
moveIssuesToSprintAndRank: ({ sprintId, issueRankRequestBean, }: {
|
|
369
369
|
/** The ID of the sprint that you want to assign issues to. */
|
|
370
370
|
sprintId: number;
|
|
371
371
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
380
380
|
* }
|
|
381
381
|
*/
|
|
382
382
|
issueRankRequestBean: IssueRankRequestBean;
|
|
383
|
-
})
|
|
383
|
+
}) => Promise<void>;
|
|
384
384
|
/**
|
|
385
385
|
* Performs a partial update of a sprint. A partial update means that fields not
|
|
386
386
|
* present in the request JSON will not be updated.
|
|
@@ -413,7 +413,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
413
413
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}
|
|
414
414
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-post
|
|
415
415
|
*/
|
|
416
|
-
partiallyUpdateSprint({ sprintId, sprintBean, }: {
|
|
416
|
+
partiallyUpdateSprint: ({ sprintId, sprintBean, }: {
|
|
417
417
|
/** The ID of the sprint to update. */
|
|
418
418
|
sprintId: number;
|
|
419
419
|
/**
|
|
@@ -422,7 +422,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
422
422
|
* }
|
|
423
423
|
*/
|
|
424
424
|
sprintBean: SprintBean;
|
|
425
|
-
})
|
|
425
|
+
}) => Promise<unknown>;
|
|
426
426
|
/**
|
|
427
427
|
* Sets the value of the specified sprint's property.
|
|
428
428
|
*
|
|
@@ -440,7 +440,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
440
440
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
441
441
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-put
|
|
442
442
|
*/
|
|
443
|
-
setProperty({ sprintId, propertyKey, requestBody, }: {
|
|
443
|
+
setProperty: ({ sprintId, propertyKey, requestBody, }: {
|
|
444
444
|
/** the ID of the sprint on which the property will be set. */
|
|
445
445
|
sprintId: string;
|
|
446
446
|
/** the key of the sprint's property. The maximum length of the key is 255 bytes. */
|
|
@@ -451,7 +451,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
451
451
|
* property value is 32768 bytes.
|
|
452
452
|
*/
|
|
453
453
|
requestBody: unknown;
|
|
454
|
-
})
|
|
454
|
+
}) => Promise<{
|
|
455
455
|
created: boolean;
|
|
456
456
|
body: unknown;
|
|
457
457
|
}>;
|
|
@@ -461,7 +461,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
461
461
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/swap
|
|
462
462
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-swap-post
|
|
463
463
|
*/
|
|
464
|
-
swapSprint({ sprintId, sprintSwapBean, }: {
|
|
464
|
+
swapSprint: ({ sprintId, sprintSwapBean, }: {
|
|
465
465
|
/** The ID of the sprint to swap. */
|
|
466
466
|
sprintId: number;
|
|
467
467
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
470
470
|
* }
|
|
471
471
|
*/
|
|
472
472
|
sprintSwapBean: SprintSwapBean;
|
|
473
|
-
})
|
|
473
|
+
}) => Promise<void>;
|
|
474
474
|
/**
|
|
475
475
|
* Performs a full update of a sprint. A full update means that the result will be
|
|
476
476
|
* exactly the same as the request body. Any fields not present in the request
|
|
@@ -504,7 +504,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
504
504
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}
|
|
505
505
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-put
|
|
506
506
|
*/
|
|
507
|
-
updateSprint({ sprintId, sprintBean, }: {
|
|
507
|
+
updateSprint: ({ sprintId, sprintBean, }: {
|
|
508
508
|
/** the ID of the sprint to update. */
|
|
509
509
|
sprintId: number;
|
|
510
510
|
/**
|
|
@@ -518,6 +518,6 @@ export declare class SprintService extends CommonHttpService {
|
|
|
518
518
|
* }
|
|
519
519
|
*/
|
|
520
520
|
sprintBean: SprintBean;
|
|
521
|
-
})
|
|
521
|
+
}) => Promise<unknown>;
|
|
522
522
|
static initialize(): void;
|
|
523
523
|
}
|