@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,18 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type User } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Count of issues assigned to a component.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface ComponentIssuesCount {
|
|
6
10
|
/** The count of issues assigned to a component. */
|
|
7
11
|
issueCount?: number;
|
|
8
12
|
/** The URL for this count of issues for a component. */
|
|
9
13
|
self?: string;
|
|
10
14
|
}
|
|
15
|
+
/** @category Models */
|
|
11
16
|
export interface ComponentJsonBean extends Record<string, unknown> {
|
|
12
17
|
ari?: string;
|
|
13
18
|
description?: string;
|
|
@@ -18,7 +23,11 @@ export interface ComponentJsonBean extends Record<string, unknown> {
|
|
|
18
23
|
name?: string;
|
|
19
24
|
self?: string;
|
|
20
25
|
}
|
|
21
|
-
/**
|
|
26
|
+
/**
|
|
27
|
+
* Details about a component with a count of the issues it contains.
|
|
28
|
+
*
|
|
29
|
+
* @category Models
|
|
30
|
+
*/
|
|
22
31
|
export interface ComponentWithIssueCount {
|
|
23
32
|
/**
|
|
24
33
|
* The details of the user associated with `assigneeType`, if any. See
|
|
@@ -85,7 +94,11 @@ export interface ComponentWithIssueCount {
|
|
|
85
94
|
/** The URL for this count of the issues contained in the component. */
|
|
86
95
|
self?: string;
|
|
87
96
|
}
|
|
88
|
-
/**
|
|
97
|
+
/**
|
|
98
|
+
* A page of items.
|
|
99
|
+
*
|
|
100
|
+
* @category Models
|
|
101
|
+
*/
|
|
89
102
|
export interface PageBean2ComponentJsonBean {
|
|
90
103
|
/** Whether this is the last page. */
|
|
91
104
|
isLast?: boolean;
|
|
@@ -102,7 +115,11 @@ export interface PageBean2ComponentJsonBean {
|
|
|
102
115
|
/** The list of items. */
|
|
103
116
|
values?: ComponentJsonBean[];
|
|
104
117
|
}
|
|
105
|
-
/**
|
|
118
|
+
/**
|
|
119
|
+
* A page of items.
|
|
120
|
+
*
|
|
121
|
+
* @category Models
|
|
122
|
+
*/
|
|
106
123
|
export interface PageBeanComponentWithIssueCount {
|
|
107
124
|
/** Whether this is the last page. */
|
|
108
125
|
isLast?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectComponents.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectComponents.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAAsE;
|
|
1
|
+
{"version":3,"file":"projectComponents.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectComponents.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
|
+
* A project's sender email address.
|
|
5
|
+
*
|
|
6
|
+
* @category Models
|
|
7
|
+
*/
|
|
4
8
|
export interface ProjectEmailAddress {
|
|
5
9
|
/** The email address. */
|
|
6
10
|
emailAddress?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectEmail.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectEmail.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"projectEmail.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectEmail.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAczC,SAAgB,qCAAqC,CACnD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,qBAAqB,EACrB,OAAC;SACE,MAAM,CAAC;QACN,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,kBAAkB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;KACnD,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,qBAAqB,CAAC,CACnC,CAAC;AACJ,CAAC;AAbD,sFAaC"}
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* The list of features on a project.
|
|
5
|
+
*
|
|
6
|
+
* @category Models
|
|
7
|
+
*/
|
|
4
8
|
export interface ContainerForProjectFeatures {
|
|
5
9
|
/** The project features. */
|
|
6
10
|
features?: ProjectFeature[];
|
|
7
11
|
}
|
|
8
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* Details of a project feature.
|
|
14
|
+
*
|
|
15
|
+
* @category Models
|
|
16
|
+
*/
|
|
9
17
|
export interface ProjectFeature {
|
|
10
18
|
/** The key of the feature. */
|
|
11
19
|
feature?: string;
|
|
@@ -27,7 +35,11 @@ export interface ProjectFeature {
|
|
|
27
35
|
/** Whether the state of the feature can be updated. */
|
|
28
36
|
toggleLocked?: boolean;
|
|
29
37
|
}
|
|
30
|
-
/**
|
|
38
|
+
/**
|
|
39
|
+
* Details of the feature state.
|
|
40
|
+
*
|
|
41
|
+
* @category Models
|
|
42
|
+
*/
|
|
31
43
|
export interface ProjectFeatureState {
|
|
32
44
|
/** The feature state. */
|
|
33
45
|
state?: "ENABLED" | "DISABLED" | "COMING_SOON";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectFeatures.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectFeatures.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"projectFeatures.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectFeatures.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AA+CzC,SAAgB,wCAAwC,CACtD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,6BAA6B,EAC7B,OAAC;SACE,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC;aACR,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;aACrD,QAAQ,EAAE;KACd,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,6BAA6B,CAAC,CAC3C,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,gBAAgB,EAChB,OAAC;SACE,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC9B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QAC7C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QACtC,KAAK,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE;QAChE,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KACrC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,gBAAgB,CAAC,CAC9B,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,qBAAqB,EACrB,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE;KACjE,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,qBAAqB,CAAC,CACnC,CAAC;AACJ,CAAC;AAvCD,4FAuCC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type SecurityLevel } from "./common";
|
|
4
|
+
/** @category Models */
|
|
4
5
|
export interface IdBean {
|
|
5
6
|
/**
|
|
6
7
|
* The ID of the permission scheme to associate with the project. Use the [Get all
|
|
@@ -9,7 +10,11 @@ export interface IdBean {
|
|
|
9
10
|
*/
|
|
10
11
|
id: number;
|
|
11
12
|
}
|
|
12
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* List of issue level security items in a project.
|
|
15
|
+
*
|
|
16
|
+
* @category Models
|
|
17
|
+
*/
|
|
13
18
|
export interface ProjectIssueSecurityLevels {
|
|
14
19
|
/** Issue level security items list. */
|
|
15
20
|
levels: SecurityLevel[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectPermissionSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectPermissionSchemes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAA+E;
|
|
1
|
+
{"version":3,"file":"projectPermissionSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectPermissionSchemes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAA+E;AAmB/E,SAAgB,iDAAiD,CAC/D,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,QAAQ,EACR,OAAC;SACE,MAAM,CAAC;QACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;KACrB,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,QAAQ,CAAC,CACtB,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,4BAA4B,EAC5B,OAAC;SACE,MAAM,CAAC;QACN,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC/D,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,4BAA4B,CAAC,CAC1C,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAtBD,8GAsBC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
+
/** @category Models */
|
|
3
4
|
export interface ActorInputBean {
|
|
4
5
|
/**
|
|
5
6
|
* The name of the group to add as a default actor. This parameter cannot be used
|
|
@@ -22,6 +23,7 @@ export interface ActorInputBean {
|
|
|
22
23
|
*/
|
|
23
24
|
user?: string[];
|
|
24
25
|
}
|
|
26
|
+
/** @category Models */
|
|
25
27
|
export interface ActorsMap {
|
|
26
28
|
/**
|
|
27
29
|
* The name of the group to add. This parameter cannot be used with the `groupId`
|
|
@@ -36,6 +38,7 @@ export interface ActorsMap {
|
|
|
36
38
|
/** The user account ID of the user to add. */
|
|
37
39
|
user?: string[];
|
|
38
40
|
}
|
|
41
|
+
/** @category Models */
|
|
39
42
|
export interface ProjectRoleActorsUpdateBean {
|
|
40
43
|
/**
|
|
41
44
|
* The actors to add to the project role.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectRoleActors.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectRoleActors.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"projectRoleActors.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectRoleActors.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAoEzC,SAAgB,0CAA0C,CACxD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,gBAAgB,EAChB,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACrC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACvC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;KACrC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,gBAAgB,CAAC,CAC9B,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,WAAW,EACX,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACrC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACvC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;KACrC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,WAAW,CAAC,CACzB,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,6BAA6B,EAC7B,OAAC;SACE,MAAM,CAAC;QACN,iBAAiB,EAAE,OAAC;aACjB,MAAM,CAAC,EAAE,CAAC;aACV,QAAQ,CAAC,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;aAC7B,QAAQ,EAAE;QACb,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,6BAA6B,CAAC,CAC3C,CAAC;AACJ,CAAC;AAtCD,gGAsCC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type Scope } from "./common";
|
|
4
|
+
/** @category Models */
|
|
4
5
|
export interface CreateUpdateRoleRequestBean {
|
|
5
6
|
/**
|
|
6
7
|
* A description of the project role. Required when fully updating a project role.
|
|
@@ -14,7 +15,11 @@ export interface CreateUpdateRoleRequestBean {
|
|
|
14
15
|
*/
|
|
15
16
|
name?: string;
|
|
16
17
|
}
|
|
17
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* Details about a project role.
|
|
20
|
+
*
|
|
21
|
+
* @category Models
|
|
22
|
+
*/
|
|
18
23
|
export interface ProjectRoleDetails {
|
|
19
24
|
/** Whether this role is the admin role for the project. */
|
|
20
25
|
admin?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectRoles.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectRoles.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAAuE;
|
|
1
|
+
{"version":3,"file":"projectRoles.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectRoles.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAAuE;AA2CvE,SAAgB,qCAAqC,CACnD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,6BAA6B,EAC7B,OAAC;SACE,MAAM,CAAC;QACN,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5B,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,6BAA6B,CAAC,CAC3C,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,oBAAoB,EACpB,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC7B,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QAC/B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACxC,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE;QACvD,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KACtC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,oBAAoB,CAAC,CAClC,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AA/BD,sFA+BC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* Details about a project type.
|
|
5
|
+
*
|
|
6
|
+
* @category Models
|
|
7
|
+
*/
|
|
4
8
|
export interface ProjectType {
|
|
5
9
|
/** The color of the project type. */
|
|
6
10
|
color?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectTypes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectTypes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"projectTypes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectTypes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAoBzC,SAAgB,qCAAqC,CACnD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,aAAa,EACb,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC3B,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,aAAa,CAAC,CAC3B,CAAC;AACJ,CAAC;AAhBD,sFAgBC"}
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type Version } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Details about the replacement for a deleted version.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface CustomFieldReplacement {
|
|
6
10
|
/** The ID of the custom field in which to replace the version number. */
|
|
7
11
|
customFieldId?: number;
|
|
8
12
|
/** The version number to use as a replacement for the deleted version. */
|
|
9
13
|
moveTo?: number;
|
|
10
14
|
}
|
|
15
|
+
/** @category Models */
|
|
11
16
|
export interface DeleteAndReplaceVersionBean {
|
|
12
17
|
/**
|
|
13
18
|
* An array of custom field IDs (`customFieldId`) and version IDs (`moveTo`) to
|
|
@@ -25,7 +30,11 @@ export interface DeleteAndReplaceVersionBean {
|
|
|
25
30
|
*/
|
|
26
31
|
moveFixIssuesTo?: number;
|
|
27
32
|
}
|
|
28
|
-
/**
|
|
33
|
+
/**
|
|
34
|
+
* A page of items.
|
|
35
|
+
*
|
|
36
|
+
* @category Models
|
|
37
|
+
*/
|
|
29
38
|
export interface PageBeanVersion {
|
|
30
39
|
/** Whether this is the last page. */
|
|
31
40
|
isLast?: boolean;
|
|
@@ -42,7 +51,11 @@ export interface PageBeanVersion {
|
|
|
42
51
|
/** The list of items. */
|
|
43
52
|
values?: Version[];
|
|
44
53
|
}
|
|
45
|
-
/**
|
|
54
|
+
/**
|
|
55
|
+
* Various counts of issues within a version.
|
|
56
|
+
*
|
|
57
|
+
* @category Models
|
|
58
|
+
*/
|
|
46
59
|
export interface VersionIssueCounts {
|
|
47
60
|
/** List of custom fields using the version. */
|
|
48
61
|
customFieldUsage?: VersionUsageInCustomField[];
|
|
@@ -55,6 +68,7 @@ export interface VersionIssueCounts {
|
|
|
55
68
|
/** The URL of these count details. */
|
|
56
69
|
self?: string;
|
|
57
70
|
}
|
|
71
|
+
/** @category Models */
|
|
58
72
|
export interface VersionMoveBean {
|
|
59
73
|
/**
|
|
60
74
|
* The URL (self link) of the version after which to place the moved version.
|
|
@@ -67,7 +81,11 @@ export interface VersionMoveBean {
|
|
|
67
81
|
*/
|
|
68
82
|
position?: "Earlier" | "Later" | "First" | "Last";
|
|
69
83
|
}
|
|
70
|
-
/**
|
|
84
|
+
/**
|
|
85
|
+
* Associated related work to a version
|
|
86
|
+
*
|
|
87
|
+
* @category Models
|
|
88
|
+
*/
|
|
71
89
|
export interface VersionRelatedWork {
|
|
72
90
|
/** The category of the related work */
|
|
73
91
|
category: string;
|
|
@@ -89,7 +107,11 @@ export interface VersionRelatedWork {
|
|
|
89
107
|
*/
|
|
90
108
|
url?: string;
|
|
91
109
|
}
|
|
92
|
-
/**
|
|
110
|
+
/**
|
|
111
|
+
* Count of a version's unresolved issues.
|
|
112
|
+
*
|
|
113
|
+
* @category Models
|
|
114
|
+
*/
|
|
93
115
|
export interface VersionUnresolvedIssuesCount {
|
|
94
116
|
/** Count of issues. */
|
|
95
117
|
issuesCount?: number;
|
|
@@ -98,7 +120,11 @@ export interface VersionUnresolvedIssuesCount {
|
|
|
98
120
|
/** The URL of these count details. */
|
|
99
121
|
self?: string;
|
|
100
122
|
}
|
|
101
|
-
/**
|
|
123
|
+
/**
|
|
124
|
+
* List of custom fields using the version.
|
|
125
|
+
*
|
|
126
|
+
* @category Models
|
|
127
|
+
*/
|
|
102
128
|
export interface VersionUsageInCustomField {
|
|
103
129
|
/** The ID of the custom field. */
|
|
104
130
|
customFieldId?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectVersions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectVersions.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAAyE;
|
|
1
|
+
{"version":3,"file":"projectVersions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projectVersions.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 StatusDetails } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Details about the project.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface CreateProjectDetails {
|
|
6
10
|
/** The default assignee when creating issues for this project. */
|
|
7
11
|
assigneeType?: "PROJECT_LEAD" | "UNASSIGNED";
|
|
@@ -100,7 +104,11 @@ export interface CreateProjectDetails {
|
|
|
100
104
|
*/
|
|
101
105
|
workflowScheme?: number;
|
|
102
106
|
}
|
|
103
|
-
/**
|
|
107
|
+
/**
|
|
108
|
+
* Details of an issue type.
|
|
109
|
+
*
|
|
110
|
+
* @category Models
|
|
111
|
+
*/
|
|
104
112
|
export interface IssueTypeInfo {
|
|
105
113
|
/** The avatar of the issue type. */
|
|
106
114
|
avatarId?: number;
|
|
@@ -109,7 +117,11 @@ export interface IssueTypeInfo {
|
|
|
109
117
|
/** The name of the issue type. */
|
|
110
118
|
name?: string;
|
|
111
119
|
}
|
|
112
|
-
/**
|
|
120
|
+
/**
|
|
121
|
+
* Status details for an issue type.
|
|
122
|
+
*
|
|
123
|
+
* @category Models
|
|
124
|
+
*/
|
|
113
125
|
export interface IssueTypeWithStatus {
|
|
114
126
|
/** The ID of the issue type. */
|
|
115
127
|
id: string;
|
|
@@ -122,7 +134,11 @@ export interface IssueTypeWithStatus {
|
|
|
122
134
|
/** Whether this issue type represents subtasks. */
|
|
123
135
|
subtask: boolean;
|
|
124
136
|
}
|
|
125
|
-
/**
|
|
137
|
+
/**
|
|
138
|
+
* Identifiers for a project.
|
|
139
|
+
*
|
|
140
|
+
* @category Models
|
|
141
|
+
*/
|
|
126
142
|
export interface ProjectIdentifiers {
|
|
127
143
|
/** The ID of the created project. */
|
|
128
144
|
id: number;
|
|
@@ -131,14 +147,22 @@ export interface ProjectIdentifiers {
|
|
|
131
147
|
/** The URL of the created project. */
|
|
132
148
|
self: string;
|
|
133
149
|
}
|
|
134
|
-
/**
|
|
150
|
+
/**
|
|
151
|
+
* The hierarchy of issue types within a project.
|
|
152
|
+
*
|
|
153
|
+
* @category Models
|
|
154
|
+
*/
|
|
135
155
|
export interface ProjectIssueTypeHierarchy {
|
|
136
156
|
/** Details of an issue type hierarchy level. */
|
|
137
157
|
hierarchy?: ProjectIssueTypesHierarchyLevel[];
|
|
138
158
|
/** The ID of the project. */
|
|
139
159
|
projectId?: number;
|
|
140
160
|
}
|
|
141
|
-
/**
|
|
161
|
+
/**
|
|
162
|
+
* Details of an issue type hierarchy level.
|
|
163
|
+
*
|
|
164
|
+
* @category Models
|
|
165
|
+
*/
|
|
142
166
|
export interface ProjectIssueTypesHierarchyLevel {
|
|
143
167
|
/**
|
|
144
168
|
* The ID of the issue type hierarchy level. This property is deprecated, see
|
|
@@ -155,9 +179,14 @@ export interface ProjectIssueTypesHierarchyLevel {
|
|
|
155
179
|
/** The name of the issue type hierarchy level. */
|
|
156
180
|
name?: string;
|
|
157
181
|
}
|
|
182
|
+
/** @category Models */
|
|
158
183
|
export interface StringList {
|
|
159
184
|
}
|
|
160
|
-
/**
|
|
185
|
+
/**
|
|
186
|
+
* Details about the project.
|
|
187
|
+
*
|
|
188
|
+
* @category Models
|
|
189
|
+
*/
|
|
161
190
|
export interface UpdateProjectDetails {
|
|
162
191
|
/** The default assignee when creating issues for this project. */
|
|
163
192
|
assigneeType?: "PROJECT_LEAD" | "UNASSIGNED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projects.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAA+E;
|
|
1
|
+
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/projects.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 PageBeanIssueTypeScreenScheme } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* A page of items.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface PageBeanScreenScheme {
|
|
6
10
|
/** Whether this is the last page. */
|
|
7
11
|
isLast?: boolean;
|
|
@@ -18,7 +22,11 @@ export interface PageBeanScreenScheme {
|
|
|
18
22
|
/** The list of items. */
|
|
19
23
|
values?: ScreenScheme[];
|
|
20
24
|
}
|
|
21
|
-
/**
|
|
25
|
+
/**
|
|
26
|
+
* A screen scheme.
|
|
27
|
+
*
|
|
28
|
+
* @category Models
|
|
29
|
+
*/
|
|
22
30
|
export interface ScreenScheme {
|
|
23
31
|
/** The description of the screen scheme. */
|
|
24
32
|
description?: string;
|
|
@@ -31,7 +39,11 @@ export interface ScreenScheme {
|
|
|
31
39
|
/** The IDs of the screens for the screen types of the screen scheme. */
|
|
32
40
|
screens?: ScreenTypes;
|
|
33
41
|
}
|
|
34
|
-
/**
|
|
42
|
+
/**
|
|
43
|
+
* Details of a screen scheme.
|
|
44
|
+
*
|
|
45
|
+
* @category Models
|
|
46
|
+
*/
|
|
35
47
|
export interface ScreenSchemeDetails {
|
|
36
48
|
/** The description of the screen scheme. The maximum length is 255 characters. */
|
|
37
49
|
description?: string;
|
|
@@ -46,12 +58,20 @@ export interface ScreenSchemeDetails {
|
|
|
46
58
|
*/
|
|
47
59
|
screens: ScreenTypes;
|
|
48
60
|
}
|
|
49
|
-
/**
|
|
61
|
+
/**
|
|
62
|
+
* The ID of a screen scheme.
|
|
63
|
+
*
|
|
64
|
+
* @category Models
|
|
65
|
+
*/
|
|
50
66
|
export interface ScreenSchemeId {
|
|
51
67
|
/** The ID of the screen scheme. */
|
|
52
68
|
id: number;
|
|
53
69
|
}
|
|
54
|
-
/**
|
|
70
|
+
/**
|
|
71
|
+
* The IDs of the screens for the screen types of the screen scheme.
|
|
72
|
+
*
|
|
73
|
+
* @category Models
|
|
74
|
+
*/
|
|
55
75
|
export interface ScreenTypes {
|
|
56
76
|
/** The ID of the create screen. */
|
|
57
77
|
create?: number;
|
|
@@ -62,7 +82,11 @@ export interface ScreenTypes {
|
|
|
62
82
|
/** The ID of the view screen. */
|
|
63
83
|
view?: number;
|
|
64
84
|
}
|
|
65
|
-
/**
|
|
85
|
+
/**
|
|
86
|
+
* Details of a screen scheme.
|
|
87
|
+
*
|
|
88
|
+
* @category Models
|
|
89
|
+
*/
|
|
66
90
|
export interface UpdateScreenSchemeDetails {
|
|
67
91
|
/** The description of the screen scheme. The maximum length is 255 characters. */
|
|
68
92
|
description?: string;
|
|
@@ -77,7 +101,11 @@ export interface UpdateScreenSchemeDetails {
|
|
|
77
101
|
*/
|
|
78
102
|
screens?: UpdateScreenTypes;
|
|
79
103
|
}
|
|
80
|
-
/**
|
|
104
|
+
/**
|
|
105
|
+
* The IDs of the screens for the screen types of the screen scheme.
|
|
106
|
+
*
|
|
107
|
+
* @category Models
|
|
108
|
+
*/
|
|
81
109
|
export interface UpdateScreenTypes {
|
|
82
110
|
/** The ID of the create screen. To remove the screen association, pass a null. */
|
|
83
111
|
create?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"screenSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/screenSchemes.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAGkB;
|
|
1
|
+
{"version":3,"file":"screenSchemes.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/screenSchemes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
+
/** @category Models */
|
|
3
4
|
export interface AddFieldBean {
|
|
4
5
|
/** The ID of the field to add. */
|
|
5
6
|
fieldId: string;
|
|
6
7
|
}
|
|
8
|
+
/** @category Models */
|
|
7
9
|
export interface MoveFieldBean {
|
|
8
10
|
/**
|
|
9
11
|
* The ID of the screen tab field after which to place the moved screen tab field.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"screenTabFields.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/screenTabFields.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"screenTabFields.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/screenTabFields.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAqBzC,SAAgB,wCAAwC,CACtD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,cAAc,EACd,OAAC;SACE,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;KACpB,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,cAAc,CAAC,CAC5B,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,eAAe,EACf,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,QAAQ,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE;KACnE,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,eAAe,CAAC,CAC7B,CAAC;AACJ,CAAC;AAtBD,4FAsBC"}
|