@resolution/jira-api-client 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +54 -42
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +28 -14
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +8 -3
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +96 -94
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +13 -7
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +199 -203
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -8
- package/lib/openapi/software/services/BuildsService.js +10 -8
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +66 -75
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +44 -43
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +65 -37
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -28,10 +28,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
29
29
|
* same `app.connect.key`).
|
|
30
30
|
*
|
|
31
|
-
* @path
|
|
31
|
+
* @path DELETE `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
32
32
|
* @scopes-current
|
|
33
33
|
* @scopes-beta
|
|
34
34
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
|
|
35
|
+
* @param params
|
|
35
36
|
*/
|
|
36
37
|
this.addonPropertiesResourceDeleteAddonPropertyDelete = ({ addonKey, propertyKey, }) => {
|
|
37
38
|
return this.getClientInstance()
|
|
@@ -55,19 +56,22 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
55
56
|
*
|
|
56
57
|
* @returns Returned if the request is successful.
|
|
57
58
|
*
|
|
58
|
-
* example:
|
|
59
|
+
* example:
|
|
60
|
+
* ```
|
|
61
|
+
* {
|
|
59
62
|
* "keys": [
|
|
60
63
|
* {
|
|
61
|
-
* "self":
|
|
62
|
-
* "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
64
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
63
65
|
* "key": "propertyKey"
|
|
64
66
|
* }
|
|
65
67
|
* ]
|
|
66
68
|
* }
|
|
67
|
-
*
|
|
69
|
+
* ```
|
|
70
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
|
|
68
71
|
* @scopes-current
|
|
69
72
|
* @scopes-beta
|
|
70
73
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
|
|
74
|
+
* @param params
|
|
71
75
|
*/
|
|
72
76
|
this.addonPropertiesResourceGetAddonPropertiesGet = ({ addonKey, }) => {
|
|
73
77
|
return this.getClientInstance()
|
|
@@ -97,16 +101,19 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
97
101
|
*
|
|
98
102
|
* @returns Returned if the request is successful.
|
|
99
103
|
*
|
|
100
|
-
* example:
|
|
101
|
-
*
|
|
102
|
-
*
|
|
104
|
+
* example:
|
|
105
|
+
* ```
|
|
106
|
+
* {
|
|
107
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
103
108
|
* "key": "propertyKey",
|
|
104
109
|
* "value": "propertyValue"
|
|
105
110
|
* }
|
|
106
|
-
*
|
|
111
|
+
* ```
|
|
112
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
107
113
|
* @scopes-current
|
|
108
114
|
* @scopes-beta
|
|
109
115
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
|
|
116
|
+
* @param params
|
|
110
117
|
*/
|
|
111
118
|
this.addonPropertiesResourceGetAddonPropertyGet = ({ addonKey, propertyKey, }) => {
|
|
112
119
|
return this.getClientInstance()
|
|
@@ -140,27 +147,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
140
147
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
141
148
|
* same `app.connect.key`).
|
|
142
149
|
*
|
|
143
|
-
* @returns
|
|
150
|
+
* @returns
|
|
151
|
+
* * status: 200, mediaType: application/json
|
|
144
152
|
*
|
|
145
153
|
* Returned if the property is updated.
|
|
146
154
|
*
|
|
147
|
-
* example:
|
|
155
|
+
* example:
|
|
156
|
+
* ```
|
|
157
|
+
* {
|
|
148
158
|
* "message": "Property updated.",
|
|
149
159
|
* "statusCode": 200
|
|
150
160
|
* }
|
|
161
|
+
* ```
|
|
151
162
|
*
|
|
152
163
|
* * status: 201, mediaType: application/json
|
|
153
164
|
*
|
|
154
165
|
* Returned is the property is created.
|
|
155
166
|
*
|
|
156
|
-
* example:
|
|
167
|
+
* example:
|
|
168
|
+
* ```
|
|
169
|
+
* {
|
|
157
170
|
* "message": "Property created.",
|
|
158
171
|
* "statusCode": 201
|
|
159
172
|
* }
|
|
160
|
-
*
|
|
173
|
+
* ```
|
|
174
|
+
* @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
161
175
|
* @scopes-current
|
|
162
176
|
* @scopes-beta
|
|
163
177
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
|
|
178
|
+
* @param params
|
|
164
179
|
*/
|
|
165
180
|
this.addonPropertiesResourcePutAddonPropertyPut = ({ addonKey, propertyKey, requestBody, }) => {
|
|
166
181
|
return this.getClientInstance()
|
|
@@ -193,10 +208,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
193
208
|
*
|
|
194
209
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
195
210
|
*
|
|
196
|
-
* @path
|
|
211
|
+
* @path DELETE `/rest/forge/1/app/properties/{propertyKey}`
|
|
197
212
|
* @scopes-current
|
|
198
213
|
* @scopes-beta
|
|
199
214
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
|
|
215
|
+
* @param params
|
|
200
216
|
*/
|
|
201
217
|
this.deleteForgeAppProperty = ({ propertyKey, }) => {
|
|
202
218
|
return this.getClientInstance()
|
|
@@ -225,27 +241,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
225
241
|
*
|
|
226
242
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
227
243
|
*
|
|
228
|
-
* @returns
|
|
244
|
+
* @returns
|
|
245
|
+
* * status: 200, mediaType: application/json
|
|
229
246
|
*
|
|
230
247
|
* Returned if the property is updated.
|
|
231
248
|
*
|
|
232
|
-
* example:
|
|
249
|
+
* example:
|
|
250
|
+
* ```
|
|
251
|
+
* {
|
|
233
252
|
* "message": "Property updated.",
|
|
234
253
|
* "statusCode": 200
|
|
235
254
|
* }
|
|
255
|
+
* ```
|
|
236
256
|
*
|
|
237
257
|
* * status: 201, mediaType: application/json
|
|
238
258
|
*
|
|
239
259
|
* Returned is the property is created.
|
|
240
260
|
*
|
|
241
|
-
* example:
|
|
261
|
+
* example:
|
|
262
|
+
* ```
|
|
263
|
+
* {
|
|
242
264
|
* "message": "Property created.",
|
|
243
265
|
* "statusCode": 201
|
|
244
266
|
* }
|
|
245
|
-
*
|
|
267
|
+
* ```
|
|
268
|
+
* @path PUT `/rest/forge/1/app/properties/{propertyKey}`
|
|
246
269
|
* @scopes-current
|
|
247
270
|
* @scopes-beta
|
|
248
271
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
|
|
272
|
+
* @param params
|
|
249
273
|
*/
|
|
250
274
|
this.putForgeAppProperty = ({ propertyKey, requestBody, }) => {
|
|
251
275
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,2DAGiC;AACjC,6CAI0B;AAC1B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,oBAAqB,SAAQ,qCAAiB;IAA3D;;QACE
|
|
1
|
+
{"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
17
17
|
*
|
|
18
18
|
* @returns Returned if the request is successful.
|
|
19
19
|
*
|
|
20
|
-
* example:
|
|
20
|
+
* example:
|
|
21
|
+
* ```
|
|
22
|
+
* [
|
|
21
23
|
* {
|
|
22
24
|
* "defaultGroups": [
|
|
23
25
|
* "jira-software-users"
|
|
@@ -26,8 +28,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
26
28
|
* {
|
|
27
29
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
28
30
|
* "name": "jira-software-users",
|
|
29
|
-
* "self":
|
|
30
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
31
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
31
32
|
* }
|
|
32
33
|
* ],
|
|
33
34
|
* "defined": false,
|
|
@@ -35,14 +36,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
35
36
|
* {
|
|
36
37
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
37
38
|
* "name": "jira-testers",
|
|
38
|
-
* "self":
|
|
39
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
39
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
40
40
|
* },
|
|
41
41
|
* {
|
|
42
42
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
43
43
|
* "name": "jira-software-users",
|
|
44
|
-
* "self":
|
|
45
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
44
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
46
45
|
* }
|
|
47
46
|
* ],
|
|
48
47
|
* "groups": [
|
|
@@ -67,8 +66,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
67
66
|
* {
|
|
68
67
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
69
68
|
* "name": "jira-core-users",
|
|
70
|
-
* "self":
|
|
71
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
69
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
72
70
|
* }
|
|
73
71
|
* ],
|
|
74
72
|
* "defined": false,
|
|
@@ -76,8 +74,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
76
74
|
* {
|
|
77
75
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
78
76
|
* "name": "jira-core-users",
|
|
79
|
-
* "self":
|
|
80
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
77
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
81
78
|
* }
|
|
82
79
|
* ],
|
|
83
80
|
* "groups": [
|
|
@@ -94,7 +91,8 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
94
91
|
* "userCountDescription": "0 users"
|
|
95
92
|
* }
|
|
96
93
|
* ]
|
|
97
|
-
*
|
|
94
|
+
* ```
|
|
95
|
+
* @path GET `/rest/api/3/applicationrole`
|
|
98
96
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
99
97
|
*/
|
|
100
98
|
getAllApplicationRoles: () => Promise<ApplicationRole[]>;
|
|
@@ -106,7 +104,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
106
104
|
*
|
|
107
105
|
* @returns Returned if the request is successful.
|
|
108
106
|
*
|
|
109
|
-
* example:
|
|
107
|
+
* example:
|
|
108
|
+
* ```
|
|
109
|
+
* {
|
|
110
110
|
* "defaultGroups": [
|
|
111
111
|
* "jira-software-users"
|
|
112
112
|
* ],
|
|
@@ -114,8 +114,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
114
114
|
* {
|
|
115
115
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
116
116
|
* "name": "jira-software-users",
|
|
117
|
-
* "self":
|
|
118
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
117
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
119
118
|
* }
|
|
120
119
|
* ],
|
|
121
120
|
* "defined": false,
|
|
@@ -123,14 +122,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
123
122
|
* {
|
|
124
123
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
125
124
|
* "name": "jira-testers",
|
|
126
|
-
* "self":
|
|
127
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
125
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
128
126
|
* },
|
|
129
127
|
* {
|
|
130
128
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
131
129
|
* "name": "jira-software-users",
|
|
132
|
-
* "self":
|
|
133
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
130
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
134
131
|
* }
|
|
135
132
|
* ],
|
|
136
133
|
* "groups": [
|
|
@@ -147,8 +144,10 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
147
144
|
* "userCount": 5,
|
|
148
145
|
* "userCountDescription": "5 developers"
|
|
149
146
|
* }
|
|
150
|
-
*
|
|
147
|
+
* ```
|
|
148
|
+
* @path GET `/rest/api/3/applicationrole/{key}`
|
|
151
149
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
150
|
+
* @param params
|
|
152
151
|
*/
|
|
153
152
|
getApplicationRole: ({ key, }: {
|
|
154
153
|
/**
|
|
@@ -28,7 +28,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the request is successful.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* [
|
|
32
34
|
* {
|
|
33
35
|
* "defaultGroups": [
|
|
34
36
|
* "jira-software-users"
|
|
@@ -37,8 +39,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
37
39
|
* {
|
|
38
40
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
39
41
|
* "name": "jira-software-users",
|
|
40
|
-
* "self":
|
|
41
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
42
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
42
43
|
* }
|
|
43
44
|
* ],
|
|
44
45
|
* "defined": false,
|
|
@@ -46,14 +47,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
47
|
* {
|
|
47
48
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
48
49
|
* "name": "jira-testers",
|
|
49
|
-
* "self":
|
|
50
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
50
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
51
51
|
* },
|
|
52
52
|
* {
|
|
53
53
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
54
54
|
* "name": "jira-software-users",
|
|
55
|
-
* "self":
|
|
56
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
55
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
57
56
|
* }
|
|
58
57
|
* ],
|
|
59
58
|
* "groups": [
|
|
@@ -78,8 +77,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
78
77
|
* {
|
|
79
78
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
80
79
|
* "name": "jira-core-users",
|
|
81
|
-
* "self":
|
|
82
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
80
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
83
81
|
* }
|
|
84
82
|
* ],
|
|
85
83
|
* "defined": false,
|
|
@@ -87,8 +85,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
87
85
|
* {
|
|
88
86
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
89
87
|
* "name": "jira-core-users",
|
|
90
|
-
* "self":
|
|
91
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
88
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
92
89
|
* }
|
|
93
90
|
* ],
|
|
94
91
|
* "groups": [
|
|
@@ -105,7 +102,8 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
102
|
* "userCountDescription": "0 users"
|
|
106
103
|
* }
|
|
107
104
|
* ]
|
|
108
|
-
*
|
|
105
|
+
* ```
|
|
106
|
+
* @path GET `/rest/api/3/applicationrole`
|
|
109
107
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
110
108
|
*/
|
|
111
109
|
this.getAllApplicationRoles = () => {
|
|
@@ -131,7 +129,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
131
129
|
*
|
|
132
130
|
* @returns Returned if the request is successful.
|
|
133
131
|
*
|
|
134
|
-
* example:
|
|
132
|
+
* example:
|
|
133
|
+
* ```
|
|
134
|
+
* {
|
|
135
135
|
* "defaultGroups": [
|
|
136
136
|
* "jira-software-users"
|
|
137
137
|
* ],
|
|
@@ -139,8 +139,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
139
139
|
* {
|
|
140
140
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
141
141
|
* "name": "jira-software-users",
|
|
142
|
-
* "self":
|
|
143
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
142
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
144
143
|
* }
|
|
145
144
|
* ],
|
|
146
145
|
* "defined": false,
|
|
@@ -148,14 +147,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
148
147
|
* {
|
|
149
148
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
150
149
|
* "name": "jira-testers",
|
|
151
|
-
* "self":
|
|
152
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
150
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
153
151
|
* },
|
|
154
152
|
* {
|
|
155
153
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
156
154
|
* "name": "jira-software-users",
|
|
157
|
-
* "self":
|
|
158
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
155
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
159
156
|
* }
|
|
160
157
|
* ],
|
|
161
158
|
* "groups": [
|
|
@@ -172,8 +169,10 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
172
169
|
* "userCount": 5,
|
|
173
170
|
* "userCountDescription": "5 developers"
|
|
174
171
|
* }
|
|
175
|
-
*
|
|
172
|
+
* ```
|
|
173
|
+
* @path GET `/rest/api/3/applicationrole/{key}`
|
|
176
174
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
175
|
+
* @param params
|
|
177
176
|
*/
|
|
178
177
|
this.getApplicationRole = ({ key, }) => {
|
|
179
178
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE
|
|
1
|
+
{"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuFG;QACH,2BAAsB,GAAG,GAA+B,EAAE;YACxD,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;aACd,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,yDAAyD,CAC1D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,uBAAkB,GAAG,CAAC,EACpB,GAAG,GAQJ,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,GAAG;iBACJ;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,qDAAqD,CACtD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,yDAAyD,EACzD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;SAC/D,CAAC;aACD,QAAQ,CAAC,yDAAyD,CAAC,CACvE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,qDAAqD,EACrD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC;SACtD,CAAC;aACD,QAAQ,CAAC,qDAAqD,CAAC,CACnE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAvOD,0DAuOC"}
|
|
@@ -34,7 +34,9 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
34
34
|
*
|
|
35
35
|
* @returns Returned if the request is successful.
|
|
36
36
|
*
|
|
37
|
-
* example:
|
|
37
|
+
* example:
|
|
38
|
+
* ```
|
|
39
|
+
* {
|
|
38
40
|
* "limit": 1000,
|
|
39
41
|
* "offset": 0,
|
|
40
42
|
* "records": [
|
|
@@ -75,10 +77,12 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
75
77
|
* ],
|
|
76
78
|
* "total": 1
|
|
77
79
|
* }
|
|
78
|
-
*
|
|
80
|
+
* ```
|
|
81
|
+
* @path GET `/rest/api/3/auditing/record`
|
|
79
82
|
* @scopes-current manage:jira-configuration
|
|
80
83
|
* @scopes-beta read:audit-log:jira, read:user:jira
|
|
81
84
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
85
|
+
* @param params
|
|
82
86
|
*/
|
|
83
87
|
getAuditRecords: ({ offset, limit, filter, from, to, }?: {
|
|
84
88
|
/** The number of records to skip before returning the first result. */
|
|
@@ -45,7 +45,9 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
45
45
|
*
|
|
46
46
|
* @returns Returned if the request is successful.
|
|
47
47
|
*
|
|
48
|
-
* example:
|
|
48
|
+
* example:
|
|
49
|
+
* ```
|
|
50
|
+
* {
|
|
49
51
|
* "limit": 1000,
|
|
50
52
|
* "offset": 0,
|
|
51
53
|
* "records": [
|
|
@@ -86,10 +88,12 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
86
88
|
* ],
|
|
87
89
|
* "total": 1
|
|
88
90
|
* }
|
|
89
|
-
*
|
|
91
|
+
* ```
|
|
92
|
+
* @path GET `/rest/api/3/auditing/record`
|
|
90
93
|
* @scopes-current manage:jira-configuration
|
|
91
94
|
* @scopes-beta read:audit-log:jira, read:user:jira
|
|
92
95
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
96
|
+
* @param params
|
|
93
97
|
*/
|
|
94
98
|
this.getAuditRecords = ({ offset, limit, filter, from, to, } = {}) => {
|
|
95
99
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditRecordsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AuditRecordsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yDAGgC;AAChC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE
|
|
1
|
+
{"version":3,"file":"AuditRecordsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AuditRecordsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yDAGgC;AAChC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4EG;QACH,oBAAe,GAAG,CAAC,EACjB,MAAM,EACN,KAAK,EACL,MAAM,EACN,IAAI,EACJ,EAAE,MAoBA,EAAE,EAAyB,EAAE;YAC/B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,MAAM;oBACN,KAAK;oBACL,MAAM;oBACN,IAAI;oBACJ,EAAE;iBACH;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,8CAA8C,CAC/C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAgBJ,CAAC;IAfW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,8CAA8C,EAC9C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,cAAc,CAAC;SACnD,CAAC;aACD,QAAQ,CAAC,8CAA8C,CAAC,CAC5D,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,oDAAqC;SACtC,CAAC,CAAC;IACL,CAAC;CACF;AAxJD,kDAwJC"}
|