@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserSearchService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAC1B,qDAG8B;AAC9B,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,iBAAkB,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"UserSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserSearchService.ts"],"names":[],"mappings":"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"}
|
|
@@ -53,32 +53,32 @@ export declare class UsersService extends CommonHttpService {
|
|
|
53
53
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
54
54
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-get
|
|
55
55
|
*/
|
|
56
|
-
bulkGetUsers({ startAt, maxResults, username, key, accountId, }: {
|
|
56
|
+
bulkGetUsers: ({ startAt, maxResults, username, key, accountId, }: {
|
|
57
57
|
/** The index of the first item to return in a page of results (page offset). */
|
|
58
|
-
startAt?: number;
|
|
58
|
+
startAt?: number | undefined;
|
|
59
59
|
/** The maximum number of items to return per page. */
|
|
60
|
-
maxResults?: number;
|
|
60
|
+
maxResults?: number | undefined;
|
|
61
61
|
/**
|
|
62
62
|
* This parameter is no longer available and will be removed from the
|
|
63
63
|
* documentation soon. See the [deprecation
|
|
64
64
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
65
65
|
* for details.
|
|
66
66
|
*/
|
|
67
|
-
username?: string[];
|
|
67
|
+
username?: string[] | undefined;
|
|
68
68
|
/**
|
|
69
69
|
* This parameter is no longer available and will be removed from the
|
|
70
70
|
* documentation soon. See the [deprecation
|
|
71
71
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
72
72
|
* for details.
|
|
73
73
|
*/
|
|
74
|
-
key?: string[];
|
|
74
|
+
key?: string[] | undefined;
|
|
75
75
|
/**
|
|
76
76
|
* The account ID of a user. To specify multiple users, pass multiple `accountId`
|
|
77
77
|
* parameters. For example,
|
|
78
78
|
* `accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5`.
|
|
79
79
|
*/
|
|
80
80
|
accountId: string[];
|
|
81
|
-
})
|
|
81
|
+
}) => Promise<PageBeanUser>;
|
|
82
82
|
/**
|
|
83
83
|
* Returns the account IDs for the users specified in the `key` or `username`
|
|
84
84
|
* parameters. Note that multiple `key` or `username` parameters can be specified.
|
|
@@ -102,24 +102,24 @@ export declare class UsersService extends CommonHttpService {
|
|
|
102
102
|
* @scopes-beta read:user:jira
|
|
103
103
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-migration-get
|
|
104
104
|
*/
|
|
105
|
-
bulkGetUsersMigration({ startAt, maxResults, username, key, }?: {
|
|
105
|
+
bulkGetUsersMigration: ({ startAt, maxResults, username, key, }?: {
|
|
106
106
|
/** The index of the first item to return in a page of results (page offset). */
|
|
107
|
-
startAt?: number;
|
|
107
|
+
startAt?: number | undefined;
|
|
108
108
|
/** The maximum number of items to return per page. */
|
|
109
|
-
maxResults?: number;
|
|
109
|
+
maxResults?: number | undefined;
|
|
110
110
|
/**
|
|
111
111
|
* Username of a user. To specify multiple users, pass multiple copies of this
|
|
112
112
|
* parameter. For example, `username=fred&username=barney`. Required if `key`
|
|
113
113
|
* isn't provided. Cannot be provided if `key` is present.
|
|
114
114
|
*/
|
|
115
|
-
username?: string[];
|
|
115
|
+
username?: string[] | undefined;
|
|
116
116
|
/**
|
|
117
117
|
* Key of a user. To specify multiple users, pass multiple copies of this
|
|
118
118
|
* parameter. For example, `key=fred&key=barney`. Required if `username` isn't
|
|
119
119
|
* provided. Cannot be provided if `username` is present.
|
|
120
120
|
*/
|
|
121
|
-
key?: string[];
|
|
122
|
-
})
|
|
121
|
+
key?: string[] | undefined;
|
|
122
|
+
}) => Promise<UserMigrationBean[]>;
|
|
123
123
|
/**
|
|
124
124
|
* Creates a user. This resource is retained for legacy compatibility. As soon as
|
|
125
125
|
* a more suitable alternative is available this resource will be deprecated.
|
|
@@ -166,7 +166,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
166
166
|
* @path {POST} /rest/api/3/user
|
|
167
167
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-post
|
|
168
168
|
*/
|
|
169
|
-
createUser({ newUserDetails, }: {
|
|
169
|
+
createUser: ({ newUserDetails, }: {
|
|
170
170
|
/**
|
|
171
171
|
* Details about the user to be created.
|
|
172
172
|
*
|
|
@@ -175,7 +175,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
175
175
|
* }
|
|
176
176
|
*/
|
|
177
177
|
newUserDetails: NewUserDetails;
|
|
178
|
-
})
|
|
178
|
+
}) => Promise<User>;
|
|
179
179
|
/**
|
|
180
180
|
* Returns a list of all users, including active users, inactive users and
|
|
181
181
|
* previously deleted users that have an Atlassian account.
|
|
@@ -238,12 +238,12 @@ export declare class UsersService extends CommonHttpService {
|
|
|
238
238
|
* @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
239
239
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-search-get
|
|
240
240
|
*/
|
|
241
|
-
getAllUsers({ startAt, maxResults, }?: {
|
|
241
|
+
getAllUsers: ({ startAt, maxResults, }?: {
|
|
242
242
|
/** The index of the first item to return. */
|
|
243
|
-
startAt?: number;
|
|
243
|
+
startAt?: number | undefined;
|
|
244
244
|
/** The maximum number of items to return. */
|
|
245
|
-
maxResults?: number;
|
|
246
|
-
})
|
|
245
|
+
maxResults?: number | undefined;
|
|
246
|
+
}) => Promise<User[]>;
|
|
247
247
|
/**
|
|
248
248
|
* Returns a list of all users, including active users, inactive users and
|
|
249
249
|
* previously deleted users that have an Atlassian account.
|
|
@@ -306,12 +306,12 @@ export declare class UsersService extends CommonHttpService {
|
|
|
306
306
|
* @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
307
307
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-get
|
|
308
308
|
*/
|
|
309
|
-
getAllUsersDefault({ startAt, maxResults, }?: {
|
|
309
|
+
getAllUsersDefault: ({ startAt, maxResults, }?: {
|
|
310
310
|
/** The index of the first item to return. */
|
|
311
|
-
startAt?: number;
|
|
311
|
+
startAt?: number | undefined;
|
|
312
312
|
/** The maximum number of items to return. */
|
|
313
|
-
maxResults?: number;
|
|
314
|
-
})
|
|
313
|
+
maxResults?: number | undefined;
|
|
314
|
+
}) => Promise<User[]>;
|
|
315
315
|
/**
|
|
316
316
|
* Returns a user.
|
|
317
317
|
*
|
|
@@ -361,24 +361,24 @@ export declare class UsersService extends CommonHttpService {
|
|
|
361
361
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
362
362
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-get
|
|
363
363
|
*/
|
|
364
|
-
getUser({ accountId, username, key, expand, }?: {
|
|
364
|
+
getUser: ({ accountId, username, key, expand, }?: {
|
|
365
365
|
/**
|
|
366
366
|
* The account ID of the user, which uniquely identifies the user across all
|
|
367
367
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.
|
|
368
368
|
*/
|
|
369
|
-
accountId?: string;
|
|
369
|
+
accountId?: string | undefined;
|
|
370
370
|
/**
|
|
371
371
|
* This parameter is no longer available. See the [deprecation
|
|
372
372
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide)
|
|
373
373
|
* for details.
|
|
374
374
|
*/
|
|
375
|
-
username?: string;
|
|
375
|
+
username?: string | undefined;
|
|
376
376
|
/**
|
|
377
377
|
* This parameter is no longer available. See the [deprecation
|
|
378
378
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide)
|
|
379
379
|
* for details.
|
|
380
380
|
*/
|
|
381
|
-
key?: string;
|
|
381
|
+
key?: string | undefined;
|
|
382
382
|
/**
|
|
383
383
|
* Use [expand](#expansion) to include additional information about users in the
|
|
384
384
|
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
@@ -387,8 +387,8 @@ export declare class UsersService extends CommonHttpService {
|
|
|
387
387
|
* * `applicationRoles` includes details of all the applications to which the
|
|
388
388
|
* user has access.
|
|
389
389
|
*/
|
|
390
|
-
expand?: string;
|
|
391
|
-
})
|
|
390
|
+
expand?: string | undefined;
|
|
391
|
+
}) => Promise<User>;
|
|
392
392
|
/**
|
|
393
393
|
* Returns the default [issue table
|
|
394
394
|
* columns](https://confluence.atlassian.com/x/XYdKLg) for the user. If
|
|
@@ -408,19 +408,19 @@ export declare class UsersService extends CommonHttpService {
|
|
|
408
408
|
* @scopes-beta read:user.columns:jira, read:filter.column:jira
|
|
409
409
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-get
|
|
410
410
|
*/
|
|
411
|
-
getUserDefaultColumns({ accountId, username, }?: {
|
|
411
|
+
getUserDefaultColumns: ({ accountId, username, }?: {
|
|
412
412
|
/**
|
|
413
413
|
* The account ID of the user, which uniquely identifies the user across all
|
|
414
414
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
415
415
|
*/
|
|
416
|
-
accountId?: string;
|
|
416
|
+
accountId?: string | undefined;
|
|
417
417
|
/**
|
|
418
418
|
* This parameter is no longer available See the [deprecation
|
|
419
419
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
420
420
|
* for details.
|
|
421
421
|
*/
|
|
422
|
-
username?: string;
|
|
423
|
-
})
|
|
422
|
+
username?: string | undefined;
|
|
423
|
+
}) => Promise<ColumnItem[]>;
|
|
424
424
|
/**
|
|
425
425
|
* Returns a user's email address. This API is only available to apps approved by
|
|
426
426
|
* Atlassian, according to these
|
|
@@ -432,13 +432,13 @@ export declare class UsersService extends CommonHttpService {
|
|
|
432
432
|
* @path {GET} /rest/api/3/user/email
|
|
433
433
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-get
|
|
434
434
|
*/
|
|
435
|
-
getUserEmail({ accountId, }: {
|
|
435
|
+
getUserEmail: ({ accountId, }: {
|
|
436
436
|
/**
|
|
437
437
|
* The account ID of the user, which uniquely identifies the user across all
|
|
438
438
|
* Atlassian products. For example, `5b10ac8d82e05b22cc7d4ef5`.
|
|
439
439
|
*/
|
|
440
440
|
accountId: string;
|
|
441
|
-
})
|
|
441
|
+
}) => Promise<UnrestrictedUserEmail>;
|
|
442
442
|
/**
|
|
443
443
|
* Returns a user's email address. This API is only available to apps approved by
|
|
444
444
|
* Atlassian, according to these
|
|
@@ -448,7 +448,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
448
448
|
* @path {GET} /rest/api/3/user/email/bulk
|
|
449
449
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-bulk-get
|
|
450
450
|
*/
|
|
451
|
-
getUserEmailBulk({ accountId, }: {
|
|
451
|
+
getUserEmailBulk: ({ accountId, }: {
|
|
452
452
|
/**
|
|
453
453
|
* The account IDs of the users for which emails are required. An `accountId` is
|
|
454
454
|
* an identifier that uniquely identifies the user across all Atlassian products.
|
|
@@ -456,7 +456,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
456
456
|
* opaque identifier (that is, do not assume any structure in the value).
|
|
457
457
|
*/
|
|
458
458
|
accountId: string[];
|
|
459
|
-
})
|
|
459
|
+
}) => Promise<UnrestrictedUserEmail>;
|
|
460
460
|
/**
|
|
461
461
|
* Returns the groups to which a user belongs.
|
|
462
462
|
*
|
|
@@ -476,7 +476,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
476
476
|
* @scopes-beta read:group:jira
|
|
477
477
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-groups-get
|
|
478
478
|
*/
|
|
479
|
-
getUserGroups({ accountId, username, key, }: {
|
|
479
|
+
getUserGroups: ({ accountId, username, key, }: {
|
|
480
480
|
/**
|
|
481
481
|
* The account ID of the user, which uniquely identifies the user across all
|
|
482
482
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
@@ -487,14 +487,14 @@ export declare class UsersService extends CommonHttpService {
|
|
|
487
487
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
488
488
|
* for details.
|
|
489
489
|
*/
|
|
490
|
-
username?: string;
|
|
490
|
+
username?: string | undefined;
|
|
491
491
|
/**
|
|
492
492
|
* This parameter is no longer available. See the [deprecation
|
|
493
493
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
494
494
|
* for details.
|
|
495
495
|
*/
|
|
496
|
-
key?: string;
|
|
497
|
-
})
|
|
496
|
+
key?: string | undefined;
|
|
497
|
+
}) => Promise<GroupName[]>;
|
|
498
498
|
/**
|
|
499
499
|
* Deletes a user. If the operation completes successfully then the user is
|
|
500
500
|
* removed from Jira's user base. This operation does not delete the user's
|
|
@@ -507,7 +507,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
507
507
|
* @path {DELETE} /rest/api/3/user
|
|
508
508
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-delete
|
|
509
509
|
*/
|
|
510
|
-
removeUser({ accountId, username, key, }: {
|
|
510
|
+
removeUser: ({ accountId, username, key, }: {
|
|
511
511
|
/**
|
|
512
512
|
* The account ID of the user, which uniquely identifies the user across all
|
|
513
513
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
@@ -518,14 +518,14 @@ export declare class UsersService extends CommonHttpService {
|
|
|
518
518
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
519
519
|
* for details.
|
|
520
520
|
*/
|
|
521
|
-
username?: string;
|
|
521
|
+
username?: string | undefined;
|
|
522
522
|
/**
|
|
523
523
|
* This parameter is no longer available. See the [deprecation
|
|
524
524
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
525
525
|
* for details.
|
|
526
526
|
*/
|
|
527
|
-
key?: string;
|
|
528
|
-
})
|
|
527
|
+
key?: string | undefined;
|
|
528
|
+
}) => Promise<void>;
|
|
529
529
|
/**
|
|
530
530
|
* Resets the default [ issue table
|
|
531
531
|
* columns](https://confluence.atlassian.com/x/XYdKLg) for the user to the system
|
|
@@ -542,19 +542,19 @@ export declare class UsersService extends CommonHttpService {
|
|
|
542
542
|
* @path {DELETE} /rest/api/3/user/columns
|
|
543
543
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-delete
|
|
544
544
|
*/
|
|
545
|
-
resetUserColumns({ accountId, username, }?: {
|
|
545
|
+
resetUserColumns: ({ accountId, username, }?: {
|
|
546
546
|
/**
|
|
547
547
|
* The account ID of the user, which uniquely identifies the user across all
|
|
548
548
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
549
549
|
*/
|
|
550
|
-
accountId?: string;
|
|
550
|
+
accountId?: string | undefined;
|
|
551
551
|
/**
|
|
552
552
|
* This parameter is no longer available. See the [deprecation
|
|
553
553
|
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
554
554
|
* for details.
|
|
555
555
|
*/
|
|
556
|
-
username?: string;
|
|
557
|
-
})
|
|
556
|
+
username?: string | undefined;
|
|
557
|
+
}) => Promise<void>;
|
|
558
558
|
/**
|
|
559
559
|
* Sets the default [ issue table
|
|
560
560
|
* columns](https://confluence.atlassian.com/x/XYdKLg) for the user. If an account
|
|
@@ -578,17 +578,17 @@ export declare class UsersService extends CommonHttpService {
|
|
|
578
578
|
* @path {PUT} /rest/api/3/user/columns
|
|
579
579
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-put
|
|
580
580
|
*/
|
|
581
|
-
setUserColumns({ accountId, userColumnRequestBody, }: {
|
|
581
|
+
setUserColumns: ({ accountId, userColumnRequestBody, }: {
|
|
582
582
|
/**
|
|
583
583
|
* The account ID of the user, which uniquely identifies the user across all
|
|
584
584
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
585
585
|
*/
|
|
586
|
-
accountId?: string;
|
|
586
|
+
accountId?: string | undefined;
|
|
587
587
|
/**
|
|
588
588
|
* The ID of a column to set. To set multiple columns, send multiple `columns`
|
|
589
589
|
* parameters.
|
|
590
590
|
*/
|
|
591
591
|
userColumnRequestBody: UserColumnRequestBody;
|
|
592
|
-
})
|
|
592
|
+
}) => Promise<unknown>;
|
|
593
593
|
static initialize(): void;
|
|
594
594
|
}
|