@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
|
@@ -12,7 +12,11 @@ import { type IncludedFields, type IssueTransition, type IssueUpdateMetadata, ty
|
|
|
12
12
|
import { type IssueTypeScreenScheme } from "./issueTypeScreenSchemes";
|
|
13
13
|
import { type PermissionGrant } from "./permissionSchemes";
|
|
14
14
|
import { type AppWorkflowTransitionRule, type WorkflowId } from "./workflowTransitionRules";
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* Details of an application role.
|
|
17
|
+
*
|
|
18
|
+
* @category Models
|
|
19
|
+
*/
|
|
16
20
|
export interface ApplicationRole {
|
|
17
21
|
/**
|
|
18
22
|
* The groups that are granted default access for this application role. As a
|
|
@@ -59,7 +63,11 @@ export interface ApplicationRole {
|
|
|
59
63
|
*/
|
|
60
64
|
userCountDescription?: string;
|
|
61
65
|
}
|
|
62
|
-
/**
|
|
66
|
+
/**
|
|
67
|
+
* Details of an avatar.
|
|
68
|
+
*
|
|
69
|
+
* @category Models
|
|
70
|
+
*/
|
|
63
71
|
export interface Avatar extends Record<string, unknown> {
|
|
64
72
|
/** The file name of the avatar icon. Returned for system avatars. */
|
|
65
73
|
fileName?: string;
|
|
@@ -82,7 +90,11 @@ export interface Avatar extends Record<string, unknown> {
|
|
|
82
90
|
[key: string]: string;
|
|
83
91
|
};
|
|
84
92
|
}
|
|
85
|
-
/**
|
|
93
|
+
/**
|
|
94
|
+
* The avatars of the user.
|
|
95
|
+
*
|
|
96
|
+
* @category Models
|
|
97
|
+
*/
|
|
86
98
|
export interface AvatarUrlsBean {
|
|
87
99
|
/** The URL of the item's 16x16 pixel avatar. */
|
|
88
100
|
"16x16"?: string;
|
|
@@ -93,17 +105,26 @@ export interface AvatarUrlsBean {
|
|
|
93
105
|
/** The URL of the item's 48x48 pixel avatar. */
|
|
94
106
|
"48x48"?: string;
|
|
95
107
|
}
|
|
96
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Details of an issue navigator column item.
|
|
110
|
+
*
|
|
111
|
+
* @category Models
|
|
112
|
+
*/
|
|
97
113
|
export interface ColumnItem {
|
|
98
114
|
/** The issue navigator column label. */
|
|
99
115
|
label?: string;
|
|
100
116
|
/** The issue navigator column value. */
|
|
101
117
|
value?: string;
|
|
102
118
|
}
|
|
119
|
+
/** @category Models */
|
|
103
120
|
export interface ColumnRequestBody {
|
|
104
121
|
columns?: string[];
|
|
105
122
|
}
|
|
106
|
-
/**
|
|
123
|
+
/**
|
|
124
|
+
* A comment.
|
|
125
|
+
*
|
|
126
|
+
* @category Models
|
|
127
|
+
*/
|
|
107
128
|
export interface Comment extends Record<string, unknown> {
|
|
108
129
|
/** The ID of the user who created the comment. */
|
|
109
130
|
author?: UserDetails;
|
|
@@ -150,7 +171,11 @@ export interface Comment extends Record<string, unknown> {
|
|
|
150
171
|
*/
|
|
151
172
|
visibility?: Visibility;
|
|
152
173
|
}
|
|
153
|
-
/**
|
|
174
|
+
/**
|
|
175
|
+
* Details about the default workflow.
|
|
176
|
+
*
|
|
177
|
+
* @category Models
|
|
178
|
+
*/
|
|
154
179
|
export interface DefaultWorkflow {
|
|
155
180
|
/**
|
|
156
181
|
* Whether a draft workflow scheme is created or updated when updating an active
|
|
@@ -161,7 +186,11 @@ export interface DefaultWorkflow {
|
|
|
161
186
|
/** The name of the workflow to set as the default workflow. */
|
|
162
187
|
workflow: string;
|
|
163
188
|
}
|
|
164
|
-
/**
|
|
189
|
+
/**
|
|
190
|
+
* The current version details of this workflow scheme.
|
|
191
|
+
*
|
|
192
|
+
* @category Models
|
|
193
|
+
*/
|
|
165
194
|
export interface DocumentVersion {
|
|
166
195
|
/** The version UUID. */
|
|
167
196
|
id: string;
|
|
@@ -171,6 +200,8 @@ export interface DocumentVersion {
|
|
|
171
200
|
/**
|
|
172
201
|
* An entity property, for more information see [Entity
|
|
173
202
|
* properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
203
|
+
*
|
|
204
|
+
* @category Models
|
|
174
205
|
*/
|
|
175
206
|
export interface EntityProperty {
|
|
176
207
|
/** The key of the property. Required on create and update. */
|
|
@@ -178,7 +209,11 @@ export interface EntityProperty {
|
|
|
178
209
|
/** The value of the property. Required on create and update. */
|
|
179
210
|
value?: unknown;
|
|
180
211
|
}
|
|
181
|
-
/**
|
|
212
|
+
/**
|
|
213
|
+
* Error messages from an operation.
|
|
214
|
+
*
|
|
215
|
+
* @category Models
|
|
216
|
+
*/
|
|
182
217
|
export interface ErrorCollection {
|
|
183
218
|
/**
|
|
184
219
|
* The list of error messages produced by this operation. For example, "input
|
|
@@ -195,10 +230,15 @@ export interface ErrorCollection {
|
|
|
195
230
|
};
|
|
196
231
|
status?: number;
|
|
197
232
|
}
|
|
233
|
+
/** @category Models */
|
|
198
234
|
export interface ErrorMessage {
|
|
199
235
|
message?: string;
|
|
200
236
|
}
|
|
201
|
-
/**
|
|
237
|
+
/**
|
|
238
|
+
* Details about a field.
|
|
239
|
+
*
|
|
240
|
+
* @category Models
|
|
241
|
+
*/
|
|
202
242
|
export interface FieldDetails {
|
|
203
243
|
/**
|
|
204
244
|
* The names that can be used to reference the field in an advanced search. For
|
|
@@ -228,6 +268,8 @@ export interface FieldDetails {
|
|
|
228
268
|
/**
|
|
229
269
|
* The list of groups found in a search, including header text (Showing X of Y
|
|
230
270
|
* matching groups) and total of matched groups.
|
|
271
|
+
*
|
|
272
|
+
* @category Models
|
|
231
273
|
*/
|
|
232
274
|
export interface FoundGroups {
|
|
233
275
|
groups?: FoundGroup[];
|
|
@@ -242,6 +284,8 @@ export interface FoundGroups {
|
|
|
242
284
|
/**
|
|
243
285
|
* The list of users found in a search, including header text (Showing X of Y
|
|
244
286
|
* matching users) and total of matched users.
|
|
287
|
+
*
|
|
288
|
+
* @category Models
|
|
245
289
|
*/
|
|
246
290
|
export interface FoundUsers {
|
|
247
291
|
/**
|
|
@@ -253,7 +297,11 @@ export interface FoundUsers {
|
|
|
253
297
|
total?: number;
|
|
254
298
|
users?: UserPickerUser[];
|
|
255
299
|
}
|
|
256
|
-
/**
|
|
300
|
+
/**
|
|
301
|
+
* Details about a group.
|
|
302
|
+
*
|
|
303
|
+
* @category Models
|
|
304
|
+
*/
|
|
257
305
|
export interface GroupName {
|
|
258
306
|
/**
|
|
259
307
|
* The ID of the group, which uniquely identifies the group across all Atlassian
|
|
@@ -265,7 +313,11 @@ export interface GroupName {
|
|
|
265
313
|
/** The URL for these group details. */
|
|
266
314
|
self?: string;
|
|
267
315
|
}
|
|
268
|
-
/**
|
|
316
|
+
/**
|
|
317
|
+
* Details about an issue.
|
|
318
|
+
*
|
|
319
|
+
* @category Models
|
|
320
|
+
*/
|
|
269
321
|
export interface IssueBean {
|
|
270
322
|
/** Details of changelogs associated with the issue. */
|
|
271
323
|
changelog?: PageOfChangelogs;
|
|
@@ -321,6 +373,8 @@ export interface IssueBean {
|
|
|
321
373
|
* with [Get issue link types](#api-rest-api-3-issueLinkType-get).
|
|
322
374
|
* * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it
|
|
323
375
|
* defines and reports on issue link types.
|
|
376
|
+
*
|
|
377
|
+
* @category Models
|
|
324
378
|
*/
|
|
325
379
|
export interface IssueLinkType {
|
|
326
380
|
/**
|
|
@@ -364,7 +418,11 @@ export interface IssueLinkType {
|
|
|
364
418
|
/** The URL of the issue link type. Read only. */
|
|
365
419
|
self?: string;
|
|
366
420
|
}
|
|
367
|
-
/**
|
|
421
|
+
/**
|
|
422
|
+
* Details about an issue type.
|
|
423
|
+
*
|
|
424
|
+
* @category Models
|
|
425
|
+
*/
|
|
368
426
|
export interface IssueTypeDetails {
|
|
369
427
|
/** The ID of the issue type's avatar. */
|
|
370
428
|
avatarId?: number;
|
|
@@ -387,12 +445,20 @@ export interface IssueTypeDetails {
|
|
|
387
445
|
/** Whether this issue type is used to create subtasks. */
|
|
388
446
|
subtask?: boolean;
|
|
389
447
|
}
|
|
390
|
-
/**
|
|
448
|
+
/**
|
|
449
|
+
* The list of issue type IDs.
|
|
450
|
+
*
|
|
451
|
+
* @category Models
|
|
452
|
+
*/
|
|
391
453
|
export interface IssueTypeIds {
|
|
392
454
|
/** The list of issue type IDs. */
|
|
393
455
|
issueTypeIds: string[];
|
|
394
456
|
}
|
|
395
|
-
/**
|
|
457
|
+
/**
|
|
458
|
+
* Details about the mapping between issue types and a workflow.
|
|
459
|
+
*
|
|
460
|
+
* @category Models
|
|
461
|
+
*/
|
|
396
462
|
export interface IssueTypesWorkflowMapping {
|
|
397
463
|
/** Whether the workflow is the default workflow for the workflow scheme. */
|
|
398
464
|
defaultMapping?: boolean;
|
|
@@ -407,7 +473,11 @@ export interface IssueTypesWorkflowMapping {
|
|
|
407
473
|
/** The name of the workflow. Optional if updating the workflow-issue types mapping. */
|
|
408
474
|
workflow?: string;
|
|
409
475
|
}
|
|
410
|
-
/**
|
|
476
|
+
/**
|
|
477
|
+
* Details about the mapping between an issue type and a workflow.
|
|
478
|
+
*
|
|
479
|
+
* @category Models
|
|
480
|
+
*/
|
|
411
481
|
export interface IssueTypeWorkflowMapping {
|
|
412
482
|
/**
|
|
413
483
|
* The ID of the issue type. Not required if updating the issue type-workflow
|
|
@@ -423,6 +493,7 @@ export interface IssueTypeWorkflowMapping {
|
|
|
423
493
|
/** The name of the workflow. */
|
|
424
494
|
workflow?: string;
|
|
425
495
|
}
|
|
496
|
+
/** @category Models */
|
|
426
497
|
export interface JsonNode {
|
|
427
498
|
array?: boolean;
|
|
428
499
|
bigDecimal?: boolean;
|
|
@@ -467,7 +538,11 @@ export interface JsonNode {
|
|
|
467
538
|
valueAsText?: string;
|
|
468
539
|
valueNode?: boolean;
|
|
469
540
|
}
|
|
470
|
-
/**
|
|
541
|
+
/**
|
|
542
|
+
* The schema of a field.
|
|
543
|
+
*
|
|
544
|
+
* @category Models
|
|
545
|
+
*/
|
|
471
546
|
export interface JsonTypeBean {
|
|
472
547
|
/** If the field is a custom field, the configuration of the field. */
|
|
473
548
|
configuration?: {
|
|
@@ -484,7 +559,11 @@ export interface JsonTypeBean {
|
|
|
484
559
|
/** The data type of the field. */
|
|
485
560
|
type: string;
|
|
486
561
|
}
|
|
487
|
-
/**
|
|
562
|
+
/**
|
|
563
|
+
* Details about a notification scheme.
|
|
564
|
+
*
|
|
565
|
+
* @category Models
|
|
566
|
+
*/
|
|
488
567
|
export interface NotificationScheme {
|
|
489
568
|
/** The description of the notification scheme. */
|
|
490
569
|
description?: string;
|
|
@@ -505,7 +584,11 @@ export interface NotificationScheme {
|
|
|
505
584
|
scope?: Scope;
|
|
506
585
|
self?: string;
|
|
507
586
|
}
|
|
508
|
-
/**
|
|
587
|
+
/**
|
|
588
|
+
* A page of items.
|
|
589
|
+
*
|
|
590
|
+
* @category Models
|
|
591
|
+
*/
|
|
509
592
|
export interface PageBeanIssueTypeScreenScheme {
|
|
510
593
|
/** Whether this is the last page. */
|
|
511
594
|
isLast?: boolean;
|
|
@@ -522,7 +605,11 @@ export interface PageBeanIssueTypeScreenScheme {
|
|
|
522
605
|
/** The list of items. */
|
|
523
606
|
values?: IssueTypeScreenScheme[];
|
|
524
607
|
}
|
|
525
|
-
/**
|
|
608
|
+
/**
|
|
609
|
+
* A page of items.
|
|
610
|
+
*
|
|
611
|
+
* @category Models
|
|
612
|
+
*/
|
|
526
613
|
export interface PageBeanProject {
|
|
527
614
|
/** Whether this is the last page. */
|
|
528
615
|
isLast?: boolean;
|
|
@@ -539,7 +626,11 @@ export interface PageBeanProject {
|
|
|
539
626
|
/** The list of items. */
|
|
540
627
|
values?: Project[];
|
|
541
628
|
}
|
|
542
|
-
/**
|
|
629
|
+
/**
|
|
630
|
+
* A page of items.
|
|
631
|
+
*
|
|
632
|
+
* @category Models
|
|
633
|
+
*/
|
|
543
634
|
export interface PageBeanProjectDetails {
|
|
544
635
|
/** Whether this is the last page. */
|
|
545
636
|
isLast?: boolean;
|
|
@@ -556,7 +647,11 @@ export interface PageBeanProjectDetails {
|
|
|
556
647
|
/** The list of items. */
|
|
557
648
|
values?: ProjectDetails[];
|
|
558
649
|
}
|
|
559
|
-
/**
|
|
650
|
+
/**
|
|
651
|
+
* A page of items.
|
|
652
|
+
*
|
|
653
|
+
* @category Models
|
|
654
|
+
*/
|
|
560
655
|
export interface PageBeanUser {
|
|
561
656
|
/** Whether this is the last page. */
|
|
562
657
|
isLast?: boolean;
|
|
@@ -577,6 +672,8 @@ export interface PageBeanUser {
|
|
|
577
672
|
* Details of a user, group, field, or project role that holds a permission. See
|
|
578
673
|
* [Holder object](../api-group-permission-schemes/#holder-object) in *Get all
|
|
579
674
|
* permission schemes* for more information.
|
|
675
|
+
*
|
|
676
|
+
* @category Models
|
|
580
677
|
*/
|
|
581
678
|
export interface PermissionHolder {
|
|
582
679
|
/**
|
|
@@ -597,7 +694,11 @@ export interface PermissionHolder {
|
|
|
597
694
|
*/
|
|
598
695
|
value?: string;
|
|
599
696
|
}
|
|
600
|
-
/**
|
|
697
|
+
/**
|
|
698
|
+
* Details of a permission scheme.
|
|
699
|
+
*
|
|
700
|
+
* @category Models
|
|
701
|
+
*/
|
|
601
702
|
export interface PermissionScheme extends Record<string, unknown> {
|
|
602
703
|
/** A description for the permission scheme. */
|
|
603
704
|
description?: string;
|
|
@@ -618,7 +719,11 @@ export interface PermissionScheme extends Record<string, unknown> {
|
|
|
618
719
|
/** The URL of the permission scheme. */
|
|
619
720
|
self?: string;
|
|
620
721
|
}
|
|
621
|
-
/**
|
|
722
|
+
/**
|
|
723
|
+
* An issue priority.
|
|
724
|
+
*
|
|
725
|
+
* @category Models
|
|
726
|
+
*/
|
|
622
727
|
export interface Priority extends Record<string, unknown> {
|
|
623
728
|
/** The description of the issue priority. */
|
|
624
729
|
description?: string;
|
|
@@ -637,7 +742,11 @@ export interface Priority extends Record<string, unknown> {
|
|
|
637
742
|
/** The color used to indicate the issue priority. */
|
|
638
743
|
statusColor?: string;
|
|
639
744
|
}
|
|
640
|
-
/**
|
|
745
|
+
/**
|
|
746
|
+
* Details about a project.
|
|
747
|
+
*
|
|
748
|
+
* @category Models
|
|
749
|
+
*/
|
|
641
750
|
export interface Project {
|
|
642
751
|
/** Whether the project is archived. */
|
|
643
752
|
archived?: boolean;
|
|
@@ -725,7 +834,11 @@ export interface Project {
|
|
|
725
834
|
*/
|
|
726
835
|
versions?: Version[];
|
|
727
836
|
}
|
|
728
|
-
/**
|
|
837
|
+
/**
|
|
838
|
+
* A project category.
|
|
839
|
+
*
|
|
840
|
+
* @category Models
|
|
841
|
+
*/
|
|
729
842
|
export interface ProjectCategory {
|
|
730
843
|
/** The description of the project category. */
|
|
731
844
|
description?: string;
|
|
@@ -736,7 +849,11 @@ export interface ProjectCategory {
|
|
|
736
849
|
/** The URL of the project category. */
|
|
737
850
|
self?: string;
|
|
738
851
|
}
|
|
739
|
-
/**
|
|
852
|
+
/**
|
|
853
|
+
* Details about a project component.
|
|
854
|
+
*
|
|
855
|
+
* @category Models
|
|
856
|
+
*/
|
|
740
857
|
export interface ProjectComponent {
|
|
741
858
|
/**
|
|
742
859
|
* Compass component's ID. Can't be updated. Not required for creating a Project
|
|
@@ -838,7 +955,11 @@ export interface ProjectComponent {
|
|
|
838
955
|
/** The URL of the component. */
|
|
839
956
|
self?: string;
|
|
840
957
|
}
|
|
841
|
-
/**
|
|
958
|
+
/**
|
|
959
|
+
* Details about a project.
|
|
960
|
+
*
|
|
961
|
+
* @category Models
|
|
962
|
+
*/
|
|
842
963
|
export interface ProjectDetails {
|
|
843
964
|
/** The URLs of the project's avatars. */
|
|
844
965
|
avatarUrls?: AvatarUrlsBean;
|
|
@@ -861,7 +982,11 @@ export interface ProjectDetails {
|
|
|
861
982
|
/** Whether or not the project is simplified. */
|
|
862
983
|
simplified?: boolean;
|
|
863
984
|
}
|
|
864
|
-
/**
|
|
985
|
+
/**
|
|
986
|
+
* Project ID details.
|
|
987
|
+
*
|
|
988
|
+
* @category Models
|
|
989
|
+
*/
|
|
865
990
|
export interface ProjectId {
|
|
866
991
|
/** The ID of the project. */
|
|
867
992
|
id: string;
|
|
@@ -869,6 +994,8 @@ export interface ProjectId {
|
|
|
869
994
|
/**
|
|
870
995
|
* Use the optional `workflows.usages` expand to get additional information about
|
|
871
996
|
* the projects and issue types associated with the requested workflows.
|
|
997
|
+
*
|
|
998
|
+
* @category Models
|
|
872
999
|
*/
|
|
873
1000
|
export interface ProjectIssueTypes {
|
|
874
1001
|
/** IDs of the issue types */
|
|
@@ -876,7 +1003,11 @@ export interface ProjectIssueTypes {
|
|
|
876
1003
|
/** Project ID details. */
|
|
877
1004
|
project?: ProjectId | null;
|
|
878
1005
|
}
|
|
879
|
-
/**
|
|
1006
|
+
/**
|
|
1007
|
+
* Details about the roles in a project.
|
|
1008
|
+
*
|
|
1009
|
+
* @category Models
|
|
1010
|
+
*/
|
|
880
1011
|
export interface ProjectRole {
|
|
881
1012
|
/** The list of users who act in this role. */
|
|
882
1013
|
actors?: RoleActor[];
|
|
@@ -904,7 +1035,11 @@ export interface ProjectRole {
|
|
|
904
1035
|
/** The translated name of the project role. */
|
|
905
1036
|
translatedName?: string;
|
|
906
1037
|
}
|
|
907
|
-
/**
|
|
1038
|
+
/**
|
|
1039
|
+
* List of property keys.
|
|
1040
|
+
*
|
|
1041
|
+
* @category Models
|
|
1042
|
+
*/
|
|
908
1043
|
export interface PropertyKeys {
|
|
909
1044
|
/** Property key details. */
|
|
910
1045
|
keys?: PropertyKey[];
|
|
@@ -912,6 +1047,8 @@ export interface PropertyKeys {
|
|
|
912
1047
|
/**
|
|
913
1048
|
* The projects the item is associated with. Indicated for items associated with
|
|
914
1049
|
* [next-gen projects](https://confluence.atlassian.com/x/loMyO).
|
|
1050
|
+
*
|
|
1051
|
+
* @category Models
|
|
915
1052
|
*/
|
|
916
1053
|
export interface Scope extends Record<string, unknown> {
|
|
917
1054
|
/** The project the item has scope in. */
|
|
@@ -919,7 +1056,11 @@ export interface Scope extends Record<string, unknown> {
|
|
|
919
1056
|
/** The type of scope. */
|
|
920
1057
|
type?: "PROJECT" | "TEMPLATE";
|
|
921
1058
|
}
|
|
922
|
-
/**
|
|
1059
|
+
/**
|
|
1060
|
+
* A screen tab field.
|
|
1061
|
+
*
|
|
1062
|
+
* @category Models
|
|
1063
|
+
*/
|
|
923
1064
|
export interface ScreenableField {
|
|
924
1065
|
/** The ID of the screen tab field. */
|
|
925
1066
|
id?: string;
|
|
@@ -929,14 +1070,22 @@ export interface ScreenableField {
|
|
|
929
1070
|
*/
|
|
930
1071
|
name?: string;
|
|
931
1072
|
}
|
|
932
|
-
/**
|
|
1073
|
+
/**
|
|
1074
|
+
* A screen tab.
|
|
1075
|
+
*
|
|
1076
|
+
* @category Models
|
|
1077
|
+
*/
|
|
933
1078
|
export interface ScreenableTab {
|
|
934
1079
|
/** The ID of the screen tab. */
|
|
935
1080
|
id?: number;
|
|
936
1081
|
/** The name of the screen tab. The maximum length is 255 characters. */
|
|
937
1082
|
name: string;
|
|
938
1083
|
}
|
|
939
|
-
/**
|
|
1084
|
+
/**
|
|
1085
|
+
* Details of an issue level security item.
|
|
1086
|
+
*
|
|
1087
|
+
* @category Models
|
|
1088
|
+
*/
|
|
940
1089
|
export interface SecurityLevel {
|
|
941
1090
|
/** The description of the issue level security item. */
|
|
942
1091
|
description?: string;
|
|
@@ -951,7 +1100,11 @@ export interface SecurityLevel {
|
|
|
951
1100
|
/** The URL of the issue level security item. */
|
|
952
1101
|
self?: string;
|
|
953
1102
|
}
|
|
954
|
-
/**
|
|
1103
|
+
/**
|
|
1104
|
+
* Details about a security scheme.
|
|
1105
|
+
*
|
|
1106
|
+
* @category Models
|
|
1107
|
+
*/
|
|
955
1108
|
export interface SecurityScheme {
|
|
956
1109
|
/** The ID of the default security level. */
|
|
957
1110
|
defaultSecurityLevelId?: number;
|
|
@@ -965,7 +1118,11 @@ export interface SecurityScheme {
|
|
|
965
1118
|
/** The URL of the issue security scheme. */
|
|
966
1119
|
self?: string;
|
|
967
1120
|
}
|
|
968
|
-
/**
|
|
1121
|
+
/**
|
|
1122
|
+
* Details of a share permission for the filter.
|
|
1123
|
+
*
|
|
1124
|
+
* @category Models
|
|
1125
|
+
*/
|
|
969
1126
|
export interface SharePermission {
|
|
970
1127
|
/**
|
|
971
1128
|
* The group that the filter is shared with. For a request, specify the `groupId`
|
|
@@ -1014,7 +1171,11 @@ export interface SharePermission {
|
|
|
1014
1171
|
*/
|
|
1015
1172
|
user?: UserBean;
|
|
1016
1173
|
}
|
|
1017
|
-
/**
|
|
1174
|
+
/**
|
|
1175
|
+
* Details about the operations available in this version.
|
|
1176
|
+
*
|
|
1177
|
+
* @category Models
|
|
1178
|
+
*/
|
|
1018
1179
|
export interface SimpleLink {
|
|
1019
1180
|
href?: string;
|
|
1020
1181
|
iconClass?: string;
|
|
@@ -1024,7 +1185,11 @@ export interface SimpleLink {
|
|
|
1024
1185
|
title?: string;
|
|
1025
1186
|
weight?: number;
|
|
1026
1187
|
}
|
|
1027
|
-
/**
|
|
1188
|
+
/**
|
|
1189
|
+
* A status category.
|
|
1190
|
+
*
|
|
1191
|
+
* @category Models
|
|
1192
|
+
*/
|
|
1028
1193
|
export interface StatusCategory extends Record<string, unknown> {
|
|
1029
1194
|
/** The name of the color used to represent the status category. */
|
|
1030
1195
|
colorName?: string;
|
|
@@ -1037,7 +1202,11 @@ export interface StatusCategory extends Record<string, unknown> {
|
|
|
1037
1202
|
/** The URL of the status category. */
|
|
1038
1203
|
self?: string;
|
|
1039
1204
|
}
|
|
1040
|
-
/**
|
|
1205
|
+
/**
|
|
1206
|
+
* A status.
|
|
1207
|
+
*
|
|
1208
|
+
* @category Models
|
|
1209
|
+
*/
|
|
1041
1210
|
export interface StatusDetails extends Record<string, unknown> {
|
|
1042
1211
|
/** The description of the status. */
|
|
1043
1212
|
description?: string;
|
|
@@ -1054,7 +1223,11 @@ export interface StatusDetails extends Record<string, unknown> {
|
|
|
1054
1223
|
/** The category assigned to the status. */
|
|
1055
1224
|
statusCategory?: StatusCategory;
|
|
1056
1225
|
}
|
|
1057
|
-
/**
|
|
1226
|
+
/**
|
|
1227
|
+
* Details about a task.
|
|
1228
|
+
*
|
|
1229
|
+
* @category Models
|
|
1230
|
+
*/
|
|
1058
1231
|
export interface TaskProgressBeanObject {
|
|
1059
1232
|
/** The description of the task. */
|
|
1060
1233
|
description?: string;
|
|
@@ -1083,7 +1256,11 @@ export interface TaskProgressBeanObject {
|
|
|
1083
1256
|
/** The ID of the user who submitted the task. */
|
|
1084
1257
|
submittedBy: number;
|
|
1085
1258
|
}
|
|
1086
|
-
/**
|
|
1259
|
+
/**
|
|
1260
|
+
* Details about a task.
|
|
1261
|
+
*
|
|
1262
|
+
* @category Models
|
|
1263
|
+
*/
|
|
1087
1264
|
export interface TaskProgressBeanRemoveOptionFromIssuesResult {
|
|
1088
1265
|
/** The description of the task. */
|
|
1089
1266
|
description?: string;
|
|
@@ -1112,7 +1289,11 @@ export interface TaskProgressBeanRemoveOptionFromIssuesResult {
|
|
|
1112
1289
|
/** The ID of the user who submitted the task. */
|
|
1113
1290
|
submittedBy: number;
|
|
1114
1291
|
}
|
|
1115
|
-
/**
|
|
1292
|
+
/**
|
|
1293
|
+
* Details of the time tracking configuration.
|
|
1294
|
+
*
|
|
1295
|
+
* @category Models
|
|
1296
|
+
*/
|
|
1116
1297
|
export interface TimeTrackingConfiguration {
|
|
1117
1298
|
/** The default unit of time applied to logged time. */
|
|
1118
1299
|
defaultUnit: "minute" | "hour" | "day" | "week";
|
|
@@ -1123,7 +1304,11 @@ export interface TimeTrackingConfiguration {
|
|
|
1123
1304
|
/** The number of hours in a working day. */
|
|
1124
1305
|
workingHoursPerDay: number;
|
|
1125
1306
|
}
|
|
1126
|
-
/**
|
|
1307
|
+
/**
|
|
1308
|
+
* A project category.
|
|
1309
|
+
*
|
|
1310
|
+
* @category Models
|
|
1311
|
+
*/
|
|
1127
1312
|
export interface UpdatedProjectCategory {
|
|
1128
1313
|
/** The name of the project category. */
|
|
1129
1314
|
description?: string;
|
|
@@ -1146,6 +1331,8 @@ export interface UpdatedProjectCategory {
|
|
|
1146
1331
|
* *unknown* and all other parameters have fallback values.
|
|
1147
1332
|
* * User record unavailable: This usually occurs due to an internal service
|
|
1148
1333
|
* outage. In this case, all parameters have fallback values.
|
|
1334
|
+
*
|
|
1335
|
+
* @category Models
|
|
1149
1336
|
*/
|
|
1150
1337
|
export interface User {
|
|
1151
1338
|
/**
|
|
@@ -1222,6 +1409,8 @@ export interface User {
|
|
|
1222
1409
|
* *unknown* and all other parameters have fallback values.
|
|
1223
1410
|
* * User record unavailable: This usually occurs due to an internal service
|
|
1224
1411
|
* outage. In this case, all parameters have fallback values.
|
|
1412
|
+
*
|
|
1413
|
+
* @category Models
|
|
1225
1414
|
*/
|
|
1226
1415
|
export interface UserDetails {
|
|
1227
1416
|
/**
|
|
@@ -1271,7 +1460,11 @@ export interface UserDetails {
|
|
|
1271
1460
|
*/
|
|
1272
1461
|
timeZone?: string;
|
|
1273
1462
|
}
|
|
1274
|
-
/**
|
|
1463
|
+
/**
|
|
1464
|
+
* Details about a project version.
|
|
1465
|
+
*
|
|
1466
|
+
* @category Models
|
|
1467
|
+
*/
|
|
1275
1468
|
export interface Version {
|
|
1276
1469
|
/**
|
|
1277
1470
|
* If the expand option `approvers` is used, returns a list containing the
|
|
@@ -1376,7 +1569,11 @@ export interface Version {
|
|
|
1376
1569
|
*/
|
|
1377
1570
|
userStartDate?: string;
|
|
1378
1571
|
}
|
|
1379
|
-
/**
|
|
1572
|
+
/**
|
|
1573
|
+
* The group or role to which this item is visible.
|
|
1574
|
+
*
|
|
1575
|
+
* @category Models
|
|
1576
|
+
*/
|
|
1380
1577
|
export interface Visibility extends Record<string, unknown> {
|
|
1381
1578
|
/**
|
|
1382
1579
|
* The ID of the group or the name of the role that visibility of this item is
|
|
@@ -1392,7 +1589,11 @@ export interface Visibility extends Record<string, unknown> {
|
|
|
1392
1589
|
*/
|
|
1393
1590
|
value?: string;
|
|
1394
1591
|
}
|
|
1395
|
-
/**
|
|
1592
|
+
/**
|
|
1593
|
+
* Details about a workflow scheme.
|
|
1594
|
+
*
|
|
1595
|
+
* @category Models
|
|
1596
|
+
*/
|
|
1396
1597
|
export interface WorkflowScheme {
|
|
1397
1598
|
/**
|
|
1398
1599
|
* The name of the default workflow for the workflow scheme. The default workflow
|
|
@@ -1470,7 +1671,11 @@ export interface WorkflowScheme {
|
|
|
1470
1671
|
*/
|
|
1471
1672
|
updateDraftIfNeeded?: boolean;
|
|
1472
1673
|
}
|
|
1473
|
-
/**
|
|
1674
|
+
/**
|
|
1675
|
+
* The scope of the workflow.
|
|
1676
|
+
*
|
|
1677
|
+
* @category Models
|
|
1678
|
+
*/
|
|
1474
1679
|
export interface WorkflowScope {
|
|
1475
1680
|
/** Project ID details. */
|
|
1476
1681
|
project?: ProjectId | null;
|
|
@@ -1480,7 +1685,11 @@ export interface WorkflowScope {
|
|
|
1480
1685
|
*/
|
|
1481
1686
|
type: "PROJECT" | "GLOBAL";
|
|
1482
1687
|
}
|
|
1483
|
-
/**
|
|
1688
|
+
/**
|
|
1689
|
+
* A workflow with transition rules.
|
|
1690
|
+
*
|
|
1691
|
+
* @category Models
|
|
1692
|
+
*/
|
|
1484
1693
|
export interface WorkflowTransitionRules {
|
|
1485
1694
|
/** The list of conditions within the workflow. */
|
|
1486
1695
|
conditions?: AppWorkflowTransitionRule[];
|