@resolution/jira-api-client 0.5.1 → 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 +22 -0
- package/README.md +8 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -7
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -3
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +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 +12 -9
- 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 +12 -5
- 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 +13 -6
- 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 +43 -19
- 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 +20 -21
- 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 +7 -3
- 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 +44 -37
- 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 +16 -22
- 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 +143 -149
- package/lib/openapi/platform/services/DashboardsService.js +123 -131
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
- 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 +73 -96
- 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 +179 -258
- 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 +9 -7
- 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 +43 -27
- 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 +174 -170
- 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 +36 -20
- 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 +20 -10
- 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 +66 -81
- 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 +11 -5
- 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 +72 -38
- 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 +51 -29
- 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 +38 -17
- 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 +9 -5
- 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 +76 -33
- 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 +57 -47
- 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 +30 -12
- 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 +21 -24
- 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 +8 -4
- 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 +64 -70
- 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 +45 -27
- 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 +34 -17
- 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 +42 -28
- 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 +40 -17
- 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 +86 -139
- 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 +20 -19
- 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 +78 -40
- 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 +22 -11
- 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 +53 -34
- 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 +56 -27
- 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 +53 -42
- 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 +17 -17
- 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 +20 -10
- 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 +20 -13
- 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 +69 -67
- 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 +225 -227
- 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 +25 -24
- 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 +21 -9
- 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 +13 -9
- 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 +55 -43
- 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 +7 -3
- 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 +17 -7
- 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 +28 -21
- 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 +67 -55
- 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 +23 -11
- 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 +59 -25
- 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 +27 -24
- 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 +30 -12
- 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 +17 -14
- 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 +198 -321
- 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 +11 -5
- 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 +23 -22
- 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 +19 -7
- 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 +32 -23
- 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 +22 -11
- 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 +47 -33
- 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 +67 -43
- 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 +29 -21
- 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 +87 -36
- 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 +207 -313
- 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 +22 -11
- 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 +15 -7
- 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 +27 -11
- 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 +42 -28
- 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 +6 -3
- 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 +5 -3
- 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 +29 -15
- 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 +9 -4
- 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 +30 -13
- 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 +26 -19
- 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 +20 -10
- 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 +95 -126
- 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 +97 -95
- 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 +35 -18
- 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 +133 -147
- 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 +13 -10
- 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 +121 -82
- 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 +12 -5
- 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 +12 -5
- 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 +25 -10
- 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 +25 -13
- 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 +743 -660
- 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 +5 -7
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
- 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 +17 -20
- 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 +6 -3
- 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 +11 -11
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
- 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 +420 -578
- 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 +25 -39
- 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 +195 -215
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +4 -6
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.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 +14 -8
- 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 +200 -204
- 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 +11 -9
- 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 +13 -13
- 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 +33 -20
- 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 +14 -9
- 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 +67 -76
- 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 +11 -9
- 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 +45 -44
- 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 +66 -38
- 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 +18 -13
- 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 +19 -13
- 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 +79 -55
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -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": [
|
|
@@ -561,5 +573,5 @@ export declare class PermissionSchemesService extends CommonHttpService {
|
|
|
561
573
|
*/
|
|
562
574
|
permissionScheme: PermissionScheme;
|
|
563
575
|
}) => Promise<PermissionScheme>;
|
|
564
|
-
static initialize(): void;
|
|
576
|
+
protected static initialize(): void;
|
|
565
577
|
}
|
|
@@ -28,7 +28,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the scheme permission is created.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* {
|
|
32
34
|
* "holder": {
|
|
33
35
|
* "expand": "group",
|
|
34
36
|
* "parameter": "jira-core-users",
|
|
@@ -37,15 +39,14 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
37
39
|
* },
|
|
38
40
|
* "id": 10000,
|
|
39
41
|
* "permission": "ADMINISTER_PROJECTS",
|
|
40
|
-
* "self":
|
|
41
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
42
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
42
43
|
* }
|
|
43
|
-
*
|
|
44
|
+
* ```
|
|
45
|
+
* @path POST `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
44
46
|
* @scopes-current manage:jira-configuration
|
|
45
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
46
|
-
* read:permission:jira, read:project-role:jira, read:user:jira,
|
|
47
|
-
* write:permission:jira
|
|
47
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira, write:permission:jira
|
|
48
48
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-post
|
|
49
|
+
* @param params
|
|
49
50
|
*/
|
|
50
51
|
this.createPermissionGrant = ({ schemeId, expand, permissionGrant, }) => {
|
|
51
52
|
return this.getClientInstance()
|
|
@@ -81,7 +82,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
82
|
*
|
|
82
83
|
* @returns Returned if the permission scheme is created.
|
|
83
84
|
*
|
|
84
|
-
* example:
|
|
85
|
+
* example:
|
|
86
|
+
* ```
|
|
87
|
+
* {
|
|
85
88
|
* "description": "description",
|
|
86
89
|
* "id": 10000,
|
|
87
90
|
* "name": "Example permission scheme",
|
|
@@ -95,19 +98,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
95
98
|
* },
|
|
96
99
|
* "id": 10000,
|
|
97
100
|
* "permission": "ADMINISTER_PROJECTS",
|
|
98
|
-
* "self":
|
|
99
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
101
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
100
102
|
* }
|
|
101
103
|
* ],
|
|
102
104
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
103
105
|
* }
|
|
104
|
-
*
|
|
106
|
+
* ```
|
|
107
|
+
* @path POST `/rest/api/3/permissionscheme`
|
|
105
108
|
* @scopes-current manage:jira-configuration
|
|
106
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
107
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
108
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
109
|
-
* read:project-category:jira, read:project:jira
|
|
109
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
110
110
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-post
|
|
111
|
+
* @param params
|
|
111
112
|
*/
|
|
112
113
|
this.createPermissionScheme = ({ expand, permissionScheme, }) => {
|
|
113
114
|
return this.getClientInstance()
|
|
@@ -137,10 +138,11 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
137
138
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
138
139
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
139
140
|
*
|
|
140
|
-
* @path
|
|
141
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}`
|
|
141
142
|
* @scopes-current manage:jira-configuration
|
|
142
143
|
* @scopes-beta delete:permission-scheme:jira
|
|
143
144
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-delete
|
|
145
|
+
* @param params
|
|
144
146
|
*/
|
|
145
147
|
this.deletePermissionScheme = ({ schemeId, }) => {
|
|
146
148
|
return this.getClientInstance()
|
|
@@ -162,10 +164,11 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
162
164
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
163
165
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
164
166
|
*
|
|
165
|
-
* @path
|
|
167
|
+
* @path DELETE `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
166
168
|
* @scopes-current manage:jira-configuration
|
|
167
169
|
* @scopes-beta delete:permission:jira
|
|
168
170
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-delete
|
|
171
|
+
* @param params
|
|
169
172
|
*/
|
|
170
173
|
this.deletePermissionSchemeEntity = ({ schemeId, permissionId, }) => {
|
|
171
174
|
return this.getClientInstance()
|
|
@@ -298,23 +301,24 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
298
301
|
*
|
|
299
302
|
* @returns Returned if the request is successful.
|
|
300
303
|
*
|
|
301
|
-
* example:
|
|
304
|
+
* example:
|
|
305
|
+
* ```
|
|
306
|
+
* {
|
|
302
307
|
* "permissionSchemes": [
|
|
303
308
|
* {
|
|
304
309
|
* "description": "description",
|
|
305
310
|
* "id": 10000,
|
|
306
311
|
* "name": "Example permission scheme",
|
|
307
|
-
* "self":
|
|
308
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
312
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
309
313
|
* }
|
|
310
314
|
* ]
|
|
311
315
|
* }
|
|
312
|
-
*
|
|
316
|
+
* ```
|
|
317
|
+
* @path GET `/rest/api/3/permissionscheme`
|
|
313
318
|
* @scopes-current read:jira-work
|
|
314
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
315
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
316
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
319
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
317
320
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-get
|
|
321
|
+
* @param params
|
|
318
322
|
*/
|
|
319
323
|
this.getAllPermissionSchemes = ({ expand, } = {}) => {
|
|
320
324
|
return this.getClientInstance()
|
|
@@ -341,7 +345,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
341
345
|
*
|
|
342
346
|
* @returns Returned if the request is successful.
|
|
343
347
|
*
|
|
344
|
-
* example:
|
|
348
|
+
* example:
|
|
349
|
+
* ```
|
|
350
|
+
* {
|
|
345
351
|
* "description": "description",
|
|
346
352
|
* "id": 10000,
|
|
347
353
|
* "name": "Example permission scheme",
|
|
@@ -355,18 +361,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
355
361
|
* },
|
|
356
362
|
* "id": 10000,
|
|
357
363
|
* "permission": "ADMINISTER_PROJECTS",
|
|
358
|
-
* "self":
|
|
359
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
364
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
360
365
|
* }
|
|
361
366
|
* ],
|
|
362
367
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
363
368
|
* }
|
|
364
|
-
*
|
|
369
|
+
* ```
|
|
370
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}`
|
|
365
371
|
* @scopes-current read:jira-work
|
|
366
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
367
|
-
* read:permission-scheme:jira, read:permission:jira, read:project-role:jira,
|
|
368
|
-
* read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
372
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
369
373
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-get
|
|
374
|
+
* @param params
|
|
370
375
|
*/
|
|
371
376
|
this.getPermissionScheme = ({ schemeId, expand, }) => {
|
|
372
377
|
return this.getClientInstance()
|
|
@@ -396,7 +401,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
396
401
|
*
|
|
397
402
|
* @returns Returned if the request is successful.
|
|
398
403
|
*
|
|
399
|
-
* example:
|
|
404
|
+
* example:
|
|
405
|
+
* ```
|
|
406
|
+
* {
|
|
400
407
|
* "holder": {
|
|
401
408
|
* "expand": "group",
|
|
402
409
|
* "parameter": "jira-core-users",
|
|
@@ -405,14 +412,14 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
405
412
|
* },
|
|
406
413
|
* "id": 10000,
|
|
407
414
|
* "permission": "ADMINISTER_PROJECTS",
|
|
408
|
-
* "self":
|
|
409
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
415
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
410
416
|
* }
|
|
411
|
-
*
|
|
417
|
+
* ```
|
|
418
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission/{permissionId}`
|
|
412
419
|
* @scopes-current read:jira-work
|
|
413
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
414
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
420
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
415
421
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-permissionid-get
|
|
422
|
+
* @param params
|
|
416
423
|
*/
|
|
417
424
|
this.getPermissionSchemeGrant = ({ schemeId, permissionId, expand, }) => {
|
|
418
425
|
return this.getClientInstance()
|
|
@@ -443,7 +450,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
443
450
|
*
|
|
444
451
|
* @returns Returned if the request is successful.
|
|
445
452
|
*
|
|
446
|
-
* example:
|
|
453
|
+
* example:
|
|
454
|
+
* ```
|
|
455
|
+
* {
|
|
447
456
|
* "expand": "user,group,projectRole,field,all",
|
|
448
457
|
* "permissions": [
|
|
449
458
|
* {
|
|
@@ -455,16 +464,16 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
455
464
|
* },
|
|
456
465
|
* "id": 10000,
|
|
457
466
|
* "permission": "ADMINISTER_PROJECTS",
|
|
458
|
-
* "self":
|
|
459
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
467
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
460
468
|
* }
|
|
461
469
|
* ]
|
|
462
470
|
* }
|
|
463
|
-
*
|
|
471
|
+
* ```
|
|
472
|
+
* @path GET `/rest/api/3/permissionscheme/{schemeId}/permission`
|
|
464
473
|
* @scopes-current read:jira-work
|
|
465
|
-
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira,
|
|
466
|
-
* read:permission:jira, read:project-role:jira, read:user:jira
|
|
474
|
+
* @scopes-beta read:application-role:jira, read:field:jira, read:group:jira, read:permission:jira, read:project-role:jira, read:user:jira
|
|
467
475
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-permission-get
|
|
476
|
+
* @param params
|
|
468
477
|
*/
|
|
469
478
|
this.getPermissionSchemeGrants = ({ schemeId, expand, }) => {
|
|
470
479
|
return this.getClientInstance()
|
|
@@ -513,7 +522,9 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
513
522
|
*
|
|
514
523
|
* @returns Returned if the scheme is updated.
|
|
515
524
|
*
|
|
516
|
-
* example:
|
|
525
|
+
* example:
|
|
526
|
+
* ```
|
|
527
|
+
* {
|
|
517
528
|
* "description": "description",
|
|
518
529
|
* "id": 10000,
|
|
519
530
|
* "name": "Example permission scheme",
|
|
@@ -527,19 +538,17 @@ class PermissionSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
527
538
|
* },
|
|
528
539
|
* "id": 10000,
|
|
529
540
|
* "permission": "ADMINISTER_PROJECTS",
|
|
530
|
-
* "self":
|
|
531
|
-
* "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
541
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000"
|
|
532
542
|
* }
|
|
533
543
|
* ],
|
|
534
544
|
* "self": "https://your-domain.atlassian.net/rest/api/3/permissionscheme/10000"
|
|
535
545
|
* }
|
|
536
|
-
*
|
|
546
|
+
* ```
|
|
547
|
+
* @path PUT `/rest/api/3/permissionscheme/{schemeId}`
|
|
537
548
|
* @scopes-current manage:jira-configuration
|
|
538
|
-
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira,
|
|
539
|
-
* read:group:jira, read:permission-scheme:jira, read:permission:jira,
|
|
540
|
-
* read:project-role:jira, read:user:jira, read:avatar:jira,
|
|
541
|
-
* read:project-category:jira, read:project:jira
|
|
549
|
+
* @scopes-beta write:permission-scheme:jira, read:application-role:jira, read:field:jira, read:group:jira, read:permission-scheme:jira, read:permission:jira, read:project-role:jira, read:user:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
542
550
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes#api-rest-api-3-permissionscheme-schemeid-put
|
|
551
|
+
* @param params
|
|
543
552
|
*/
|
|
544
553
|
this.updatePermissionScheme = ({ schemeId, expand, permissionScheme, }) => {
|
|
545
554
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionSchemesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,mEAKqC;AACrC,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,wBAAyB,SAAQ,qCAAiB;IAA/D;;QACE
|
|
1
|
+
{"version":3,"file":"PermissionSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PermissionSchemesService.ts"],"names":[],"mappings":"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"}
|