@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
|
@@ -15,19 +15,25 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
15
15
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
16
16
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
17
17
|
*
|
|
18
|
-
* @returns
|
|
18
|
+
* @returns
|
|
19
|
+
* * status: 201, mediaType: application/json
|
|
19
20
|
*
|
|
20
21
|
* Returned if the request is completed.
|
|
21
22
|
*
|
|
22
|
-
* example:
|
|
23
|
+
* example:
|
|
24
|
+
* ```
|
|
25
|
+
* {
|
|
23
26
|
* "id": "10001"
|
|
24
27
|
* }
|
|
28
|
+
* ```
|
|
25
29
|
*
|
|
26
30
|
* * status: 202, mediaType: application/json
|
|
27
31
|
*
|
|
28
32
|
* Returned if the request is accepted.
|
|
29
33
|
*
|
|
30
|
-
* example:
|
|
34
|
+
* example:
|
|
35
|
+
* ```
|
|
36
|
+
* {
|
|
31
37
|
* "id": "10001",
|
|
32
38
|
* "task": {
|
|
33
39
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
@@ -44,12 +50,15 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
44
50
|
* "lastUpdate": 1501708133000
|
|
45
51
|
* }
|
|
46
52
|
* }
|
|
47
|
-
*
|
|
53
|
+
* ```
|
|
54
|
+
* @path POST `/rest/api/3/priorityscheme`
|
|
48
55
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-post
|
|
56
|
+
* @param params
|
|
49
57
|
*/
|
|
50
58
|
createPriorityScheme: ({ createPrioritySchemeDetails, }: {
|
|
51
59
|
/**
|
|
52
|
-
* @example
|
|
60
|
+
* @example
|
|
61
|
+
* {
|
|
53
62
|
* "defaultPriorityId": 10001,
|
|
54
63
|
* "description": "My priority scheme description",
|
|
55
64
|
* "mappings": {
|
|
@@ -91,8 +100,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
91
100
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
92
101
|
*
|
|
93
102
|
* @returns Returned if the request is successful.
|
|
94
|
-
* @path
|
|
103
|
+
* @path DELETE `/rest/api/3/priorityscheme/{schemeId}`
|
|
95
104
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-delete
|
|
105
|
+
* @param params
|
|
96
106
|
*/
|
|
97
107
|
deletePriorityScheme: ({ schemeId, }: {
|
|
98
108
|
/** The priority scheme ID. */
|
|
@@ -106,7 +116,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
106
116
|
*
|
|
107
117
|
* @returns Returned if the request is successful.
|
|
108
118
|
*
|
|
109
|
-
* example:
|
|
119
|
+
* example:
|
|
120
|
+
* ```
|
|
121
|
+
* {
|
|
110
122
|
* "isLast": true,
|
|
111
123
|
* "maxResults": 50,
|
|
112
124
|
* "startAt": 0,
|
|
@@ -138,8 +150,10 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
138
150
|
* }
|
|
139
151
|
* ]
|
|
140
152
|
* }
|
|
141
|
-
*
|
|
153
|
+
* ```
|
|
154
|
+
* @path GET `/rest/api/3/priorityscheme/priorities/available`
|
|
142
155
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-priorities-available-get
|
|
156
|
+
* @param params
|
|
143
157
|
*/
|
|
144
158
|
getAvailablePrioritiesByPriorityScheme: ({ startAt, maxResults, query, schemeId, exclude, }: {
|
|
145
159
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -160,7 +174,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
160
174
|
*
|
|
161
175
|
* @returns Returned if the request is successful.
|
|
162
176
|
*
|
|
163
|
-
* example:
|
|
177
|
+
* example:
|
|
178
|
+
* ```
|
|
179
|
+
* {
|
|
164
180
|
* "isLast": true,
|
|
165
181
|
* "maxResults": 50,
|
|
166
182
|
* "startAt": 0,
|
|
@@ -192,8 +208,10 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
192
208
|
* }
|
|
193
209
|
* ]
|
|
194
210
|
* }
|
|
195
|
-
*
|
|
211
|
+
* ```
|
|
212
|
+
* @path GET `/rest/api/3/priorityscheme/{schemeId}/priorities`
|
|
196
213
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-priorities-get
|
|
214
|
+
* @param params
|
|
197
215
|
*/
|
|
198
216
|
getPrioritiesByPriorityScheme: ({ schemeId, startAt, maxResults, }: {
|
|
199
217
|
/** The priority scheme ID. */
|
|
@@ -210,15 +228,16 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
210
228
|
*
|
|
211
229
|
* @returns Returned if the request is successful.
|
|
212
230
|
*
|
|
213
|
-
* example:
|
|
231
|
+
* example:
|
|
232
|
+
* ```
|
|
233
|
+
* {
|
|
214
234
|
* "isLast": true,
|
|
215
235
|
* "maxResults": 50,
|
|
216
236
|
* "startAt": 0,
|
|
217
237
|
* "total": 1,
|
|
218
238
|
* "values": [
|
|
219
239
|
* {
|
|
220
|
-
* "description": "This is the default scheme used by all new and unassigned
|
|
221
|
-
* projects",
|
|
240
|
+
* "description": "This is the default scheme used by all new and unassigned projects",
|
|
222
241
|
* "id": "1",
|
|
223
242
|
* "isDefault": true,
|
|
224
243
|
* "name": "Default Priority Scheme",
|
|
@@ -284,8 +303,10 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
284
303
|
* }
|
|
285
304
|
* ]
|
|
286
305
|
* }
|
|
287
|
-
*
|
|
306
|
+
* ```
|
|
307
|
+
* @path GET `/rest/api/3/priorityscheme`
|
|
288
308
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-get
|
|
309
|
+
* @param params
|
|
289
310
|
*/
|
|
290
311
|
getPrioritySchemes: ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand, }?: {
|
|
291
312
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -322,7 +343,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
322
343
|
*
|
|
323
344
|
* @returns Returned if the request is successful.
|
|
324
345
|
*
|
|
325
|
-
* example:
|
|
346
|
+
* example:
|
|
347
|
+
* ```
|
|
348
|
+
* {
|
|
326
349
|
* "isLast": true,
|
|
327
350
|
* "maxResults": 50,
|
|
328
351
|
* "startAt": 0,
|
|
@@ -349,8 +372,10 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
349
372
|
* }
|
|
350
373
|
* ]
|
|
351
374
|
* }
|
|
352
|
-
*
|
|
375
|
+
* ```
|
|
376
|
+
* @path GET `/rest/api/3/priorityscheme/{schemeId}/projects`
|
|
353
377
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-projects-get
|
|
378
|
+
* @param params
|
|
354
379
|
*/
|
|
355
380
|
getProjectsByPriorityScheme: ({ schemeId, startAt, maxResults, projectId, query, }: {
|
|
356
381
|
/** The priority scheme ID. */
|
|
@@ -373,7 +398,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
373
398
|
*
|
|
374
399
|
* @returns Returned if the request is successful.
|
|
375
400
|
*
|
|
376
|
-
* example:
|
|
401
|
+
* example:
|
|
402
|
+
* ```
|
|
403
|
+
* {
|
|
377
404
|
* "isLast": true,
|
|
378
405
|
* "maxResults": 50,
|
|
379
406
|
* "startAt": 0,
|
|
@@ -405,12 +432,15 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
405
432
|
* }
|
|
406
433
|
* ]
|
|
407
434
|
* }
|
|
408
|
-
*
|
|
435
|
+
* ```
|
|
436
|
+
* @path POST `/rest/api/3/priorityscheme/mappings`
|
|
409
437
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-mappings-post
|
|
438
|
+
* @param params
|
|
410
439
|
*/
|
|
411
440
|
suggestedPrioritiesForMappings: ({ suggestedMappingsRequestBean, }: {
|
|
412
441
|
/**
|
|
413
|
-
* @example
|
|
442
|
+
* @example
|
|
443
|
+
* {
|
|
414
444
|
* "maxResults": 50,
|
|
415
445
|
* "priorities": {
|
|
416
446
|
* "add": [
|
|
@@ -441,7 +471,9 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
441
471
|
*
|
|
442
472
|
* @returns Returned if the request is accepted.
|
|
443
473
|
*
|
|
444
|
-
* example:
|
|
474
|
+
* example:
|
|
475
|
+
* ```
|
|
476
|
+
* {
|
|
445
477
|
* "task": {
|
|
446
478
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
447
479
|
* "id": "1",
|
|
@@ -457,8 +489,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
457
489
|
* "lastUpdate": 1501708133000
|
|
458
490
|
* },
|
|
459
491
|
* "updated": {
|
|
460
|
-
* "description": "This is the default scheme used by all new and unassigned
|
|
461
|
-
* projects",
|
|
492
|
+
* "description": "This is the default scheme used by all new and unassigned projects",
|
|
462
493
|
* "id": "1",
|
|
463
494
|
* "isDefault": true,
|
|
464
495
|
* "name": "Default Priority Scheme",
|
|
@@ -523,14 +554,17 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
523
554
|
* }
|
|
524
555
|
* }
|
|
525
556
|
* }
|
|
526
|
-
*
|
|
557
|
+
* ```
|
|
558
|
+
* @path PUT `/rest/api/3/priorityscheme/{schemeId}`
|
|
527
559
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-put
|
|
560
|
+
* @param params
|
|
528
561
|
*/
|
|
529
562
|
updatePriorityScheme: ({ schemeId, updatePrioritySchemeRequestBean, }: {
|
|
530
563
|
/** The ID of the priority scheme. */
|
|
531
564
|
schemeId: number;
|
|
532
565
|
/**
|
|
533
|
-
* @example
|
|
566
|
+
* @example
|
|
567
|
+
* {
|
|
534
568
|
* "defaultPriorityId": 10001,
|
|
535
569
|
* "description": "My priority scheme description",
|
|
536
570
|
* "mappings": {
|
|
@@ -25,19 +25,25 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
25
25
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
26
26
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
27
27
|
*
|
|
28
|
-
* @returns
|
|
28
|
+
* @returns
|
|
29
|
+
* * status: 201, mediaType: application/json
|
|
29
30
|
*
|
|
30
31
|
* Returned if the request is completed.
|
|
31
32
|
*
|
|
32
|
-
* example:
|
|
33
|
+
* example:
|
|
34
|
+
* ```
|
|
35
|
+
* {
|
|
33
36
|
* "id": "10001"
|
|
34
37
|
* }
|
|
38
|
+
* ```
|
|
35
39
|
*
|
|
36
40
|
* * status: 202, mediaType: application/json
|
|
37
41
|
*
|
|
38
42
|
* Returned if the request is accepted.
|
|
39
43
|
*
|
|
40
|
-
* example:
|
|
44
|
+
* example:
|
|
45
|
+
* ```
|
|
46
|
+
* {
|
|
41
47
|
* "id": "10001",
|
|
42
48
|
* "task": {
|
|
43
49
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
@@ -54,8 +60,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
54
60
|
* "lastUpdate": 1501708133000
|
|
55
61
|
* }
|
|
56
62
|
* }
|
|
57
|
-
*
|
|
63
|
+
* ```
|
|
64
|
+
* @path POST `/rest/api/3/priorityscheme`
|
|
58
65
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-post
|
|
66
|
+
* @param params
|
|
59
67
|
*/
|
|
60
68
|
this.createPriorityScheme = ({ createPrioritySchemeDetails, }) => {
|
|
61
69
|
return this.getClientInstance()
|
|
@@ -89,8 +97,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
89
97
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
90
98
|
*
|
|
91
99
|
* @returns Returned if the request is successful.
|
|
92
|
-
* @path
|
|
100
|
+
* @path DELETE `/rest/api/3/priorityscheme/{schemeId}`
|
|
93
101
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-delete
|
|
102
|
+
* @param params
|
|
94
103
|
*/
|
|
95
104
|
this.deletePriorityScheme = ({ schemeId, }) => {
|
|
96
105
|
return this.getClientInstance()
|
|
@@ -118,7 +127,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
118
127
|
*
|
|
119
128
|
* @returns Returned if the request is successful.
|
|
120
129
|
*
|
|
121
|
-
* example:
|
|
130
|
+
* example:
|
|
131
|
+
* ```
|
|
132
|
+
* {
|
|
122
133
|
* "isLast": true,
|
|
123
134
|
* "maxResults": 50,
|
|
124
135
|
* "startAt": 0,
|
|
@@ -150,8 +161,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
150
161
|
* }
|
|
151
162
|
* ]
|
|
152
163
|
* }
|
|
153
|
-
*
|
|
164
|
+
* ```
|
|
165
|
+
* @path GET `/rest/api/3/priorityscheme/priorities/available`
|
|
154
166
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-priorities-available-get
|
|
167
|
+
* @param params
|
|
155
168
|
*/
|
|
156
169
|
this.getAvailablePrioritiesByPriorityScheme = ({ startAt, maxResults, query, schemeId, exclude, }) => {
|
|
157
170
|
return this.getClientInstance()
|
|
@@ -182,7 +195,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
182
195
|
*
|
|
183
196
|
* @returns Returned if the request is successful.
|
|
184
197
|
*
|
|
185
|
-
* example:
|
|
198
|
+
* example:
|
|
199
|
+
* ```
|
|
200
|
+
* {
|
|
186
201
|
* "isLast": true,
|
|
187
202
|
* "maxResults": 50,
|
|
188
203
|
* "startAt": 0,
|
|
@@ -214,8 +229,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
214
229
|
* }
|
|
215
230
|
* ]
|
|
216
231
|
* }
|
|
217
|
-
*
|
|
232
|
+
* ```
|
|
233
|
+
* @path GET `/rest/api/3/priorityscheme/{schemeId}/priorities`
|
|
218
234
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-priorities-get
|
|
235
|
+
* @param params
|
|
219
236
|
*/
|
|
220
237
|
this.getPrioritiesByPriorityScheme = ({ schemeId, startAt, maxResults, }) => {
|
|
221
238
|
return this.getClientInstance()
|
|
@@ -246,15 +263,16 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
246
263
|
*
|
|
247
264
|
* @returns Returned if the request is successful.
|
|
248
265
|
*
|
|
249
|
-
* example:
|
|
266
|
+
* example:
|
|
267
|
+
* ```
|
|
268
|
+
* {
|
|
250
269
|
* "isLast": true,
|
|
251
270
|
* "maxResults": 50,
|
|
252
271
|
* "startAt": 0,
|
|
253
272
|
* "total": 1,
|
|
254
273
|
* "values": [
|
|
255
274
|
* {
|
|
256
|
-
* "description": "This is the default scheme used by all new and unassigned
|
|
257
|
-
* projects",
|
|
275
|
+
* "description": "This is the default scheme used by all new and unassigned projects",
|
|
258
276
|
* "id": "1",
|
|
259
277
|
* "isDefault": true,
|
|
260
278
|
* "name": "Default Priority Scheme",
|
|
@@ -320,8 +338,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
320
338
|
* }
|
|
321
339
|
* ]
|
|
322
340
|
* }
|
|
323
|
-
*
|
|
341
|
+
* ```
|
|
342
|
+
* @path GET `/rest/api/3/priorityscheme`
|
|
324
343
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-get
|
|
344
|
+
* @param params
|
|
325
345
|
*/
|
|
326
346
|
this.getPrioritySchemes = ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand, } = {}) => {
|
|
327
347
|
return this.getClientInstance()
|
|
@@ -355,7 +375,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
355
375
|
*
|
|
356
376
|
* @returns Returned if the request is successful.
|
|
357
377
|
*
|
|
358
|
-
* example:
|
|
378
|
+
* example:
|
|
379
|
+
* ```
|
|
380
|
+
* {
|
|
359
381
|
* "isLast": true,
|
|
360
382
|
* "maxResults": 50,
|
|
361
383
|
* "startAt": 0,
|
|
@@ -382,8 +404,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
382
404
|
* }
|
|
383
405
|
* ]
|
|
384
406
|
* }
|
|
385
|
-
*
|
|
407
|
+
* ```
|
|
408
|
+
* @path GET `/rest/api/3/priorityscheme/{schemeId}/projects`
|
|
386
409
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-projects-get
|
|
410
|
+
* @param params
|
|
387
411
|
*/
|
|
388
412
|
this.getProjectsByPriorityScheme = ({ schemeId, startAt, maxResults, projectId, query, }) => {
|
|
389
413
|
return this.getClientInstance()
|
|
@@ -418,7 +442,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
418
442
|
*
|
|
419
443
|
* @returns Returned if the request is successful.
|
|
420
444
|
*
|
|
421
|
-
* example:
|
|
445
|
+
* example:
|
|
446
|
+
* ```
|
|
447
|
+
* {
|
|
422
448
|
* "isLast": true,
|
|
423
449
|
* "maxResults": 50,
|
|
424
450
|
* "startAt": 0,
|
|
@@ -450,8 +476,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
450
476
|
* }
|
|
451
477
|
* ]
|
|
452
478
|
* }
|
|
453
|
-
*
|
|
479
|
+
* ```
|
|
480
|
+
* @path POST `/rest/api/3/priorityscheme/mappings`
|
|
454
481
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-mappings-post
|
|
482
|
+
* @param params
|
|
455
483
|
*/
|
|
456
484
|
this.suggestedPrioritiesForMappings = ({ suggestedMappingsRequestBean, }) => {
|
|
457
485
|
return this.getClientInstance()
|
|
@@ -481,7 +509,9 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
481
509
|
*
|
|
482
510
|
* @returns Returned if the request is accepted.
|
|
483
511
|
*
|
|
484
|
-
* example:
|
|
512
|
+
* example:
|
|
513
|
+
* ```
|
|
514
|
+
* {
|
|
485
515
|
* "task": {
|
|
486
516
|
* "self": "https://your-domain.atlassian.net/rest/api/3/task/1",
|
|
487
517
|
* "id": "1",
|
|
@@ -497,8 +527,7 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
497
527
|
* "lastUpdate": 1501708133000
|
|
498
528
|
* },
|
|
499
529
|
* "updated": {
|
|
500
|
-
* "description": "This is the default scheme used by all new and unassigned
|
|
501
|
-
* projects",
|
|
530
|
+
* "description": "This is the default scheme used by all new and unassigned projects",
|
|
502
531
|
* "id": "1",
|
|
503
532
|
* "isDefault": true,
|
|
504
533
|
* "name": "Default Priority Scheme",
|
|
@@ -563,8 +592,10 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
563
592
|
* }
|
|
564
593
|
* }
|
|
565
594
|
* }
|
|
566
|
-
*
|
|
595
|
+
* ```
|
|
596
|
+
* @path PUT `/rest/api/3/priorityscheme/{schemeId}`
|
|
567
597
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-put
|
|
598
|
+
* @param params
|
|
568
599
|
*/
|
|
569
600
|
this.updatePriorityScheme = ({ schemeId, updatePrioritySchemeRequestBean, }) => {
|
|
570
601
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrioritySchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PrioritySchemesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,+DASmC;AACnC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,sBAAuB,SAAQ,qCAAiB;IAA7D;;QACE
|
|
1
|
+
{"version":3,"file":"PrioritySchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PrioritySchemesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,16 +48,20 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
48
48
|
*
|
|
49
49
|
* @returns Returned if the request is successful.
|
|
50
50
|
*
|
|
51
|
-
* example:
|
|
51
|
+
* example:
|
|
52
|
+
* ```
|
|
53
|
+
* {
|
|
52
54
|
* "id": "1010",
|
|
53
55
|
* "isDeletable": true,
|
|
54
56
|
* "isSelected": false,
|
|
55
57
|
* "isSystemAvatar": false
|
|
56
58
|
* }
|
|
57
|
-
*
|
|
59
|
+
* ```
|
|
60
|
+
* @path POST `/rest/api/3/project/{projectIdOrKey}/avatar2`
|
|
58
61
|
* @scopes-current manage:jira-project
|
|
59
62
|
* @scopes-beta write:project.avatar:jira, read:avatar:jira
|
|
60
63
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar2-post
|
|
64
|
+
* @param params
|
|
61
65
|
*/
|
|
62
66
|
createProjectAvatar: ({ projectIdOrKey, x, y, size, mediaType, requestBody, }: {
|
|
63
67
|
/** The ID or (case-sensitive) key of the project. */
|
|
@@ -78,10 +82,11 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
78
82
|
* **[Permissions](#permissions) required:** *Administer projects* [project
|
|
79
83
|
* permission](https://confluence.atlassian.com/x/yodKLg).
|
|
80
84
|
*
|
|
81
|
-
* @path
|
|
85
|
+
* @path DELETE `/rest/api/3/project/{projectIdOrKey}/avatar/{id}`
|
|
82
86
|
* @scopes-current manage:jira-project
|
|
83
87
|
* @scopes-beta delete:project.avatar:jira
|
|
84
88
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar-id-delete
|
|
89
|
+
* @param params
|
|
85
90
|
*/
|
|
86
91
|
deleteProjectAvatar: ({ projectIdOrKey, id, }: {
|
|
87
92
|
/** The project ID or (case-sensitive) key. */
|
|
@@ -99,7 +104,9 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
99
104
|
*
|
|
100
105
|
* @returns Returned if request is successful.
|
|
101
106
|
*
|
|
102
|
-
* example:
|
|
107
|
+
* example:
|
|
108
|
+
* ```
|
|
109
|
+
* {
|
|
103
110
|
* "custom": [
|
|
104
111
|
* {
|
|
105
112
|
* "id": "1010",
|
|
@@ -107,14 +114,10 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
107
114
|
* "isSelected": false,
|
|
108
115
|
* "isSystemAvatar": false,
|
|
109
116
|
* "urls": {
|
|
110
|
-
* "16x16":
|
|
111
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
112
|
-
* "
|
|
113
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
114
|
-
* "32x32":
|
|
115
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
116
|
-
* "48x48":
|
|
117
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
117
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10080&avatarType=project",
|
|
118
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10080&avatarType=project",
|
|
119
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
120
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
118
121
|
* }
|
|
119
122
|
* }
|
|
120
123
|
* ],
|
|
@@ -125,22 +128,20 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
125
128
|
* "isSelected": false,
|
|
126
129
|
* "isSystemAvatar": true,
|
|
127
130
|
* "urls": {
|
|
128
|
-
* "16x16":
|
|
129
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
130
|
-
* "
|
|
131
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
132
|
-
* "32x32":
|
|
133
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
134
|
-
* "48x48":
|
|
135
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
131
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10040&avatarType=project",
|
|
132
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10040&avatarType=project",
|
|
133
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
134
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
136
135
|
* }
|
|
137
136
|
* }
|
|
138
137
|
* ]
|
|
139
138
|
* }
|
|
140
|
-
*
|
|
139
|
+
* ```
|
|
140
|
+
* @path GET `/rest/api/3/project/{projectIdOrKey}/avatars`
|
|
141
141
|
* @scopes-current read:jira-work
|
|
142
142
|
* @scopes-beta read:project.avatar:jira, read:avatar:jira
|
|
143
143
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatars-get
|
|
144
|
+
* @param params
|
|
144
145
|
*/
|
|
145
146
|
getAllProjectAvatars: ({ projectIdOrKey, }: {
|
|
146
147
|
/** The ID or (case-sensitive) key of the project. */
|
|
@@ -157,16 +158,18 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
157
158
|
* permission](https://confluence.atlassian.com/x/yodKLg).
|
|
158
159
|
*
|
|
159
160
|
* @returns Returned if the request is successful.
|
|
160
|
-
* @path
|
|
161
|
+
* @path PUT `/rest/api/3/project/{projectIdOrKey}/avatar`
|
|
161
162
|
* @scopes-current manage:jira-project
|
|
162
163
|
* @scopes-beta write:project.avatar:jira
|
|
163
164
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar-put
|
|
165
|
+
* @param params
|
|
164
166
|
*/
|
|
165
167
|
updateProjectAvatar: ({ projectIdOrKey, avatar, }: {
|
|
166
168
|
/** The ID or (case-sensitive) key of the project. */
|
|
167
169
|
projectIdOrKey: string;
|
|
168
170
|
/**
|
|
169
|
-
* @example
|
|
171
|
+
* @example
|
|
172
|
+
* {
|
|
170
173
|
* "id": "10010"
|
|
171
174
|
* }
|
|
172
175
|
*/
|