@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LicenseMetricsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/LicenseMetricsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6DAIkC;AAClC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,qBAAsB,SAAQ,qCAAiB;IAA5D;;QACE
|
|
1
|
+
{"version":3,"file":"LicenseMetricsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/LicenseMetricsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,7 +21,7 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
21
21
|
*
|
|
22
22
|
* @deprecated
|
|
23
23
|
* @returns Returned if the request is successful.
|
|
24
|
-
* @path
|
|
24
|
+
* @path DELETE `/rest/api/3/mypreferences/locale`
|
|
25
25
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-delete
|
|
26
26
|
*/
|
|
27
27
|
deleteLocale: () => Promise<void>;
|
|
@@ -32,7 +32,9 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
32
32
|
*
|
|
33
33
|
* @returns Returned if the request is successful.
|
|
34
34
|
*
|
|
35
|
-
* example:
|
|
35
|
+
* example:
|
|
36
|
+
* ```
|
|
37
|
+
* {
|
|
36
38
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
37
39
|
* "accountType": "atlassian",
|
|
38
40
|
* "active": true,
|
|
@@ -41,14 +43,10 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
41
43
|
* "size": 1
|
|
42
44
|
* },
|
|
43
45
|
* "avatarUrls": {
|
|
44
|
-
* "16x16":
|
|
45
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
46
|
-
* "
|
|
47
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
48
|
-
* "32x32":
|
|
49
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
50
|
-
* "48x48":
|
|
51
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
46
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
47
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
48
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
49
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
52
50
|
* },
|
|
53
51
|
* "displayName": "Mia Krystof",
|
|
54
52
|
* "emailAddress": "mia@example.com",
|
|
@@ -58,14 +56,15 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
58
56
|
* },
|
|
59
57
|
* "key": "",
|
|
60
58
|
* "name": "",
|
|
61
|
-
* "self":
|
|
62
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
59
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
63
60
|
* "timeZone": "Australia/Sydney"
|
|
64
61
|
* }
|
|
65
|
-
*
|
|
62
|
+
* ```
|
|
63
|
+
* @path GET `/rest/api/3/myself`
|
|
66
64
|
* @scopes-current read:jira-user
|
|
67
65
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
68
66
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-myself-get
|
|
67
|
+
* @param params
|
|
69
68
|
*/
|
|
70
69
|
getCurrentUser: ({ expand, }?: {
|
|
71
70
|
/**
|
|
@@ -92,10 +91,13 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
92
91
|
*
|
|
93
92
|
* @returns Returned if the request is successful.
|
|
94
93
|
*
|
|
95
|
-
* example:
|
|
94
|
+
* example:
|
|
95
|
+
* ```
|
|
96
|
+
* {
|
|
96
97
|
* "locale": "en_US"
|
|
97
98
|
* }
|
|
98
|
-
*
|
|
99
|
+
* ```
|
|
100
|
+
* @path GET `/rest/api/3/mypreferences/locale`
|
|
99
101
|
* @scopes-current manage:jira-configuration
|
|
100
102
|
* @scopes-beta read:user-configuration:jira
|
|
101
103
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-get
|
|
@@ -130,10 +132,11 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
130
132
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
131
133
|
*
|
|
132
134
|
* @returns Returned if the request is successful.
|
|
133
|
-
* @path
|
|
135
|
+
* @path GET `/rest/api/3/mypreferences`
|
|
134
136
|
* @scopes-current manage:jira-configuration
|
|
135
137
|
* @scopes-beta read:user-configuration:jira
|
|
136
138
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-get
|
|
139
|
+
* @param params
|
|
137
140
|
*/
|
|
138
141
|
getPreference: ({ key, }: {
|
|
139
142
|
/** The key of the preference. */
|
|
@@ -156,10 +159,11 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
156
159
|
*
|
|
157
160
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
158
161
|
*
|
|
159
|
-
* @path
|
|
162
|
+
* @path DELETE `/rest/api/3/mypreferences`
|
|
160
163
|
* @scopes-current manage:jira-configuration
|
|
161
164
|
* @scopes-beta delete:user-configuration:jira
|
|
162
165
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-delete
|
|
166
|
+
* @param params
|
|
163
167
|
*/
|
|
164
168
|
removePreference: ({ key, }: {
|
|
165
169
|
/** The key of the preference. */
|
|
@@ -177,14 +181,16 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
177
181
|
*
|
|
178
182
|
* @deprecated
|
|
179
183
|
* @returns Returned if the request is successful.
|
|
180
|
-
* @path
|
|
184
|
+
* @path PUT `/rest/api/3/mypreferences/locale`
|
|
181
185
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-put
|
|
186
|
+
* @param params
|
|
182
187
|
*/
|
|
183
188
|
setLocale: ({ locale, }: {
|
|
184
189
|
/**
|
|
185
190
|
* The locale defined in a LocaleBean.
|
|
186
191
|
*
|
|
187
|
-
* @example
|
|
192
|
+
* @example
|
|
193
|
+
* {
|
|
188
194
|
* "locale": "en_US"
|
|
189
195
|
* }
|
|
190
196
|
*/
|
|
@@ -236,10 +242,11 @@ export declare class MyselfService extends CommonHttpService {
|
|
|
236
242
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
237
243
|
*
|
|
238
244
|
* @returns Returned if the request is successful.
|
|
239
|
-
* @path
|
|
245
|
+
* @path PUT `/rest/api/3/mypreferences`
|
|
240
246
|
* @scopes-current manage:jira-configuration
|
|
241
247
|
* @scopes-beta write:user-configuration:jira
|
|
242
248
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-put
|
|
249
|
+
* @param params
|
|
243
250
|
*/
|
|
244
251
|
setPreference: ({ key, mediaType, requestBody, }: {
|
|
245
252
|
/** The key of the preference. The maximum length is 255 characters. */
|
|
@@ -32,7 +32,7 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
32
|
*
|
|
33
33
|
* @deprecated
|
|
34
34
|
* @returns Returned if the request is successful.
|
|
35
|
-
* @path
|
|
35
|
+
* @path DELETE `/rest/api/3/mypreferences/locale`
|
|
36
36
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-delete
|
|
37
37
|
*/
|
|
38
38
|
this.deleteLocale = () => {
|
|
@@ -57,7 +57,9 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
57
57
|
*
|
|
58
58
|
* @returns Returned if the request is successful.
|
|
59
59
|
*
|
|
60
|
-
* example:
|
|
60
|
+
* example:
|
|
61
|
+
* ```
|
|
62
|
+
* {
|
|
61
63
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
62
64
|
* "accountType": "atlassian",
|
|
63
65
|
* "active": true,
|
|
@@ -66,14 +68,10 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
66
68
|
* "size": 1
|
|
67
69
|
* },
|
|
68
70
|
* "avatarUrls": {
|
|
69
|
-
* "16x16":
|
|
70
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
71
|
-
* "
|
|
72
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
73
|
-
* "32x32":
|
|
74
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
75
|
-
* "48x48":
|
|
76
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
71
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
72
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
73
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
74
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
77
75
|
* },
|
|
78
76
|
* "displayName": "Mia Krystof",
|
|
79
77
|
* "emailAddress": "mia@example.com",
|
|
@@ -83,14 +81,15 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
83
81
|
* },
|
|
84
82
|
* "key": "",
|
|
85
83
|
* "name": "",
|
|
86
|
-
* "self":
|
|
87
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
84
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
88
85
|
* "timeZone": "Australia/Sydney"
|
|
89
86
|
* }
|
|
90
|
-
*
|
|
87
|
+
* ```
|
|
88
|
+
* @path GET `/rest/api/3/myself`
|
|
91
89
|
* @scopes-current read:jira-user
|
|
92
90
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
93
91
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-myself-get
|
|
92
|
+
* @param params
|
|
94
93
|
*/
|
|
95
94
|
this.getCurrentUser = ({ expand, } = {}) => {
|
|
96
95
|
return this.getClientInstance()
|
|
@@ -125,10 +124,13 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
125
124
|
*
|
|
126
125
|
* @returns Returned if the request is successful.
|
|
127
126
|
*
|
|
128
|
-
* example:
|
|
127
|
+
* example:
|
|
128
|
+
* ```
|
|
129
|
+
* {
|
|
129
130
|
* "locale": "en_US"
|
|
130
131
|
* }
|
|
131
|
-
*
|
|
132
|
+
* ```
|
|
133
|
+
* @path GET `/rest/api/3/mypreferences/locale`
|
|
132
134
|
* @scopes-current manage:jira-configuration
|
|
133
135
|
* @scopes-beta read:user-configuration:jira
|
|
134
136
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-get
|
|
@@ -177,10 +179,11 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
177
179
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
178
180
|
*
|
|
179
181
|
* @returns Returned if the request is successful.
|
|
180
|
-
* @path
|
|
182
|
+
* @path GET `/rest/api/3/mypreferences`
|
|
181
183
|
* @scopes-current manage:jira-configuration
|
|
182
184
|
* @scopes-beta read:user-configuration:jira
|
|
183
185
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-get
|
|
186
|
+
* @param params
|
|
184
187
|
*/
|
|
185
188
|
this.getPreference = ({ key, }) => {
|
|
186
189
|
return this.getClientInstance()
|
|
@@ -217,10 +220,11 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
217
220
|
*
|
|
218
221
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
219
222
|
*
|
|
220
|
-
* @path
|
|
223
|
+
* @path DELETE `/rest/api/3/mypreferences`
|
|
221
224
|
* @scopes-current manage:jira-configuration
|
|
222
225
|
* @scopes-beta delete:user-configuration:jira
|
|
223
226
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-delete
|
|
227
|
+
* @param params
|
|
224
228
|
*/
|
|
225
229
|
this.removePreference = ({ key, }) => {
|
|
226
230
|
return this.getClientInstance()
|
|
@@ -245,8 +249,9 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
245
249
|
*
|
|
246
250
|
* @deprecated
|
|
247
251
|
* @returns Returned if the request is successful.
|
|
248
|
-
* @path
|
|
252
|
+
* @path PUT `/rest/api/3/mypreferences/locale`
|
|
249
253
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-locale-put
|
|
254
|
+
* @param params
|
|
250
255
|
*/
|
|
251
256
|
this.setLocale = ({ locale, }) => {
|
|
252
257
|
return this.getClientInstance()
|
|
@@ -313,10 +318,11 @@ class MyselfService extends CommonHttpService_1.CommonHttpService {
|
|
|
313
318
|
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
314
319
|
*
|
|
315
320
|
* @returns Returned if the request is successful.
|
|
316
|
-
* @path
|
|
321
|
+
* @path PUT `/rest/api/3/mypreferences`
|
|
317
322
|
* @scopes-current manage:jira-configuration
|
|
318
323
|
* @scopes-beta write:user-configuration:jira
|
|
319
324
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself#api-rest-api-3-mypreferences-put
|
|
325
|
+
* @param params
|
|
320
326
|
*/
|
|
321
327
|
this.setPreference = ({ key, mediaType = "application/json", requestBody, }) => {
|
|
322
328
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MyselfService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/MyselfService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAA8E;AAC9E,6CAAgF;AAChF,wEAAqE;AACrE;;;;;;;GAOG;AACH,MAAa,aAAc,SAAQ,qCAAiB;IAApD;;QACE;;;;;;;;;;;;;WAaG;QACH,iBAAY,GAAG,GAAkB,EAAE;YACjC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,kCAAkC;gBACxC,MAAM,EAAE,QAAQ;aACjB,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,qCAAqC,CACtC,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF
|
|
1
|
+
{"version":3,"file":"MyselfService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/MyselfService.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
17
17
|
*
|
|
18
18
|
* @returns Returned if the scheme permission is created.
|
|
19
19
|
*
|
|
20
|
-
* example:
|
|
20
|
+
* example:
|
|
21
|
+
* ```
|
|
22
|
+
* {
|
|
21
23
|
* "holder": {
|
|
22
24
|
* "expand": "group",
|
|
23
25
|
* "parameter": "jira-core-users",
|
|
@@ -26,15 +28,14 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
26
28
|
* },
|
|
27
29
|
* "id": 10000,
|
|
28
30
|
* "permission": "ADMINISTER_PROJECTS",
|
|
29
|
-
* "self":
|
|
30
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
31
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
31
32
|
* }
|
|
32
|
-
*
|
|
33
|
+
* ```
|
|
34
|
+
* @path POST `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
33
35
|
* @scopes-current manage:jira-configuration
|
|
34
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
35
|
-
* read:permission:jira, read:project-role:jira, read:user:jira,
|
|
36
|
-
* write:permission:jira
|
|
36
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira, write:permission:jira
|
|
37
37
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-post
|
|
38
|
+
* @param params
|
|
38
39
|
*/
|
|
39
40
|
createPermissionGrant: ({ schemeId, expand, permissionGrant, }: {
|
|
40
41
|
/** The ID of the permission scheme in which to create a new permission grant. */
|
|
@@ -56,7 +57,8 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
56
57
|
/**
|
|
57
58
|
* The permission grant to create.
|
|
58
59
|
*
|
|
59
|
-
* @example
|
|
60
|
+
* @example
|
|
61
|
+
* {
|
|
60
62
|
* "holder": {
|
|
61
63
|
* "parameter": "jira-core-users",
|
|
62
64
|
* "type": "group",
|
|
@@ -76,7 +78,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
76
78
|
*
|
|
77
79
|
* @returns Returned if the permission scheme is created.
|
|
78
80
|
*
|
|
79
|
-
* example:
|
|
81
|
+
* example:
|
|
82
|
+
* ```
|
|
83
|
+
* {
|
|
80
84
|
* "description": "description",
|
|
81
85
|
* "id": 10000,
|
|
82
86
|
* "name": "Example permission scheme",
|
|
@@ -90,19 +94,17 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
90
94
|
* },
|
|
91
95
|
* "id": 10000,
|
|
92
96
|
* "permission": "ADMINISTER_PROJECTS",
|
|
93
|
-
* "self":
|
|
94
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
97
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
95
98
|
* }
|
|
96
99
|
* ],
|
|
97
100
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
98
101
|
* }
|
|
99
|
-
*
|
|
102
|
+
* ```
|
|
103
|
+
* @path POST `/rest/api/3/permissionscheme`
|
|
100
104
|
* @scopes-current manage:jira-configuration
|
|
101
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
102
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
103
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
104
|
-
* read:project-category:jira, read:project:jira
|
|
105
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
105
106
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-post
|
|
107
|
+
* @param params
|
|
106
108
|
*/
|
|
107
109
|
createPermissionScheme: ({ expand, permissionScheme, }: {
|
|
108
110
|
/**
|
|
@@ -122,7 +124,8 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
122
124
|
/**
|
|
123
125
|
* The permission scheme to create.
|
|
124
126
|
*
|
|
125
|
-
* @example
|
|
127
|
+
* @example
|
|
128
|
+
* {
|
|
126
129
|
* "description": "description",
|
|
127
130
|
* "name": "Example permission scheme",
|
|
128
131
|
* "permissions": [
|
|
@@ -145,10 +148,11 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
145
148
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
146
149
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
147
150
|
*
|
|
148
|
-
* @path
|
|
151
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}`
|
|
149
152
|
* @scopes-current manage:jira-configuration
|
|
150
153
|
* @scopes-beta delete:permission-scheme:jira
|
|
151
154
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-delete
|
|
155
|
+
* @param params
|
|
152
156
|
*/
|
|
153
157
|
deletePermissionScheme: ({ schemeId, }: {
|
|
154
158
|
/** The ID of the permission scheme being deleted. */
|
|
@@ -163,10 +167,11 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
163
167
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
164
168
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
165
169
|
*
|
|
166
|
-
* @path
|
|
170
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
167
171
|
* @scopes-current manage:jira-configuration
|
|
168
172
|
* @scopes-beta delete:permission:jira
|
|
169
173
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-delete
|
|
174
|
+
* @param params
|
|
170
175
|
*/
|
|
171
176
|
deletePermissionSchemeEntity: ({ schemeId, permissionId, }: {
|
|
172
177
|
/** The ID of the permission scheme to delete the permission grant from. */
|
|
@@ -293,23 +298,24 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
293
298
|
*
|
|
294
299
|
* @returns Returned if the request is successful.
|
|
295
300
|
*
|
|
296
|
-
* example:
|
|
301
|
+
* example:
|
|
302
|
+
* ```
|
|
303
|
+
* {
|
|
297
304
|
* "permissionSchemes": [
|
|
298
305
|
* {
|
|
299
306
|
* "description": "description",
|
|
300
307
|
* "id": 10000,
|
|
301
308
|
* "name": "Example permission scheme",
|
|
302
|
-
* "self":
|
|
303
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
309
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
304
310
|
* }
|
|
305
311
|
* ]
|
|
306
312
|
* }
|
|
307
|
-
*
|
|
313
|
+
* ```
|
|
314
|
+
* @path GET `/rest/api/3/permissionscheme`
|
|
308
315
|
* @scopes-current read:jira-work
|
|
309
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
310
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
311
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
316
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
312
317
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-get
|
|
318
|
+
* @param params
|
|
313
319
|
*/
|
|
314
320
|
getAllPermissionSchemes: ({ expand, }?: {
|
|
315
321
|
/**
|
|
@@ -334,7 +340,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
334
340
|
*
|
|
335
341
|
* @returns Returned if the request is successful.
|
|
336
342
|
*
|
|
337
|
-
* example:
|
|
343
|
+
* example:
|
|
344
|
+
* ```
|
|
345
|
+
* {
|
|
338
346
|
* "description": "description",
|
|
339
347
|
* "id": 10000,
|
|
340
348
|
* "name": "Example permission scheme",
|
|
@@ -348,18 +356,17 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
348
356
|
* },
|
|
349
357
|
* "id": 10000,
|
|
350
358
|
* "permission": "ADMINISTER_PROJECTS",
|
|
351
|
-
* "self":
|
|
352
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
359
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
353
360
|
* }
|
|
354
361
|
* ],
|
|
355
362
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
356
363
|
* }
|
|
357
|
-
*
|
|
364
|
+
* ```
|
|
365
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}`
|
|
358
366
|
* @scopes-current read:jira-work
|
|
359
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
360
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
361
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
367
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
362
368
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-get
|
|
369
|
+
* @param params
|
|
363
370
|
*/
|
|
364
371
|
getPermissionScheme: ({ schemeId, expand, }: {
|
|
365
372
|
/** The ID of the permission scheme to return. */
|
|
@@ -386,7 +393,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
386
393
|
*
|
|
387
394
|
* @returns Returned if the request is successful.
|
|
388
395
|
*
|
|
389
|
-
* example:
|
|
396
|
+
* example:
|
|
397
|
+
* ```
|
|
398
|
+
* {
|
|
390
399
|
* "holder": {
|
|
391
400
|
* "expand": "group",
|
|
392
401
|
* "parameter": "jira-core-users",
|
|
@@ -395,14 +404,14 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
395
404
|
* },
|
|
396
405
|
* "id": 10000,
|
|
397
406
|
* "permission": "ADMINISTER_PROJECTS",
|
|
398
|
-
* "self":
|
|
399
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
407
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
400
408
|
* }
|
|
401
|
-
*
|
|
409
|
+
* ```
|
|
410
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
402
411
|
* @scopes-current read:jira-work
|
|
403
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
404
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
412
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
405
413
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-get
|
|
414
|
+
* @param params
|
|
406
415
|
*/
|
|
407
416
|
getPermissionSchemeGrant: ({ schemeId, permissionId, expand, }: {
|
|
408
417
|
/** The ID of the permission scheme. */
|
|
@@ -431,7 +440,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
431
440
|
*
|
|
432
441
|
* @returns Returned if the request is successful.
|
|
433
442
|
*
|
|
434
|
-
* example:
|
|
443
|
+
* example:
|
|
444
|
+
* ```
|
|
445
|
+
* {
|
|
435
446
|
* "expand": "user,group,projectRole,field,all",
|
|
436
447
|
* "permissions": [
|
|
437
448
|
* {
|
|
@@ -443,16 +454,16 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
443
454
|
* },
|
|
444
455
|
* "id": 10000,
|
|
445
456
|
* "permission": "ADMINISTER_PROJECTS",
|
|
446
|
-
* "self":
|
|
447
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
457
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
448
458
|
* }
|
|
449
459
|
* ]
|
|
450
460
|
* }
|
|
451
|
-
*
|
|
461
|
+
* ```
|
|
462
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
452
463
|
* @scopes-current read:jira-work
|
|
453
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
454
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
464
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
455
465
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-get
|
|
466
|
+
* @param params
|
|
456
467
|
*/
|
|
457
468
|
getPermissionSchemeGrants: ({ schemeId, expand, }: {
|
|
458
469
|
/** The ID of the permission scheme. */
|
|
@@ -498,7 +509,9 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
498
509
|
*
|
|
499
510
|
* @returns Returned if the scheme is updated.
|
|
500
511
|
*
|
|
501
|
-
* example:
|
|
512
|
+
* example:
|
|
513
|
+
* ```
|
|
514
|
+
* {
|
|
502
515
|
* "description": "description",
|
|
503
516
|
* "id": 10000,
|
|
504
517
|
* "name": "Example permission scheme",
|
|
@@ -512,19 +525,17 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
512
525
|
* },
|
|
513
526
|
* "id": 10000,
|
|
514
527
|
* "permission": "ADMINISTER_PROJECTS",
|
|
515
|
-
* "self":
|
|
516
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
528
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
517
529
|
* }
|
|
518
530
|
* ],
|
|
519
531
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
520
532
|
* }
|
|
521
|
-
*
|
|
533
|
+
* ```
|
|
534
|
+
* @path PUT `/rest/api/3/permissionscheme/{schemeId}`
|
|
522
535
|
* @scopes-current manage:jira-configuration
|
|
523
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
524
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
525
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
526
|
-
* read:project-category:jira, read:project:jira
|
|
536
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
527
537
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-put
|
|
538
|
+
* @param params
|
|
528
539
|
*/
|
|
529
540
|
updatePermissionScheme: ({ schemeId, expand, permissionScheme, }: {
|
|
530
541
|
/** The ID of the permission scheme to update. */
|
|
@@ -544,7 +555,8 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
544
555
|
*/
|
|
545
556
|
expand?: string | undefined;
|
|
546
557
|
/**
|
|
547
|
-
* @example
|
|
558
|
+
* @example
|
|
559
|
+
* {
|
|
548
560
|
* "description": "description",
|
|
549
561
|
* "name": "Example permission scheme",
|
|
550
562
|
* "permissions": [
|