@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
|
@@ -11,7 +11,8 @@ export interface SecurityWorkspaceIds extends Record<string, unknown> {
|
|
|
11
11
|
*
|
|
12
12
|
* The IDs of Security Workspaces that are linked to this Jira site.
|
|
13
13
|
*
|
|
14
|
-
* @example
|
|
14
|
+
* @example
|
|
15
|
+
* [
|
|
15
16
|
* "111-222-333",
|
|
16
17
|
* "444-555-666"
|
|
17
18
|
* ]
|
|
@@ -27,13 +28,15 @@ export interface SecurityWorkspaceResponse extends Record<string, unknown> {
|
|
|
27
28
|
/**
|
|
28
29
|
* The Security Workspace ID
|
|
29
30
|
*
|
|
30
|
-
* @example
|
|
31
|
+
* @example
|
|
32
|
+
* 111-222-333
|
|
31
33
|
*/
|
|
32
34
|
workspaceId: string;
|
|
33
35
|
/**
|
|
34
36
|
* Latest date and time that the Security Workspace was updated in Jira.
|
|
35
37
|
*
|
|
36
|
-
* @example
|
|
38
|
+
* @example
|
|
39
|
+
* 2020-01-17T09:30:00.000Z
|
|
37
40
|
*/
|
|
38
41
|
updatedAt: string;
|
|
39
42
|
}
|
|
@@ -49,7 +52,8 @@ export interface SubmitSecurityWorkspacesRequest extends Record<string, unknown>
|
|
|
49
52
|
* The IDs of Security Workspaces to link to this Jira site. These must follow
|
|
50
53
|
* this regex pattern: `[a-zA-Z0-9\\-_.~@:{}=]+(\/[a-zA-Z0-9\\-_.~@:{}=]+)*`
|
|
51
54
|
*
|
|
52
|
-
* @example
|
|
55
|
+
* @example
|
|
56
|
+
* [
|
|
53
57
|
* "111-222-333",
|
|
54
58
|
* "444-555-666"
|
|
55
59
|
* ]
|
|
@@ -73,7 +77,8 @@ export interface SubmitVulnerabilitiesRequest extends Record<string, unknown> {
|
|
|
73
77
|
* has medium priority and looser limits, "BACKFILL" has lower priority and much
|
|
74
78
|
* looser limits
|
|
75
79
|
*
|
|
76
|
-
* @example
|
|
80
|
+
* @example
|
|
81
|
+
* SCAN
|
|
77
82
|
*/
|
|
78
83
|
operationType?: "NORMAL" | "SCAN" | "BACKFILL";
|
|
79
84
|
/**
|
|
@@ -88,7 +93,8 @@ export interface SubmitVulnerabilitiesRequest extends Record<string, unknown> {
|
|
|
88
93
|
* Properties are supplied as key/value pairs, and a maximum of 5 properties can
|
|
89
94
|
* be supplied, keys cannot contain ':' or start with '_'.
|
|
90
95
|
*
|
|
91
|
-
* @example
|
|
96
|
+
* @example
|
|
97
|
+
* {
|
|
92
98
|
* "accountId": "account-234",
|
|
93
99
|
* "projectId": "project-123"
|
|
94
100
|
* }
|
|
@@ -108,7 +114,8 @@ export interface SubmitVulnerabilitiesRequest extends Record<string, unknown> {
|
|
|
108
114
|
/**
|
|
109
115
|
* An optional name of the source of the vulnerabilities.
|
|
110
116
|
*
|
|
111
|
-
* @example
|
|
117
|
+
* @example
|
|
118
|
+
* Atlassian Security Platform 2.1.0
|
|
112
119
|
*/
|
|
113
120
|
product?: string;
|
|
114
121
|
} & {
|
|
@@ -130,7 +137,8 @@ export interface SubmitVulnerabilitiesResponse extends Record<string, unknown> {
|
|
|
130
137
|
* Note that a Vulnerability that isn't updated due to it's updateSequenceNumber
|
|
131
138
|
* being out of order is not considered a failed submission.
|
|
132
139
|
*
|
|
133
|
-
* @example
|
|
140
|
+
* @example
|
|
141
|
+
* [
|
|
134
142
|
* "111-222-333",
|
|
135
143
|
* "444-555-666"
|
|
136
144
|
* ]
|
|
@@ -160,7 +168,8 @@ export interface SubmitVulnerabilitiesResponse extends Record<string, unknown> {
|
|
|
160
168
|
/**
|
|
161
169
|
* Defines the association type.
|
|
162
170
|
*
|
|
163
|
-
* @example
|
|
171
|
+
* @example
|
|
172
|
+
* issueIdOrKeys
|
|
164
173
|
*/
|
|
165
174
|
associationType: "issueIdOrKeys";
|
|
166
175
|
/**
|
|
@@ -186,13 +195,15 @@ export interface VulnerabilityDetails {
|
|
|
186
195
|
*
|
|
187
196
|
* Placeholder to support potential schema changes in the future.
|
|
188
197
|
*
|
|
189
|
-
* @example
|
|
198
|
+
* @example
|
|
199
|
+
* 1
|
|
190
200
|
*/
|
|
191
201
|
schemaVersion: "1.0";
|
|
192
202
|
/**
|
|
193
203
|
* The identifier for the Vulnerability. Must be unique for a given Provider.
|
|
194
204
|
*
|
|
195
|
-
* @example
|
|
205
|
+
* @example
|
|
206
|
+
* 111-222-333
|
|
196
207
|
*/
|
|
197
208
|
id: string;
|
|
198
209
|
/**
|
|
@@ -207,7 +218,8 @@ export interface VulnerabilityDetails {
|
|
|
207
218
|
* Updates for a Vulnerability that are received with an updateSequenceId lower
|
|
208
219
|
* than what is currently stored will be ignored.
|
|
209
220
|
*
|
|
210
|
-
* @example
|
|
221
|
+
* @example
|
|
222
|
+
* 1523494301448
|
|
211
223
|
*/
|
|
212
224
|
updateSequenceNumber: number;
|
|
213
225
|
/**
|
|
@@ -215,7 +227,8 @@ export interface VulnerabilityDetails {
|
|
|
215
227
|
* unique for a given Provider. This must follow this regex pattern:
|
|
216
228
|
* `[a-zA-Z0-9\\-_.~@:{}=]+(/[a-zA-Z0-9\\-_.~@:{}=]+)*`
|
|
217
229
|
*
|
|
218
|
-
* @example
|
|
230
|
+
* @example
|
|
231
|
+
* 111-222-333
|
|
219
232
|
*/
|
|
220
233
|
containerId: string;
|
|
221
234
|
/**
|
|
@@ -223,7 +236,8 @@ export interface VulnerabilityDetails {
|
|
|
223
236
|
*
|
|
224
237
|
* If not provided, will use the ID for display.
|
|
225
238
|
*
|
|
226
|
-
* @example
|
|
239
|
+
* @example
|
|
240
|
+
* curl/libcurl3 - Buffer Override
|
|
227
241
|
*/
|
|
228
242
|
displayName: string;
|
|
229
243
|
/**
|
|
@@ -233,7 +247,8 @@ export interface VulnerabilityDetails {
|
|
|
233
247
|
* markdown transformations
|
|
234
248
|
* [here](https://atlaskit.atlassian.com/packages/editor/editor-markdown-transformer).
|
|
235
249
|
*
|
|
236
|
-
* @example
|
|
250
|
+
* @example
|
|
251
|
+
* ## Overview
|
|
237
252
|
*
|
|
238
253
|
*
|
|
239
254
|
* Affected versions of this package are vulnerable to MeltLeak
|
|
@@ -247,13 +262,15 @@ export interface VulnerabilityDetails {
|
|
|
247
262
|
* summary information comes from a specific project, it might make sense to link
|
|
248
263
|
* the user to the vulnerability in that project).
|
|
249
264
|
*
|
|
250
|
-
* @example
|
|
265
|
+
* @example
|
|
266
|
+
* https://example.com/project/CWE-123/summary
|
|
251
267
|
*/
|
|
252
268
|
url: string;
|
|
253
269
|
/**
|
|
254
270
|
* The type of Vulnerability detected.
|
|
255
271
|
*
|
|
256
|
-
* @example
|
|
272
|
+
* @example
|
|
273
|
+
* sca
|
|
257
274
|
*/
|
|
258
275
|
type: "sca" | "sast" | "dast" | "unknown";
|
|
259
276
|
/**
|
|
@@ -262,7 +279,8 @@ export interface VulnerabilityDetails {
|
|
|
262
279
|
*
|
|
263
280
|
* Expected format is an RFC3339 formatted string.
|
|
264
281
|
*
|
|
265
|
-
* @example
|
|
282
|
+
* @example
|
|
283
|
+
* 2018-01-20T23:27:25.000Z
|
|
266
284
|
*/
|
|
267
285
|
introducedDate: string;
|
|
268
286
|
/**
|
|
@@ -271,7 +289,8 @@ export interface VulnerabilityDetails {
|
|
|
271
289
|
*
|
|
272
290
|
* Expected format is an RFC3339 formatted string.
|
|
273
291
|
*
|
|
274
|
-
* @example
|
|
292
|
+
* @example
|
|
293
|
+
* 2018-01-20T23:27:25.000Z
|
|
275
294
|
*/
|
|
276
295
|
lastUpdated: string;
|
|
277
296
|
/**
|
|
@@ -290,7 +309,8 @@ export interface VulnerabilityDetails {
|
|
|
290
309
|
*
|
|
291
310
|
* The current status of the Vulnerability.
|
|
292
311
|
*
|
|
293
|
-
* @example
|
|
312
|
+
* @example
|
|
313
|
+
* open
|
|
294
314
|
*/
|
|
295
315
|
status: "open" | "closed" | "ignored" | "unknown";
|
|
296
316
|
/**
|
|
@@ -303,13 +323,15 @@ export interface VulnerabilityDetails {
|
|
|
303
323
|
/**
|
|
304
324
|
* The content of the additionalInfo.
|
|
305
325
|
*
|
|
306
|
-
* @example
|
|
326
|
+
* @example
|
|
327
|
+
* More information on the vulnerability, as a string
|
|
307
328
|
*/
|
|
308
329
|
content: string;
|
|
309
330
|
/**
|
|
310
331
|
* Optional URL linking to the information
|
|
311
332
|
*
|
|
312
|
-
* @example
|
|
333
|
+
* @example
|
|
334
|
+
* https://example.com/project/CWE-123/additionalInfo
|
|
313
335
|
*/
|
|
314
336
|
url?: string;
|
|
315
337
|
} & {
|
|
@@ -323,7 +345,8 @@ export interface VulnerabilityDetails {
|
|
|
323
345
|
/**
|
|
324
346
|
* Defines the association type.
|
|
325
347
|
*
|
|
326
|
-
* @example
|
|
348
|
+
* @example
|
|
349
|
+
* issueIdOrKeys
|
|
327
350
|
*/
|
|
328
351
|
associationType: "issueIdOrKeys";
|
|
329
352
|
/**
|
|
@@ -344,7 +367,8 @@ export interface VulnerabilityDetails {
|
|
|
344
367
|
/**
|
|
345
368
|
* Defines the association type.
|
|
346
369
|
*
|
|
347
|
-
* @example
|
|
370
|
+
* @example
|
|
371
|
+
* issueIdOrKeys
|
|
348
372
|
*/
|
|
349
373
|
associationType: "issueIdOrKeys";
|
|
350
374
|
/**
|
|
@@ -363,7 +387,8 @@ export interface VulnerabilityDetails {
|
|
|
363
387
|
*
|
|
364
388
|
* Expected format is an RFC3339 formatted string.
|
|
365
389
|
*
|
|
366
|
-
* @example
|
|
390
|
+
* @example
|
|
391
|
+
* 2018-01-20T23:27:25.000Z
|
|
367
392
|
*/
|
|
368
393
|
associationsLastUpdated?: string;
|
|
369
394
|
/**
|
|
@@ -379,7 +404,8 @@ export interface VulnerabilityDetails {
|
|
|
379
404
|
* are received with an associationsUpdateSequenceNumber lower than what is
|
|
380
405
|
* currently stored will be ignored.
|
|
381
406
|
*
|
|
382
|
-
* @example
|
|
407
|
+
* @example
|
|
408
|
+
* 1523494301448
|
|
383
409
|
*/
|
|
384
410
|
associationsUpdateSequenceNumber?: number;
|
|
385
411
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityInformation.js","sourceRoot":"","sources":["../../../../src/openapi/software/models/securityInformation.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"securityInformation.js","sourceRoot":"","sources":["../../../../src/openapi/software/models/securityInformation.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,12 +11,14 @@ export declare class BacklogService extends CommonHttpService {
|
|
|
11
11
|
* This operation is equivalent to remove future and active sprints from a given
|
|
12
12
|
* set of issues. At most 50 issues may be moved at once.
|
|
13
13
|
*
|
|
14
|
-
* @path
|
|
14
|
+
* @path POST `/rest/agile/1.0/backlog/issue`
|
|
15
15
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog#api-rest-agile-1-0-backlog-issue-post
|
|
16
|
+
* @param params
|
|
16
17
|
*/
|
|
17
18
|
moveIssuesToBacklog: ({ issueAssignRequestBean, }: {
|
|
18
19
|
/**
|
|
19
|
-
* @example
|
|
20
|
+
* @example
|
|
21
|
+
* {
|
|
20
22
|
* "issues": [
|
|
21
23
|
* "10001",
|
|
22
24
|
* "PR-1",
|
|
@@ -36,7 +38,9 @@ export declare class BacklogService extends CommonHttpService {
|
|
|
36
38
|
*
|
|
37
39
|
* @returns Returns the list of issue with status of rank operation.
|
|
38
40
|
*
|
|
39
|
-
* example:
|
|
41
|
+
* example:
|
|
42
|
+
* ```
|
|
43
|
+
* {
|
|
40
44
|
* "entries": [
|
|
41
45
|
* {
|
|
42
46
|
* "issueId": 10000,
|
|
@@ -50,8 +54,7 @@ export declare class BacklogService extends CommonHttpService {
|
|
|
50
54
|
* },
|
|
51
55
|
* {
|
|
52
56
|
* "errors": [
|
|
53
|
-
* "JIRA Agile cannot execute the rank operation at this time. Please try
|
|
54
|
-
* again later."
|
|
57
|
+
* "JIRA Agile cannot execute the rank operation at this time. Please try again later."
|
|
55
58
|
* ],
|
|
56
59
|
* "issueId": 10002,
|
|
57
60
|
* "issueKey": "PR-3",
|
|
@@ -59,13 +62,16 @@ export declare class BacklogService extends CommonHttpService {
|
|
|
59
62
|
* }
|
|
60
63
|
* ]
|
|
61
64
|
* }
|
|
62
|
-
*
|
|
65
|
+
* ```
|
|
66
|
+
* @path POST `/rest/agile/1.0/backlog/{boardId}/issue`
|
|
63
67
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog#api-rest-agile-1-0-backlog-boardid-issue-post
|
|
68
|
+
* @param params
|
|
64
69
|
*/
|
|
65
70
|
moveIssuesToBacklogForBoard: ({ boardId, issueRankRequestBean, }: {
|
|
66
71
|
boardId: number;
|
|
67
72
|
/**
|
|
68
|
-
* @example
|
|
73
|
+
* @example
|
|
74
|
+
* {
|
|
69
75
|
* "issues": [
|
|
70
76
|
* "PR-1",
|
|
71
77
|
* "10001",
|
|
@@ -21,8 +21,9 @@ class BacklogService extends CommonHttpService_1.CommonHttpService {
|
|
|
21
21
|
* This operation is equivalent to remove future and active sprints from a given
|
|
22
22
|
* set of issues. At most 50 issues may be moved at once.
|
|
23
23
|
*
|
|
24
|
-
* @path
|
|
24
|
+
* @path POST `/rest/agile/1.0/backlog/issue`
|
|
25
25
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog#api-rest-agile-1-0-backlog-issue-post
|
|
26
|
+
* @param params
|
|
26
27
|
*/
|
|
27
28
|
this.moveIssuesToBacklog = ({ issueAssignRequestBean, }) => {
|
|
28
29
|
return this.getClientInstance()
|
|
@@ -46,7 +47,9 @@ class BacklogService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
47
|
*
|
|
47
48
|
* @returns Returns the list of issue with status of rank operation.
|
|
48
49
|
*
|
|
49
|
-
* example:
|
|
50
|
+
* example:
|
|
51
|
+
* ```
|
|
52
|
+
* {
|
|
50
53
|
* "entries": [
|
|
51
54
|
* {
|
|
52
55
|
* "issueId": 10000,
|
|
@@ -60,8 +63,7 @@ class BacklogService extends CommonHttpService_1.CommonHttpService {
|
|
|
60
63
|
* },
|
|
61
64
|
* {
|
|
62
65
|
* "errors": [
|
|
63
|
-
* "JIRA Agile cannot execute the rank operation at this time. Please try
|
|
64
|
-
* again later."
|
|
66
|
+
* "JIRA Agile cannot execute the rank operation at this time. Please try again later."
|
|
65
67
|
* ],
|
|
66
68
|
* "issueId": 10002,
|
|
67
69
|
* "issueKey": "PR-3",
|
|
@@ -69,8 +71,10 @@ class BacklogService extends CommonHttpService_1.CommonHttpService {
|
|
|
69
71
|
* }
|
|
70
72
|
* ]
|
|
71
73
|
* }
|
|
72
|
-
*
|
|
74
|
+
* ```
|
|
75
|
+
* @path POST `/rest/agile/1.0/backlog/{boardId}/issue`
|
|
73
76
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog#api-rest-agile-1-0-backlog-boardid-issue-post
|
|
77
|
+
* @param params
|
|
74
78
|
*/
|
|
75
79
|
this.moveIssuesToBacklogForBoard = ({ boardId, issueRankRequestBean, }) => {
|
|
76
80
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BacklogService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/BacklogService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,cAAe,SAAQ,qCAAiB;IAArD;;QACE
|
|
1
|
+
{"version":3,"file":"BacklogService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/BacklogService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,cAAe,SAAQ,qCAAiB;IAArD;;QACE;;;;;;;;WAQG;QACH,wBAAmB,GAAG,CAAC,EACrB,sBAAsB,GAavB,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+BAA+B;gBACrC,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,sBAAsB;aAC7B,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsCG;QACH,gCAA2B,GAAG,CAAC,EAC7B,OAAO,EACP,oBAAoB,GAgBrB,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,yCAAyC;gBAC/C,MAAM,EAAE,MAAM;gBACd,UAAU,EAAE;oBACV,OAAO;iBACR;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,oBAAoB;aAC3B,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE,EAAE;gBACP,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,qDAAqD,EACrD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE;YACvC,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACrC,OAAO;YACT,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CAAC,qDAAqD,CAAC,CACnE,CAAC;IACJ,CAAC;CACF;AAvJD,wCAuJC"}
|