@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
|
@@ -20,7 +20,9 @@ export declare class WorkflowStatusesService extends CommonHttpService {
|
|
|
20
20
|
*
|
|
21
21
|
* @returns Returned if the request is successful.
|
|
22
22
|
*
|
|
23
|
-
* example:
|
|
23
|
+
* example:
|
|
24
|
+
* ```
|
|
25
|
+
* {
|
|
24
26
|
* "description": "The issue is currently being worked on.",
|
|
25
27
|
* "iconUrl": "https://your-domain.atlassian.net/images/icons/progress.gif",
|
|
26
28
|
* "id": "10000",
|
|
@@ -34,10 +36,12 @@ export declare class WorkflowStatusesService extends CommonHttpService {
|
|
|
34
36
|
* "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
|
|
35
37
|
* }
|
|
36
38
|
* }
|
|
37
|
-
*
|
|
39
|
+
* ```
|
|
40
|
+
* @path GET `/rest/api/3/status/{idOrName}`
|
|
38
41
|
* @scopes-current read:jira-work
|
|
39
42
|
* @scopes-beta read:status:jira
|
|
40
43
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses#api-rest-api-3-status-idorname-get
|
|
44
|
+
* @param params
|
|
41
45
|
*/
|
|
42
46
|
getStatus: ({ idOrName, }: {
|
|
43
47
|
/** The ID or name of the status. */
|
|
@@ -52,7 +56,9 @@ export declare class WorkflowStatusesService extends CommonHttpService {
|
|
|
52
56
|
*
|
|
53
57
|
* @returns Returned if the request is successful.
|
|
54
58
|
*
|
|
55
|
-
* example:
|
|
59
|
+
* example:
|
|
60
|
+
* ```
|
|
61
|
+
* [
|
|
56
62
|
* {
|
|
57
63
|
* "description": "The issue is currently being worked on.",
|
|
58
64
|
* "iconUrl": "https://your-domain.atlassian.net/images/icons/progress.gif",
|
|
@@ -81,7 +87,8 @@ export declare class WorkflowStatusesService extends CommonHttpService {
|
|
|
81
87
|
* }
|
|
82
88
|
* }
|
|
83
89
|
* ]
|
|
84
|
-
*
|
|
90
|
+
* ```
|
|
91
|
+
* @path GET `/rest/api/3/status`
|
|
85
92
|
* @scopes-current read:jira-work
|
|
86
93
|
* @scopes-beta read:status:jira
|
|
87
94
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses#api-rest-api-3-status-get
|
|
@@ -31,7 +31,9 @@ class WorkflowStatusesService extends CommonHttpService_1.CommonHttpService {
|
|
|
31
31
|
*
|
|
32
32
|
* @returns Returned if the request is successful.
|
|
33
33
|
*
|
|
34
|
-
* example:
|
|
34
|
+
* example:
|
|
35
|
+
* ```
|
|
36
|
+
* {
|
|
35
37
|
* "description": "The issue is currently being worked on.",
|
|
36
38
|
* "iconUrl": "https://your-domain.atlassian.net/images/icons/progress.gif",
|
|
37
39
|
* "id": "10000",
|
|
@@ -45,10 +47,12 @@ class WorkflowStatusesService extends CommonHttpService_1.CommonHttpService {
|
|
|
45
47
|
* "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
|
|
46
48
|
* }
|
|
47
49
|
* }
|
|
48
|
-
*
|
|
50
|
+
* ```
|
|
51
|
+
* @path GET `/rest/api/3/status/{idOrName}`
|
|
49
52
|
* @scopes-current read:jira-work
|
|
50
53
|
* @scopes-beta read:status:jira
|
|
51
54
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses#api-rest-api-3-status-idorname-get
|
|
55
|
+
* @param params
|
|
52
56
|
*/
|
|
53
57
|
this.getStatus = ({ idOrName, }) => {
|
|
54
58
|
return this.getClientInstance()
|
|
@@ -77,7 +81,9 @@ class WorkflowStatusesService extends CommonHttpService_1.CommonHttpService {
|
|
|
77
81
|
*
|
|
78
82
|
* @returns Returned if the request is successful.
|
|
79
83
|
*
|
|
80
|
-
* example:
|
|
84
|
+
* example:
|
|
85
|
+
* ```
|
|
86
|
+
* [
|
|
81
87
|
* {
|
|
82
88
|
* "description": "The issue is currently being worked on.",
|
|
83
89
|
* "iconUrl": "https://your-domain.atlassian.net/images/icons/progress.gif",
|
|
@@ -106,7 +112,8 @@ class WorkflowStatusesService extends CommonHttpService_1.CommonHttpService {
|
|
|
106
112
|
* }
|
|
107
113
|
* }
|
|
108
114
|
* ]
|
|
109
|
-
*
|
|
115
|
+
* ```
|
|
116
|
+
* @path GET `/rest/api/3/status`
|
|
110
117
|
* @scopes-current read:jira-work
|
|
111
118
|
* @scopes-beta read:status:jira
|
|
112
119
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses#api-rest-api-3-status-get
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowStatusesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowStatusesService.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":"WorkflowStatusesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowStatusesService.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;QACH,cAAS,GAAG,CAAC,EACX,QAAQ,GAIT,EAA0B,EAAE;YAC3B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+BAA+B;gBACrC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,QAAQ;iBACT;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,4CAA4C,CAC7C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6CG;QACH,gBAAW,GAAG,GAA6B,EAAE;YAC3C,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oBAAoB;gBAC1B,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,8CAA8C,CAC/C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBW,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,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;SAC7D,CAAC;aACD,QAAQ,CAAC,8CAA8C,CAAC,CAC5D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4CAA4C,EAC5C,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,eAAe,CAAC;SACpD,CAAC;aACD,QAAQ,CAAC,4CAA4C,CAAC,CAC1D,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAxKD,0DAwKC"}
|
|
@@ -21,15 +21,19 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
21
21
|
*
|
|
22
22
|
* @returns 200 response
|
|
23
23
|
*
|
|
24
|
-
* example:
|
|
24
|
+
* example:
|
|
25
|
+
* ```
|
|
26
|
+
* {
|
|
25
27
|
* "key": "jira.i18n.title",
|
|
26
28
|
* "value": "some.title",
|
|
27
29
|
* "id": "jira.i18n.title"
|
|
28
30
|
* }
|
|
29
|
-
*
|
|
31
|
+
* ```
|
|
32
|
+
* @path POST `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
30
33
|
* @scopes-current manage:jira-configuration
|
|
31
34
|
* @scopes-beta write:workflow.property:jira, read:workflow.property:jira
|
|
32
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-post
|
|
36
|
+
* @param params
|
|
33
37
|
*/
|
|
34
38
|
createWorkflowTransitionProperty: ({ transitionId, key, workflowName, workflowMode, workflowTransitionProperty, }: {
|
|
35
39
|
/**
|
|
@@ -50,7 +54,8 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
50
54
|
*/
|
|
51
55
|
workflowMode?: "live" | "draft" | undefined;
|
|
52
56
|
/**
|
|
53
|
-
* @example
|
|
57
|
+
* @example
|
|
58
|
+
* {
|
|
54
59
|
* "value": "createissue"
|
|
55
60
|
* }
|
|
56
61
|
*/
|
|
@@ -65,10 +70,11 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
65
70
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
66
71
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
67
72
|
*
|
|
68
|
-
* @path
|
|
73
|
+
* @path DELETE `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
69
74
|
* @scopes-current manage:jira-configuration
|
|
70
75
|
* @scopes-beta delete:workflow.property:jira
|
|
71
76
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-delete
|
|
77
|
+
* @param params
|
|
72
78
|
*/
|
|
73
79
|
deleteWorkflowTransitionProperty: ({ transitionId, key, workflowName, workflowMode, }: {
|
|
74
80
|
/**
|
|
@@ -100,7 +106,9 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
100
106
|
*
|
|
101
107
|
* @returns 200 response
|
|
102
108
|
*
|
|
103
|
-
* example:
|
|
109
|
+
* example:
|
|
110
|
+
* ```
|
|
111
|
+
* [
|
|
104
112
|
* {
|
|
105
113
|
* "id": "jira.i18n.title",
|
|
106
114
|
* "key": "jira.i18n.title",
|
|
@@ -112,10 +120,12 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
112
120
|
* "value": "createissue"
|
|
113
121
|
* }
|
|
114
122
|
* ]
|
|
115
|
-
*
|
|
123
|
+
* ```
|
|
124
|
+
* @path GET `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
116
125
|
* @scopes-current manage:jira-configuration
|
|
117
126
|
* @scopes-beta read:workflow.property:jira
|
|
118
127
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-get
|
|
128
|
+
* @param params
|
|
119
129
|
*/
|
|
120
130
|
getWorkflowTransitionProperties: ({ transitionId, includeReservedKeys, key, workflowName, workflowMode, }: {
|
|
121
131
|
/**
|
|
@@ -156,15 +166,19 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
156
166
|
*
|
|
157
167
|
* @returns 200 response
|
|
158
168
|
*
|
|
159
|
-
* example:
|
|
169
|
+
* example:
|
|
170
|
+
* ```
|
|
171
|
+
* {
|
|
160
172
|
* "key": "jira.i18n.title",
|
|
161
173
|
* "value": "some.title",
|
|
162
174
|
* "id": "jira.i18n.title"
|
|
163
175
|
* }
|
|
164
|
-
*
|
|
176
|
+
* ```
|
|
177
|
+
* @path PUT `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
165
178
|
* @scopes-current manage:jira-configuration
|
|
166
179
|
* @scopes-beta write:workflow.property:jira, read:workflow.property:jira
|
|
167
180
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-put
|
|
181
|
+
* @param params
|
|
168
182
|
*/
|
|
169
183
|
updateWorkflowTransitionProperty: ({ transitionId, key, workflowName, workflowMode, workflowTransitionProperty, }: {
|
|
170
184
|
/**
|
|
@@ -185,7 +199,8 @@ export declare class WorkflowTransitionPropertiesService extends CommonHttpServi
|
|
|
185
199
|
*/
|
|
186
200
|
workflowMode?: "live" | "draft" | undefined;
|
|
187
201
|
/**
|
|
188
|
-
* @example
|
|
202
|
+
* @example
|
|
203
|
+
* {
|
|
189
204
|
* "value": "createissue"
|
|
190
205
|
* }
|
|
191
206
|
*/
|
|
@@ -32,15 +32,19 @@ class WorkflowTransitionPropertiesService extends CommonHttpService_1.CommonHttp
|
|
|
32
32
|
*
|
|
33
33
|
* @returns 200 response
|
|
34
34
|
*
|
|
35
|
-
* example:
|
|
35
|
+
* example:
|
|
36
|
+
* ```
|
|
37
|
+
* {
|
|
36
38
|
* "key": "jira.i18n.title",
|
|
37
39
|
* "value": "some.title",
|
|
38
40
|
* "id": "jira.i18n.title"
|
|
39
41
|
* }
|
|
40
|
-
*
|
|
42
|
+
* ```
|
|
43
|
+
* @path POST `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
41
44
|
* @scopes-current manage:jira-configuration
|
|
42
45
|
* @scopes-beta write:workflow.property:jira, read:workflow.property:jira
|
|
43
46
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-post
|
|
47
|
+
* @param params
|
|
44
48
|
*/
|
|
45
49
|
this.createWorkflowTransitionProperty = ({ transitionId, key, workflowName, workflowMode, workflowTransitionProperty, }) => {
|
|
46
50
|
return this.getClientInstance()
|
|
@@ -78,10 +82,11 @@ class WorkflowTransitionPropertiesService extends CommonHttpService_1.CommonHttp
|
|
|
78
82
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
79
83
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
80
84
|
*
|
|
81
|
-
* @path
|
|
85
|
+
* @path DELETE `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
82
86
|
* @scopes-current manage:jira-configuration
|
|
83
87
|
* @scopes-beta delete:workflow.property:jira
|
|
84
88
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-delete
|
|
89
|
+
* @param params
|
|
85
90
|
*/
|
|
86
91
|
this.deleteWorkflowTransitionProperty = ({ transitionId, key, workflowName, workflowMode, }) => {
|
|
87
92
|
return this.getClientInstance()
|
|
@@ -110,7 +115,9 @@ class WorkflowTransitionPropertiesService extends CommonHttpService_1.CommonHttp
|
|
|
110
115
|
*
|
|
111
116
|
* @returns 200 response
|
|
112
117
|
*
|
|
113
|
-
* example:
|
|
118
|
+
* example:
|
|
119
|
+
* ```
|
|
120
|
+
* [
|
|
114
121
|
* {
|
|
115
122
|
* "id": "jira.i18n.title",
|
|
116
123
|
* "key": "jira.i18n.title",
|
|
@@ -122,10 +129,12 @@ class WorkflowTransitionPropertiesService extends CommonHttpService_1.CommonHttp
|
|
|
122
129
|
* "value": "createissue"
|
|
123
130
|
* }
|
|
124
131
|
* ]
|
|
125
|
-
*
|
|
132
|
+
* ```
|
|
133
|
+
* @path GET `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
126
134
|
* @scopes-current manage:jira-configuration
|
|
127
135
|
* @scopes-beta read:workflow.property:jira
|
|
128
136
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-get
|
|
137
|
+
* @param params
|
|
129
138
|
*/
|
|
130
139
|
this.getWorkflowTransitionProperties = ({ transitionId, includeReservedKeys, key, workflowName, workflowMode, }) => {
|
|
131
140
|
return this.getClientInstance()
|
|
@@ -164,15 +173,19 @@ class WorkflowTransitionPropertiesService extends CommonHttpService_1.CommonHttp
|
|
|
164
173
|
*
|
|
165
174
|
* @returns 200 response
|
|
166
175
|
*
|
|
167
|
-
* example:
|
|
176
|
+
* example:
|
|
177
|
+
* ```
|
|
178
|
+
* {
|
|
168
179
|
* "key": "jira.i18n.title",
|
|
169
180
|
* "value": "some.title",
|
|
170
181
|
* "id": "jira.i18n.title"
|
|
171
182
|
* }
|
|
172
|
-
*
|
|
183
|
+
* ```
|
|
184
|
+
* @path PUT `/rest/api/3/workflow/transitions/{transitionId}/properties`
|
|
173
185
|
* @scopes-current manage:jira-configuration
|
|
174
186
|
* @scopes-beta write:workflow.property:jira, read:workflow.property:jira
|
|
175
187
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-rest-api-3-workflow-transitions-transitionid-properties-put
|
|
188
|
+
* @param params
|
|
176
189
|
*/
|
|
177
190
|
this.updateWorkflowTransitionProperty = ({ transitionId, key, workflowName, workflowMode, workflowTransitionProperty, }) => {
|
|
178
191
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowTransitionPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,yFAGgD;AAChD,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,mCAAoC,SAAQ,qCAAiB;IAA1E;;QACE
|
|
1
|
+
{"version":3,"file":"WorkflowTransitionPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,7 +28,9 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the request is successful.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* {
|
|
32
34
|
* "updateResults": [
|
|
33
35
|
* {
|
|
34
36
|
* "workflowId": {
|
|
@@ -57,18 +59,20 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
57
59
|
* },
|
|
58
60
|
* "ruleUpdateErrors": {},
|
|
59
61
|
* "updateErrors": [
|
|
60
|
-
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow,
|
|
61
|
-
* draft=false}"
|
|
62
|
+
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow, draft=false}"
|
|
62
63
|
* ]
|
|
63
64
|
* }
|
|
64
65
|
* ]
|
|
65
66
|
* }
|
|
66
|
-
*
|
|
67
|
+
* ```
|
|
68
|
+
* @path PUT `/rest/api/3/workflow/rule/config/delete`
|
|
67
69
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-delete-put
|
|
70
|
+
* @param params
|
|
68
71
|
*/
|
|
69
72
|
deleteWorkflowTransitionRuleConfigurations: ({ workflowsWithTransitionRulesDetails, }: {
|
|
70
73
|
/**
|
|
71
|
-
* @example
|
|
74
|
+
* @example
|
|
75
|
+
* {
|
|
72
76
|
* "workflows": [
|
|
73
77
|
* {
|
|
74
78
|
* "workflowId": {
|
|
@@ -112,7 +116,9 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
112
116
|
*
|
|
113
117
|
* @returns Returned if the request is successful.
|
|
114
118
|
*
|
|
115
|
-
* example:
|
|
119
|
+
* example:
|
|
120
|
+
* ```
|
|
121
|
+
* {
|
|
116
122
|
* "isLast": true,
|
|
117
123
|
* "maxResults": 10,
|
|
118
124
|
* "startAt": 0,
|
|
@@ -170,10 +176,12 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
170
176
|
* }
|
|
171
177
|
* ]
|
|
172
178
|
* }
|
|
173
|
-
*
|
|
179
|
+
* ```
|
|
180
|
+
* @path GET `/rest/api/3/workflow/rule/config`
|
|
174
181
|
* @scopes-current manage:jira-configuration
|
|
175
182
|
* @scopes-beta read:workflow:jira
|
|
176
183
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-get
|
|
184
|
+
* @param params
|
|
177
185
|
*/
|
|
178
186
|
getWorkflowTransitionRuleConfigurations: ({ startAt, maxResults, types, keys, workflowNames, withTags, draft, expand, }: {
|
|
179
187
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -236,7 +244,9 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
236
244
|
*
|
|
237
245
|
* @returns Returned if the request is successful.
|
|
238
246
|
*
|
|
239
|
-
* example:
|
|
247
|
+
* example:
|
|
248
|
+
* ```
|
|
249
|
+
* {
|
|
240
250
|
* "updateResults": [
|
|
241
251
|
* {
|
|
242
252
|
* "workflowId": {
|
|
@@ -265,20 +275,22 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
265
275
|
* },
|
|
266
276
|
* "ruleUpdateErrors": {},
|
|
267
277
|
* "updateErrors": [
|
|
268
|
-
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow,
|
|
269
|
-
* draft=false}"
|
|
278
|
+
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow, draft=false}"
|
|
270
279
|
* ]
|
|
271
280
|
* }
|
|
272
281
|
* ]
|
|
273
282
|
* }
|
|
274
|
-
*
|
|
283
|
+
* ```
|
|
284
|
+
* @path PUT `/rest/api/3/workflow/rule/config`
|
|
275
285
|
* @scopes-current manage:jira-configuration
|
|
276
286
|
* @scopes-beta write:workflow:jira
|
|
277
287
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-put
|
|
288
|
+
* @param params
|
|
278
289
|
*/
|
|
279
290
|
updateWorkflowTransitionRuleConfigurations: ({ workflowTransitionRulesUpdate, }: {
|
|
280
291
|
/**
|
|
281
|
-
* @example
|
|
292
|
+
* @example
|
|
293
|
+
* {
|
|
282
294
|
* "workflows": [
|
|
283
295
|
* {
|
|
284
296
|
* "conditions": [
|
|
@@ -39,7 +39,9 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
39
39
|
*
|
|
40
40
|
* @returns Returned if the request is successful.
|
|
41
41
|
*
|
|
42
|
-
* example:
|
|
42
|
+
* example:
|
|
43
|
+
* ```
|
|
44
|
+
* {
|
|
43
45
|
* "updateResults": [
|
|
44
46
|
* {
|
|
45
47
|
* "workflowId": {
|
|
@@ -68,14 +70,15 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
68
70
|
* },
|
|
69
71
|
* "ruleUpdateErrors": {},
|
|
70
72
|
* "updateErrors": [
|
|
71
|
-
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow,
|
|
72
|
-
* draft=false}"
|
|
73
|
+
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow, draft=false}"
|
|
73
74
|
* ]
|
|
74
75
|
* }
|
|
75
76
|
* ]
|
|
76
77
|
* }
|
|
77
|
-
*
|
|
78
|
+
* ```
|
|
79
|
+
* @path PUT `/rest/api/3/workflow/rule/config/delete`
|
|
78
80
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-delete-put
|
|
81
|
+
* @param params
|
|
79
82
|
*/
|
|
80
83
|
this.deleteWorkflowTransitionRuleConfigurations = ({ workflowsWithTransitionRulesDetails, }) => {
|
|
81
84
|
return this.getClientInstance()
|
|
@@ -122,7 +125,9 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
122
125
|
*
|
|
123
126
|
* @returns Returned if the request is successful.
|
|
124
127
|
*
|
|
125
|
-
* example:
|
|
128
|
+
* example:
|
|
129
|
+
* ```
|
|
130
|
+
* {
|
|
126
131
|
* "isLast": true,
|
|
127
132
|
* "maxResults": 10,
|
|
128
133
|
* "startAt": 0,
|
|
@@ -180,10 +185,12 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
180
185
|
* }
|
|
181
186
|
* ]
|
|
182
187
|
* }
|
|
183
|
-
*
|
|
188
|
+
* ```
|
|
189
|
+
* @path GET `/rest/api/3/workflow/rule/config`
|
|
184
190
|
* @scopes-current manage:jira-configuration
|
|
185
191
|
* @scopes-beta read:workflow:jira
|
|
186
192
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-get
|
|
193
|
+
* @param params
|
|
187
194
|
*/
|
|
188
195
|
this.getWorkflowTransitionRuleConfigurations = ({ startAt, maxResults, types, keys, workflowNames, withTags, draft, expand, }) => {
|
|
189
196
|
return this.getClientInstance()
|
|
@@ -243,7 +250,9 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
243
250
|
*
|
|
244
251
|
* @returns Returned if the request is successful.
|
|
245
252
|
*
|
|
246
|
-
* example:
|
|
253
|
+
* example:
|
|
254
|
+
* ```
|
|
255
|
+
* {
|
|
247
256
|
* "updateResults": [
|
|
248
257
|
* {
|
|
249
258
|
* "workflowId": {
|
|
@@ -272,16 +281,17 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
272
281
|
* },
|
|
273
282
|
* "ruleUpdateErrors": {},
|
|
274
283
|
* "updateErrors": [
|
|
275
|
-
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow,
|
|
276
|
-
* draft=false}"
|
|
284
|
+
* "Workflow not found: WorkflowIdBean{name=Non-existing workflow, draft=false}"
|
|
277
285
|
* ]
|
|
278
286
|
* }
|
|
279
287
|
* ]
|
|
280
288
|
* }
|
|
281
|
-
*
|
|
289
|
+
* ```
|
|
290
|
+
* @path PUT `/rest/api/3/workflow/rule/config`
|
|
282
291
|
* @scopes-current manage:jira-configuration
|
|
283
292
|
* @scopes-beta write:workflow:jira
|
|
284
293
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules#api-rest-api-3-workflow-rule-config-put
|
|
294
|
+
* @param params
|
|
285
295
|
*/
|
|
286
296
|
this.updateWorkflowTransitionRuleConfigurations = ({ workflowTransitionRulesUpdate, }) => {
|
|
287
297
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowTransitionRulesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionRulesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+EAM2C;AAC3C,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,8BAA+B,SAAQ,qCAAiB;IAArE;;QACE
|
|
1
|
+
{"version":3,"file":"WorkflowTransitionRulesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionRulesService.ts"],"names":[],"mappings":"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"}
|