@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
|
@@ -18,11 +18,11 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
18
18
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
19
19
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
20
20
|
*
|
|
21
|
-
* @path {
|
|
22
|
-
* /rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id}
|
|
21
|
+
* @path DELETE `/rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id}`
|
|
23
22
|
* @scopes-current manage:jira-configuration
|
|
24
23
|
* @scopes-beta delete:avatar:jira
|
|
25
24
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-owningobjectid-avatar-id-delete
|
|
25
|
+
* @param params
|
|
26
26
|
*/
|
|
27
27
|
deleteAvatar: ({ type, owningObjectId, id, }: {
|
|
28
28
|
/** The avatar type. */
|
|
@@ -42,7 +42,9 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
42
42
|
*
|
|
43
43
|
* @returns Returned if the request is successful.
|
|
44
44
|
*
|
|
45
|
-
* example:
|
|
45
|
+
* example:
|
|
46
|
+
* ```
|
|
47
|
+
* {
|
|
46
48
|
* "system": [
|
|
47
49
|
* {
|
|
48
50
|
* "id": "1000",
|
|
@@ -50,21 +52,20 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
50
52
|
* "isSelected": false,
|
|
51
53
|
* "isSystemAvatar": true,
|
|
52
54
|
* "urls": {
|
|
53
|
-
* "16x16":
|
|
54
|
-
* "/secure/useravatar?size=
|
|
55
|
-
* "
|
|
56
|
-
* "/secure/useravatar?size=small&avatarId=10040&avatarType=project",
|
|
57
|
-
* "32x32":
|
|
58
|
-
* "/secure/useravatar?size=medium&avatarId=10040&avatarType=project",
|
|
55
|
+
* "16x16": "/secure/useravatar?size=xsmall&avatarId=10040&avatarType=project",
|
|
56
|
+
* "24x24": "/secure/useravatar?size=small&avatarId=10040&avatarType=project",
|
|
57
|
+
* "32x32": "/secure/useravatar?size=medium&avatarId=10040&avatarType=project",
|
|
59
58
|
* "48x48": "/secure/useravatar?avatarId=10040&avatarType=project"
|
|
60
59
|
* }
|
|
61
60
|
* }
|
|
62
61
|
* ]
|
|
63
62
|
* }
|
|
64
|
-
*
|
|
63
|
+
* ```
|
|
64
|
+
* @path GET `/rest/api/3/avatar/{type}/system`
|
|
65
65
|
* @scopes-current manage:jira-configuration
|
|
66
66
|
* @scopes-beta read:avatar:jira
|
|
67
67
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-avatar-type-system-get
|
|
68
|
+
* @param params
|
|
68
69
|
*/
|
|
69
70
|
getAllSystemAvatars: ({ type, }: {
|
|
70
71
|
/** The avatar type. */
|
|
@@ -85,7 +86,8 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
85
86
|
* permission](https://confluence.atlassian.com/x/yodKLg) for at least one project
|
|
86
87
|
* the issue type is used in.
|
|
87
88
|
*
|
|
88
|
-
* @returns
|
|
89
|
+
* @returns
|
|
90
|
+
* * status: 200, mediaType: * /*
|
|
89
91
|
*
|
|
90
92
|
* Returned if the request is successful.
|
|
91
93
|
*
|
|
@@ -100,10 +102,11 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
100
102
|
* * status: 200, mediaType: image/svg+xml
|
|
101
103
|
*
|
|
102
104
|
* Returned if the request is successful.
|
|
103
|
-
* @path
|
|
105
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}/avatar/{id}`
|
|
104
106
|
* @scopes-current read:jira-work
|
|
105
107
|
* @scopes-beta read:avatar:jira
|
|
106
108
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-avatar-id-get
|
|
109
|
+
* @param params
|
|
107
110
|
*/
|
|
108
111
|
getAvatarImageById: ({ type, id, size, format, }: {
|
|
109
112
|
/** The icon type of the avatar. */
|
|
@@ -141,7 +144,8 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
141
144
|
* permission](https://confluence.atlassian.com/x/yodKLg) for at least one project
|
|
142
145
|
* the issue type is used in.
|
|
143
146
|
*
|
|
144
|
-
* @returns
|
|
147
|
+
* @returns
|
|
148
|
+
* * status: 200, mediaType: * /*
|
|
145
149
|
*
|
|
146
150
|
* Returned if the request is successful.
|
|
147
151
|
*
|
|
@@ -156,10 +160,11 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
156
160
|
* * status: 200, mediaType: image/svg+xml
|
|
157
161
|
*
|
|
158
162
|
* Returned if the request is successful.
|
|
159
|
-
* @path
|
|
163
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}/owner/{entityId}`
|
|
160
164
|
* @scopes-current read:jira-work
|
|
161
165
|
* @scopes-beta read:avatar:jira
|
|
162
166
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-owner-entityid-get
|
|
167
|
+
* @param params
|
|
163
168
|
*/
|
|
164
169
|
getAvatarImageByOwner: ({ type, entityId, size, format, }: {
|
|
165
170
|
/** The icon type of the avatar. */
|
|
@@ -189,7 +194,8 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
189
194
|
*
|
|
190
195
|
* **[Permissions](#permissions) required:** None.
|
|
191
196
|
*
|
|
192
|
-
* @returns
|
|
197
|
+
* @returns
|
|
198
|
+
* * status: 200, mediaType: * /*
|
|
193
199
|
*
|
|
194
200
|
* Returned if the request is successful.
|
|
195
201
|
*
|
|
@@ -204,10 +210,11 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
204
210
|
* * status: 200, mediaType: image/svg+xml
|
|
205
211
|
*
|
|
206
212
|
* Returned if the request is successful.
|
|
207
|
-
* @path
|
|
213
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}`
|
|
208
214
|
* @scopes-current read:jira-work
|
|
209
215
|
* @scopes-beta read:avatar:jira
|
|
210
216
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-get
|
|
217
|
+
* @param params
|
|
211
218
|
*/
|
|
212
219
|
getAvatarImageByType: ({ type, size, format, }: {
|
|
213
220
|
/** The icon type of the avatar. */
|
|
@@ -245,7 +252,9 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
245
252
|
*
|
|
246
253
|
* @returns Returned if the request is successful.
|
|
247
254
|
*
|
|
248
|
-
* example:
|
|
255
|
+
* example:
|
|
256
|
+
* ```
|
|
257
|
+
* {
|
|
249
258
|
* "custom": [
|
|
250
259
|
* {
|
|
251
260
|
* "id": "1010",
|
|
@@ -253,14 +262,10 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
253
262
|
* "isSelected": false,
|
|
254
263
|
* "isSystemAvatar": false,
|
|
255
264
|
* "urls": {
|
|
256
|
-
* "16x16":
|
|
257
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
258
|
-
* "
|
|
259
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
260
|
-
* "32x32":
|
|
261
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
262
|
-
* "48x48":
|
|
263
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
265
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10080&avatarType=project",
|
|
266
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10080&avatarType=project",
|
|
267
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
268
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
264
269
|
* }
|
|
265
270
|
* }
|
|
266
271
|
* ],
|
|
@@ -271,22 +276,20 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
271
276
|
* "isSelected": false,
|
|
272
277
|
* "isSystemAvatar": true,
|
|
273
278
|
* "urls": {
|
|
274
|
-
* "16x16":
|
|
275
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
276
|
-
* "
|
|
277
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
278
|
-
* "32x32":
|
|
279
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
280
|
-
* "48x48":
|
|
281
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
279
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10040&avatarType=project",
|
|
280
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10040&avatarType=project",
|
|
281
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
282
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
282
283
|
* }
|
|
283
284
|
* }
|
|
284
285
|
* ]
|
|
285
286
|
* }
|
|
286
|
-
*
|
|
287
|
+
* ```
|
|
288
|
+
* @path GET `/rest/api/3/universal_avatar/type/{type}/owner/{entityId}`
|
|
287
289
|
* @scopes-current manage:jira-configuration
|
|
288
290
|
* @scopes-beta read:avatar:jira
|
|
289
291
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-entityid-get
|
|
292
|
+
* @param params
|
|
290
293
|
*/
|
|
291
294
|
getAvatars: ({ type, entityId, }: {
|
|
292
295
|
/** The avatar type. */
|
|
@@ -337,16 +340,20 @@ export declare class AvatarsService extends CommonHttpService {
|
|
|
337
340
|
*
|
|
338
341
|
* @returns Returned if the request is successful.
|
|
339
342
|
*
|
|
340
|
-
* example:
|
|
343
|
+
* example:
|
|
344
|
+
* ```
|
|
345
|
+
* {
|
|
341
346
|
* "id": "1010",
|
|
342
347
|
* "isDeletable": true,
|
|
343
348
|
* "isSelected": false,
|
|
344
349
|
* "isSystemAvatar": false
|
|
345
350
|
* }
|
|
346
|
-
*
|
|
351
|
+
* ```
|
|
352
|
+
* @path POST `/rest/api/3/universal_avatar/type/{type}/owner/{entityId}`
|
|
347
353
|
* @scopes-current manage:jira-configuration
|
|
348
354
|
* @scopes-beta write:avatar:jira, read:avatar:jira
|
|
349
355
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-entityid-post
|
|
356
|
+
* @param params
|
|
350
357
|
*/
|
|
351
358
|
storeAvatar: ({ type, entityId, x, y, size, mediaType, requestBody, }: {
|
|
352
359
|
/** The avatar type. */
|
|
@@ -23,11 +23,11 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
23
23
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
24
24
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
25
25
|
*
|
|
26
|
-
* @path {
|
|
27
|
-
* /rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id}
|
|
26
|
+
* @path DELETE `/rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id}`
|
|
28
27
|
* @scopes-current manage:jira-configuration
|
|
29
28
|
* @scopes-beta delete:avatar:jira
|
|
30
29
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-owningobjectid-avatar-id-delete
|
|
30
|
+
* @param params
|
|
31
31
|
*/
|
|
32
32
|
this.deleteAvatar = ({ type, owningObjectId, id, }) => {
|
|
33
33
|
return this.getClientInstance()
|
|
@@ -52,7 +52,9 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
52
52
|
*
|
|
53
53
|
* @returns Returned if the request is successful.
|
|
54
54
|
*
|
|
55
|
-
* example:
|
|
55
|
+
* example:
|
|
56
|
+
* ```
|
|
57
|
+
* {
|
|
56
58
|
* "system": [
|
|
57
59
|
* {
|
|
58
60
|
* "id": "1000",
|
|
@@ -60,21 +62,20 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
60
62
|
* "isSelected": false,
|
|
61
63
|
* "isSystemAvatar": true,
|
|
62
64
|
* "urls": {
|
|
63
|
-
* "16x16":
|
|
64
|
-
* "/secure/useravatar?size=
|
|
65
|
-
* "
|
|
66
|
-
* "/secure/useravatar?size=small&avatarId=10040&avatarType=project",
|
|
67
|
-
* "32x32":
|
|
68
|
-
* "/secure/useravatar?size=medium&avatarId=10040&avatarType=project",
|
|
65
|
+
* "16x16": "/secure/useravatar?size=xsmall&avatarId=10040&avatarType=project",
|
|
66
|
+
* "24x24": "/secure/useravatar?size=small&avatarId=10040&avatarType=project",
|
|
67
|
+
* "32x32": "/secure/useravatar?size=medium&avatarId=10040&avatarType=project",
|
|
69
68
|
* "48x48": "/secure/useravatar?avatarId=10040&avatarType=project"
|
|
70
69
|
* }
|
|
71
70
|
* }
|
|
72
71
|
* ]
|
|
73
72
|
* }
|
|
74
|
-
*
|
|
73
|
+
* ```
|
|
74
|
+
* @path GET `/rest/api/3/avatar/{type}/system`
|
|
75
75
|
* @scopes-current manage:jira-configuration
|
|
76
76
|
* @scopes-beta read:avatar:jira
|
|
77
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-avatar-type-system-get
|
|
78
|
+
* @param params
|
|
78
79
|
*/
|
|
79
80
|
this.getAllSystemAvatars = ({ type, }) => {
|
|
80
81
|
return this.getClientInstance()
|
|
@@ -109,7 +110,8 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
109
110
|
* permission](https://confluence.atlassian.com/x/yodKLg) for at least one project
|
|
110
111
|
* the issue type is used in.
|
|
111
112
|
*
|
|
112
|
-
* @returns
|
|
113
|
+
* @returns
|
|
114
|
+
* * status: 200, mediaType: * /*
|
|
113
115
|
*
|
|
114
116
|
* Returned if the request is successful.
|
|
115
117
|
*
|
|
@@ -124,10 +126,11 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
124
126
|
* * status: 200, mediaType: image/svg+xml
|
|
125
127
|
*
|
|
126
128
|
* Returned if the request is successful.
|
|
127
|
-
* @path
|
|
129
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}/avatar/{id}`
|
|
128
130
|
* @scopes-current read:jira-work
|
|
129
131
|
* @scopes-beta read:avatar:jira
|
|
130
132
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-avatar-id-get
|
|
133
|
+
* @param params
|
|
131
134
|
*/
|
|
132
135
|
this.getAvatarImageById = ({ type, id, size, format, }) => {
|
|
133
136
|
return this.getClientInstance()
|
|
@@ -169,7 +172,8 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
169
172
|
* permission](https://confluence.atlassian.com/x/yodKLg) for at least one project
|
|
170
173
|
* the issue type is used in.
|
|
171
174
|
*
|
|
172
|
-
* @returns
|
|
175
|
+
* @returns
|
|
176
|
+
* * status: 200, mediaType: * /*
|
|
173
177
|
*
|
|
174
178
|
* Returned if the request is successful.
|
|
175
179
|
*
|
|
@@ -184,10 +188,11 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
184
188
|
* * status: 200, mediaType: image/svg+xml
|
|
185
189
|
*
|
|
186
190
|
* Returned if the request is successful.
|
|
187
|
-
* @path
|
|
191
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}/owner/{entityId}`
|
|
188
192
|
* @scopes-current read:jira-work
|
|
189
193
|
* @scopes-beta read:avatar:jira
|
|
190
194
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-owner-entityid-get
|
|
195
|
+
* @param params
|
|
191
196
|
*/
|
|
192
197
|
this.getAvatarImageByOwner = ({ type, entityId, size, format, }) => {
|
|
193
198
|
return this.getClientInstance()
|
|
@@ -221,7 +226,8 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
221
226
|
*
|
|
222
227
|
* **[Permissions](#permissions) required:** None.
|
|
223
228
|
*
|
|
224
|
-
* @returns
|
|
229
|
+
* @returns
|
|
230
|
+
* * status: 200, mediaType: * /*
|
|
225
231
|
*
|
|
226
232
|
* Returned if the request is successful.
|
|
227
233
|
*
|
|
@@ -236,10 +242,11 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
236
242
|
* * status: 200, mediaType: image/svg+xml
|
|
237
243
|
*
|
|
238
244
|
* Returned if the request is successful.
|
|
239
|
-
* @path
|
|
245
|
+
* @path GET `/rest/api/3/universal_avatar/view/type/{type}`
|
|
240
246
|
* @scopes-current read:jira-work
|
|
241
247
|
* @scopes-beta read:avatar:jira
|
|
242
248
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-view-type-type-get
|
|
249
|
+
* @param params
|
|
243
250
|
*/
|
|
244
251
|
this.getAvatarImageByType = ({ type, size, format, }) => {
|
|
245
252
|
return this.getClientInstance()
|
|
@@ -282,7 +289,9 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
282
289
|
*
|
|
283
290
|
* @returns Returned if the request is successful.
|
|
284
291
|
*
|
|
285
|
-
* example:
|
|
292
|
+
* example:
|
|
293
|
+
* ```
|
|
294
|
+
* {
|
|
286
295
|
* "custom": [
|
|
287
296
|
* {
|
|
288
297
|
* "id": "1010",
|
|
@@ -290,14 +299,10 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
290
299
|
* "isSelected": false,
|
|
291
300
|
* "isSystemAvatar": false,
|
|
292
301
|
* "urls": {
|
|
293
|
-
* "16x16":
|
|
294
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
295
|
-
* "
|
|
296
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
297
|
-
* "32x32":
|
|
298
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
299
|
-
* "48x48":
|
|
300
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
302
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10080&avatarType=project",
|
|
303
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10080&avatarType=project",
|
|
304
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10080&avatarType=project",
|
|
305
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10080&avatarType=project"
|
|
301
306
|
* }
|
|
302
307
|
* }
|
|
303
308
|
* ],
|
|
@@ -308,22 +313,20 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
308
313
|
* "isSelected": false,
|
|
309
314
|
* "isSystemAvatar": true,
|
|
310
315
|
* "urls": {
|
|
311
|
-
* "16x16":
|
|
312
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=
|
|
313
|
-
* "
|
|
314
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?
|
|
315
|
-
* "32x32":
|
|
316
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
317
|
-
* "48x48":
|
|
318
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
316
|
+
* "16x16": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10040&avatarType=project",
|
|
317
|
+
* "24x24": "https://your-domain.atlassian.net/secure/viewavatar?size=small&avatarId=10040&avatarType=project",
|
|
318
|
+
* "32x32": "https://your-domain.atlassian.net/secure/viewavatar?size=medium&avatarId=10040&avatarType=project",
|
|
319
|
+
* "48x48": "https://your-domain.atlassian.net/secure/viewavatar?avatarId=10040&avatarType=project"
|
|
319
320
|
* }
|
|
320
321
|
* }
|
|
321
322
|
* ]
|
|
322
323
|
* }
|
|
323
|
-
*
|
|
324
|
+
* ```
|
|
325
|
+
* @path GET `/rest/api/3/universal_avatar/type/{type}/owner/{entityId}`
|
|
324
326
|
* @scopes-current manage:jira-configuration
|
|
325
327
|
* @scopes-beta read:avatar:jira
|
|
326
328
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-entityid-get
|
|
329
|
+
* @param params
|
|
327
330
|
*/
|
|
328
331
|
this.getAvatars = ({ type, entityId, }) => {
|
|
329
332
|
return this.getClientInstance()
|
|
@@ -387,16 +390,20 @@ class AvatarsService extends CommonHttpService_1.CommonHttpService {
|
|
|
387
390
|
*
|
|
388
391
|
* @returns Returned if the request is successful.
|
|
389
392
|
*
|
|
390
|
-
* example:
|
|
393
|
+
* example:
|
|
394
|
+
* ```
|
|
395
|
+
* {
|
|
391
396
|
* "id": "1010",
|
|
392
397
|
* "isDeletable": true,
|
|
393
398
|
* "isSelected": false,
|
|
394
399
|
* "isSystemAvatar": false
|
|
395
400
|
* }
|
|
396
|
-
*
|
|
401
|
+
* ```
|
|
402
|
+
* @path POST `/rest/api/3/universal_avatar/type/{type}/owner/{entityId}`
|
|
397
403
|
* @scopes-current manage:jira-configuration
|
|
398
404
|
* @scopes-beta write:avatar:jira, read:avatar:jira
|
|
399
405
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars#api-rest-api-3-universal-avatar-type-type-owner-entityid-post
|
|
406
|
+
* @param params
|
|
400
407
|
*/
|
|
401
408
|
this.storeAvatar = ({ type, entityId, x, y, size, mediaType, requestBody, }) => {
|
|
402
409
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AvatarsService.ts"],"names":[],"mappings":";;;AAIA,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+CAK2B;AAC3B,6CAAgF;AAChF,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,cAAe,SAAQ,qCAAiB;IAArD;;QACE;;;;;;;;;;;WAWG;QACH,iBAAY,GAAG,CAAC,EACd,IAAI,EACJ,cAAc,EACd,EAAE,GAQH,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6EAA6E;gBACnF,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,IAAI;oBACJ,cAAc;oBACd,EAAE;iBACH;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF
|
|
1
|
+
{"version":3,"file":"AvatarsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AvatarsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,56 +13,50 @@ export declare class ClassificationLevelsService extends CommonHttpService {
|
|
|
13
13
|
*
|
|
14
14
|
* @returns Returned if the request is successful.
|
|
15
15
|
*
|
|
16
|
-
* example:
|
|
16
|
+
* example:
|
|
17
|
+
* ```
|
|
18
|
+
* {
|
|
17
19
|
* "classifications": [
|
|
18
20
|
* {
|
|
19
|
-
* "id":
|
|
20
|
-
* "ari:cloud:platform::classification-tag/5bfa70f7-4af1-44f5-9e12-1ce185f15a38",
|
|
21
|
+
* "id": "ari:cloud:platform::classification-tag/5bfa70f7-4af1-44f5-9e12-1ce185f15a38",
|
|
21
22
|
* "status": "published",
|
|
22
23
|
* "name": "Restricted",
|
|
23
24
|
* "rank": 1,
|
|
24
|
-
* "description": "Data we hold that would be very damaging and would cause
|
|
25
|
-
*
|
|
26
|
-
* customers if mishandled",
|
|
27
|
-
* "guideline": "Access to data must be restricted to only individuals who
|
|
28
|
-
* need access in order to perform their job duties.",
|
|
25
|
+
* "description": "Data we hold that would be very damaging and would cause loss of trust with customers and present legal risk to Atlassian and/or customers if mishandled",
|
|
26
|
+
* "guideline": "Access to data must be restricted to only individuals who need access in order to perform their job duties.",
|
|
29
27
|
* "color": "RED"
|
|
30
28
|
* },
|
|
31
29
|
* {
|
|
32
|
-
* "id":
|
|
33
|
-
* "ari:cloud:platform::classification-tag/bd58e74c-c31b-41a7-ba69-9673ebd9dae9",
|
|
30
|
+
* "id": "ari:cloud:platform::classification-tag/bd58e74c-c31b-41a7-ba69-9673ebd9dae9",
|
|
34
31
|
* "status": "archived",
|
|
35
32
|
* "name": "Protected",
|
|
36
33
|
* "rank": 2,
|
|
37
|
-
* "description": "Data we hold that could cause loss of trust with
|
|
38
|
-
*
|
|
39
|
-
* "guideline": "Access to systems or APIs mapping data to other identifiers
|
|
40
|
-
* must be carefully controlled.",
|
|
34
|
+
* "description": "Data we hold that could cause loss of trust with customers or present legal risk to Atlassian if mishandled",
|
|
35
|
+
* "guideline": "Access to systems or APIs mapping data to other identifiers must be carefully controlled.",
|
|
41
36
|
* "color": "ORANGE"
|
|
42
37
|
* },
|
|
43
38
|
* {
|
|
44
|
-
* "id":
|
|
45
|
-
* "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
39
|
+
* "id": "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
46
40
|
* "status": "published",
|
|
47
41
|
* "name": "Confidential",
|
|
48
42
|
* "rank": 3,
|
|
49
|
-
* "description": "Data we hold that would likely be damaging and could
|
|
50
|
-
* cause loss of trust with our customers if mishandled",
|
|
43
|
+
* "description": "Data we hold that would likely be damaging and could cause loss of trust with our customers if mishandled",
|
|
51
44
|
* "guideline": "Data should be encrypted at rest and in transit.",
|
|
52
45
|
* "color": "BLUE"
|
|
53
46
|
* },
|
|
54
47
|
* {
|
|
55
|
-
* "id":
|
|
56
|
-
* "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
48
|
+
* "id": "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
57
49
|
* "status": "published",
|
|
58
50
|
* "name": "system-tag"
|
|
59
51
|
* }
|
|
60
52
|
* ]
|
|
61
53
|
* }
|
|
62
|
-
*
|
|
54
|
+
* ```
|
|
55
|
+
* @path GET `/rest/api/3/classification-levels`
|
|
63
56
|
* @scopes-current read:jira-work
|
|
64
57
|
* @scopes-beta read:project:jira
|
|
65
58
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels#api-rest-api-3-classification-levels-get
|
|
59
|
+
* @param params
|
|
66
60
|
*/
|
|
67
61
|
getAllUserDataClassificationLevels: ({ status, orderBy, }?: {
|
|
68
62
|
/** Optional set of statuses to filter by. */
|
|
@@ -24,56 +24,50 @@ class ClassificationLevelsService extends CommonHttpService_1.CommonHttpService
|
|
|
24
24
|
*
|
|
25
25
|
* @returns Returned if the request is successful.
|
|
26
26
|
*
|
|
27
|
-
* example:
|
|
27
|
+
* example:
|
|
28
|
+
* ```
|
|
29
|
+
* {
|
|
28
30
|
* "classifications": [
|
|
29
31
|
* {
|
|
30
|
-
* "id":
|
|
31
|
-
* "ari:cloud:platform::classification-tag/5bfa70f7-4af1-44f5-9e12-1ce185f15a38",
|
|
32
|
+
* "id": "ari:cloud:platform::classification-tag/5bfa70f7-4af1-44f5-9e12-1ce185f15a38",
|
|
32
33
|
* "status": "published",
|
|
33
34
|
* "name": "Restricted",
|
|
34
35
|
* "rank": 1,
|
|
35
|
-
* "description": "Data we hold that would be very damaging and would cause
|
|
36
|
-
*
|
|
37
|
-
* customers if mishandled",
|
|
38
|
-
* "guideline": "Access to data must be restricted to only individuals who
|
|
39
|
-
* need access in order to perform their job duties.",
|
|
36
|
+
* "description": "Data we hold that would be very damaging and would cause loss of trust with customers and present legal risk to Atlassian and/or customers if mishandled",
|
|
37
|
+
* "guideline": "Access to data must be restricted to only individuals who need access in order to perform their job duties.",
|
|
40
38
|
* "color": "RED"
|
|
41
39
|
* },
|
|
42
40
|
* {
|
|
43
|
-
* "id":
|
|
44
|
-
* "ari:cloud:platform::classification-tag/bd58e74c-c31b-41a7-ba69-9673ebd9dae9",
|
|
41
|
+
* "id": "ari:cloud:platform::classification-tag/bd58e74c-c31b-41a7-ba69-9673ebd9dae9",
|
|
45
42
|
* "status": "archived",
|
|
46
43
|
* "name": "Protected",
|
|
47
44
|
* "rank": 2,
|
|
48
|
-
* "description": "Data we hold that could cause loss of trust with
|
|
49
|
-
*
|
|
50
|
-
* "guideline": "Access to systems or APIs mapping data to other identifiers
|
|
51
|
-
* must be carefully controlled.",
|
|
45
|
+
* "description": "Data we hold that could cause loss of trust with customers or present legal risk to Atlassian if mishandled",
|
|
46
|
+
* "guideline": "Access to systems or APIs mapping data to other identifiers must be carefully controlled.",
|
|
52
47
|
* "color": "ORANGE"
|
|
53
48
|
* },
|
|
54
49
|
* {
|
|
55
|
-
* "id":
|
|
56
|
-
* "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
50
|
+
* "id": "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
57
51
|
* "status": "published",
|
|
58
52
|
* "name": "Confidential",
|
|
59
53
|
* "rank": 3,
|
|
60
|
-
* "description": "Data we hold that would likely be damaging and could
|
|
61
|
-
* cause loss of trust with our customers if mishandled",
|
|
54
|
+
* "description": "Data we hold that would likely be damaging and could cause loss of trust with our customers if mishandled",
|
|
62
55
|
* "guideline": "Data should be encrypted at rest and in transit.",
|
|
63
56
|
* "color": "BLUE"
|
|
64
57
|
* },
|
|
65
58
|
* {
|
|
66
|
-
* "id":
|
|
67
|
-
* "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
59
|
+
* "id": "ari:cloud:platform::classification-tag/a82d653e-1035-4aa2-b9de-4265511fd487",
|
|
68
60
|
* "status": "published",
|
|
69
61
|
* "name": "system-tag"
|
|
70
62
|
* }
|
|
71
63
|
* ]
|
|
72
64
|
* }
|
|
73
|
-
*
|
|
65
|
+
* ```
|
|
66
|
+
* @path GET `/rest/api/3/classification-levels`
|
|
74
67
|
* @scopes-current read:jira-work
|
|
75
68
|
* @scopes-beta read:project:jira
|
|
76
69
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels#api-rest-api-3-classification-levels-get
|
|
70
|
+
* @param params
|
|
77
71
|
*/
|
|
78
72
|
this.getAllUserDataClassificationLevels = ({ status, orderBy, } = {}) => {
|
|
79
73
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationLevelsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ClassificationLevelsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yEAGwC;AACxC,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,2BAA4B,SAAQ,qCAAiB;IAAlE;;QACE
|
|
1
|
+
{"version":3,"file":"ClassificationLevelsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ClassificationLevelsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yEAGwC;AACxC,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,2BAA4B,SAAQ,qCAAiB;IAAlE;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmDG;QACH,uCAAkC,GAAG,CAAC,EACpC,MAAM,EACN,OAAO,MASL,EAAE,EAAyC,EAAE;YAC/C,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,MAAM;oBACN,OAAO;iBACR;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yEAAyE,CAC1E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAkBJ,CAAC;IAjBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,yEAAyE,EACzE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,8BAA8B,CAAC;SACnE,CAAC;aACD,QAAQ,CACP,yEAAyE,CAC1E,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,oEAA6C;SAC9C,CAAC,CAAC;IACL,CAAC;CACF;AAhHD,kEAgHC"}
|