@resolution/jira-api-client 0.5.2 → 0.5.3
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 +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +54 -42
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +28 -14
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +8 -3
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +96 -94
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +13 -7
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +199 -203
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -8
- package/lib/openapi/software/services/BuildsService.js +10 -8
- 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 +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +66 -75
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +44 -43
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +65 -37
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -28,7 +28,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the scheme permission is created.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* {
|
|
32
34
|
* "holder": {
|
|
33
35
|
* "expand": "group",
|
|
34
36
|
* "parameter": "jira-core-users",
|
|
@@ -37,15 +39,14 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
37
39
|
* },
|
|
38
40
|
* "id": 10000,
|
|
39
41
|
* "permission": "ADMINISTER_PROJECTS",
|
|
40
|
-
* "self":
|
|
41
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
42
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
42
43
|
* }
|
|
43
|
-
*
|
|
44
|
+
* ```
|
|
45
|
+
* @path POST `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
44
46
|
* @scopes-current manage:jira-configuration
|
|
45
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
46
|
-
* read:permission:jira, read:project-role:jira, read:user:jira,
|
|
47
|
-
* write:permission:jira
|
|
47
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira, write:permission:jira
|
|
48
48
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-post
|
|
49
|
+
* @param params
|
|
49
50
|
*/
|
|
50
51
|
this.createPermissionGrant = ({ schemeId, expand, permissionGrant, }) => {
|
|
51
52
|
return this.getClientInstance()
|
|
@@ -81,7 +82,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
82
|
*
|
|
82
83
|
* @returns Returned if the permission scheme is created.
|
|
83
84
|
*
|
|
84
|
-
* example:
|
|
85
|
+
* example:
|
|
86
|
+
* ```
|
|
87
|
+
* {
|
|
85
88
|
* "description": "description",
|
|
86
89
|
* "id": 10000,
|
|
87
90
|
* "name": "Example permission scheme",
|
|
@@ -95,19 +98,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
95
98
|
* },
|
|
96
99
|
* "id": 10000,
|
|
97
100
|
* "permission": "ADMINISTER_PROJECTS",
|
|
98
|
-
* "self":
|
|
99
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
101
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
100
102
|
* }
|
|
101
103
|
* ],
|
|
102
104
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
103
105
|
* }
|
|
104
|
-
*
|
|
106
|
+
* ```
|
|
107
|
+
* @path POST `/rest/api/3/permissionscheme`
|
|
105
108
|
* @scopes-current manage:jira-configuration
|
|
106
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
107
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
108
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
109
|
-
* read:project-category:jira, read:project:jira
|
|
109
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
110
110
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-post
|
|
111
|
+
* @param params
|
|
111
112
|
*/
|
|
112
113
|
this.createPermissionScheme = ({ expand, permissionScheme, }) => {
|
|
113
114
|
return this.getClientInstance()
|
|
@@ -137,10 +138,11 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
137
138
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
138
139
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
139
140
|
*
|
|
140
|
-
* @path
|
|
141
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}`
|
|
141
142
|
* @scopes-current manage:jira-configuration
|
|
142
143
|
* @scopes-beta delete:permission-scheme:jira
|
|
143
144
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-delete
|
|
145
|
+
* @param params
|
|
144
146
|
*/
|
|
145
147
|
this.deletePermissionScheme = ({ schemeId, }) => {
|
|
146
148
|
return this.getClientInstance()
|
|
@@ -162,10 +164,11 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
162
164
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
163
165
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
164
166
|
*
|
|
165
|
-
* @path
|
|
167
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
166
168
|
* @scopes-current manage:jira-configuration
|
|
167
169
|
* @scopes-beta delete:permission:jira
|
|
168
170
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-delete
|
|
171
|
+
* @param params
|
|
169
172
|
*/
|
|
170
173
|
this.deletePermissionSchemeEntity = ({ schemeId, permissionId, }) => {
|
|
171
174
|
return this.getClientInstance()
|
|
@@ -298,23 +301,24 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
298
301
|
*
|
|
299
302
|
* @returns Returned if the request is successful.
|
|
300
303
|
*
|
|
301
|
-
* example:
|
|
304
|
+
* example:
|
|
305
|
+
* ```
|
|
306
|
+
* {
|
|
302
307
|
* "permissionSchemes": [
|
|
303
308
|
* {
|
|
304
309
|
* "description": "description",
|
|
305
310
|
* "id": 10000,
|
|
306
311
|
* "name": "Example permission scheme",
|
|
307
|
-
* "self":
|
|
308
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
312
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
309
313
|
* }
|
|
310
314
|
* ]
|
|
311
315
|
* }
|
|
312
|
-
*
|
|
316
|
+
* ```
|
|
317
|
+
* @path GET `/rest/api/3/permissionscheme`
|
|
313
318
|
* @scopes-current read:jira-work
|
|
314
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
315
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
316
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
319
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
317
320
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-get
|
|
321
|
+
* @param params
|
|
318
322
|
*/
|
|
319
323
|
this.getAllPermissionSchemes = ({ expand, } = {}) => {
|
|
320
324
|
return this.getClientInstance()
|
|
@@ -341,7 +345,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
341
345
|
*
|
|
342
346
|
* @returns Returned if the request is successful.
|
|
343
347
|
*
|
|
344
|
-
* example:
|
|
348
|
+
* example:
|
|
349
|
+
* ```
|
|
350
|
+
* {
|
|
345
351
|
* "description": "description",
|
|
346
352
|
* "id": 10000,
|
|
347
353
|
* "name": "Example permission scheme",
|
|
@@ -355,18 +361,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
355
361
|
* },
|
|
356
362
|
* "id": 10000,
|
|
357
363
|
* "permission": "ADMINISTER_PROJECTS",
|
|
358
|
-
* "self":
|
|
359
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
364
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
360
365
|
* }
|
|
361
366
|
* ],
|
|
362
367
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
363
368
|
* }
|
|
364
|
-
*
|
|
369
|
+
* ```
|
|
370
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}`
|
|
365
371
|
* @scopes-current read:jira-work
|
|
366
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
367
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
368
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
372
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
369
373
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-get
|
|
374
|
+
* @param params
|
|
370
375
|
*/
|
|
371
376
|
this.getPermissionScheme = ({ schemeId, expand, }) => {
|
|
372
377
|
return this.getClientInstance()
|
|
@@ -396,7 +401,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
396
401
|
*
|
|
397
402
|
* @returns Returned if the request is successful.
|
|
398
403
|
*
|
|
399
|
-
* example:
|
|
404
|
+
* example:
|
|
405
|
+
* ```
|
|
406
|
+
* {
|
|
400
407
|
* "holder": {
|
|
401
408
|
* "expand": "group",
|
|
402
409
|
* "parameter": "jira-core-users",
|
|
@@ -405,14 +412,14 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
405
412
|
* },
|
|
406
413
|
* "id": 10000,
|
|
407
414
|
* "permission": "ADMINISTER_PROJECTS",
|
|
408
|
-
* "self":
|
|
409
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
415
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
410
416
|
* }
|
|
411
|
-
*
|
|
417
|
+
* ```
|
|
418
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
412
419
|
* @scopes-current read:jira-work
|
|
413
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
414
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
420
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
415
421
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-get
|
|
422
|
+
* @param params
|
|
416
423
|
*/
|
|
417
424
|
this.getPermissionSchemeGrant = ({ schemeId, permissionId, expand, }) => {
|
|
418
425
|
return this.getClientInstance()
|
|
@@ -443,7 +450,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
443
450
|
*
|
|
444
451
|
* @returns Returned if the request is successful.
|
|
445
452
|
*
|
|
446
|
-
* example:
|
|
453
|
+
* example:
|
|
454
|
+
* ```
|
|
455
|
+
* {
|
|
447
456
|
* "expand": "user,group,projectRole,field,all",
|
|
448
457
|
* "permissions": [
|
|
449
458
|
* {
|
|
@@ -455,16 +464,16 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
455
464
|
* },
|
|
456
465
|
* "id": 10000,
|
|
457
466
|
* "permission": "ADMINISTER_PROJECTS",
|
|
458
|
-
* "self":
|
|
459
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
467
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
460
468
|
* }
|
|
461
469
|
* ]
|
|
462
470
|
* }
|
|
463
|
-
*
|
|
471
|
+
* ```
|
|
472
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
464
473
|
* @scopes-current read:jira-work
|
|
465
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
466
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
474
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
467
475
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-get
|
|
476
|
+
* @param params
|
|
468
477
|
*/
|
|
469
478
|
this.getPermissionSchemeGrants = ({ schemeId, expand, }) => {
|
|
470
479
|
return this.getClientInstance()
|
|
@@ -513,7 +522,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
513
522
|
*
|
|
514
523
|
* @returns Returned if the scheme is updated.
|
|
515
524
|
*
|
|
516
|
-
* example:
|
|
525
|
+
* example:
|
|
526
|
+
* ```
|
|
527
|
+
* {
|
|
517
528
|
* "description": "description",
|
|
518
529
|
* "id": 10000,
|
|
519
530
|
* "name": "Example permission scheme",
|
|
@@ -527,19 +538,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
527
538
|
* },
|
|
528
539
|
* "id": 10000,
|
|
529
540
|
* "permission": "ADMINISTER_PROJECTS",
|
|
530
|
-
* "self":
|
|
531
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
541
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
532
542
|
* }
|
|
533
543
|
* ],
|
|
534
544
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
535
545
|
* }
|
|
536
|
-
*
|
|
546
|
+
* ```
|
|
547
|
+
* @path PUT `/rest/api/3/permissionscheme/{schemeId}`
|
|
537
548
|
* @scopes-current manage:jira-configuration
|
|
538
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
539
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
540
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
541
|
-
* read:project-category:jira, read:project:jira
|
|
549
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
542
550
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-put
|
|
551
|
+
* @param params
|
|
543
552
|
*/
|
|
544
553
|
this.updatePermissionScheme = ({ schemeId, expand, permissionScheme, }) => {
|
|
545
554
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionSchemesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,mEAKqC;AACrC,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,wBAAyB,SAAQ,qCAAiB;IAA/D;;QACE
|
|
1
|
+
{"version":3,"file":"PermissionSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionSchemesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,18 +20,20 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
20
20
|
*
|
|
21
21
|
* @returns Returned if the request is successful.
|
|
22
22
|
*
|
|
23
|
-
* example:
|
|
23
|
+
* example:
|
|
24
|
+
* ```
|
|
25
|
+
* {
|
|
24
26
|
* "permissions": {
|
|
25
27
|
* "BULK_CHANGE": {
|
|
26
|
-
* "description": "Ability to modify a collection of issues at once. For
|
|
27
|
-
* example, resolve multiple issues in one step.",
|
|
28
|
+
* "description": "Ability to modify a collection of issues at once. For example, resolve multiple issues in one step.",
|
|
28
29
|
* "key": "BULK_CHANGE",
|
|
29
30
|
* "name": "Bulk Change",
|
|
30
31
|
* "type": "GLOBAL"
|
|
31
32
|
* }
|
|
32
33
|
* }
|
|
33
34
|
* }
|
|
34
|
-
*
|
|
35
|
+
* ```
|
|
36
|
+
* @path GET `/rest/api/3/permissions`
|
|
35
37
|
* @scopes-current manage:jira-configuration
|
|
36
38
|
* @scopes-beta read:permission:jira
|
|
37
39
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-get
|
|
@@ -73,7 +75,9 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
73
75
|
*
|
|
74
76
|
* @returns Returned if the request is successful.
|
|
75
77
|
*
|
|
76
|
-
* example:
|
|
78
|
+
* example:
|
|
79
|
+
* ```
|
|
80
|
+
* {
|
|
77
81
|
* "globalPermissions": [
|
|
78
82
|
* "ADMINISTER"
|
|
79
83
|
* ],
|
|
@@ -91,16 +95,19 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
91
95
|
* }
|
|
92
96
|
* ]
|
|
93
97
|
* }
|
|
94
|
-
*
|
|
98
|
+
* ```
|
|
99
|
+
* @path POST `/rest/api/3/permissions/check`
|
|
95
100
|
* @scopes-current
|
|
96
101
|
* @scopes-beta read:permission:jira
|
|
97
102
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-check-post
|
|
103
|
+
* @param params
|
|
98
104
|
*/
|
|
99
105
|
getBulkPermissions: ({ bulkPermissionsRequestBean, }: {
|
|
100
106
|
/**
|
|
101
107
|
* Details of the permissions to check.
|
|
102
108
|
*
|
|
103
|
-
* @example
|
|
109
|
+
* @example
|
|
110
|
+
* {
|
|
104
111
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
105
112
|
* "globalPermissions": [
|
|
106
113
|
* "ADMINISTER"
|
|
@@ -169,7 +176,9 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
169
176
|
*
|
|
170
177
|
* @returns Returned if the request is successful.
|
|
171
178
|
*
|
|
172
|
-
* example:
|
|
179
|
+
* example:
|
|
180
|
+
* ```
|
|
181
|
+
* {
|
|
173
182
|
* "permissions": {
|
|
174
183
|
* "EDIT_ISSUES": {
|
|
175
184
|
* "description": "Ability to edit issues.",
|
|
@@ -181,10 +190,12 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
181
190
|
* }
|
|
182
191
|
* }
|
|
183
192
|
* }
|
|
184
|
-
*
|
|
193
|
+
* ```
|
|
194
|
+
* @path GET `/rest/api/3/mypermissions`
|
|
185
195
|
* @scopes-current read:jira-work
|
|
186
196
|
* @scopes-beta read:permission:jira
|
|
187
197
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-mypermissions-get
|
|
198
|
+
* @param params
|
|
188
199
|
*/
|
|
189
200
|
getMyPermissions: ({ projectKey, projectId, issueKey, issueId, permissions, projectUuid, projectConfigurationUuid, commentId, }?: {
|
|
190
201
|
/** The key of project. Ignored if `projectId` is provided. */
|
|
@@ -215,10 +226,11 @@ export declare class PermissionsService extends CommonHttpService {
|
|
|
215
226
|
* **[Permissions](#permissions) required:** None.
|
|
216
227
|
*
|
|
217
228
|
* @returns Returned if the request is successful.
|
|
218
|
-
* @path
|
|
229
|
+
* @path POST `/rest/api/3/permissions/project`
|
|
219
230
|
* @scopes-current read:jira-work
|
|
220
231
|
* @scopes-beta read:permission:jira, read:project:jira
|
|
221
232
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-project-post
|
|
233
|
+
* @param params
|
|
222
234
|
*/
|
|
223
235
|
getPermittedProjects: ({ permissionsKeysBean, }: {
|
|
224
236
|
permissionsKeysBean: PermissionsKeysBean;
|
|
@@ -31,18 +31,20 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
31
31
|
*
|
|
32
32
|
* @returns Returned if the request is successful.
|
|
33
33
|
*
|
|
34
|
-
* example:
|
|
34
|
+
* example:
|
|
35
|
+
* ```
|
|
36
|
+
* {
|
|
35
37
|
* "permissions": {
|
|
36
38
|
* "BULK_CHANGE": {
|
|
37
|
-
* "description": "Ability to modify a collection of issues at once. For
|
|
38
|
-
* example, resolve multiple issues in one step.",
|
|
39
|
+
* "description": "Ability to modify a collection of issues at once. For example, resolve multiple issues in one step.",
|
|
39
40
|
* "key": "BULK_CHANGE",
|
|
40
41
|
* "name": "Bulk Change",
|
|
41
42
|
* "type": "GLOBAL"
|
|
42
43
|
* }
|
|
43
44
|
* }
|
|
44
45
|
* }
|
|
45
|
-
*
|
|
46
|
+
* ```
|
|
47
|
+
* @path GET `/rest/api/3/permissions`
|
|
46
48
|
* @scopes-current manage:jira-configuration
|
|
47
49
|
* @scopes-beta read:permission:jira
|
|
48
50
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-get
|
|
@@ -98,7 +100,9 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
98
100
|
*
|
|
99
101
|
* @returns Returned if the request is successful.
|
|
100
102
|
*
|
|
101
|
-
* example:
|
|
103
|
+
* example:
|
|
104
|
+
* ```
|
|
105
|
+
* {
|
|
102
106
|
* "globalPermissions": [
|
|
103
107
|
* "ADMINISTER"
|
|
104
108
|
* ],
|
|
@@ -116,10 +120,12 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
116
120
|
* }
|
|
117
121
|
* ]
|
|
118
122
|
* }
|
|
119
|
-
*
|
|
123
|
+
* ```
|
|
124
|
+
* @path POST `/rest/api/3/permissions/check`
|
|
120
125
|
* @scopes-current
|
|
121
126
|
* @scopes-beta read:permission:jira
|
|
122
127
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-check-post
|
|
128
|
+
* @param params
|
|
123
129
|
*/
|
|
124
130
|
this.getBulkPermissions = ({ bulkPermissionsRequestBean, }) => {
|
|
125
131
|
return this.getClientInstance()
|
|
@@ -183,7 +189,9 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
183
189
|
*
|
|
184
190
|
* @returns Returned if the request is successful.
|
|
185
191
|
*
|
|
186
|
-
* example:
|
|
192
|
+
* example:
|
|
193
|
+
* ```
|
|
194
|
+
* {
|
|
187
195
|
* "permissions": {
|
|
188
196
|
* "EDIT_ISSUES": {
|
|
189
197
|
* "description": "Ability to edit issues.",
|
|
@@ -195,10 +203,12 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
195
203
|
* }
|
|
196
204
|
* }
|
|
197
205
|
* }
|
|
198
|
-
*
|
|
206
|
+
* ```
|
|
207
|
+
* @path GET `/rest/api/3/mypermissions`
|
|
199
208
|
* @scopes-current read:jira-work
|
|
200
209
|
* @scopes-beta read:permission:jira
|
|
201
210
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-mypermissions-get
|
|
211
|
+
* @param params
|
|
202
212
|
*/
|
|
203
213
|
this.getMyPermissions = ({ projectKey, projectId, issueKey, issueId, permissions, projectUuid, projectConfigurationUuid, commentId, } = {}) => {
|
|
204
214
|
return this.getClientInstance()
|
|
@@ -234,10 +244,11 @@ class PermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
234
244
|
* **[Permissions](#permissions) required:** None.
|
|
235
245
|
*
|
|
236
246
|
* @returns Returned if the request is successful.
|
|
237
|
-
* @path
|
|
247
|
+
* @path POST `/rest/api/3/permissions/project`
|
|
238
248
|
* @scopes-current read:jira-work
|
|
239
249
|
* @scopes-beta read:permission:jira, read:project:jira
|
|
240
250
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions#api-rest-api-3-permissions-project-post
|
|
251
|
+
* @param params
|
|
241
252
|
*/
|
|
242
253
|
this.getPermittedProjects = ({ permissionsKeysBean, }) => {
|
|
243
254
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,uDAO+B;AAC/B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,kBAAmB,SAAQ,qCAAiB;IAAzD;;QACE
|
|
1
|
+
{"version":3,"file":"PermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionsService.ts"],"names":[],"mappings":"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"}
|