@resolution/jira-api-client 0.5.4 → 0.5.6
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 +19 -0
- package/lib/index.d.ts +35 -7
- package/lib/index.js +27 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +10 -2
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
- package/lib/openapi/platform/models/appDataPolicies.d.ts +20 -4
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +21 -4
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +1 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/auditRecords.d.ts +20 -4
- package/lib/openapi/platform/models/auditRecords.js.map +1 -1
- package/lib/openapi/platform/models/avatars.d.ts +11 -2
- package/lib/openapi/platform/models/avatars.js.map +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +10 -2
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +256 -47
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +133 -26
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +2 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/filterSharing.d.ts +6 -1
- package/lib/openapi/platform/models/filterSharing.js.map +1 -1
- package/lib/openapi/platform/models/filters.d.ts +32 -6
- package/lib/openapi/platform/models/filters.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +10 -2
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +30 -5
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +40 -7
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +86 -9
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +5 -1
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +11 -2
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +15 -3
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +216 -43
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +54 -10
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +21 -3
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +20 -4
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +85 -17
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +31 -6
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +5 -1
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +26 -5
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +61 -12
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issuePriorities.d.ts +32 -8
- package/lib/openapi/platform/models/issuePriorities.js +20 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
- package/lib/openapi/platform/models/issueProperties.d.ts +21 -3
- package/lib/openapi/platform/models/issueProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +32 -6
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +36 -7
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +33 -5
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +10 -2
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +80 -15
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +52 -10
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +60 -12
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +2 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueVotes.d.ts +5 -1
- package/lib/openapi/platform/models/issueVotes.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +15 -3
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +21 -4
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +170 -31
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +68 -10
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jiraSettings.d.ts +11 -2
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +141 -25
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +20 -4
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
- package/lib/openapi/platform/models/labels.d.ts +5 -1
- package/lib/openapi/platform/models/labels.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +16 -3
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/myself.d.ts +5 -1
- package/lib/openapi/platform/models/myself.js.map +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +15 -3
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/permissions.d.ts +35 -6
- package/lib/openapi/platform/models/permissions.js.map +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +76 -14
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectAvatars.d.ts +5 -1
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +5 -1
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/projectComponents.d.ts +21 -4
- package/lib/openapi/platform/models/projectComponents.js.map +1 -1
- package/lib/openapi/platform/models/projectEmail.d.ts +5 -1
- package/lib/openapi/platform/models/projectEmail.js.map +1 -1
- package/lib/openapi/platform/models/projectFeatures.d.ts +15 -3
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +6 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectRoleActors.d.ts +3 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
- package/lib/openapi/platform/models/projectRoles.d.ts +6 -1
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTypes.d.ts +5 -1
- package/lib/openapi/platform/models/projectTypes.js.map +1 -1
- package/lib/openapi/platform/models/projectVersions.d.ts +32 -6
- package/lib/openapi/platform/models/projectVersions.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +36 -7
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +35 -7
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/screenTabFields.d.ts +2 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
- package/lib/openapi/platform/models/screens.d.ts +30 -6
- package/lib/openapi/platform/models/screens.js.map +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +10 -2
- package/lib/openapi/platform/models/serverInfo.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +33 -6
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +5 -1
- package/lib/openapi/platform/models/timeTracking.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +28 -5
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/userSearch.d.ts +10 -2
- package/lib/openapi/platform/models/userSearch.js.map +1 -1
- package/lib/openapi/platform/models/users.d.ts +8 -1
- package/lib/openapi/platform/models/users.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +44 -8
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +10 -2
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +12 -2
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +68 -12
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +5 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +47 -9
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +261 -48
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/AvatarsService.js +1 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +1 -0
- package/lib/openapi/platform/services/DashboardsService.js +1 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +1 -0
- package/lib/openapi/platform/services/FiltersService.js +1 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupsService.js +1 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuesService.js +1 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlService.js +1 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +1 -0
- package/lib/openapi/platform/services/LabelsService.js +1 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +1 -0
- package/lib/openapi/platform/services/MyselfService.js +1 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionsService.js +1 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectsService.js +1 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreensService.js +1 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +1 -0
- package/lib/openapi/platform/services/StatusService.js +1 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +1 -0
- package/lib/openapi/platform/services/TasksService.js +1 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/UserSearchService.js +1 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +1 -0
- package/lib/openapi/platform/services/UsersService.js +1 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +1 -0
- package/lib/openapi/platform/services/WebhooksService.js +1 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/models/assets.d.ts +13 -2
- package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +47 -8
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/serviceManagement/models/customer.d.ts +6 -1
- package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
- package/lib/openapi/serviceManagement/models/info.d.ts +1 -0
- package/lib/openapi/serviceManagement/models/info.js.map +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +7 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/models/organization.d.ts +10 -1
- package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +106 -16
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +97 -16
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +129 -20
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +10 -0
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +12 -1
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +6 -0
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +4 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +26 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/epic.d.ts +3 -0
- package/lib/openapi/software/models/epic.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +6 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/issue.d.ts +1 -0
- package/lib/openapi/software/models/issue.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +14 -0
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +7 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +12 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/models/sprint.d.ts +2 -0
- package/lib/openapi/software/models/sprint.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +1 -0
- package/lib/openapi/software/services/BacklogService.js +1 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +1 -0
- package/lib/openapi/software/services/BoardService.js +1 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +1 -0
- package/lib/openapi/software/services/BuildsService.js +1 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +1 -0
- package/lib/openapi/software/services/DeploymentsService.js +1 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +1 -0
- package/lib/openapi/software/services/EpicService.js +1 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +1 -0
- package/lib/openapi/software/services/IssueService.js +1 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +1 -0
- package/lib/openapi/software/services/OperationsService.js +1 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +1 -0
- package/lib/openapi/software/services/SprintService.js +1 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Details of an issue resolution.
|
|
5
|
+
*
|
|
6
|
+
* @category Models
|
|
7
|
+
*/
|
|
4
8
|
export interface CreateResolutionDetails extends Record<string, unknown> {
|
|
5
9
|
/** The description of the resolution. */
|
|
6
10
|
description?: string;
|
|
7
11
|
/** The name of the resolution. Must be unique (case-insensitive). */
|
|
8
12
|
name: string;
|
|
9
13
|
}
|
|
10
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* A page of items.
|
|
16
|
+
*
|
|
17
|
+
* @category Models
|
|
18
|
+
*/
|
|
11
19
|
export interface PageBeanResolutionJsonBean {
|
|
12
20
|
/** Whether this is the last page. */
|
|
13
21
|
isLast?: boolean;
|
|
@@ -24,7 +32,11 @@ export interface PageBeanResolutionJsonBean {
|
|
|
24
32
|
/** The list of items. */
|
|
25
33
|
values?: ResolutionJsonBean[];
|
|
26
34
|
}
|
|
27
|
-
/**
|
|
35
|
+
/**
|
|
36
|
+
* Change the order of issue resolutions.
|
|
37
|
+
*
|
|
38
|
+
* @category Models
|
|
39
|
+
*/
|
|
28
40
|
export interface ReorderIssueResolutionsRequest {
|
|
29
41
|
/** The ID of the resolution. Required if `position` isn't provided. */
|
|
30
42
|
after?: string;
|
|
@@ -39,7 +51,11 @@ export interface ReorderIssueResolutionsRequest {
|
|
|
39
51
|
*/
|
|
40
52
|
position?: string;
|
|
41
53
|
}
|
|
42
|
-
/**
|
|
54
|
+
/**
|
|
55
|
+
* Details of an issue resolution.
|
|
56
|
+
*
|
|
57
|
+
* @category Models
|
|
58
|
+
*/
|
|
43
59
|
export interface Resolution {
|
|
44
60
|
/** The description of the issue resolution. */
|
|
45
61
|
description?: string;
|
|
@@ -50,11 +66,16 @@ export interface Resolution {
|
|
|
50
66
|
/** The URL of the issue resolution. */
|
|
51
67
|
self?: string;
|
|
52
68
|
}
|
|
53
|
-
/**
|
|
69
|
+
/**
|
|
70
|
+
* The ID of an issue resolution.
|
|
71
|
+
*
|
|
72
|
+
* @category Models
|
|
73
|
+
*/
|
|
54
74
|
export interface ResolutionId extends Record<string, unknown> {
|
|
55
75
|
/** The ID of the issue resolution. */
|
|
56
76
|
id: string;
|
|
57
77
|
}
|
|
78
|
+
/** @category Models */
|
|
58
79
|
export interface ResolutionJsonBean {
|
|
59
80
|
default?: boolean;
|
|
60
81
|
description?: string;
|
|
@@ -63,7 +84,11 @@ export interface ResolutionJsonBean {
|
|
|
63
84
|
name?: string;
|
|
64
85
|
self?: string;
|
|
65
86
|
}
|
|
66
|
-
/**
|
|
87
|
+
/**
|
|
88
|
+
* The new default issue resolution.
|
|
89
|
+
*
|
|
90
|
+
* @category Models
|
|
91
|
+
*/
|
|
67
92
|
export interface SetDefaultResolutionRequest {
|
|
68
93
|
/**
|
|
69
94
|
* The ID of the new default issue resolution. Must be an existing ID or null.
|
|
@@ -71,7 +96,11 @@ export interface SetDefaultResolutionRequest {
|
|
|
71
96
|
*/
|
|
72
97
|
id: string;
|
|
73
98
|
}
|
|
74
|
-
/**
|
|
99
|
+
/**
|
|
100
|
+
* Details of an issue resolution.
|
|
101
|
+
*
|
|
102
|
+
* @category Models
|
|
103
|
+
*/
|
|
75
104
|
export interface UpdateResolutionDetails extends Record<string, unknown> {
|
|
76
105
|
/** The description of the resolution. */
|
|
77
106
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issueResolutions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueResolutions.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"issueResolutions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueResolutions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type IssueBean, type JsonTypeBean } from "./common";
|
|
4
|
+
/** @category Models */
|
|
4
5
|
export interface IdSearchRequestBean {
|
|
5
6
|
/**
|
|
6
7
|
* A [JQL](https://confluence.atlassian.com/x/egORLQ) expression. Order by clauses
|
|
@@ -18,6 +19,8 @@ export interface IdSearchRequestBean {
|
|
|
18
19
|
/**
|
|
19
20
|
* Result of your JQL search. Returns a list of issue IDs and a token to fetch the
|
|
20
21
|
* next page if one exists.
|
|
22
|
+
*
|
|
23
|
+
* @category Models
|
|
21
24
|
*/
|
|
22
25
|
export interface IdSearchResults {
|
|
23
26
|
/** The list of issue IDs found by the search. */
|
|
@@ -31,6 +34,8 @@ export interface IdSearchResults {
|
|
|
31
34
|
/**
|
|
32
35
|
* A list of matched issues or errors for each JQL query, in the order the JQL
|
|
33
36
|
* queries were passed.
|
|
37
|
+
*
|
|
38
|
+
* @category Models
|
|
34
39
|
*/
|
|
35
40
|
export interface IssueMatches {
|
|
36
41
|
matches: IssueMatchesForJql[];
|
|
@@ -38,6 +43,8 @@ export interface IssueMatches {
|
|
|
38
43
|
/**
|
|
39
44
|
* A list of the issues matched to a JQL query or details of errors encountered
|
|
40
45
|
* during matching.
|
|
46
|
+
*
|
|
47
|
+
* @category Models
|
|
41
48
|
*/
|
|
42
49
|
export interface IssueMatchesForJql {
|
|
43
50
|
/** A list of errors. */
|
|
@@ -45,12 +52,20 @@ export interface IssueMatchesForJql {
|
|
|
45
52
|
/** A list of issue IDs. */
|
|
46
53
|
matchedIssues: number[];
|
|
47
54
|
}
|
|
48
|
-
/**
|
|
55
|
+
/**
|
|
56
|
+
* A list of issues suggested for use in auto-completion.
|
|
57
|
+
*
|
|
58
|
+
* @category Models
|
|
59
|
+
*/
|
|
49
60
|
export interface IssuePickerSuggestions {
|
|
50
61
|
/** A list of issues for an issue type suggested for use in auto-completion. */
|
|
51
62
|
sections?: IssuePickerSuggestionsIssueType[];
|
|
52
63
|
}
|
|
53
|
-
/**
|
|
64
|
+
/**
|
|
65
|
+
* A type of issue suggested for use in auto-completion.
|
|
66
|
+
*
|
|
67
|
+
* @category Models
|
|
68
|
+
*/
|
|
54
69
|
export interface IssuePickerSuggestionsIssueType {
|
|
55
70
|
/** The ID of the type of issues suggested for use in auto-completion. */
|
|
56
71
|
id?: string;
|
|
@@ -69,13 +84,18 @@ export interface IssuePickerSuggestionsIssueType {
|
|
|
69
84
|
*/
|
|
70
85
|
sub?: string;
|
|
71
86
|
}
|
|
72
|
-
/**
|
|
87
|
+
/**
|
|
88
|
+
* List of issues and JQL queries.
|
|
89
|
+
*
|
|
90
|
+
* @category Models
|
|
91
|
+
*/
|
|
73
92
|
export interface IssuesAndJqlQueries {
|
|
74
93
|
/** A list of issue IDs. */
|
|
75
94
|
issueIds: number[];
|
|
76
95
|
/** A list of JQL queries. */
|
|
77
96
|
jqls: string[];
|
|
78
97
|
}
|
|
98
|
+
/** @category Models */
|
|
79
99
|
export interface SearchRequestBean {
|
|
80
100
|
/**
|
|
81
101
|
* Use [expand](em>#expansion) to include additional information about issues in
|
|
@@ -151,7 +171,11 @@ export interface SearchRequestBean {
|
|
|
151
171
|
*/
|
|
152
172
|
validateQuery?: "strict" | "warn" | "none" | "true" | "false";
|
|
153
173
|
}
|
|
154
|
-
/**
|
|
174
|
+
/**
|
|
175
|
+
* The result of a JQL search.
|
|
176
|
+
*
|
|
177
|
+
* @category Models
|
|
178
|
+
*/
|
|
155
179
|
export interface SearchResults {
|
|
156
180
|
/** Expand options that include additional search result details in the response. */
|
|
157
181
|
expand?: string;
|
|
@@ -174,7 +198,11 @@ export interface SearchResults {
|
|
|
174
198
|
/** Any warnings related to the JQL query. */
|
|
175
199
|
warningMessages?: string[];
|
|
176
200
|
}
|
|
177
|
-
/**
|
|
201
|
+
/**
|
|
202
|
+
* An issue suggested for use in the issue picker auto-completion.
|
|
203
|
+
*
|
|
204
|
+
* @category Models
|
|
205
|
+
*/
|
|
178
206
|
export interface SuggestedIssue {
|
|
179
207
|
/** The ID of the issue. */
|
|
180
208
|
id?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issueSearch.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSearch.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAIkB;
|
|
1
|
+
{"version":3,"file":"issueSearch.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSearch.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type PermissionHolder } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Issue security level member.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface IssueSecurityLevelMember {
|
|
6
10
|
/**
|
|
7
11
|
* The user or group being granted the permission. It consists of a `type` and a
|
|
@@ -16,7 +20,11 @@ export interface IssueSecurityLevelMember {
|
|
|
16
20
|
issueSecurityLevelId: number;
|
|
17
21
|
managed?: boolean;
|
|
18
22
|
}
|
|
19
|
-
/**
|
|
23
|
+
/**
|
|
24
|
+
* A page of items.
|
|
25
|
+
*
|
|
26
|
+
* @category Models
|
|
27
|
+
*/
|
|
20
28
|
export interface PageBeanIssueSecurityLevelMember {
|
|
21
29
|
/** Whether this is the last page. */
|
|
22
30
|
isLast?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issueSecurityLevel.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSecurityLevel.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAGkB;
|
|
1
|
+
{"version":3,"file":"issueSecurityLevel.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSecurityLevel.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAGkB;AAyClB,SAAgB,2CAA2C,CACzD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,0BAA0B,EAC1B,OAAC;SACE,MAAM,CAAC;QACN,MAAM,EAAE,uBAAuB,CAAC,IAAI,CAAC,kBAAkB,CAAC;QACxD,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;QACpB,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;QACtC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,0BAA0B,CAAC,CACxC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,kCAAkC,EAClC,OAAC;SACE,MAAM,CAAC;QACN,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC9B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QACvC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QACpC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QAClC,MAAM,EAAE,OAAC;aACN,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;aAC/D,QAAQ,EAAE;KACd,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,kCAAkC,CAAC,CAChD,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAjCD,kGAiCC"}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type PermissionHolder, type SecurityLevel, type SecurityScheme } from "./common";
|
|
4
|
+
/** @category Models */
|
|
4
5
|
export interface AddSecuritySchemeLevelsRequestBean {
|
|
5
6
|
/** The list of scheme levels which should be added to the security scheme. */
|
|
6
7
|
levels?: SecuritySchemeLevelBean[];
|
|
7
8
|
}
|
|
8
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* Issue security scheme, project, and remapping details.
|
|
11
|
+
*
|
|
12
|
+
* @category Models
|
|
13
|
+
*/
|
|
9
14
|
export interface AssociateSecuritySchemeWithProjectDetails {
|
|
10
15
|
/**
|
|
11
16
|
* The list of scheme levels which should be remapped to new levels of the issue
|
|
@@ -20,7 +25,11 @@ export interface AssociateSecuritySchemeWithProjectDetails {
|
|
|
20
25
|
*/
|
|
21
26
|
schemeId: string;
|
|
22
27
|
}
|
|
23
|
-
/**
|
|
28
|
+
/**
|
|
29
|
+
* Issue security scheme and it's details
|
|
30
|
+
*
|
|
31
|
+
* @category Models
|
|
32
|
+
*/
|
|
24
33
|
export interface CreateIssueSecuritySchemeDetails extends Record<string, unknown> {
|
|
25
34
|
/** The description of the issue security scheme. */
|
|
26
35
|
description?: string;
|
|
@@ -29,7 +38,11 @@ export interface CreateIssueSecuritySchemeDetails extends Record<string, unknown
|
|
|
29
38
|
/** The name of the issue security scheme. Must be unique (case-insensitive). */
|
|
30
39
|
name: string;
|
|
31
40
|
}
|
|
32
|
-
/**
|
|
41
|
+
/**
|
|
42
|
+
* Details of scheme and new default level.
|
|
43
|
+
*
|
|
44
|
+
* @category Models
|
|
45
|
+
*/
|
|
33
46
|
export interface DefaultLevelValue extends Record<string, unknown> {
|
|
34
47
|
/**
|
|
35
48
|
* The ID of the issue security level to set as default for the specified scheme.
|
|
@@ -39,11 +52,16 @@ export interface DefaultLevelValue extends Record<string, unknown> {
|
|
|
39
52
|
/** The ID of the issue security scheme to set default level for. */
|
|
40
53
|
issueSecuritySchemeId: string;
|
|
41
54
|
}
|
|
42
|
-
/**
|
|
55
|
+
/**
|
|
56
|
+
* Details about an project using security scheme mapping.
|
|
57
|
+
*
|
|
58
|
+
* @category Models
|
|
59
|
+
*/
|
|
43
60
|
export interface IssueSecuritySchemeToProjectMapping extends Record<string, unknown> {
|
|
44
61
|
issueSecuritySchemeId?: string;
|
|
45
62
|
projectId?: string;
|
|
46
63
|
}
|
|
64
|
+
/** @category Models */
|
|
47
65
|
export interface OldToNewSecurityLevelMappingsBean {
|
|
48
66
|
/**
|
|
49
67
|
* The new issue security level ID. Providing null will clear the assigned old
|
|
@@ -56,7 +74,11 @@ export interface OldToNewSecurityLevelMappingsBean {
|
|
|
56
74
|
*/
|
|
57
75
|
oldLevelId: string;
|
|
58
76
|
}
|
|
59
|
-
/**
|
|
77
|
+
/**
|
|
78
|
+
* A page of items.
|
|
79
|
+
*
|
|
80
|
+
* @category Models
|
|
81
|
+
*/
|
|
60
82
|
export interface PageBeanIssueSecuritySchemeToProjectMapping {
|
|
61
83
|
/** Whether this is the last page. */
|
|
62
84
|
isLast?: boolean;
|
|
@@ -73,7 +95,11 @@ export interface PageBeanIssueSecuritySchemeToProjectMapping {
|
|
|
73
95
|
/** The list of items. */
|
|
74
96
|
values?: IssueSecuritySchemeToProjectMapping[];
|
|
75
97
|
}
|
|
76
|
-
/**
|
|
98
|
+
/**
|
|
99
|
+
* A page of items.
|
|
100
|
+
*
|
|
101
|
+
* @category Models
|
|
102
|
+
*/
|
|
77
103
|
export interface PageBeanSecurityLevel {
|
|
78
104
|
/** Whether this is the last page. */
|
|
79
105
|
isLast?: boolean;
|
|
@@ -90,7 +116,11 @@ export interface PageBeanSecurityLevel {
|
|
|
90
116
|
/** The list of items. */
|
|
91
117
|
values?: SecurityLevel[];
|
|
92
118
|
}
|
|
93
|
-
/**
|
|
119
|
+
/**
|
|
120
|
+
* A page of items.
|
|
121
|
+
*
|
|
122
|
+
* @category Models
|
|
123
|
+
*/
|
|
94
124
|
export interface PageBeanSecurityLevelMember {
|
|
95
125
|
/** Whether this is the last page. */
|
|
96
126
|
isLast?: boolean;
|
|
@@ -107,7 +137,11 @@ export interface PageBeanSecurityLevelMember {
|
|
|
107
137
|
/** The list of items. */
|
|
108
138
|
values?: SecurityLevelMember[];
|
|
109
139
|
}
|
|
110
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* A page of items.
|
|
142
|
+
*
|
|
143
|
+
* @category Models
|
|
144
|
+
*/
|
|
111
145
|
export interface PageBeanSecuritySchemeWithProjects {
|
|
112
146
|
/** Whether this is the last page. */
|
|
113
147
|
isLast?: boolean;
|
|
@@ -124,7 +158,11 @@ export interface PageBeanSecuritySchemeWithProjects {
|
|
|
124
158
|
/** The list of items. */
|
|
125
159
|
values?: SecuritySchemeWithProjects[];
|
|
126
160
|
}
|
|
127
|
-
/**
|
|
161
|
+
/**
|
|
162
|
+
* Issue security level member.
|
|
163
|
+
*
|
|
164
|
+
* @category Models
|
|
165
|
+
*/
|
|
128
166
|
export interface SecurityLevelMember extends Record<string, unknown> {
|
|
129
167
|
/**
|
|
130
168
|
* The user or group being granted the permission. It consists of a `type` and a
|
|
@@ -141,11 +179,16 @@ export interface SecurityLevelMember extends Record<string, unknown> {
|
|
|
141
179
|
issueSecuritySchemeId: string;
|
|
142
180
|
managed?: boolean;
|
|
143
181
|
}
|
|
144
|
-
/**
|
|
182
|
+
/**
|
|
183
|
+
* The ID of the issue security scheme.
|
|
184
|
+
*
|
|
185
|
+
* @category Models
|
|
186
|
+
*/
|
|
145
187
|
export interface SecuritySchemeId extends Record<string, unknown> {
|
|
146
188
|
/** The ID of the issue security scheme. */
|
|
147
189
|
id: string;
|
|
148
190
|
}
|
|
191
|
+
/** @category Models */
|
|
149
192
|
export interface SecuritySchemeLevelBean {
|
|
150
193
|
/** The description of the issue security scheme level. */
|
|
151
194
|
description?: string;
|
|
@@ -159,13 +202,18 @@ export interface SecuritySchemeLevelBean {
|
|
|
159
202
|
/** The name of the issue security scheme level. Must be unique. */
|
|
160
203
|
name: string;
|
|
161
204
|
}
|
|
205
|
+
/** @category Models */
|
|
162
206
|
export interface SecuritySchemeLevelMemberBean {
|
|
163
207
|
/** The value corresponding to the specified member type. */
|
|
164
208
|
parameter?: string;
|
|
165
209
|
/** The issue security level member type, e.g `reporter`, `group`, `user`. */
|
|
166
210
|
type: string;
|
|
167
211
|
}
|
|
168
|
-
/**
|
|
212
|
+
/**
|
|
213
|
+
* Details of issue security scheme level new members.
|
|
214
|
+
*
|
|
215
|
+
* @category Models
|
|
216
|
+
*/
|
|
169
217
|
export interface SecuritySchemeMembersRequest {
|
|
170
218
|
/**
|
|
171
219
|
* The list of level members which should be added to the issue security scheme
|
|
@@ -173,12 +221,20 @@ export interface SecuritySchemeMembersRequest {
|
|
|
173
221
|
*/
|
|
174
222
|
members?: SecuritySchemeLevelMemberBean[];
|
|
175
223
|
}
|
|
176
|
-
/**
|
|
224
|
+
/**
|
|
225
|
+
* List of security schemes.
|
|
226
|
+
*
|
|
227
|
+
* @category Models
|
|
228
|
+
*/
|
|
177
229
|
export interface SecuritySchemes {
|
|
178
230
|
/** List of security schemes. */
|
|
179
231
|
issueSecuritySchemes?: SecurityScheme[];
|
|
180
232
|
}
|
|
181
|
-
/**
|
|
233
|
+
/**
|
|
234
|
+
* Details about an issue security scheme.
|
|
235
|
+
*
|
|
236
|
+
* @category Models
|
|
237
|
+
*/
|
|
182
238
|
export interface SecuritySchemeWithProjects extends Record<string, unknown> {
|
|
183
239
|
/** The default level ID of the issue security scheme. */
|
|
184
240
|
defaultLevel?: number;
|
|
@@ -193,18 +249,27 @@ export interface SecuritySchemeWithProjects extends Record<string, unknown> {
|
|
|
193
249
|
/** The URL of the issue security scheme. */
|
|
194
250
|
self: string;
|
|
195
251
|
}
|
|
196
|
-
/**
|
|
252
|
+
/**
|
|
253
|
+
* Details of new default levels.
|
|
254
|
+
*
|
|
255
|
+
* @category Models
|
|
256
|
+
*/
|
|
197
257
|
export interface SetDefaultLevelsRequest extends Record<string, unknown> {
|
|
198
258
|
/** List of objects with issue security scheme ID and new default level ID. */
|
|
199
259
|
defaultValues: DefaultLevelValue[];
|
|
200
260
|
}
|
|
201
|
-
/**
|
|
261
|
+
/**
|
|
262
|
+
* Details of issue security scheme level.
|
|
263
|
+
*
|
|
264
|
+
* @category Models
|
|
265
|
+
*/
|
|
202
266
|
export interface UpdateIssueSecurityLevelDetails extends Record<string, unknown> {
|
|
203
267
|
/** The description of the issue security scheme level. */
|
|
204
268
|
description?: string;
|
|
205
269
|
/** The name of the issue security scheme level. Must be unique. */
|
|
206
270
|
name?: string;
|
|
207
271
|
}
|
|
272
|
+
/** @category Models */
|
|
208
273
|
export interface UpdateIssueSecuritySchemeRequestBean {
|
|
209
274
|
/** The description of the security scheme scheme. */
|
|
210
275
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issueSecuritySchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSecuritySchemes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAKkB;
|
|
1
|
+
{"version":3,"file":"issueSecuritySchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueSecuritySchemes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Details of an issue type scheme.
|
|
5
|
+
*
|
|
6
|
+
* @category Models
|
|
7
|
+
*/
|
|
4
8
|
export interface IssueTypeScheme {
|
|
5
9
|
/** The ID of the default issue type of the issue type scheme. */
|
|
6
10
|
defaultIssueTypeId?: string;
|
|
@@ -13,7 +17,11 @@ export interface IssueTypeScheme {
|
|
|
13
17
|
/** The name of the issue type scheme. */
|
|
14
18
|
name: string;
|
|
15
19
|
}
|
|
16
|
-
/**
|
|
20
|
+
/**
|
|
21
|
+
* Details of an issue type scheme and its associated issue types.
|
|
22
|
+
*
|
|
23
|
+
* @category Models
|
|
24
|
+
*/
|
|
17
25
|
export interface IssueTypeSchemeDetails {
|
|
18
26
|
/**
|
|
19
27
|
* The ID of the default issue type of the issue type scheme. This ID must be
|
|
@@ -33,26 +41,42 @@ export interface IssueTypeSchemeDetails {
|
|
|
33
41
|
*/
|
|
34
42
|
name: string;
|
|
35
43
|
}
|
|
36
|
-
/**
|
|
44
|
+
/**
|
|
45
|
+
* The ID of an issue type scheme.
|
|
46
|
+
*
|
|
47
|
+
* @category Models
|
|
48
|
+
*/
|
|
37
49
|
export interface IssueTypeSchemeId {
|
|
38
50
|
/** The ID of the issue type scheme. */
|
|
39
51
|
issueTypeSchemeId: string;
|
|
40
52
|
}
|
|
41
|
-
/**
|
|
53
|
+
/**
|
|
54
|
+
* Issue type scheme item.
|
|
55
|
+
*
|
|
56
|
+
* @category Models
|
|
57
|
+
*/
|
|
42
58
|
export interface IssueTypeSchemeMapping {
|
|
43
59
|
/** The ID of the issue type. */
|
|
44
60
|
issueTypeId: string;
|
|
45
61
|
/** The ID of the issue type scheme. */
|
|
46
62
|
issueTypeSchemeId: string;
|
|
47
63
|
}
|
|
48
|
-
/**
|
|
64
|
+
/**
|
|
65
|
+
* Details of the association between an issue type scheme and project.
|
|
66
|
+
*
|
|
67
|
+
* @category Models
|
|
68
|
+
*/
|
|
49
69
|
export interface IssueTypeSchemeProjectAssociation {
|
|
50
70
|
/** The ID of the issue type scheme. */
|
|
51
71
|
issueTypeSchemeId: string;
|
|
52
72
|
/** The ID of the project. */
|
|
53
73
|
projectId: string;
|
|
54
74
|
}
|
|
55
|
-
/**
|
|
75
|
+
/**
|
|
76
|
+
* Issue type scheme with a list of the projects that use it.
|
|
77
|
+
*
|
|
78
|
+
* @category Models
|
|
79
|
+
*/
|
|
56
80
|
export interface IssueTypeSchemeProjects {
|
|
57
81
|
/** Details of an issue type scheme. */
|
|
58
82
|
issueTypeScheme: IssueTypeScheme;
|
|
@@ -62,6 +86,8 @@ export interface IssueTypeSchemeProjects {
|
|
|
62
86
|
/**
|
|
63
87
|
* Details of the name, description, and default issue type for an issue type
|
|
64
88
|
* scheme.
|
|
89
|
+
*
|
|
90
|
+
* @category Models
|
|
65
91
|
*/
|
|
66
92
|
export interface IssueTypeSchemeUpdateDetails {
|
|
67
93
|
/** The ID of the default issue type of the issue type scheme. */
|
|
@@ -74,7 +100,11 @@ export interface IssueTypeSchemeUpdateDetails {
|
|
|
74
100
|
*/
|
|
75
101
|
name?: string;
|
|
76
102
|
}
|
|
77
|
-
/**
|
|
103
|
+
/**
|
|
104
|
+
* An ordered list of issue type IDs and information about where to move them.
|
|
105
|
+
*
|
|
106
|
+
* @category Models
|
|
107
|
+
*/
|
|
78
108
|
export interface OrderOfIssueTypes {
|
|
79
109
|
/**
|
|
80
110
|
* The ID of the issue type to place the moved issue types after. Required if
|
|
@@ -92,7 +122,11 @@ export interface OrderOfIssueTypes {
|
|
|
92
122
|
*/
|
|
93
123
|
position?: "First" | "Last";
|
|
94
124
|
}
|
|
95
|
-
/**
|
|
125
|
+
/**
|
|
126
|
+
* A page of items.
|
|
127
|
+
*
|
|
128
|
+
* @category Models
|
|
129
|
+
*/
|
|
96
130
|
export interface PageBeanIssueTypeScheme {
|
|
97
131
|
/** Whether this is the last page. */
|
|
98
132
|
isLast?: boolean;
|
|
@@ -109,7 +143,11 @@ export interface PageBeanIssueTypeScheme {
|
|
|
109
143
|
/** The list of items. */
|
|
110
144
|
values?: IssueTypeScheme[];
|
|
111
145
|
}
|
|
112
|
-
/**
|
|
146
|
+
/**
|
|
147
|
+
* A page of items.
|
|
148
|
+
*
|
|
149
|
+
* @category Models
|
|
150
|
+
*/
|
|
113
151
|
export interface PageBeanIssueTypeSchemeMapping {
|
|
114
152
|
/** Whether this is the last page. */
|
|
115
153
|
isLast?: boolean;
|
|
@@ -126,7 +164,11 @@ export interface PageBeanIssueTypeSchemeMapping {
|
|
|
126
164
|
/** The list of items. */
|
|
127
165
|
values?: IssueTypeSchemeMapping[];
|
|
128
166
|
}
|
|
129
|
-
/**
|
|
167
|
+
/**
|
|
168
|
+
* A page of items.
|
|
169
|
+
*
|
|
170
|
+
* @category Models
|
|
171
|
+
*/
|
|
130
172
|
export interface PageBeanIssueTypeSchemeProjects {
|
|
131
173
|
/** Whether this is the last page. */
|
|
132
174
|
isLast?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issueTypeSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueTypeSchemes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"issueTypeSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/issueTypeSchemes.ts"],"names":[],"mappings":"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"}
|