@resolution/jira-api-client 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/lib/index.d.ts +35 -7
- package/lib/index.js +27 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +10 -2
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
- package/lib/openapi/platform/models/appDataPolicies.d.ts +20 -4
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +21 -4
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +1 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/auditRecords.d.ts +20 -4
- package/lib/openapi/platform/models/auditRecords.js.map +1 -1
- package/lib/openapi/platform/models/avatars.d.ts +11 -2
- package/lib/openapi/platform/models/avatars.js.map +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +10 -2
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +256 -47
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +133 -26
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +2 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/filterSharing.d.ts +6 -1
- package/lib/openapi/platform/models/filterSharing.js.map +1 -1
- package/lib/openapi/platform/models/filters.d.ts +32 -6
- package/lib/openapi/platform/models/filters.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +10 -2
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +30 -5
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +40 -7
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +86 -9
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +5 -1
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +11 -2
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +15 -3
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +216 -43
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +54 -10
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +21 -3
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +20 -4
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +85 -17
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +31 -6
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +5 -1
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +26 -5
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +61 -12
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issuePriorities.d.ts +32 -8
- package/lib/openapi/platform/models/issuePriorities.js +20 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
- package/lib/openapi/platform/models/issueProperties.d.ts +21 -3
- package/lib/openapi/platform/models/issueProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +32 -6
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +36 -7
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +33 -5
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +10 -2
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +80 -15
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +52 -10
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +60 -12
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +2 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueVotes.d.ts +5 -1
- package/lib/openapi/platform/models/issueVotes.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +15 -3
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +21 -4
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +170 -31
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +68 -10
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jiraSettings.d.ts +11 -2
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +141 -25
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +20 -4
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
- package/lib/openapi/platform/models/labels.d.ts +5 -1
- package/lib/openapi/platform/models/labels.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +16 -3
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/myself.d.ts +5 -1
- package/lib/openapi/platform/models/myself.js.map +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +15 -3
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/permissions.d.ts +35 -6
- package/lib/openapi/platform/models/permissions.js.map +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +76 -14
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectAvatars.d.ts +5 -1
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +5 -1
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/projectComponents.d.ts +21 -4
- package/lib/openapi/platform/models/projectComponents.js.map +1 -1
- package/lib/openapi/platform/models/projectEmail.d.ts +5 -1
- package/lib/openapi/platform/models/projectEmail.js.map +1 -1
- package/lib/openapi/platform/models/projectFeatures.d.ts +15 -3
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +6 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectRoleActors.d.ts +3 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
- package/lib/openapi/platform/models/projectRoles.d.ts +6 -1
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTypes.d.ts +5 -1
- package/lib/openapi/platform/models/projectTypes.js.map +1 -1
- package/lib/openapi/platform/models/projectVersions.d.ts +32 -6
- package/lib/openapi/platform/models/projectVersions.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +36 -7
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +35 -7
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/screenTabFields.d.ts +2 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
- package/lib/openapi/platform/models/screens.d.ts +30 -6
- package/lib/openapi/platform/models/screens.js.map +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +10 -2
- package/lib/openapi/platform/models/serverInfo.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +33 -6
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +5 -1
- package/lib/openapi/platform/models/timeTracking.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +28 -5
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/userSearch.d.ts +10 -2
- package/lib/openapi/platform/models/userSearch.js.map +1 -1
- package/lib/openapi/platform/models/users.d.ts +8 -1
- package/lib/openapi/platform/models/users.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +44 -8
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +10 -2
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +12 -2
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +68 -12
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +5 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +47 -9
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +261 -48
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/AvatarsService.js +1 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +1 -0
- package/lib/openapi/platform/services/DashboardsService.js +1 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +1 -0
- package/lib/openapi/platform/services/FiltersService.js +1 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupsService.js +1 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuesService.js +1 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlService.js +1 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +1 -0
- package/lib/openapi/platform/services/LabelsService.js +1 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +1 -0
- package/lib/openapi/platform/services/MyselfService.js +1 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionsService.js +1 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectsService.js +1 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreensService.js +1 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +1 -0
- package/lib/openapi/platform/services/StatusService.js +1 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +1 -0
- package/lib/openapi/platform/services/TasksService.js +1 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/UserSearchService.js +1 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +1 -0
- package/lib/openapi/platform/services/UsersService.js +1 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +1 -0
- package/lib/openapi/platform/services/WebhooksService.js +1 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/models/assets.d.ts +13 -2
- package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +47 -8
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/serviceManagement/models/customer.d.ts +6 -1
- package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
- package/lib/openapi/serviceManagement/models/info.d.ts +1 -0
- package/lib/openapi/serviceManagement/models/info.js.map +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +7 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/models/organization.d.ts +10 -1
- package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +106 -16
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +97 -16
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +129 -20
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +10 -0
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +12 -1
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +6 -0
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +4 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +26 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/epic.d.ts +3 -0
- package/lib/openapi/software/models/epic.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +6 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/issue.d.ts +1 -0
- package/lib/openapi/software/models/issue.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +14 -0
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +7 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +12 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/models/sprint.d.ts +2 -0
- package/lib/openapi/software/models/sprint.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +1 -0
- package/lib/openapi/software/services/BacklogService.js +1 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +1 -0
- package/lib/openapi/software/services/BoardService.js +1 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +1 -0
- package/lib/openapi/software/services/BuildsService.js +1 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +1 -0
- package/lib/openapi/software/services/DeploymentsService.js +1 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +1 -0
- package/lib/openapi/software/services/EpicService.js +1 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +1 -0
- package/lib/openapi/software/services/IssueService.js +1 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +1 -0
- package/lib/openapi/software/services/OperationsService.js +1 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +1 -0
- package/lib/openapi/software/services/SprintService.js +1 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
|
+
/** @category Models */
|
|
3
4
|
export type CustomContextVariable = UserContextVariable | IssueContextVariable | JsonContextVariable;
|
|
4
5
|
/**
|
|
5
6
|
* The project that is available under the `project` variable when evaluating the
|
|
6
7
|
* expression.
|
|
8
|
+
*
|
|
9
|
+
* @category Models
|
|
7
10
|
*/
|
|
8
11
|
export interface IdOrKeyBean {
|
|
9
12
|
/** The ID of the referenced item. */
|
|
@@ -16,6 +19,8 @@ export interface IdOrKeyBean {
|
|
|
16
19
|
* [issue](https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference#issue)
|
|
17
20
|
* specified by ID or key. All the fields of the issue object are available in the
|
|
18
21
|
* Jira expression.
|
|
22
|
+
*
|
|
23
|
+
* @category Models
|
|
19
24
|
*/
|
|
20
25
|
export interface IssueContextVariable {
|
|
21
26
|
/** Type of custom context variable. */
|
|
@@ -25,7 +30,11 @@ export interface IssueContextVariable {
|
|
|
25
30
|
/** The issue key. */
|
|
26
31
|
key?: string;
|
|
27
32
|
}
|
|
28
|
-
/**
|
|
33
|
+
/**
|
|
34
|
+
* The description of the page of issues loaded by the provided JQL query.
|
|
35
|
+
*
|
|
36
|
+
* @category Models
|
|
37
|
+
*/
|
|
29
38
|
export interface IssuesJqlMetaDataBean {
|
|
30
39
|
/** The number of issues that were loaded in this evaluation. */
|
|
31
40
|
count: number;
|
|
@@ -41,7 +50,11 @@ export interface IssuesJqlMetaDataBean {
|
|
|
41
50
|
*/
|
|
42
51
|
validationWarnings?: string[];
|
|
43
52
|
}
|
|
44
|
-
/**
|
|
53
|
+
/**
|
|
54
|
+
* Meta data describing the `issues` context variable.
|
|
55
|
+
*
|
|
56
|
+
* @category Models
|
|
57
|
+
*/
|
|
45
58
|
export interface IssuesMetaBean {
|
|
46
59
|
/** The description of the page of issues loaded by the provided JQL query. */
|
|
47
60
|
jql?: IssuesJqlMetaDataBean;
|
|
@@ -49,6 +62,8 @@ export interface IssuesMetaBean {
|
|
|
49
62
|
/**
|
|
50
63
|
* The JQL specifying the issues available in the evaluated Jira expression under
|
|
51
64
|
* the `issues` context variable.
|
|
65
|
+
*
|
|
66
|
+
* @category Models
|
|
52
67
|
*/
|
|
53
68
|
export interface JexpIssues {
|
|
54
69
|
/** The JQL query that specifies the set of issues available in the Jira expression. */
|
|
@@ -60,6 +75,8 @@ export interface JexpIssues {
|
|
|
60
75
|
* loaded, only those described by the `startAt` and `maxResults` properties. To
|
|
61
76
|
* determine whether it is necessary to iterate to ensure all the issues returned
|
|
62
77
|
* by the JQL query are evaluated, inspect `meta.issues.jql.count` in the response.
|
|
78
|
+
*
|
|
79
|
+
* @category Models
|
|
63
80
|
*/
|
|
64
81
|
export interface JexpJqlIssues {
|
|
65
82
|
/**
|
|
@@ -75,7 +92,11 @@ export interface JexpJqlIssues {
|
|
|
75
92
|
/** Determines how to validate the JQL query and treat the validation results. */
|
|
76
93
|
validation?: "strict" | "warn" | "none";
|
|
77
94
|
}
|
|
78
|
-
/**
|
|
95
|
+
/**
|
|
96
|
+
* Details about the analysed Jira expression.
|
|
97
|
+
*
|
|
98
|
+
* @category Models
|
|
99
|
+
*/
|
|
79
100
|
export interface JiraExpressionAnalysis {
|
|
80
101
|
/** Details about the complexity of the analysed Jira expression. */
|
|
81
102
|
complexity?: JiraExpressionComplexity;
|
|
@@ -92,7 +113,11 @@ export interface JiraExpressionAnalysis {
|
|
|
92
113
|
*/
|
|
93
114
|
valid: boolean;
|
|
94
115
|
}
|
|
95
|
-
/**
|
|
116
|
+
/**
|
|
117
|
+
* Details about the complexity of the analysed Jira expression.
|
|
118
|
+
*
|
|
119
|
+
* @category Models
|
|
120
|
+
*/
|
|
96
121
|
export interface JiraExpressionComplexity {
|
|
97
122
|
/**
|
|
98
123
|
* Information that can be used to determine how many [expensive
|
|
@@ -120,7 +145,11 @@ export interface JiraExpressionComplexity {
|
|
|
120
145
|
[key: string]: string;
|
|
121
146
|
};
|
|
122
147
|
}
|
|
123
|
-
/**
|
|
148
|
+
/**
|
|
149
|
+
* The context in which the Jira expression is evaluated.
|
|
150
|
+
*
|
|
151
|
+
* @category Models
|
|
152
|
+
*/
|
|
124
153
|
export interface JiraExpressionEvalContextBean {
|
|
125
154
|
/**
|
|
126
155
|
* The ID of the board that is available under the `board` variable when
|
|
@@ -175,6 +204,7 @@ export interface JiraExpressionEvalContextBean {
|
|
|
175
204
|
*/
|
|
176
205
|
sprint?: number;
|
|
177
206
|
}
|
|
207
|
+
/** @category Models */
|
|
178
208
|
export interface JiraExpressionEvalRequestBean {
|
|
179
209
|
/** The context in which the Jira expression is evaluated. */
|
|
180
210
|
context?: JiraExpressionEvalContextBean;
|
|
@@ -186,7 +216,11 @@ export interface JiraExpressionEvalRequestBean {
|
|
|
186
216
|
*/
|
|
187
217
|
expression: string;
|
|
188
218
|
}
|
|
189
|
-
/**
|
|
219
|
+
/**
|
|
220
|
+
* Contains various characteristics of the performed expression evaluation.
|
|
221
|
+
*
|
|
222
|
+
* @category Models
|
|
223
|
+
*/
|
|
190
224
|
export interface JiraExpressionEvaluationMetaDataBean {
|
|
191
225
|
/**
|
|
192
226
|
* Contains information about the expression complexity. For example, the number
|
|
@@ -200,7 +234,11 @@ export interface JiraExpressionEvaluationMetaDataBean {
|
|
|
200
234
|
*/
|
|
201
235
|
issues?: IssuesMetaBean;
|
|
202
236
|
}
|
|
203
|
-
/**
|
|
237
|
+
/**
|
|
238
|
+
* Details of Jira expressions for analysis.
|
|
239
|
+
*
|
|
240
|
+
* @category Models
|
|
241
|
+
*/
|
|
204
242
|
export interface JiraExpressionForAnalysis {
|
|
205
243
|
/**
|
|
206
244
|
* Context variables and their types. The type checker assumes that [common
|
|
@@ -227,7 +265,11 @@ export interface JiraExpressionForAnalysis {
|
|
|
227
265
|
*/
|
|
228
266
|
expressions: string[];
|
|
229
267
|
}
|
|
230
|
-
/**
|
|
268
|
+
/**
|
|
269
|
+
* The result of evaluating a Jira expression.
|
|
270
|
+
*
|
|
271
|
+
* @category Models
|
|
272
|
+
*/
|
|
231
273
|
export interface JiraExpressionResult {
|
|
232
274
|
/** Contains various characteristics of the performed expression evaluation. */
|
|
233
275
|
meta?: JiraExpressionEvaluationMetaDataBean;
|
|
@@ -240,7 +282,11 @@ export interface JiraExpressionResult {
|
|
|
240
282
|
*/
|
|
241
283
|
value: unknown;
|
|
242
284
|
}
|
|
243
|
-
/**
|
|
285
|
+
/**
|
|
286
|
+
* Details about the analysed Jira expression.
|
|
287
|
+
*
|
|
288
|
+
* @category Models
|
|
289
|
+
*/
|
|
244
290
|
export interface JiraExpressionsAnalysis {
|
|
245
291
|
/** The results of Jira expressions analysis. */
|
|
246
292
|
results: JiraExpressionAnalysis[];
|
|
@@ -248,6 +294,8 @@ export interface JiraExpressionsAnalysis {
|
|
|
248
294
|
/**
|
|
249
295
|
* Contains information about the expression complexity. For example, the number
|
|
250
296
|
* of steps it took to evaluate the expression.
|
|
297
|
+
*
|
|
298
|
+
* @category Models
|
|
251
299
|
*/
|
|
252
300
|
export interface JiraExpressionsComplexityBean {
|
|
253
301
|
/** The number of Jira REST API beans returned in the response. */
|
|
@@ -273,6 +321,8 @@ export interface JiraExpressionsComplexityBean {
|
|
|
273
321
|
* high-level operation performed by the expression. A step is an operation such
|
|
274
322
|
* as arithmetic, accessing a property, accessing a context variable, or calling a
|
|
275
323
|
* function.
|
|
324
|
+
*
|
|
325
|
+
* @category Models
|
|
276
326
|
*/
|
|
277
327
|
export interface JiraExpressionsComplexityValueBean {
|
|
278
328
|
/**
|
|
@@ -289,6 +339,8 @@ export interface JiraExpressionsComplexityValueBean {
|
|
|
289
339
|
*
|
|
290
340
|
* * `line` and `column`
|
|
291
341
|
* * `expression`
|
|
342
|
+
*
|
|
343
|
+
* @category Models
|
|
292
344
|
*/
|
|
293
345
|
export interface JiraExpressionValidationError {
|
|
294
346
|
/** The text column in which the error occurred. */
|
|
@@ -308,7 +360,11 @@ export interface JiraExpressionValidationError {
|
|
|
308
360
|
/** The error type. */
|
|
309
361
|
type: "syntax" | "type" | "other";
|
|
310
362
|
}
|
|
311
|
-
/**
|
|
363
|
+
/**
|
|
364
|
+
* A JSON object with custom content.
|
|
365
|
+
*
|
|
366
|
+
* @category Models
|
|
367
|
+
*/
|
|
312
368
|
export interface JsonContextVariable {
|
|
313
369
|
/** Type of custom context variable. */
|
|
314
370
|
type: string;
|
|
@@ -321,6 +377,8 @@ export interface JsonContextVariable {
|
|
|
321
377
|
* A
|
|
322
378
|
* [user](https://developer.atlassian.com/cloud/jira/platform/jira-expressions-type-reference#user)
|
|
323
379
|
* specified as an Atlassian account ID.
|
|
380
|
+
*
|
|
381
|
+
* @category Models
|
|
324
382
|
*/
|
|
325
383
|
export interface UserContextVariable {
|
|
326
384
|
/** Type of custom context variable. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jiraExpressions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/jiraExpressions.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"jiraExpressions.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/jiraExpressions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type TimeTrackingConfiguration } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Details of an application property.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface ApplicationProperty {
|
|
6
10
|
/** The allowed values, if applicable. */
|
|
7
11
|
allowedValues?: string[];
|
|
@@ -21,7 +25,11 @@ export interface ApplicationProperty {
|
|
|
21
25
|
/** The new value. */
|
|
22
26
|
value?: string;
|
|
23
27
|
}
|
|
24
|
-
/**
|
|
28
|
+
/**
|
|
29
|
+
* Details about the configuration of Jira.
|
|
30
|
+
*
|
|
31
|
+
* @category Models
|
|
32
|
+
*/
|
|
25
33
|
export interface Configuration {
|
|
26
34
|
/** Whether the ability to add attachments to issues is enabled. */
|
|
27
35
|
attachmentsEnabled?: boolean;
|
|
@@ -53,6 +61,7 @@ export interface Configuration {
|
|
|
53
61
|
*/
|
|
54
62
|
watchingEnabled?: boolean;
|
|
55
63
|
}
|
|
64
|
+
/** @category Models */
|
|
56
65
|
export interface SimpleApplicationPropertyBean {
|
|
57
66
|
/** The ID of the application property. */
|
|
58
67
|
id?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jiraSettings.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/jiraSettings.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAGkB;
|
|
1
|
+
{"version":3,"file":"jiraSettings.js","sourceRoot":"","sources":["../../../../src/openapi/platform/models/jiraSettings.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAGkB;AAoElB,SAAgB,qCAAqC,CACnD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,qBAAqB,EACrB,OAAC;SACE,MAAM,CAAC;QACN,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QAC7C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC9B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,qBAAqB,CAAC,CACnC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,eAAe,EACf,OAAC;SACE,MAAM,CAAC;QACN,kBAAkB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC1C,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC3C,eAAe,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACvC,yBAAyB,EAAE,uBAAuB;aAC/C,IAAI,CAAC,2BAA2B,CAAC;aACjC,QAAQ,EAAE;QACb,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC3C,uBAAuB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/C,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACrC,eAAe,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KACxC,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,eAAe,CAAC,CAC7B,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,+BAA+B,EAC/B,OAAC;SACE,MAAM,CAAC;QACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;SACD,MAAM,EAAE;SACR,QAAQ,CAAC,+BAA+B,CAAC,CAC7C,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAjDD,sFAiDC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type ErrorCollection } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* A field auto-complete suggestion.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface AutoCompleteSuggestion {
|
|
6
10
|
/**
|
|
7
11
|
* The display name of a suggested item. If `fieldValue` or `predicateValue` are
|
|
@@ -11,7 +15,11 @@ export interface AutoCompleteSuggestion {
|
|
|
11
15
|
/** The value of a suggested item. */
|
|
12
16
|
value?: string;
|
|
13
17
|
}
|
|
14
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* The results from a JQL query.
|
|
20
|
+
*
|
|
21
|
+
* @category Models
|
|
22
|
+
*/
|
|
15
23
|
export interface AutoCompleteSuggestions {
|
|
16
24
|
/** The list of suggested item. */
|
|
17
25
|
results?: AutoCompleteSuggestion[];
|
|
@@ -22,6 +30,8 @@ export interface AutoCompleteSuggestions {
|
|
|
22
30
|
* is not defined, the parser nests JQL clauses based on the operator precedence.
|
|
23
31
|
* For example, "A OR B AND C" is parsed as "(A OR B) AND C". See Setting the
|
|
24
32
|
* precedence of operators for more information about precedence in JQL queries.`
|
|
33
|
+
*
|
|
34
|
+
* @category Models
|
|
25
35
|
*/
|
|
26
36
|
export interface CompoundClause {
|
|
27
37
|
/** The list of nested clauses. */
|
|
@@ -29,7 +39,11 @@ export interface CompoundClause {
|
|
|
29
39
|
/** The operator between the clauses. */
|
|
30
40
|
operator: "and" | "or" | "not";
|
|
31
41
|
}
|
|
32
|
-
/**
|
|
42
|
+
/**
|
|
43
|
+
* The converted JQL queries.
|
|
44
|
+
*
|
|
45
|
+
* @category Models
|
|
46
|
+
*/
|
|
33
47
|
export interface ConvertedJqlQueries {
|
|
34
48
|
/**
|
|
35
49
|
* List of queries containing user information that could not be mapped to an
|
|
@@ -47,6 +61,8 @@ export interface ConvertedJqlQueries {
|
|
|
47
61
|
* AFTER startOfMonth(-1M)`.See
|
|
48
62
|
* [CHANGED](https://confluence.atlassian.com/x/dgiiLQ#Advancedsearching-operatorsreference-CHANGEDCHANGED)
|
|
49
63
|
* for more information about the CHANGED operator.
|
|
64
|
+
*
|
|
65
|
+
* @category Models
|
|
50
66
|
*/
|
|
51
67
|
export interface FieldChangedClause {
|
|
52
68
|
/**
|
|
@@ -60,7 +76,11 @@ export interface FieldChangedClause {
|
|
|
60
76
|
/** The list of time predicates. */
|
|
61
77
|
predicates: JqlQueryClauseTimePredicate[];
|
|
62
78
|
}
|
|
63
|
-
/**
|
|
79
|
+
/**
|
|
80
|
+
* Details of a field that can be used in advanced searches.
|
|
81
|
+
*
|
|
82
|
+
* @category Models
|
|
83
|
+
*/
|
|
64
84
|
export interface FieldReferenceData {
|
|
65
85
|
/** Whether the field provide auto-complete suggestions. */
|
|
66
86
|
auto?: "true" | "false";
|
|
@@ -94,6 +114,8 @@ export interface FieldReferenceData {
|
|
|
94
114
|
/**
|
|
95
115
|
* A clause that asserts the current value of a field. For example, `summary ~
|
|
96
116
|
* test`.
|
|
117
|
+
*
|
|
118
|
+
* @category Models
|
|
97
119
|
*/
|
|
98
120
|
export interface FieldValueClause {
|
|
99
121
|
/**
|
|
@@ -112,6 +134,8 @@ export interface FieldValueClause {
|
|
|
112
134
|
* "Resolved" BY currentUser() BEFORE "2019/02/02"`. See
|
|
113
135
|
* [WAS](https://confluence.atlassian.com/x/dgiiLQ#Advancedsearching-operatorsreference-WASWAS)
|
|
114
136
|
* for more information about the WAS operator.
|
|
137
|
+
*
|
|
138
|
+
* @category Models
|
|
115
139
|
*/
|
|
116
140
|
export interface FieldWasClause {
|
|
117
141
|
/**
|
|
@@ -131,6 +155,8 @@ export interface FieldWasClause {
|
|
|
131
155
|
* An operand that is a function. See [Advanced searching - functions
|
|
132
156
|
* reference](https://confluence.atlassian.com/x/dwiiLQ) for more information
|
|
133
157
|
* about JQL functions.
|
|
158
|
+
*
|
|
159
|
+
* @category Models
|
|
134
160
|
*/
|
|
135
161
|
export interface FunctionOperand extends Record<string, unknown> {
|
|
136
162
|
/** The list of function arguments. */
|
|
@@ -140,7 +166,11 @@ export interface FunctionOperand extends Record<string, unknown> {
|
|
|
140
166
|
/** The name of the function. */
|
|
141
167
|
function: string;
|
|
142
168
|
}
|
|
143
|
-
/**
|
|
169
|
+
/**
|
|
170
|
+
* Details of functions that can be used in advanced searches.
|
|
171
|
+
*
|
|
172
|
+
* @category Models
|
|
173
|
+
*/
|
|
144
174
|
export interface FunctionReferenceData {
|
|
145
175
|
/** The display name of the function. */
|
|
146
176
|
displayName?: string;
|
|
@@ -153,17 +183,29 @@ export interface FunctionReferenceData {
|
|
|
153
183
|
/** The function identifier. */
|
|
154
184
|
value?: string;
|
|
155
185
|
}
|
|
156
|
-
/**
|
|
186
|
+
/**
|
|
187
|
+
* The JQL queries to be converted.
|
|
188
|
+
*
|
|
189
|
+
* @category Models
|
|
190
|
+
*/
|
|
157
191
|
export interface JqlPersonalDataMigrationRequest {
|
|
158
192
|
/** A list of queries with user identifiers. Maximum of 100 queries. */
|
|
159
193
|
queryStrings?: string[];
|
|
160
194
|
}
|
|
161
|
-
/**
|
|
195
|
+
/**
|
|
196
|
+
* A list of JQL queries to parse.
|
|
197
|
+
*
|
|
198
|
+
* @category Models
|
|
199
|
+
*/
|
|
162
200
|
export interface JqlQueriesToParse {
|
|
163
201
|
/** A list of queries to parse. */
|
|
164
202
|
queries: string[];
|
|
165
203
|
}
|
|
166
|
-
/**
|
|
204
|
+
/**
|
|
205
|
+
* The list of JQL queries to sanitize for the given account IDs.
|
|
206
|
+
*
|
|
207
|
+
* @category Models
|
|
208
|
+
*/
|
|
167
209
|
export interface JqlQueriesToSanitize {
|
|
168
210
|
/**
|
|
169
211
|
* The list of JQL queries to sanitize. Must contain unique values. Maximum of 20
|
|
@@ -171,18 +213,34 @@ export interface JqlQueriesToSanitize {
|
|
|
171
213
|
*/
|
|
172
214
|
queries: JqlQueryToSanitize[];
|
|
173
215
|
}
|
|
174
|
-
/**
|
|
216
|
+
/**
|
|
217
|
+
* A parsed JQL query.
|
|
218
|
+
*
|
|
219
|
+
* @category Models
|
|
220
|
+
*/
|
|
175
221
|
export interface JqlQuery {
|
|
176
222
|
/** Details of the order-by JQL clause. */
|
|
177
223
|
orderBy?: JqlQueryOrderByClause;
|
|
178
224
|
/** A JQL query clause. */
|
|
179
225
|
where?: JqlQueryClause;
|
|
180
226
|
}
|
|
181
|
-
/**
|
|
227
|
+
/**
|
|
228
|
+
* A JQL query clause.
|
|
229
|
+
*
|
|
230
|
+
* @category Models
|
|
231
|
+
*/
|
|
182
232
|
export type JqlQueryClause = CompoundClause | FieldValueClause | FieldWasClause | FieldChangedClause;
|
|
183
|
-
/**
|
|
233
|
+
/**
|
|
234
|
+
* Details of an operand in a JQL clause.
|
|
235
|
+
*
|
|
236
|
+
* @category Models
|
|
237
|
+
*/
|
|
184
238
|
export type JqlQueryClauseOperand = ListOperand | ValueOperand | FunctionOperand | KeywordOperand;
|
|
185
|
-
/**
|
|
239
|
+
/**
|
|
240
|
+
* A time predicate for a temporal JQL clause.
|
|
241
|
+
*
|
|
242
|
+
* @category Models
|
|
243
|
+
*/
|
|
186
244
|
export interface JqlQueryClauseTimePredicate extends Record<string, unknown> {
|
|
187
245
|
/** Details of an operand in a JQL clause. */
|
|
188
246
|
operand: JqlQueryClauseOperand;
|
|
@@ -193,6 +251,8 @@ export interface JqlQueryClauseTimePredicate extends Record<string, unknown> {
|
|
|
193
251
|
* A field used in a JQL query. See [Advanced searching - fields
|
|
194
252
|
* reference](https://confluence.atlassian.com/x/dAiiLQ) for more information
|
|
195
253
|
* about fields in JQL queries.
|
|
254
|
+
*
|
|
255
|
+
* @category Models
|
|
196
256
|
*/
|
|
197
257
|
export interface JqlQueryField {
|
|
198
258
|
/** The encoded name of the field, which can be used directly in a JQL query. */
|
|
@@ -205,7 +265,11 @@ export interface JqlQueryField {
|
|
|
205
265
|
*/
|
|
206
266
|
property?: JqlQueryFieldEntityProperty[];
|
|
207
267
|
}
|
|
208
|
-
/**
|
|
268
|
+
/**
|
|
269
|
+
* Details of an entity property.
|
|
270
|
+
*
|
|
271
|
+
* @category Models
|
|
272
|
+
*/
|
|
209
273
|
export interface JqlQueryFieldEntityProperty extends Record<string, unknown> {
|
|
210
274
|
/**
|
|
211
275
|
* The object on which the property is set.
|
|
@@ -239,12 +303,20 @@ export interface JqlQueryFieldEntityProperty extends Record<string, unknown> {
|
|
|
239
303
|
*/
|
|
240
304
|
type?: "number" | "string" | "text" | "date" | "user";
|
|
241
305
|
}
|
|
242
|
-
/**
|
|
306
|
+
/**
|
|
307
|
+
* Details of the order-by JQL clause.
|
|
308
|
+
*
|
|
309
|
+
* @category Models
|
|
310
|
+
*/
|
|
243
311
|
export interface JqlQueryOrderByClause {
|
|
244
312
|
/** The list of order-by clause fields and their ordering directives. */
|
|
245
313
|
fields: JqlQueryOrderByClauseElement[];
|
|
246
314
|
}
|
|
247
|
-
/**
|
|
315
|
+
/**
|
|
316
|
+
* An element of the order-by JQL clause.
|
|
317
|
+
*
|
|
318
|
+
* @category Models
|
|
319
|
+
*/
|
|
248
320
|
export interface JqlQueryOrderByClauseElement {
|
|
249
321
|
/** The direction in which to order the results. */
|
|
250
322
|
direction?: "asc" | "desc";
|
|
@@ -258,6 +330,8 @@ export interface JqlQueryOrderByClauseElement {
|
|
|
258
330
|
/**
|
|
259
331
|
* The JQL query to sanitize for the account ID. If the account ID is null,
|
|
260
332
|
* sanitizing is performed for an anonymous user.
|
|
333
|
+
*
|
|
334
|
+
* @category Models
|
|
261
335
|
*/
|
|
262
336
|
export interface JqlQueryToSanitize {
|
|
263
337
|
/**
|
|
@@ -268,9 +342,17 @@ export interface JqlQueryToSanitize {
|
|
|
268
342
|
/** The query to sanitize. */
|
|
269
343
|
query: string;
|
|
270
344
|
}
|
|
271
|
-
/**
|
|
345
|
+
/**
|
|
346
|
+
* An operand that can be part of a list operand.
|
|
347
|
+
*
|
|
348
|
+
* @category Models
|
|
349
|
+
*/
|
|
272
350
|
export type JqlQueryUnitaryOperand = ValueOperand | FunctionOperand | KeywordOperand;
|
|
273
|
-
/**
|
|
351
|
+
/**
|
|
352
|
+
* JQL queries that contained users that could not be found
|
|
353
|
+
*
|
|
354
|
+
* @category Models
|
|
355
|
+
*/
|
|
274
356
|
export interface JqlQueryWithUnknownUsers {
|
|
275
357
|
/**
|
|
276
358
|
* The converted query, with accountIDs instead of user identifiers, or 'unknown'
|
|
@@ -280,7 +362,11 @@ export interface JqlQueryWithUnknownUsers {
|
|
|
280
362
|
/** The original query, for reference */
|
|
281
363
|
originalQuery?: string;
|
|
282
364
|
}
|
|
283
|
-
/**
|
|
365
|
+
/**
|
|
366
|
+
* Lists of JQL reference data.
|
|
367
|
+
*
|
|
368
|
+
* @category Models
|
|
369
|
+
*/
|
|
284
370
|
export interface JqlReferenceData {
|
|
285
371
|
/** List of JQL query reserved words. */
|
|
286
372
|
jqlReservedWords?: string[];
|
|
@@ -293,24 +379,38 @@ export interface JqlReferenceData {
|
|
|
293
379
|
* An operand that is a JQL keyword. See [Advanced searching - keywords
|
|
294
380
|
* reference](https://confluence.atlassian.com/jiracorecloud/advanced-searching-keywords-reference-765593717.html#Advancedsearching-keywordsreference-EMPTYEMPTY)
|
|
295
381
|
* for more information about operand keywords.
|
|
382
|
+
*
|
|
383
|
+
* @category Models
|
|
296
384
|
*/
|
|
297
385
|
export interface KeywordOperand extends Record<string, unknown> {
|
|
298
386
|
/** The keyword that is the operand value. */
|
|
299
387
|
keyword: "empty";
|
|
300
388
|
}
|
|
301
|
-
/**
|
|
389
|
+
/**
|
|
390
|
+
* An operand that is a list of values.
|
|
391
|
+
*
|
|
392
|
+
* @category Models
|
|
393
|
+
*/
|
|
302
394
|
export interface ListOperand extends Record<string, unknown> {
|
|
303
395
|
/** Encoded operand, which can be used directly in a JQL query. */
|
|
304
396
|
encodedOperand?: string;
|
|
305
397
|
/** The list of operand values. */
|
|
306
398
|
values: JqlQueryUnitaryOperand[];
|
|
307
399
|
}
|
|
308
|
-
/**
|
|
400
|
+
/**
|
|
401
|
+
* A list of parsed JQL queries.
|
|
402
|
+
*
|
|
403
|
+
* @category Models
|
|
404
|
+
*/
|
|
309
405
|
export interface ParsedJqlQueries {
|
|
310
406
|
/** A list of parsed JQL queries. */
|
|
311
407
|
queries: ParsedJqlQuery[];
|
|
312
408
|
}
|
|
313
|
-
/**
|
|
409
|
+
/**
|
|
410
|
+
* Details of a parsed JQL query.
|
|
411
|
+
*
|
|
412
|
+
* @category Models
|
|
413
|
+
*/
|
|
314
414
|
export interface ParsedJqlQuery {
|
|
315
415
|
/** The list of syntax or validation errors. */
|
|
316
416
|
errors?: string[];
|
|
@@ -319,12 +419,20 @@ export interface ParsedJqlQuery {
|
|
|
319
419
|
/** The syntax tree of the query. Empty if the query was invalid. */
|
|
320
420
|
structure?: JqlQuery;
|
|
321
421
|
}
|
|
322
|
-
/**
|
|
422
|
+
/**
|
|
423
|
+
* The sanitized JQL queries for the given account IDs.
|
|
424
|
+
*
|
|
425
|
+
* @category Models
|
|
426
|
+
*/
|
|
323
427
|
export interface SanitizedJqlQueries {
|
|
324
428
|
/** The list of sanitized JQL queries. */
|
|
325
429
|
queries?: SanitizedJqlQuery[];
|
|
326
430
|
}
|
|
327
|
-
/**
|
|
431
|
+
/**
|
|
432
|
+
* Details of the sanitized JQL query.
|
|
433
|
+
*
|
|
434
|
+
* @category Models
|
|
435
|
+
*/
|
|
328
436
|
export interface SanitizedJqlQuery {
|
|
329
437
|
/** The account ID of the user for whom sanitization was performed. */
|
|
330
438
|
accountId?: string | null;
|
|
@@ -335,14 +443,22 @@ export interface SanitizedJqlQuery {
|
|
|
335
443
|
/** The sanitized query, if there were no errors. */
|
|
336
444
|
sanitizedQuery?: string | null;
|
|
337
445
|
}
|
|
338
|
-
/**
|
|
446
|
+
/**
|
|
447
|
+
* Details of how to filter and list search auto complete information.
|
|
448
|
+
*
|
|
449
|
+
* @category Models
|
|
450
|
+
*/
|
|
339
451
|
export interface SearchAutoCompleteFilter {
|
|
340
452
|
/** Include collapsed fields for fields that have non-unique names. */
|
|
341
453
|
includeCollapsedFields?: boolean;
|
|
342
454
|
/** List of project IDs used to filter the visible field details returned. */
|
|
343
455
|
projectIds?: number[];
|
|
344
456
|
}
|
|
345
|
-
/**
|
|
457
|
+
/**
|
|
458
|
+
* An operand that is a user-provided value.
|
|
459
|
+
*
|
|
460
|
+
* @category Models
|
|
461
|
+
*/
|
|
346
462
|
export interface ValueOperand extends Record<string, unknown> {
|
|
347
463
|
/** Encoded value, which can be used directly in a JQL query. */
|
|
348
464
|
encodedValue?: string;
|