@resolution/jira-api-client 0.15.7 → 0.15.9
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/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +40 -11
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +36 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
- package/lib/openapi/platform/models/announcementBanner.js +1 -1
- package/lib/openapi/platform/models/common.d.ts +28 -0
- package/lib/openapi/platform/models/common.js +6 -0
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/fieldSchemes.d.ts +458 -0
- package/lib/openapi/platform/models/fieldSchemes.js +318 -0
- package/lib/openapi/platform/models/fieldSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueFields.d.ts +29 -0
- package/lib/openapi/platform/models/issueFields.js +16 -0
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +2 -1
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +0 -3
- package/lib/openapi/platform/models/licenseMetrics.js +0 -1
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/migrationOfConnectModulesToForge.d.ts +36 -0
- package/lib/openapi/platform/models/migrationOfConnectModulesToForge.js +23 -0
- package/lib/openapi/platform/models/migrationOfConnectModulesToForge.js.map +1 -0
- package/lib/openapi/platform/models/projectRoles.d.ts +2 -0
- package/lib/openapi/platform/models/projectRoles.js +2 -1
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTemplates.d.ts +11 -0
- package/lib/openapi/platform/models/projectTemplates.js +1 -0
- package/lib/openapi/platform/models/projectTemplates.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/projects.js +1 -1
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +24 -5
- package/lib/openapi/platform/models/uiModificationsApps.js +3 -1
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +43 -18
- package/lib/openapi/platform/models/workflowSchemes.js +9 -4
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +88 -0
- package/lib/openapi/platform/models/workflows.js +74 -0
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +1 -2
- package/lib/openapi/platform/services/AppPropertiesService.js +1 -2
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/FieldSchemesService.d.ts +901 -0
- package/lib/openapi/platform/services/FieldSchemesService.js +992 -0
- package/lib/openapi/platform/services/FieldSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +30 -1
- package/lib/openapi/platform/services/IssueFieldsService.js +39 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +2 -2
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +2 -2
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +2 -1
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/MigrationOfConnectModulesToForgeService.d.ts +61 -0
- package/lib/openapi/platform/services/MigrationOfConnectModulesToForgeService.js +76 -0
- package/lib/openapi/platform/services/MigrationOfConnectModulesToForgeService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +8 -2
- package/lib/openapi/platform/services/ProjectRolesService.js +5 -3
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +3 -6
- package/lib/openapi/platform/services/ProjectsService.js +3 -6
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +68 -10
- package/lib/openapi/platform/services/UiModificationsAppsService.js +54 -10
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +3 -1
- package/lib/openapi/platform/services/UserSearchService.js +4 -2
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +4 -1
- package/lib/openapi/platform/services/UsersService.js +4 -1
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +65 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.js +31 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +152 -8
- package/lib/openapi/platform/services/WorkflowsService.js +160 -5
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +23 -0
- package/lib/openapi/serviceManagement/services/CustomerService.js +34 -0
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +9 -0
- package/lib/openapi/software/models/board.js +1 -0
- package/lib/openapi/software/models/board.js.map +1 -1
- package/package.json +3 -3
- package/lib/openapi/platform/models/appProperties.d.ts +0 -19
- package/lib/openapi/platform/models/appProperties.js +0 -12
- package/lib/openapi/platform/models/appProperties.js.map +0 -1
|
@@ -3,13 +3,13 @@ import { CommonHttpService } from "../core/CommonHttpService";
|
|
|
3
3
|
import type { AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate } from "./models/announcementBanner";
|
|
4
4
|
import type { ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy } from "./models/appDataPolicies";
|
|
5
5
|
import type { ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails } from "./models/appMigration";
|
|
6
|
-
import type { OperationMessage } from "./models/appProperties";
|
|
7
6
|
import type { AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean } from "./models/auditRecords";
|
|
8
7
|
import type { Avatars, StreamingResponseBody, SystemAvatars } from "./models/avatars";
|
|
9
8
|
import type { DataClassificationLevelsBean, DataClassificationTagBean } from "./models/classificationLevels";
|
|
10
|
-
import type { ApplicationRole, Attachment, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, ErrorMessage, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, LinkedIssue, NotificationScheme, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageOfComments, PageOfWorklogs, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectRole, ProjectUsagePage, PropertyKeys, Resolution, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Votes, Watchers, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, Worklog } from "./models/common";
|
|
9
|
+
import type { ApplicationRole, Attachment, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, ErrorCollections, ErrorMessage, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, LinkedIssue, NotificationScheme, OperationMessage, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageOfComments, PageOfWorklogs, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectRole, ProjectUsagePage, PropertyKeys, Resolution, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Votes, Watchers, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, Worklog } from "./models/common";
|
|
11
10
|
import type { AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls } from "./models/dashboards";
|
|
12
11
|
import type { ConnectModule, ConnectModules } from "./models/dynamicModules";
|
|
12
|
+
import type { CreateFieldAssociationSchemeLinksBean, CreateFieldAssociationSchemeRequest, CreateFieldAssociationSchemeResponse, DeleteFieldAssociationSchemeResponse, FieldAssociationParameters, FieldAssociationSchemeFieldSearchResult, FieldAssociationSchemeLinks, FieldAssociationSchemeLinksBean, FieldAssociationSchemeMatchedFilters, FieldAssociationSchemeProjectSearchResult, FieldSchemeToFieldsPartialFailure, FieldSchemeToFieldsResponse, FieldSchemeToProjectsPartialFailure, FieldSchemeToProjectsRequest, FieldSchemeToProjectsResponse, FieldsSchemeItemParameter, FieldsSchemeItemWorkTypeParameter, GetFieldAssociationParametersResponse, GetFieldAssociationSchemeByIdResponse, GetFieldAssociationSchemeResponse, GetProjectsWithFieldSchemesResponse, MinimalFieldSchemeToFieldsPartialFailure, MinimalFieldSchemeToFieldsResponse, PageBean2FieldAssociationSchemeFieldSearchResult, PageBean2FieldAssociationSchemeProjectSearchResult, PageBean2GetFieldAssociationSchemeResponse, PageBean2GetProjectsWithFieldSchemesResponse, ParameterRemovalDetails, RemoveFieldAssociationsRequestItem, RemoveFieldParametersResult, RemoveFieldParametersResultError, SearchResultFieldParameters, SearchResultWorkTypeParameters, SuccessOrErrorResults, UpdateFieldAssociationSchemeLinksBean, UpdateFieldAssociationSchemeRequest, UpdateFieldAssociationSchemeResponse, UpdateFieldAssociationsRequestItem, UpdateFieldSchemeParametersPartialFailure, UpdateFieldSchemeParametersRequest, UpdateFieldSchemeParametersResponse, WorkTypeParameters } from "./models/fieldSchemes";
|
|
13
13
|
import type { ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList } from "./models/filters";
|
|
14
14
|
import type { DefaultShareScope, SharePermissionInputBean } from "./models/filterSharing";
|
|
15
15
|
import type { FoundUsersAndGroups, UserPickerUser } from "./models/groupAndUserPicker";
|
|
@@ -25,7 +25,7 @@ import type { BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateReq
|
|
|
25
25
|
import type { GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean } from "./models/issueCustomFieldOptionsApps";
|
|
26
26
|
import type { CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails } from "./models/issueCustomFieldValuesApps";
|
|
27
27
|
import type { AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails } from "./models/issueFieldConfigurations";
|
|
28
|
-
import type { Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBeanContext, PageBeanField, UpdateCustomFieldDetails } from "./models/issueFields";
|
|
28
|
+
import type { Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBean2ProjectFieldBean, PageBeanContext, PageBeanField, ProjectFieldBean, UpdateCustomFieldDetails } from "./models/issueFields";
|
|
29
29
|
import type { IssueLink, LinkIssueRequestJsonBean } from "./models/issueLinks";
|
|
30
30
|
import type { IssueLinkTypes } from "./models/issueLinkTypes";
|
|
31
31
|
import type { AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails } from "./models/issueNotificationSchemes";
|
|
@@ -48,7 +48,8 @@ import type { ApplicationProperty, Configuration, SimpleApplicationPropertyBean
|
|
|
48
48
|
import type { AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand } from "./models/jql";
|
|
49
49
|
import type { JqlFunctionPrecomputationBean, JqlFunctionPrecomputationGetByIdRequest, JqlFunctionPrecomputationGetByIdResponse, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateErrorResponse, JqlFunctionPrecomputationUpdateRequestBean, JqlFunctionPrecomputationUpdateResponse, PageBean2JqlFunctionPrecomputationBean } from "./models/jqlFunctionsApps";
|
|
50
50
|
import type { PageBeanString } from "./models/labels";
|
|
51
|
-
import type {
|
|
51
|
+
import type { License, LicensedApplication, LicenseMetric } from "./models/licenseMetrics";
|
|
52
|
+
import type { TaskProgress } from "./models/migrationOfConnectModulesToForge";
|
|
52
53
|
import type { Locale } from "./models/myself";
|
|
53
54
|
import type { BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission } from "./models/permissions";
|
|
54
55
|
import type { PermissionGrant, PermissionGrants, PermissionSchemes } from "./models/permissionSchemes";
|
|
@@ -78,10 +79,10 @@ import type { CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiMo
|
|
|
78
79
|
import type { NewUserDetails, PageBeanNullableUser, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean } from "./models/users";
|
|
79
80
|
import type { PageBeanUser, PageBeanUserKey, UserKey } from "./models/userSearch";
|
|
80
81
|
import type { ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate } from "./models/webhooks";
|
|
81
|
-
import type { ApprovalConfiguration, ApprovalConfigurationPreview, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DefaultWorkflowEditorResponse, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowPreviewStatus, JiraWorkflowStatus, PageBeanWorkflow, PreviewConditionGroupConfiguration, PreviewRuleConfiguration, PreviewTrigger, ProjectAndIssueTypePair, ProjectIssueTypeQueryContext, ProjectUsage, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, Transition, TransitionLink, TransitionPreview, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowDocumentVersionBean, WorkflowElementReference, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowPreview, WorkflowPreviewLayout, WorkflowPreviewRequest, WorkflowPreviewResponse, WorkflowPreviewScope, WorkflowPreviewStatus, WorkflowProjectIdScope, WorkflowProjectIssueTypeUsage, WorkflowProjectIssueTypeUsageDto, WorkflowProjectIssueTypeUsagePage, WorkflowProjectUsageDto, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSchemeUsage, WorkflowSchemeUsageDto, WorkflowSchemeUsagePage, WorkflowSearchResponse, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionLinks, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList } from "./models/workflows";
|
|
82
|
+
import type { ApprovalConfiguration, ApprovalConfigurationPreview, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DefaultWorkflowEditorResponse, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowPreviewStatus, JiraWorkflowStatus, PageBeanWorkflow, PreviewConditionGroupConfiguration, PreviewRuleConfiguration, PreviewTrigger, ProjectAndIssueTypePair, ProjectIssueTypeQueryContext, ProjectUsage, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, Transition, TransitionLink, TransitionPreview, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowDocumentDto, WorkflowDocumentStatusDto, WorkflowDocumentVersionBean, WorkflowElementReference, WorkflowHistoryItemDto, WorkflowHistoryListRequest, WorkflowHistoryListResponseDto, WorkflowHistoryReadRequest, WorkflowHistoryReadResponseDto, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowPreview, WorkflowPreviewLayout, WorkflowPreviewRequest, WorkflowPreviewResponse, WorkflowPreviewScope, WorkflowPreviewStatus, WorkflowProjectIdScope, WorkflowProjectIssueTypeUsage, WorkflowProjectIssueTypeUsageDto, WorkflowProjectIssueTypeUsagePage, WorkflowProjectUsageDto, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSchemeUsage, WorkflowSchemeUsageDto, WorkflowSchemeUsagePage, WorkflowSearchResponse, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionLinks, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList } from "./models/workflows";
|
|
82
83
|
import type { PublishDraftWorkflowScheme, StatusMapping } from "./models/workflowSchemeDrafts";
|
|
83
84
|
import type { ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation } from "./models/workflowSchemeProjectAssociations";
|
|
84
|
-
import type { MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeProjectUsageDto, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse } from "./models/workflowSchemes";
|
|
85
|
+
import type { MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeProjectSwitchBean, WorkflowSchemeProjectUsageDto, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse } from "./models/workflowSchemes";
|
|
85
86
|
import type { WorkflowTransitionProperty } from "./models/workflowTransitionProperties";
|
|
86
87
|
import type { AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors } from "./models/workflowTransitionRules";
|
|
87
88
|
import { AnnouncementBannerService } from "./services/AnnouncementBannerService";
|
|
@@ -94,6 +95,7 @@ import { AvatarsService } from "./services/AvatarsService";
|
|
|
94
95
|
import { ClassificationLevelsService } from "./services/ClassificationLevelsService";
|
|
95
96
|
import { DashboardsService } from "./services/DashboardsService";
|
|
96
97
|
import { DynamicModulesService } from "./services/DynamicModulesService";
|
|
98
|
+
import { FieldSchemesService } from "./services/FieldSchemesService";
|
|
97
99
|
import { FilterSharingService } from "./services/FilterSharingService";
|
|
98
100
|
import { FiltersService } from "./services/FiltersService";
|
|
99
101
|
import { GroupAndUserPickerService } from "./services/GroupAndUserPickerService";
|
|
@@ -137,6 +139,7 @@ import { JqlFunctionsAppsService } from "./services/JqlFunctionsAppsService";
|
|
|
137
139
|
import { JqlService } from "./services/JqlService";
|
|
138
140
|
import { LabelsService } from "./services/LabelsService";
|
|
139
141
|
import { LicenseMetricsService } from "./services/LicenseMetricsService";
|
|
142
|
+
import { MigrationOfConnectModulesToForgeService } from "./services/MigrationOfConnectModulesToForgeService";
|
|
140
143
|
import { MyselfService } from "./services/MyselfService";
|
|
141
144
|
import { PermissionSchemesService } from "./services/PermissionSchemesService";
|
|
142
145
|
import { PermissionsService } from "./services/PermissionsService";
|
|
@@ -186,7 +189,7 @@ type BaseJiraPlatformApiClientOptions = Partial<commonHttpClient.CommonHttpClien
|
|
|
186
189
|
*
|
|
187
190
|
* Jira Cloud platform REST API documentation
|
|
188
191
|
*
|
|
189
|
-
* @version 1001.0.0-SNAPSHOT-
|
|
192
|
+
* @version 1001.0.0-SNAPSHOT-ef55481e3249757dd639723a2c7a91b5bcc8136a
|
|
190
193
|
* @internal
|
|
191
194
|
*/
|
|
192
195
|
export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
@@ -281,6 +284,18 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
|
281
284
|
* @category Services
|
|
282
285
|
*/
|
|
283
286
|
get dynamicModules(): DynamicModulesService;
|
|
287
|
+
/**
|
|
288
|
+
* This resource represents field schemes which are replacing field configuration
|
|
289
|
+
* schemes to control field associations. They are currently in beta and only
|
|
290
|
+
* available to customers who have opted-in to the beta program. For more
|
|
291
|
+
* information see [RFC-103: Jira Field Configuration Overhaul: Admin Experience
|
|
292
|
+
* and API
|
|
293
|
+
* Changes](https://community.developer.atlassian.com/t/rfc-103-jira-field-configuration-overhaul-admin-experience-and-api-changes/94205)
|
|
294
|
+
*
|
|
295
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-field-schemes
|
|
296
|
+
* @category Services
|
|
297
|
+
*/
|
|
298
|
+
get fieldSchemes(): FieldSchemesService;
|
|
284
299
|
/**
|
|
285
300
|
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
286
301
|
* it to get share scopes as well as add and remove share scopes from filters.
|
|
@@ -783,6 +798,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
|
783
798
|
* @category Services
|
|
784
799
|
*/
|
|
785
800
|
get licenseMetrics(): LicenseMetricsService;
|
|
801
|
+
/**
|
|
802
|
+
* This resource supports the migration of some Connect modules to their
|
|
803
|
+
* equivalent Forge modules.
|
|
804
|
+
*
|
|
805
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-migration-of-connect-modules-to-forge
|
|
806
|
+
* @category Services
|
|
807
|
+
*/
|
|
808
|
+
get migrationOfConnectModulesToForge(): MigrationOfConnectModulesToForgeService;
|
|
786
809
|
/**
|
|
787
810
|
* This resource represents information about the current user, such as basic
|
|
788
811
|
* details, group membership, application roles, preferences, and locale. Use it
|
|
@@ -1059,9 +1082,15 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
|
1059
1082
|
get timeTracking(): TimeTrackingService;
|
|
1060
1083
|
/**
|
|
1061
1084
|
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
1062
|
-
* Forge apps to control how selected Jira
|
|
1063
|
-
*
|
|
1064
|
-
*
|
|
1085
|
+
* Forge apps to control how selected Jira and Jira Service Management fields
|
|
1086
|
+
* behave on the following views:
|
|
1087
|
+
*
|
|
1088
|
+
* * Jira global issue create
|
|
1089
|
+
* * Jira issue view
|
|
1090
|
+
* * Jira issue transition
|
|
1091
|
+
* * Jira Service Management request portal create.
|
|
1092
|
+
*
|
|
1093
|
+
* For example: hide specific fields, set them as required, etc.
|
|
1065
1094
|
*
|
|
1066
1095
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
1067
1096
|
* @category Services
|
|
@@ -1222,4 +1251,4 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
|
|
|
1222
1251
|
get workflowTransitionRules(): WorkflowTransitionRulesService;
|
|
1223
1252
|
constructor(options?: BaseJiraPlatformApiClientOptions);
|
|
1224
1253
|
}
|
|
1225
|
-
export type { ActorInputBean, ActorsMap, ProjectRoleActorsUpdateBean, AddAtlassianTeamRequest, CreatePlanOnlyTeamRequest, GetAtlassianTeamResponse, GetPlanOnlyTeamResponse, GetTeamResponseForPage, PageWithCursorGetTeamResponseForPage, AddFieldBean, MoveFieldBean, AddGroupBean, FoundGroup, Group, GroupDetails, GroupLabel, PageBeanGroupDetails, PageBeanUserDetails, PagedListUserDetailsApplicationUser, UpdateUserToGroupBean, AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails, AddSecuritySchemeLevelsRequestBean, AssociateSecuritySchemeWithProjectDetails, CreateIssueSecuritySchemeDetails, DefaultLevelValue, IssueSecuritySchemeToProjectMapping, OldToNewSecurityLevelMappingsBean, PageBeanIssueSecuritySchemeToProjectMapping, PageBeanSecurityLevel, PageBeanSecurityLevelMember, PageBeanSecuritySchemeWithProjects, SecurityLevelMember, SecuritySchemeId, SecuritySchemeLevelBean, SecuritySchemeLevelMemberBean, SecuritySchemeMembersRequest, SecuritySchemes, SecuritySchemeWithProjects, SetDefaultLevelsRequest, UpdateIssueSecurityLevelDetails, UpdateIssueSecuritySchemeRequestBean, AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate, Application, Icon, RemoteIssueLink, RemoteIssueLinkIdentifies, RemoteIssueLinkRequest, RemoteObject, Status, ApplicationProperty, Configuration, SimpleApplicationPropertyBean, ApplicationRole, Attachment, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, ErrorMessage, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, LinkedIssue, NotificationScheme, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageOfComments, PageOfWorklogs, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectRole, ProjectUsagePage, PropertyKeys, Resolution, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Votes, Watchers, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, Worklog, ApprovalConfiguration, ApprovalConfigurationPreview, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DefaultWorkflowEditorResponse, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowPreviewStatus, JiraWorkflowStatus, PageBeanWorkflow, PreviewConditionGroupConfiguration, PreviewRuleConfiguration, PreviewTrigger, ProjectAndIssueTypePair, ProjectIssueTypeQueryContext, ProjectUsage, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, Transition, TransitionLink, TransitionPreview, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowDocumentVersionBean, WorkflowElementReference, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowPreview, WorkflowPreviewLayout, WorkflowPreviewRequest, WorkflowPreviewResponse, WorkflowPreviewScope, WorkflowPreviewStatus, WorkflowProjectIdScope, WorkflowProjectIssueTypeUsage, WorkflowProjectIssueTypeUsageDto, WorkflowProjectIssueTypeUsagePage, WorkflowProjectUsageDto, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSchemeUsage, WorkflowSchemeUsageDto, WorkflowSchemeUsagePage, WorkflowSearchResponse, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionLinks, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList, AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors, ArchivedIssuesFilterRequest, ArchiveIssueAsyncRequest, BulkChangelogRequestBean, BulkChangelogResponseBean, BulkFetchIssueRequestBean, BulkIssueResults, BulkOperationErrorResult, ChangeDetails, Changelog, CreatedIssue, CreatedIssues, DateRangeFilterRequest, Error, Errors, ExpandPrioritySchemePage, ExportArchivedIssuesTaskProgressResponse, FieldCreateMetadata, FieldMetadata, Fields, FieldUpdateOperation, HistoryMetadata, HistoryMetadataParticipant, IncludedFields, InwardIssueLink, IssueArchivalSyncRequest, IssueArchivalSyncResponse, IssueBeanKnownFields, IssueChangeLog, IssueChangelogIds, IssueCreateMetadata, IssueError, IssueEvent, IssueLimitReportResponseBean, IssueLinkFromIssue, IssueProgress, IssuesUpdateBean, IssueTransition, IssueTypeIssueCreateMetadata, IssueUpdateDetails, IssueUpdateMetadata, LinkGroup, NestedResponse, Notification, NotificationRecipients, NotificationRecipientsRestrictions, Operations, OutwardIssueLink, PageBeanChangelog, PageOfChangelogs, PageOfCreateMetaIssueTypes, PageOfCreateMetaIssueTypeWithField, ProjectIssueCreateMetadata, RestrictedPermission, SimpleLink, TimeTrackingDetails, Transitions, VersionApprover, VersionIssuesStatus, Visibility, WarningCollection, AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean, AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails, AssociationContextObject, FieldAssociationsRequest, FieldIdentifierObject, AttachmentArchiveEntry, AttachmentArchiveImpl, AttachmentArchiveItemReadable, AttachmentArchiveMetadataReadable, AttachmentMetadata, AttachmentSettings, ListWrapperCallbackApplicationRole, ListWrapperCallbackGroupName, MultipartFile, SimpleListWrapperApplicationRole, SimpleListWrapperGroupName, AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand, AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls, Avatars, StreamingResponseBody, SystemAvatars, BoardColumnPayload, BoardFeaturePayload, BoardPayload, BoardsPayload, CardLayout, CardLayoutField, ConditionGroupPayload, CustomFieldPayload, CustomTemplateOptions, CustomTemplateRequestDto, CustomTemplatesProjectDetails, EditTemplateRequest, FieldCapabilityPayload, FieldLayoutConfiguration, FieldLayoutPayload, FieldLayoutSchemePayload, FromLayoutPayload, IssueLayoutItemPayload, IssueLayoutPayload, IssueTypeHierarchyPayload, IssueTypePayload, IssueTypeProjectCreatePayload, IssueTypeSchemePayload, IssueTypeScreenSchemePayload, NonWorkingDay, NotificationSchemeEventIdPayload, NotificationSchemeEventPayload, NotificationSchemeNotificationDetailsPayload, NotificationSchemePayload, PermissionGrantDto, PermissionPayloadDto, ProjectArchetype, ProjectCreateResourceIdentifier, ProjectCustomTemplateCreateRequestDto, ProjectPayload, ProjectTemplateKey, ProjectTemplateModel, QuickFilterPayload, RolePayload, RolesCapabilityPayload, RulePayload, SaveProjectTemplateRequest, SaveTemplateRequest, SaveTemplateResponse, ScopePayload, ScreenPayload, ScreenSchemePayload, SecurityLevelMemberPayload, SecurityLevelPayload, SecuritySchemePayload, StatusPayload, SwimlanePayload, SwimlanesPayload, TabPayload, ToLayoutPayload, TransitionPayload, WorkflowCapabilityPayload, WorkflowPayload, WorkflowSchemePayload, WorkflowStatusLayoutPayload, WorkflowStatusPayload, WorkingDaysConfig, BulkContextualConfiguration, ConfigurationsListParameters, ContextualConfiguration, CustomFieldConfigurations, PageBeanBulkContextualConfiguration, PageBeanContextualConfiguration, BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateRequest, CustomFieldContextOption, CustomFieldCreatedContextOptionsList, CustomFieldOption, CustomFieldOptionCreate, CustomFieldOptionUpdate, CustomFieldUpdatedContextOptionsList, OrderOfCustomFieldOptions, PageBeanCustomFieldContextOption, RemoveOptionFromIssuesResult, SimpleErrorCollection, BulkEditGetFields, BulkOperationErrorResponse, BulkOperationProgress, BulkTransitionGetAvailableTransitions, BulkTransitionSubmitInput, IssueBulkDeletePayload, IssueBulkEditField, IssueBulkEditPayload, IssueBulkMovePayload, IssueBulkOperationsFieldOption, IssueBulkTransitionForWorkflow, IssueBulkTransitionPayload, IssueBulkWatchOrUnwatchPayload, IssueTransitionStatus, JiraCascadingSelectField, JiraColorField, JiraColorInput, JiraComponentField, JiraDateField, JiraDateInput, JiraDateTimeField, JiraDateTimeInput, JiraDurationField, JiraGroupInput, JiraIssueFields, JiraIssueTypeField, JiraLabelPropertiesInputJackson1, JiraLabelsField, JiraLabelsInput, JiraMultipleGroupPickerField, JiraMultipleSelectField, JiraMultipleSelectUserPickerField, JiraMultipleVersionPickerField, JiraMultiSelectComponentField, JiraNumberField, JiraPriorityField, JiraRichTextField, JiraRichTextInput, JiraSelectedOptionField, JiraSingleGroupPickerField, JiraSingleLineTextField, JiraSingleSelectField, JiraSingleSelectUserPickerField, JiraSingleVersionPickerField, JiraStatusInput, JiraTimeTrackingField, JiraUrlField, JiraUserField, JiraVersionField, MandatoryFieldValue, MandatoryFieldValueForAdf, SimplifiedIssueTransition, SubmittedBulkOperation, TargetClassification, TargetMandatoryFields, TargetMandatoryFieldsValue, TargetStatus, TargetToSourcesMapping, BulkIssueIsWatching, IssueList, BulkIssuePropertyUpdateRequest, IssueEntityProperties, IssueEntityPropertiesForMultiUpdate, IssueFilterForBulkPropertyDelete, IssueFilterForBulkPropertySet, MultiIssueEntityProperties, BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission, BulkRedactionRequest, BulkRedactionResponse, ContentItem, RedactionJobStatusResponse, RedactionPosition, SingleRedactionRequest, SingleRedactionResponse, ChangedWorklog, ChangedWorklogs, WorklogIdsRequestBean, WorklogsMoveRequestBean, ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList, ComponentIssuesCount, ComponentJsonBean, ComponentWithIssueCount, PageBean2ComponentJsonBean, PageBeanComponentWithIssueCount, ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails, ConnectModule, ConnectModules, ContainerForProjectFeatures, ProjectFeature, ProjectFeatureState, ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate, ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation, Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBeanContext, PageBeanField, UpdateCustomFieldDetails, ContextForProjectAndIssueType, CreateCustomFieldContext, CustomFieldContext, CustomFieldContextDefaultValue, CustomFieldContextDefaultValueCascadingOption, CustomFieldContextDefaultValueDate, CustomFieldContextDefaultValueDateTime, CustomFieldContextDefaultValueFloat, CustomFieldContextDefaultValueForgeDateTimeField, CustomFieldContextDefaultValueForgeGroupField, CustomFieldContextDefaultValueForgeMultiGroupField, CustomFieldContextDefaultValueForgeMultiStringField, CustomFieldContextDefaultValueForgeMultiUserField, CustomFieldContextDefaultValueForgeNumberField, CustomFieldContextDefaultValueForgeObjectField, CustomFieldContextDefaultValueForgeStringField, CustomFieldContextDefaultValueForgeUserField, CustomFieldContextDefaultValueLabels, CustomFieldContextDefaultValueMultipleGroupPicker, CustomFieldContextDefaultValueMultipleOption, CustomFieldContextDefaultValueMultipleVersionPicker, CustomFieldContextDefaultValueMultiUserPicker, CustomFieldContextDefaultValueProject, CustomFieldContextDefaultValueReadOnly, CustomFieldContextDefaultValueSingleGroupPicker, CustomFieldContextDefaultValueSingleOption, CustomFieldContextDefaultValueSingleVersionPicker, CustomFieldContextDefaultValueTextArea, CustomFieldContextDefaultValueTextField, CustomFieldContextDefaultValueUpdate, CustomFieldContextDefaultValueUrl, CustomFieldContextProjectMapping, CustomFieldContextSingleUserPickerDefaults, CustomFieldContextUpdateDetails, IssueTypeToContextMapping, PageBeanContextForProjectAndIssueType, PageBeanCustomFieldContext, PageBeanCustomFieldContextDefaultValue, PageBeanCustomFieldContextProjectMapping, PageBeanIssueTypeToContextMapping, ProjectIds, ProjectIssueTypeMapping, ProjectIssueTypeMappings, UserFilter, CreateCrossProjectReleaseRequest, CreateCustomFieldRequest, CreateDateFieldRequest, CreateExclusionRulesRequest, CreateIssueSourceRequest, CreatePermissionHolderRequest, CreatePermissionRequest, CreatePlanRequest, CreateSchedulingRequest, DuplicatePlanRequest, GetCrossProjectReleaseResponse, GetCustomFieldResponse, GetDateFieldResponse, GetExclusionRulesResponse, GetIssueSourceResponse, GetPermissionHolderResponse, GetPermissionResponse, GetPlanResponse, GetPlanResponseForPage, GetSchedulingResponse, PageWithCursorGetPlanResponseForPage, CreatePriorityDetails, PageBeanPriority, PriorityId, ReorderIssuePriorities, SetDefaultPriorityRequest, UpdatePriorityDetails, CreatePrioritySchemeDetails, PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, PageBeanPriorityWithSequence, PriorityMapping, PrioritySchemeChangesWithoutMappings, PrioritySchemeId, PrioritySchemeWithPaginatedPrioritiesAndProjects, PriorityWithSequence, SuggestedMappingsForPrioritiesRequestBean, SuggestedMappingsForProjectsRequestBean, SuggestedMappingsRequestBean, TaskProgressBeanJsonNode, UpdatePrioritiesInSchemeRequestBean, UpdatePrioritySchemeRequestBean, UpdatePrioritySchemeResponseBean, UpdateProjectsInSchemeRequestBean, CreateProjectDetails, IssueTypeInfo, IssueTypeWithStatus, ProjectIdentifiers, ProjectIssueTypeHierarchy, ProjectIssueTypesHierarchyLevel, StringList, UpdateProjectDetails, CreateResolutionDetails, PageBeanResolutionJsonBean, ReorderIssueResolutionsRequest, ResolutionId, ResolutionJsonBean, SetDefaultResolutionRequest, UpdateResolutionDetails, CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiModificationDetails, UiModificationContextDetails, UiModificationDetails, UiModificationIdentifiers, UpdateUiModificationDetails, CreateUpdateRoleRequestBean, ProjectRoleDetails, CustomContextVariable, IdOrKeyBean, IssueContextVariable, IssuesJqlMetaDataBean, IssuesMetaBean, JexpEvaluateCtxIssues, JexpEvaluateCtxJqlIssues, JexpEvaluateIssuesJqlMetaDataBean, JexpEvaluateIssuesMetaBean, JexpEvaluateJiraExpressionResultBean, JexpEvaluateMetaDataBean, JexpIssues, JexpJqlIssues, JiraExpressionAnalysis, JiraExpressionComplexity, JiraExpressionEvalContextBean, JiraExpressionEvalRequestBean, JiraExpressionEvaluateContextBean, JiraExpressionEvaluateRequestBean, JiraExpressionEvaluationMetaDataBean, JiraExpressionForAnalysis, JiraExpressionResult, JiraExpressionsAnalysis, JiraExpressionsComplexityBean, JiraExpressionsComplexityValueBean, JiraExpressionValidationError, JsonContextVariable, UserContextVariable, CustomFieldReplacement, DeleteAndReplaceVersionBean, PageBeanVersion, VersionIssueCounts, VersionMoveBean, VersionRelatedWork, VersionUnresolvedIssuesCount, VersionUsageInCustomField, CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails, DataClassificationLevelsBean, DataClassificationTagBean, DefaultShareScope, SharePermissionInputBean, ErrorCollections, License, LicensedApplication, LicenseMetric, FoundUsersAndGroups, UserPickerUser, GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean, HealthCheckResult, ServerInformation, IdBean, ProjectIssueSecurityLevels, IssueCommentListRequestBean, PageBeanComment, IssueLink, LinkIssueRequestJsonBean, IssueLinkTypes, IssueMatches, IssueMatchesForJql, IssuePickerSuggestions, IssuePickerSuggestionsIssueType, IssuesAndJqlQueries, JqlCountRequestBean, JqlCountResultsBean, SearchAndReconcileRequestBean, SearchAndReconcileResults, SearchRequestBean, SearchResults, SuggestedIssue, IssueSecurityLevelMember, PageBeanIssueSecurityLevelMember, IssueTypeCreateBean, IssueTypeUpdateBean, IssueTypeScheme, IssueTypeSchemeDetails, IssueTypeSchemeId, IssueTypeSchemeMapping, IssueTypeSchemeProjectAssociation, IssueTypeSchemeProjects, IssueTypeSchemeUpdateDetails, OrderOfIssueTypes, PageBeanIssueTypeScheme, PageBeanIssueTypeSchemeMapping, PageBeanIssueTypeSchemeProjects, IssueTypeScreenScheme, IssueTypeScreenSchemeDetails, IssueTypeScreenSchemeId, IssueTypeScreenSchemeItem, IssueTypeScreenSchemeMapping, IssueTypeScreenSchemeMappingDetails, IssueTypeScreenSchemeProjectAssociation, IssueTypeScreenSchemesProjects, IssueTypeScreenSchemeUpdateDetails, PageBeanIssueTypeScreenSchemeItem, PageBeanIssueTypeScreenSchemesProjects, UpdateDefaultScreenScheme, JiraStatus, PageOfStatuses, StatusCreate, StatusCreateRequest, StatusProjectIssueTypeUsage, StatusProjectIssueTypeUsageDto, StatusProjectIssueTypeUsagePage, StatusProjectUsage, StatusProjectUsageDto, StatusProjectUsagePage, StatusScope, StatusUpdate, StatusUpdateRequest, StatusWorkflowUsageDto, StatusWorkflowUsagePage, StatusWorkflowUsageWorkflow, JqlFunctionPrecomputationBean, JqlFunctionPrecomputationGetByIdRequest, JqlFunctionPrecomputationGetByIdResponse, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateErrorResponse, JqlFunctionPrecomputationUpdateRequestBean, JqlFunctionPrecomputationUpdateResponse, PageBean2JqlFunctionPrecomputationBean, Locale, MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeProjectUsageDto, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse, NewUserDetails, PageBeanNullableUser, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean, OperationMessage, PageBeanScreen, PageBeanScreenWithTab, Screen, ScreenDetails, ScreenWithTab, UpdateScreenDetails, PageBeanScreenScheme, ScreenScheme, ScreenSchemeDetails, ScreenSchemeId, ScreenTypes, UpdateScreenSchemeDetails, UpdateScreenTypes, PageBeanString, PageBeanUser, PageBeanUserKey, UserKey, PermissionGrant, PermissionGrants, PermissionSchemes, ProjectAvatars, ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy, ProjectEmailAddress, ProjectType, PropertyKey, PublishDraftWorkflowScheme, StatusMapping, ServiceRegistry, ServiceRegistryTier, TimeTrackingProvider, UpdateDefaultProjectClassificationBean, WorkflowTransitionProperty };
|
|
1254
|
+
export type { ActorInputBean, ActorsMap, ProjectRoleActorsUpdateBean, AddAtlassianTeamRequest, CreatePlanOnlyTeamRequest, GetAtlassianTeamResponse, GetPlanOnlyTeamResponse, GetTeamResponseForPage, PageWithCursorGetTeamResponseForPage, AddFieldBean, MoveFieldBean, AddGroupBean, FoundGroup, Group, GroupDetails, GroupLabel, PageBeanGroupDetails, PageBeanUserDetails, PagedListUserDetailsApplicationUser, UpdateUserToGroupBean, AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails, AddSecuritySchemeLevelsRequestBean, AssociateSecuritySchemeWithProjectDetails, CreateIssueSecuritySchemeDetails, DefaultLevelValue, IssueSecuritySchemeToProjectMapping, OldToNewSecurityLevelMappingsBean, PageBeanIssueSecuritySchemeToProjectMapping, PageBeanSecurityLevel, PageBeanSecurityLevelMember, PageBeanSecuritySchemeWithProjects, SecurityLevelMember, SecuritySchemeId, SecuritySchemeLevelBean, SecuritySchemeLevelMemberBean, SecuritySchemeMembersRequest, SecuritySchemes, SecuritySchemeWithProjects, SetDefaultLevelsRequest, UpdateIssueSecurityLevelDetails, UpdateIssueSecuritySchemeRequestBean, AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate, Application, Icon, RemoteIssueLink, RemoteIssueLinkIdentifies, RemoteIssueLinkRequest, RemoteObject, Status, ApplicationProperty, Configuration, SimpleApplicationPropertyBean, ApplicationRole, Attachment, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, ErrorCollections, ErrorMessage, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, LinkedIssue, NotificationScheme, OperationMessage, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageOfComments, PageOfWorklogs, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectRole, ProjectUsagePage, PropertyKeys, Resolution, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Votes, Watchers, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, Worklog, ApprovalConfiguration, ApprovalConfigurationPreview, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DefaultWorkflowEditorResponse, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowPreviewStatus, JiraWorkflowStatus, PageBeanWorkflow, PreviewConditionGroupConfiguration, PreviewRuleConfiguration, PreviewTrigger, ProjectAndIssueTypePair, ProjectIssueTypeQueryContext, ProjectUsage, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, Transition, TransitionLink, TransitionPreview, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowDocumentDto, WorkflowDocumentStatusDto, WorkflowDocumentVersionBean, WorkflowElementReference, WorkflowHistoryItemDto, WorkflowHistoryListRequest, WorkflowHistoryListResponseDto, WorkflowHistoryReadRequest, WorkflowHistoryReadResponseDto, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowPreview, WorkflowPreviewLayout, WorkflowPreviewRequest, WorkflowPreviewResponse, WorkflowPreviewScope, WorkflowPreviewStatus, WorkflowProjectIdScope, WorkflowProjectIssueTypeUsage, WorkflowProjectIssueTypeUsageDto, WorkflowProjectIssueTypeUsagePage, WorkflowProjectUsageDto, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSchemeUsage, WorkflowSchemeUsageDto, WorkflowSchemeUsagePage, WorkflowSearchResponse, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionLinks, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList, AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors, ArchivedIssuesFilterRequest, ArchiveIssueAsyncRequest, BulkChangelogRequestBean, BulkChangelogResponseBean, BulkFetchIssueRequestBean, BulkIssueResults, BulkOperationErrorResult, ChangeDetails, Changelog, CreatedIssue, CreatedIssues, DateRangeFilterRequest, Error, Errors, ExpandPrioritySchemePage, ExportArchivedIssuesTaskProgressResponse, FieldCreateMetadata, FieldMetadata, Fields, FieldUpdateOperation, HistoryMetadata, HistoryMetadataParticipant, IncludedFields, InwardIssueLink, IssueArchivalSyncRequest, IssueArchivalSyncResponse, IssueBeanKnownFields, IssueChangeLog, IssueChangelogIds, IssueCreateMetadata, IssueError, IssueEvent, IssueLimitReportResponseBean, IssueLinkFromIssue, IssueProgress, IssuesUpdateBean, IssueTransition, IssueTypeIssueCreateMetadata, IssueUpdateDetails, IssueUpdateMetadata, LinkGroup, NestedResponse, Notification, NotificationRecipients, NotificationRecipientsRestrictions, Operations, OutwardIssueLink, PageBeanChangelog, PageOfChangelogs, PageOfCreateMetaIssueTypes, PageOfCreateMetaIssueTypeWithField, ProjectIssueCreateMetadata, RestrictedPermission, SimpleLink, TimeTrackingDetails, Transitions, VersionApprover, VersionIssuesStatus, Visibility, WarningCollection, AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean, AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails, AssociationContextObject, FieldAssociationsRequest, FieldIdentifierObject, AttachmentArchiveEntry, AttachmentArchiveImpl, AttachmentArchiveItemReadable, AttachmentArchiveMetadataReadable, AttachmentMetadata, AttachmentSettings, ListWrapperCallbackApplicationRole, ListWrapperCallbackGroupName, MultipartFile, SimpleListWrapperApplicationRole, SimpleListWrapperGroupName, AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand, AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls, Avatars, StreamingResponseBody, SystemAvatars, BoardColumnPayload, BoardFeaturePayload, BoardPayload, BoardsPayload, CardLayout, CardLayoutField, ConditionGroupPayload, CustomFieldPayload, CustomTemplateOptions, CustomTemplateRequestDto, CustomTemplatesProjectDetails, EditTemplateRequest, FieldCapabilityPayload, FieldLayoutConfiguration, FieldLayoutPayload, FieldLayoutSchemePayload, FromLayoutPayload, IssueLayoutItemPayload, IssueLayoutPayload, IssueTypeHierarchyPayload, IssueTypePayload, IssueTypeProjectCreatePayload, IssueTypeSchemePayload, IssueTypeScreenSchemePayload, NonWorkingDay, NotificationSchemeEventIdPayload, NotificationSchemeEventPayload, NotificationSchemeNotificationDetailsPayload, NotificationSchemePayload, PermissionGrantDto, PermissionPayloadDto, ProjectArchetype, ProjectCreateResourceIdentifier, ProjectCustomTemplateCreateRequestDto, ProjectPayload, ProjectTemplateKey, ProjectTemplateModel, QuickFilterPayload, RolePayload, RolesCapabilityPayload, RulePayload, SaveProjectTemplateRequest, SaveTemplateRequest, SaveTemplateResponse, ScopePayload, ScreenPayload, ScreenSchemePayload, SecurityLevelMemberPayload, SecurityLevelPayload, SecuritySchemePayload, StatusPayload, SwimlanePayload, SwimlanesPayload, TabPayload, ToLayoutPayload, TransitionPayload, WorkflowCapabilityPayload, WorkflowPayload, WorkflowSchemePayload, WorkflowStatusLayoutPayload, WorkflowStatusPayload, WorkingDaysConfig, BulkContextualConfiguration, ConfigurationsListParameters, ContextualConfiguration, CustomFieldConfigurations, PageBeanBulkContextualConfiguration, PageBeanContextualConfiguration, BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateRequest, CustomFieldContextOption, CustomFieldCreatedContextOptionsList, CustomFieldOption, CustomFieldOptionCreate, CustomFieldOptionUpdate, CustomFieldUpdatedContextOptionsList, OrderOfCustomFieldOptions, PageBeanCustomFieldContextOption, RemoveOptionFromIssuesResult, SimpleErrorCollection, BulkEditGetFields, BulkOperationErrorResponse, BulkOperationProgress, BulkTransitionGetAvailableTransitions, BulkTransitionSubmitInput, IssueBulkDeletePayload, IssueBulkEditField, IssueBulkEditPayload, IssueBulkMovePayload, IssueBulkOperationsFieldOption, IssueBulkTransitionForWorkflow, IssueBulkTransitionPayload, IssueBulkWatchOrUnwatchPayload, IssueTransitionStatus, JiraCascadingSelectField, JiraColorField, JiraColorInput, JiraComponentField, JiraDateField, JiraDateInput, JiraDateTimeField, JiraDateTimeInput, JiraDurationField, JiraGroupInput, JiraIssueFields, JiraIssueTypeField, JiraLabelPropertiesInputJackson1, JiraLabelsField, JiraLabelsInput, JiraMultipleGroupPickerField, JiraMultipleSelectField, JiraMultipleSelectUserPickerField, JiraMultipleVersionPickerField, JiraMultiSelectComponentField, JiraNumberField, JiraPriorityField, JiraRichTextField, JiraRichTextInput, JiraSelectedOptionField, JiraSingleGroupPickerField, JiraSingleLineTextField, JiraSingleSelectField, JiraSingleSelectUserPickerField, JiraSingleVersionPickerField, JiraStatusInput, JiraTimeTrackingField, JiraUrlField, JiraUserField, JiraVersionField, MandatoryFieldValue, MandatoryFieldValueForAdf, SimplifiedIssueTransition, SubmittedBulkOperation, TargetClassification, TargetMandatoryFields, TargetMandatoryFieldsValue, TargetStatus, TargetToSourcesMapping, BulkIssueIsWatching, IssueList, BulkIssuePropertyUpdateRequest, IssueEntityProperties, IssueEntityPropertiesForMultiUpdate, IssueFilterForBulkPropertyDelete, IssueFilterForBulkPropertySet, MultiIssueEntityProperties, BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission, BulkRedactionRequest, BulkRedactionResponse, ContentItem, RedactionJobStatusResponse, RedactionPosition, SingleRedactionRequest, SingleRedactionResponse, ChangedWorklog, ChangedWorklogs, WorklogIdsRequestBean, WorklogsMoveRequestBean, ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList, ComponentIssuesCount, ComponentJsonBean, ComponentWithIssueCount, PageBean2ComponentJsonBean, PageBeanComponentWithIssueCount, ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails, ConnectModule, ConnectModules, ContainerForProjectFeatures, ProjectFeature, ProjectFeatureState, ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate, ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation, Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBean2ProjectFieldBean, PageBeanContext, PageBeanField, ProjectFieldBean, UpdateCustomFieldDetails, ContextForProjectAndIssueType, CreateCustomFieldContext, CustomFieldContext, CustomFieldContextDefaultValue, CustomFieldContextDefaultValueCascadingOption, CustomFieldContextDefaultValueDate, CustomFieldContextDefaultValueDateTime, CustomFieldContextDefaultValueFloat, CustomFieldContextDefaultValueForgeDateTimeField, CustomFieldContextDefaultValueForgeGroupField, CustomFieldContextDefaultValueForgeMultiGroupField, CustomFieldContextDefaultValueForgeMultiStringField, CustomFieldContextDefaultValueForgeMultiUserField, CustomFieldContextDefaultValueForgeNumberField, CustomFieldContextDefaultValueForgeObjectField, CustomFieldContextDefaultValueForgeStringField, CustomFieldContextDefaultValueForgeUserField, CustomFieldContextDefaultValueLabels, CustomFieldContextDefaultValueMultipleGroupPicker, CustomFieldContextDefaultValueMultipleOption, CustomFieldContextDefaultValueMultipleVersionPicker, CustomFieldContextDefaultValueMultiUserPicker, CustomFieldContextDefaultValueProject, CustomFieldContextDefaultValueReadOnly, CustomFieldContextDefaultValueSingleGroupPicker, CustomFieldContextDefaultValueSingleOption, CustomFieldContextDefaultValueSingleVersionPicker, CustomFieldContextDefaultValueTextArea, CustomFieldContextDefaultValueTextField, CustomFieldContextDefaultValueUpdate, CustomFieldContextDefaultValueUrl, CustomFieldContextProjectMapping, CustomFieldContextSingleUserPickerDefaults, CustomFieldContextUpdateDetails, IssueTypeToContextMapping, PageBeanContextForProjectAndIssueType, PageBeanCustomFieldContext, PageBeanCustomFieldContextDefaultValue, PageBeanCustomFieldContextProjectMapping, PageBeanIssueTypeToContextMapping, ProjectIds, ProjectIssueTypeMapping, ProjectIssueTypeMappings, UserFilter, CreateCrossProjectReleaseRequest, CreateCustomFieldRequest, CreateDateFieldRequest, CreateExclusionRulesRequest, CreateIssueSourceRequest, CreatePermissionHolderRequest, CreatePermissionRequest, CreatePlanRequest, CreateSchedulingRequest, DuplicatePlanRequest, GetCrossProjectReleaseResponse, GetCustomFieldResponse, GetDateFieldResponse, GetExclusionRulesResponse, GetIssueSourceResponse, GetPermissionHolderResponse, GetPermissionResponse, GetPlanResponse, GetPlanResponseForPage, GetSchedulingResponse, PageWithCursorGetPlanResponseForPage, CreateFieldAssociationSchemeLinksBean, CreateFieldAssociationSchemeRequest, CreateFieldAssociationSchemeResponse, DeleteFieldAssociationSchemeResponse, FieldAssociationParameters, FieldAssociationSchemeFieldSearchResult, FieldAssociationSchemeLinks, FieldAssociationSchemeLinksBean, FieldAssociationSchemeMatchedFilters, FieldAssociationSchemeProjectSearchResult, FieldSchemeToFieldsPartialFailure, FieldSchemeToFieldsResponse, FieldSchemeToProjectsPartialFailure, FieldSchemeToProjectsRequest, FieldSchemeToProjectsResponse, FieldsSchemeItemParameter, FieldsSchemeItemWorkTypeParameter, GetFieldAssociationParametersResponse, GetFieldAssociationSchemeByIdResponse, GetFieldAssociationSchemeResponse, GetProjectsWithFieldSchemesResponse, MinimalFieldSchemeToFieldsPartialFailure, MinimalFieldSchemeToFieldsResponse, PageBean2FieldAssociationSchemeFieldSearchResult, PageBean2FieldAssociationSchemeProjectSearchResult, PageBean2GetFieldAssociationSchemeResponse, PageBean2GetProjectsWithFieldSchemesResponse, ParameterRemovalDetails, RemoveFieldAssociationsRequestItem, RemoveFieldParametersResult, RemoveFieldParametersResultError, SearchResultFieldParameters, SearchResultWorkTypeParameters, SuccessOrErrorResults, UpdateFieldAssociationSchemeLinksBean, UpdateFieldAssociationSchemeRequest, UpdateFieldAssociationSchemeResponse, UpdateFieldAssociationsRequestItem, UpdateFieldSchemeParametersPartialFailure, UpdateFieldSchemeParametersRequest, UpdateFieldSchemeParametersResponse, WorkTypeParameters, CreatePriorityDetails, PageBeanPriority, PriorityId, ReorderIssuePriorities, SetDefaultPriorityRequest, UpdatePriorityDetails, CreatePrioritySchemeDetails, PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, PageBeanPriorityWithSequence, PriorityMapping, PrioritySchemeChangesWithoutMappings, PrioritySchemeId, PrioritySchemeWithPaginatedPrioritiesAndProjects, PriorityWithSequence, SuggestedMappingsForPrioritiesRequestBean, SuggestedMappingsForProjectsRequestBean, SuggestedMappingsRequestBean, TaskProgressBeanJsonNode, UpdatePrioritiesInSchemeRequestBean, UpdatePrioritySchemeRequestBean, UpdatePrioritySchemeResponseBean, UpdateProjectsInSchemeRequestBean, CreateProjectDetails, IssueTypeInfo, IssueTypeWithStatus, ProjectIdentifiers, ProjectIssueTypeHierarchy, ProjectIssueTypesHierarchyLevel, StringList, UpdateProjectDetails, CreateResolutionDetails, PageBeanResolutionJsonBean, ReorderIssueResolutionsRequest, ResolutionId, ResolutionJsonBean, SetDefaultResolutionRequest, UpdateResolutionDetails, CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiModificationDetails, UiModificationContextDetails, UiModificationDetails, UiModificationIdentifiers, UpdateUiModificationDetails, CreateUpdateRoleRequestBean, ProjectRoleDetails, CustomContextVariable, IdOrKeyBean, IssueContextVariable, IssuesJqlMetaDataBean, IssuesMetaBean, JexpEvaluateCtxIssues, JexpEvaluateCtxJqlIssues, JexpEvaluateIssuesJqlMetaDataBean, JexpEvaluateIssuesMetaBean, JexpEvaluateJiraExpressionResultBean, JexpEvaluateMetaDataBean, JexpIssues, JexpJqlIssues, JiraExpressionAnalysis, JiraExpressionComplexity, JiraExpressionEvalContextBean, JiraExpressionEvalRequestBean, JiraExpressionEvaluateContextBean, JiraExpressionEvaluateRequestBean, JiraExpressionEvaluationMetaDataBean, JiraExpressionForAnalysis, JiraExpressionResult, JiraExpressionsAnalysis, JiraExpressionsComplexityBean, JiraExpressionsComplexityValueBean, JiraExpressionValidationError, JsonContextVariable, UserContextVariable, CustomFieldReplacement, DeleteAndReplaceVersionBean, PageBeanVersion, VersionIssueCounts, VersionMoveBean, VersionRelatedWork, VersionUnresolvedIssuesCount, VersionUsageInCustomField, CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails, DataClassificationLevelsBean, DataClassificationTagBean, DefaultShareScope, SharePermissionInputBean, FoundUsersAndGroups, UserPickerUser, GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean, HealthCheckResult, ServerInformation, IdBean, ProjectIssueSecurityLevels, IssueCommentListRequestBean, PageBeanComment, IssueLink, LinkIssueRequestJsonBean, IssueLinkTypes, IssueMatches, IssueMatchesForJql, IssuePickerSuggestions, IssuePickerSuggestionsIssueType, IssuesAndJqlQueries, JqlCountRequestBean, JqlCountResultsBean, SearchAndReconcileRequestBean, SearchAndReconcileResults, SearchRequestBean, SearchResults, SuggestedIssue, IssueSecurityLevelMember, PageBeanIssueSecurityLevelMember, IssueTypeCreateBean, IssueTypeUpdateBean, IssueTypeScheme, IssueTypeSchemeDetails, IssueTypeSchemeId, IssueTypeSchemeMapping, IssueTypeSchemeProjectAssociation, IssueTypeSchemeProjects, IssueTypeSchemeUpdateDetails, OrderOfIssueTypes, PageBeanIssueTypeScheme, PageBeanIssueTypeSchemeMapping, PageBeanIssueTypeSchemeProjects, IssueTypeScreenScheme, IssueTypeScreenSchemeDetails, IssueTypeScreenSchemeId, IssueTypeScreenSchemeItem, IssueTypeScreenSchemeMapping, IssueTypeScreenSchemeMappingDetails, IssueTypeScreenSchemeProjectAssociation, IssueTypeScreenSchemesProjects, IssueTypeScreenSchemeUpdateDetails, PageBeanIssueTypeScreenSchemeItem, PageBeanIssueTypeScreenSchemesProjects, UpdateDefaultScreenScheme, JiraStatus, PageOfStatuses, StatusCreate, StatusCreateRequest, StatusProjectIssueTypeUsage, StatusProjectIssueTypeUsageDto, StatusProjectIssueTypeUsagePage, StatusProjectUsage, StatusProjectUsageDto, StatusProjectUsagePage, StatusScope, StatusUpdate, StatusUpdateRequest, StatusWorkflowUsageDto, StatusWorkflowUsagePage, StatusWorkflowUsageWorkflow, JqlFunctionPrecomputationBean, JqlFunctionPrecomputationGetByIdRequest, JqlFunctionPrecomputationGetByIdResponse, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateErrorResponse, JqlFunctionPrecomputationUpdateRequestBean, JqlFunctionPrecomputationUpdateResponse, PageBean2JqlFunctionPrecomputationBean, License, LicensedApplication, LicenseMetric, Locale, MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeProjectSwitchBean, WorkflowSchemeProjectUsageDto, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse, NewUserDetails, PageBeanNullableUser, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean, PageBeanScreen, PageBeanScreenWithTab, Screen, ScreenDetails, ScreenWithTab, UpdateScreenDetails, PageBeanScreenScheme, ScreenScheme, ScreenSchemeDetails, ScreenSchemeId, ScreenTypes, UpdateScreenSchemeDetails, UpdateScreenTypes, PageBeanString, PageBeanUser, PageBeanUserKey, UserKey, PermissionGrant, PermissionGrants, PermissionSchemes, ProjectAvatars, ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy, ProjectEmailAddress, ProjectType, PropertyKey, PublishDraftWorkflowScheme, StatusMapping, ServiceRegistry, ServiceRegistryTier, TaskProgress, TimeTrackingProvider, UpdateDefaultProjectClassificationBean, WorkflowTransitionProperty };
|
|
@@ -16,6 +16,7 @@ const AvatarsService_1 = require("./services/AvatarsService");
|
|
|
16
16
|
const ClassificationLevelsService_1 = require("./services/ClassificationLevelsService");
|
|
17
17
|
const DashboardsService_1 = require("./services/DashboardsService");
|
|
18
18
|
const DynamicModulesService_1 = require("./services/DynamicModulesService");
|
|
19
|
+
const FieldSchemesService_1 = require("./services/FieldSchemesService");
|
|
19
20
|
const FilterSharingService_1 = require("./services/FilterSharingService");
|
|
20
21
|
const FiltersService_1 = require("./services/FiltersService");
|
|
21
22
|
const GroupAndUserPickerService_1 = require("./services/GroupAndUserPickerService");
|
|
@@ -59,6 +60,7 @@ const JqlFunctionsAppsService_1 = require("./services/JqlFunctionsAppsService");
|
|
|
59
60
|
const JqlService_1 = require("./services/JqlService");
|
|
60
61
|
const LabelsService_1 = require("./services/LabelsService");
|
|
61
62
|
const LicenseMetricsService_1 = require("./services/LicenseMetricsService");
|
|
63
|
+
const MigrationOfConnectModulesToForgeService_1 = require("./services/MigrationOfConnectModulesToForgeService");
|
|
62
64
|
const MyselfService_1 = require("./services/MyselfService");
|
|
63
65
|
const PermissionSchemesService_1 = require("./services/PermissionSchemesService");
|
|
64
66
|
const PermissionsService_1 = require("./services/PermissionsService");
|
|
@@ -115,7 +117,7 @@ class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientEr
|
|
|
115
117
|
*
|
|
116
118
|
* Jira Cloud platform REST API documentation
|
|
117
119
|
*
|
|
118
|
-
* @version 1001.0.0-SNAPSHOT-
|
|
120
|
+
* @version 1001.0.0-SNAPSHOT-ef55481e3249757dd639723a2c7a91b5bcc8136a
|
|
119
121
|
* @internal
|
|
120
122
|
*/
|
|
121
123
|
class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
@@ -228,6 +230,20 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
228
230
|
get dynamicModules() {
|
|
229
231
|
return this.getServiceInstance(DynamicModulesService_1.DynamicModulesService);
|
|
230
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* This resource represents field schemes which are replacing field configuration
|
|
235
|
+
* schemes to control field associations. They are currently in beta and only
|
|
236
|
+
* available to customers who have opted-in to the beta program. For more
|
|
237
|
+
* information see [RFC-103: Jira Field Configuration Overhaul: Admin Experience
|
|
238
|
+
* and API
|
|
239
|
+
* Changes](https://community.developer.atlassian.com/t/rfc-103-jira-field-configuration-overhaul-admin-experience-and-api-changes/94205)
|
|
240
|
+
*
|
|
241
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-field-schemes
|
|
242
|
+
* @category Services
|
|
243
|
+
*/
|
|
244
|
+
get fieldSchemes() {
|
|
245
|
+
return this.getServiceInstance(FieldSchemesService_1.FieldSchemesService);
|
|
246
|
+
}
|
|
231
247
|
/**
|
|
232
248
|
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
233
249
|
* it to get share scopes as well as add and remove share scopes from filters.
|
|
@@ -816,6 +832,16 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
816
832
|
get licenseMetrics() {
|
|
817
833
|
return this.getServiceInstance(LicenseMetricsService_1.LicenseMetricsService);
|
|
818
834
|
}
|
|
835
|
+
/**
|
|
836
|
+
* This resource supports the migration of some Connect modules to their
|
|
837
|
+
* equivalent Forge modules.
|
|
838
|
+
*
|
|
839
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-migration-of-connect-modules-to-forge
|
|
840
|
+
* @category Services
|
|
841
|
+
*/
|
|
842
|
+
get migrationOfConnectModulesToForge() {
|
|
843
|
+
return this.getServiceInstance(MigrationOfConnectModulesToForgeService_1.MigrationOfConnectModulesToForgeService);
|
|
844
|
+
}
|
|
819
845
|
/**
|
|
820
846
|
* This resource represents information about the current user, such as basic
|
|
821
847
|
* details, group membership, application roles, preferences, and locale. Use it
|
|
@@ -1152,9 +1178,15 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1152
1178
|
}
|
|
1153
1179
|
/**
|
|
1154
1180
|
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
1155
|
-
* Forge apps to control how selected Jira
|
|
1156
|
-
*
|
|
1157
|
-
*
|
|
1181
|
+
* Forge apps to control how selected Jira and Jira Service Management fields
|
|
1182
|
+
* behave on the following views:
|
|
1183
|
+
*
|
|
1184
|
+
* * Jira global issue create
|
|
1185
|
+
* * Jira issue view
|
|
1186
|
+
* * Jira issue transition
|
|
1187
|
+
* * Jira Service Management request portal create.
|
|
1188
|
+
*
|
|
1189
|
+
* For example: hide specific fields, set them as required, etc.
|
|
1158
1190
|
*
|
|
1159
1191
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
1160
1192
|
* @category Services
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseJiraPlatformApiClient.js","sourceRoot":"","sources":["../../../src/openapi/platform/BaseJiraPlatformApiClient.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BaseJiraPlatformApiClient.js","sourceRoot":"","sources":["../../../src/openapi/platform/BaseJiraPlatformApiClient.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6DAA6D;AAC7D,iEAA8D;AAsF9D,oFAAiF;AACjF,8EAA2E;AAC3E,gFAA6E;AAC7E,wEAAqE;AACrE,0EAAuE;AACvE,wEAAqE;AACrE,8DAA2D;AAC3D,wFAAqF;AACrF,oEAAiE;AACjE,4EAAyE;AACzE,wEAAqE;AACrE,0EAAuE;AACvE,8DAA2D;AAC3D,oFAAiF;AACjF,4DAAyD;AACzD,gFAA6E;AAC7E,sFAAmF;AACnF,4FAAyF;AACzF,0EAAuE;AACvE,wGAAqG;AACrG,kHAA+G;AAC/G,gGAA6F;AAC7F,sGAAmG;AACnG,8FAA2F;AAC3F,oGAAiG;AACjG,gGAA6F;AAC7F,sEAAmE;AACnE,oEAAiE;AACjE,4EAAyE;AACzE,4FAAyF;AACzF,gGAA6F;AAC7F,8EAA2E;AAC3E,8EAA2E;AAC3E,4EAAyE;AACzE,gFAA6E;AAC7E,gFAA6E;AAC7E,sEAAmE;AACnE,oFAAiF;AACjF,wFAAqF;AACrF,4DAAyD;AACzD,sFAAmF;AACnF,gFAA6E;AAC7E,4FAAyF;AACzF,oEAAiE;AACjE,oEAAiE;AACjE,0EAAuE;AACvE,4FAAyF;AACzF,0EAAuE;AACvE,8EAA2E;AAC3E,wEAAqE;AACrE,gFAA6E;AAC7E,sDAAmD;AACnD,4DAAyD;AACzD,4EAAyE;AACzE,gHAA6G;AAC7G,4DAAyD;AACzD,kFAA+E;AAC/E,sEAAmE;AACnE,0DAAuD;AACvD,8EAA2E;AAC3E,4EAAyE;AACzE,kFAA+E;AAC/E,sGAAmG;AACnG,kFAA+E;AAC/E,wEAAqE;AACrE,8EAA2E;AAC3E,sGAAmG;AACnG,gGAA6F;AAC7F,kFAA+E;AAC/E,kFAA+E;AAC/E,wEAAqE;AACrE,gEAA6D;AAC7D,gFAA6E;AAC7E,wEAAqE;AACrE,8EAA2E;AAC3E,0EAAuE;AACvE,8DAA2D;AAC3D,8EAA2E;AAC3E,oEAAiE;AACjE,oEAAiE;AACjE,8EAA2E;AAC3E,4DAAyD;AACzD,0DAAuD;AACvD,sEAAmE;AACnE,wEAAqE;AACrE,sFAAmF;AACnF,4EAAyE;AACzE,oEAAiE;AACjE,0DAAuD;AACvD,gEAA6D;AAC7D,wFAAqF;AACrF,kHAA+G;AAC/G,8EAA2E;AAC3E,kEAA+D;AAC/D,gGAA6F;AAC7F,gFAA6E;AAC7E,wGAAqG;AACrG,8FAA2F;AAC3F,uEAAoE;AAEpE,gCAAgC;AAChC,MAAM,8BAA+B,SAAQ,gBAAgB,CAAC,qBAAqB;IAAnF;;QACE,SAAI,GAAG,gCAAgC,CAAC;IAC1C,CAAC;CAAA;AACD;;;;;;;GAOG;AACH,MAAa,yBAA0B,SAAQ,qCAAiB;IA+B9D;;;;;;OAMG;IACH,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,kBAAkB,CAAC,qDAAyB,CAAC,CAAC;IAC5D,CAAC;IACD;;;;;OAKG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,kBAAkB,CAAC,+BAAc,CAAC,CAAC;IACjD,CAAC;IACD;;;;;OAKG;IACH,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC,yDAA2B,CAAC,CAAC;IAC9D,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,kBAAkB,CAAC,+BAAc,CAAC,CAAC;IACjD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,kBAAkB,CAAC,qDAAyB,CAAC,CAAC;IAC5D,CAAC;IACD;;;;;;;;;;;OAWG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAa,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,uDAA0B,CAAC,CAAC;IAC7D,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6DAA6B,CAAC,CAAC;IAChE,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,4BAA4B;QAC9B,OAAO,IAAI,CAAC,kBAAkB,CAAC,yEAAmC,CAAC,CAAC;IACtE,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,iCAAiC;QACnC,OAAO,IAAI,CAAC,kBAAkB,CAAC,mFAAwC,CAAC,CAAC;IAC3E,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,iEAA+B,CAAC,CAAC;IAClE,CAAC;IACD;;;;;;;;;;;;;OAaG;IACH,IAAI,2BAA2B;QAC7B,OAAO,IAAI,CAAC,kBAAkB,CAAC,uEAAkC,CAAC,CAAC;IACrE,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,uBAAuB;QACzB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+DAA8B,CAAC,CAAC;IACjE,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,0BAA0B;QAC5B,OAAO,IAAI,CAAC,kBAAkB,CAAC,qEAAiC,CAAC,CAAC;IACpE,CAAC;IACD;;;;;;OAMG;IACH,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,iEAA+B,CAAC,CAAC;IAClE,CAAC;IACD;;;;;;OAMG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,kBAAkB,CAAC,uCAAkB,CAAC,CAAC;IACrD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6DAA6B,CAAC,CAAC;IAChE,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,iEAA+B,CAAC,CAAC;IAClE,CAAC;IACD;;;;;;OAMG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;OAKG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;OAMG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;OAMG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,kBAAkB,CAAC,uCAAkB,CAAC,CAAC;IACrD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,kBAAkB,CAAC,qDAAyB,CAAC,CAAC;IAC5D,CAAC;IACD;;;;;;;;;;;OAWG;IACH,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC,yDAA2B,CAAC,CAAC;IAC9D,CAAC;IACD;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAa,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,uDAA0B,CAAC,CAAC;IAC7D,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;;;;;;;;OAcG;IACH,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6DAA6B,CAAC,CAAC;IAChE,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,sBAAsB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6DAA6B,CAAC,CAAC;IAChE,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,IAAI,GAAG;QACL,OAAO,IAAI,CAAC,kBAAkB,CAAC,uBAAU,CAAC,CAAC;IAC7C,CAAC;IACD;;;;;;OAMG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAa,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,gCAAgC;QAClC,OAAO,IAAI,CAAC,kBAAkB,CAAC,iFAAuC,CAAC,CAAC;IAC1E,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAa,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC,mDAAwB,CAAC,CAAC;IAC3D,CAAC;IACD;;;;;;OAMG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,kBAAkB,CAAC,uCAAkB,CAAC,CAAC;IACrD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,kBAAkB,CAAC,2BAAY,CAAC,CAAC;IAC/C,CAAC;IACD;;;;;;OAMG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC,mDAAwB,CAAC,CAAC;IAC3D,CAAC;IACD;;;;;;OAMG;IACH,IAAI,2BAA2B;QAC7B,OAAO,IAAI,CAAC,kBAAkB,CAAC,uEAAkC,CAAC,CAAC;IACrE,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC,mDAAwB,CAAC,CAAC;IAC3D,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;OAKG;IACH,IAAI,2BAA2B;QAC7B,OAAO,IAAI,CAAC,kBAAkB,CAAC,uEAAkC,CAAC,CAAC;IACrE,CAAC;IACD;;;;;;;;;;;;;;OAcG;IACH,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,iEAA+B,CAAC,CAAC;IAClE,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC,mDAAwB,CAAC,CAAC;IAC3D,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,kBAAkB,CAAC,mDAAwB,CAAC,CAAC;IAC3D,CAAC;IACD;;;;;;OAMG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,QAAQ;QACV,OAAO,IAAI,CAAC,kBAAkB,CAAC,iCAAe,CAAC,CAAC;IAClD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,2CAAoB,CAAC,CAAC;IACvD,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,kBAAkB,CAAC,+BAAc,CAAC,CAAC;IACjD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;OAKG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;OAMG;IACH,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAa,CAAC,CAAC;IAChD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,kBAAkB,CAAC,2BAAY,CAAC,CAAC;IAC/C,CAAC;IACD;;;;;;OAMG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,kBAAkB,CAAC,uCAAkB,CAAC,CAAC;IACrD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,kBAAkB,CAAC,yCAAmB,CAAC,CAAC;IACtD,CAAC;IACD;;;;;;;;;;;;;;OAcG;IACH,IAAI,mBAAmB;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,uDAA0B,CAAC,CAAC;IAC7D,CAAC;IACD;;;;;;;;;;;;;;;OAeG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,kBAAkB,CAAC,6CAAqB,CAAC,CAAC;IACxD,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,kBAAkB,CAAC,qCAAiB,CAAC,CAAC;IACpD,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,kBAAkB,CAAC,2BAAY,CAAC,CAAC;IAC/C,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,QAAQ;QACV,OAAO,IAAI,CAAC,kBAAkB,CAAC,iCAAe,CAAC,CAAC;IAClD,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC,yDAA2B,CAAC,CAAC;IAC9D,CAAC;IACD;;;;;;;;OAQG;IACH,IAAI,iCAAiC;QACnC,OAAO,IAAI,CAAC,kBAAkB,CAAC,mFAAwC,CAAC,CAAC;IAC3E,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+CAAsB,CAAC,CAAC;IACzD,CAAC;IACD;;;;;;;;;;;OAWG;IACH,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,kBAAkB,CAAC,mCAAgB,CAAC,CAAC;IACnD,CAAC;IACD;;;;;;;OAOG;IACH,IAAI,wBAAwB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,iEAA+B,CAAC,CAAC;IAClE,CAAC;IACD;;;;;;OAMG;IACH,IAAI,gBAAgB;QAClB,OAAO,IAAI,CAAC,kBAAkB,CAAC,iDAAuB,CAAC,CAAC;IAC1D,CAAC;IACD;;;;;;;;;;OAUG;IACH,IAAI,4BAA4B;QAC9B,OAAO,IAAI,CAAC,kBAAkB,CAAC,yEAAmC,CAAC,CAAC;IACtE,CAAC;IACD;;;;;;;;;OASG;IACH,IAAI,uBAAuB;QACzB,OAAO,IAAI,CAAC,kBAAkB,CAAC,+DAA8B,CAAC,CAAC;IACjE,CAAC;IACD,YAAY,OAA0C;;QACpD,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAjwCjB,WAAM,GAAG,IAAI,gBAAgB,CAAC,gBAAgB,CAAC;YACvD,kBAAkB,EAAE,MAAA,IAAI,CAAC,WAAW,CAAC,IAAI,mCAAI,MAAM;YACnD,OAAO,EAAE,mCAAmC;YAC5C,kBAAkB,EAAE,MAAM;YAC1B,UAAU,EAAE,8BAA8B;YAC1C,oBAAoB,EAAE;gBACpB,kCAAkC,EAAE,2BAA2B;gBAC/D,kCAAkC,EAAE,wCAAwC;gBAC5E,0CAA0C,EAAE,2CAA2C;gBACvF,uBAAuB,EAAE,iBAAiB;gBAC1C,wBAAwB,EAAE,qCAAqC;gBAC/D,yBAAyB,EAAE,yCAAyC;gBACpE,sCAAsC,EAAE,kBAAkB;gBAC1D,0BAA0B,EAAE,+BAA+B;gBAC3D,2BAA2B,EAAE,gCAAgC;gBAC7D,+BAA+B,EAAE,gCAAgC;gBACjE,iCAAiC,EAAE,kCAAkC;gBACrE,yBAAyB,EAAE,yBAAyB;gBACpD,iCAAiC,EAAE,+BAA+B;gBAClE,4BAA4B,EAAE,iCAAiC;gBAC/D,0BAA0B,EAAE,2BAA2B;gBACvD,2BAA2B,EAAE,0BAA0B;gBACvD,iCAAiC,EAAE,iCAAiC;gBACpE,gEAAgE,EAAE,8DAA8D;gBAChI,gEAAgE,EAAE,+DAA+D;gBACjI,iEAAiE,EAAE,+DAA+D;gBAClI,mEAAmE,EAAE,+DAA+D;aACrI;SACF,CAAC,CAAC;QACO,cAAS,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;QAquCtC,IAAI,CAAC,MAAM,CAAC,UAAU,iCACjB,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,GACxB,OAAO,EACV,CAAC;IACL,CAAC;CACF;AAxwCD,8DAwwCC;AACD,iDAAuB,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC"}
|
|
@@ -15,7 +15,7 @@ export interface AnnouncementBannerConfiguration {
|
|
|
15
15
|
/** The text on the announcement banner. */
|
|
16
16
|
message?: string;
|
|
17
17
|
/** Visibility of the announcement banner. */
|
|
18
|
-
visibility?: "
|
|
18
|
+
visibility?: "public" | "private";
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Configuration of the announcement banner.
|
|
@@ -8,7 +8,7 @@ function registerAnnouncementBannerValidationSchemas(validationSchemaStorage) {
|
|
|
8
8
|
isDismissible: zod_1.z.boolean().optional(),
|
|
9
9
|
isEnabled: zod_1.z.boolean().optional(),
|
|
10
10
|
message: zod_1.z.string().optional(),
|
|
11
|
-
visibility: zod_1.z.enum(["
|
|
11
|
+
visibility: zod_1.z.enum(["public", "private"]).optional()
|
|
12
12
|
}).strict().describe("AnnouncementBannerConfiguration"));
|
|
13
13
|
validationSchemaStorage.register("AnnouncementBannerConfigurationUpdate", zod_1.z.object({
|
|
14
14
|
isDismissible: zod_1.z.boolean().optional(),
|
|
@@ -256,6 +256,9 @@ export interface ErrorCollection {
|
|
|
256
256
|
status?: number;
|
|
257
257
|
}
|
|
258
258
|
/** @category Models */
|
|
259
|
+
export interface ErrorCollections {
|
|
260
|
+
}
|
|
261
|
+
/** @category Models */
|
|
259
262
|
export interface ErrorMessage {
|
|
260
263
|
message?: string;
|
|
261
264
|
}
|
|
@@ -621,6 +624,22 @@ export interface NotificationScheme {
|
|
|
621
624
|
scope?: Scope;
|
|
622
625
|
self?: string;
|
|
623
626
|
}
|
|
627
|
+
/**
|
|
628
|
+
* @example
|
|
629
|
+
* ```
|
|
630
|
+
* {
|
|
631
|
+
* "message": "An example message.",
|
|
632
|
+
* "statusCode": 200
|
|
633
|
+
* }
|
|
634
|
+
* ```
|
|
635
|
+
* @category Models
|
|
636
|
+
*/
|
|
637
|
+
export interface OperationMessage {
|
|
638
|
+
/** The human-readable message that describes the result. */
|
|
639
|
+
message: string;
|
|
640
|
+
/** The status code of the response. */
|
|
641
|
+
statusCode: number;
|
|
642
|
+
}
|
|
624
643
|
/**
|
|
625
644
|
* A page of items.
|
|
626
645
|
*
|
|
@@ -1402,6 +1421,15 @@ export interface User {
|
|
|
1402
1421
|
accountType?: "atlassian" | "app" | "customer" | "unknown";
|
|
1403
1422
|
/** Whether the user is active. */
|
|
1404
1423
|
active?: boolean;
|
|
1424
|
+
/**
|
|
1425
|
+
* The app type of the user account when accountType is 'app'. Can take the
|
|
1426
|
+
* following values:
|
|
1427
|
+
*
|
|
1428
|
+
* * `service` Service Account
|
|
1429
|
+
* * `agent` Rovo Agent Account
|
|
1430
|
+
* * `unknown` Unknown app type
|
|
1431
|
+
*/
|
|
1432
|
+
appType?: string;
|
|
1405
1433
|
/** The application roles the user is assigned to. */
|
|
1406
1434
|
applicationRoles?: SimpleListWrapperApplicationRole;
|
|
1407
1435
|
/** The avatars of the user. */
|
|
@@ -111,6 +111,7 @@ function registerCommonValidationSchemas(validationSchemaStorage) {
|
|
|
111
111
|
errors: zod_1.z.object({}).catchall(zod_1.z.string()).optional(),
|
|
112
112
|
status: zod_1.z.number().int().optional()
|
|
113
113
|
}).strict().describe("ErrorCollection"));
|
|
114
|
+
validationSchemaStorage.register("ErrorCollections", zod_1.z.object({}).strict().describe("ErrorCollections"));
|
|
114
115
|
validationSchemaStorage.register("ErrorMessage", zod_1.z.object({
|
|
115
116
|
message: zod_1.z.string().optional()
|
|
116
117
|
}).strict().describe("ErrorMessage"));
|
|
@@ -277,6 +278,10 @@ function registerCommonValidationSchemas(validationSchemaStorage) {
|
|
|
277
278
|
scope: validationSchemaStorage.lazy("Scope").optional(),
|
|
278
279
|
self: zod_1.z.string().optional()
|
|
279
280
|
}).strict().describe("NotificationScheme"));
|
|
281
|
+
validationSchemaStorage.register("OperationMessage", zod_1.z.object({
|
|
282
|
+
message: zod_1.z.string(),
|
|
283
|
+
statusCode: zod_1.z.number().int()
|
|
284
|
+
}).strict().describe("OperationMessage"));
|
|
280
285
|
validationSchemaStorage.register("PageBeanIssueTypeScreenScheme", zod_1.z.object({
|
|
281
286
|
isLast: zod_1.z.boolean().optional(),
|
|
282
287
|
maxResults: zod_1.z.number().int().optional(),
|
|
@@ -539,6 +544,7 @@ function registerCommonValidationSchemas(validationSchemaStorage) {
|
|
|
539
544
|
accountId: zod_1.z.string().max(128).optional(),
|
|
540
545
|
accountType: zod_1.z.enum(["atlassian", "app", "customer", "unknown"]).optional(),
|
|
541
546
|
active: zod_1.z.boolean().optional(),
|
|
547
|
+
appType: zod_1.z.string().optional(),
|
|
542
548
|
applicationRoles: validationSchemaStorage.lazy("SimpleListWrapperApplicationRole").optional(),
|
|
543
549
|
avatarUrls: validationSchemaStorage.lazy("AvatarUrlsBean").optional(),
|
|
544
550
|
displayName: zod_1.z.string().optional(),
|