@resolution/jira-api-client 0.1.6 → 0.3.0
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 +22 -0
- package/lib/index.d.ts +22 -3
- package/lib/index.js +28 -5
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +868 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +808 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpClient.js +390 -0
- package/lib/openapi/platform/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/platform/core/CommonHttpService.js +20 -0
- package/lib/openapi/platform/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/platform/models/announcementBanner.d.ts +27 -0
- package/lib/openapi/platform/models/announcementBanner.js +30 -0
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -0
- package/lib/openapi/platform/models/appDataPolicies.d.ts +31 -0
- package/lib/openapi/platform/models/appDataPolicies.js +40 -0
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -0
- package/lib/openapi/platform/models/appMigration.d.ts +86 -0
- package/lib/openapi/platform/models/appMigration.js +67 -0
- package/lib/openapi/platform/models/appMigration.js.map +1 -0
- package/lib/openapi/platform/models/appProperties.d.ts +15 -0
- package/lib/openapi/platform/models/appProperties.js +18 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -0
- package/lib/openapi/platform/models/auditRecords.d.ts +70 -0
- package/lib/openapi/platform/models/auditRecords.js +62 -0
- package/lib/openapi/platform/models/auditRecords.js.map +1 -0
- package/lib/openapi/platform/models/avatars.d.ts +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +25 -0
- package/lib/openapi/platform/models/classificationLevels.js +31 -0
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/common.d.ts +10 -10
- package/lib/openapi/platform/models/common.js +18 -18
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +92 -0
- package/lib/openapi/platform/models/dynamicModules.js +24 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -0
- package/lib/openapi/platform/models/filterSharing.d.ts +59 -0
- package/lib/openapi/platform/models/filterSharing.js +36 -0
- package/lib/openapi/platform/models/filterSharing.js.map +1 -0
- package/lib/openapi/platform/models/filters.d.ts +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +49 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js +31 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -0
- package/lib/openapi/platform/models/groups.d.ts +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +124 -0
- package/lib/openapi/platform/models/issueAttachments.js +129 -0
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -0
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +10 -0
- package/lib/openapi/platform/models/issueCommentProperties.js +18 -0
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueComments.d.ts +36 -0
- package/lib/openapi/platform/models/issueComments.js +49 -0
- package/lib/openapi/platform/models/issueComments.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +36 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +53 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +417 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +458 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +136 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js +115 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +119 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +133 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +66 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +42 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +194 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js +182 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -0
- package/lib/openapi/platform/models/issueFields.d.ts +227 -0
- package/lib/openapi/platform/models/issueFields.js +119 -0
- package/lib/openapi/platform/models/issueFields.js.map +1 -0
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +9 -0
- package/lib/openapi/platform/models/issueLinkTypes.js +21 -0
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueLinks.d.ts +90 -0
- package/lib/openapi/platform/models/issueLinks.js +74 -0
- package/lib/openapi/platform/models/issueLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +158 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js +147 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issuePriorities.d.ts +74 -0
- package/lib/openapi/platform/models/issuePriorities.js +89 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -0
- package/lib/openapi/platform/models/issueProperties.d.ts +80 -0
- package/lib/openapi/platform/models/issueProperties.js +158 -0
- package/lib/openapi/platform/models/issueProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +120 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js +70 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueResolutions.d.ts +81 -0
- package/lib/openapi/platform/models/issueResolutions.js +79 -0
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -0
- package/lib/openapi/platform/models/issueSearch.d.ts +196 -0
- package/lib/openapi/platform/models/issueSearch.js +136 -0
- package/lib/openapi/platform/models/issueSearch.js.map +1 -0
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +214 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js +211 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +146 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js +115 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +139 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js +109 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypes.d.ts +36 -0
- package/lib/openapi/platform/models/issueTypes.js +28 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueVotes.d.ts +18 -0
- package/lib/openapi/platform/models/issueVotes.js +22 -0
- package/lib/openapi/platform/models/issueVotes.js.map +1 -0
- package/lib/openapi/platform/models/issueWatchers.d.ts +27 -0
- package/lib/openapi/platform/models/issueWatchers.js +36 -0
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -0
- package/lib/openapi/platform/models/issueWorklogs.d.ts +93 -0
- package/lib/openapi/platform/models/issueWorklogs.js +80 -0
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -0
- package/lib/openapi/platform/models/issues.d.ts +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +329 -0
- package/lib/openapi/platform/models/jiraExpressions.js +180 -0
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -0
- package/lib/openapi/platform/models/jiraSettings.d.ts +62 -0
- package/lib/openapi/platform/models/jiraSettings.js +49 -0
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -0
- package/lib/openapi/platform/models/jql.d.ts +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +61 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js +57 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -0
- package/lib/openapi/platform/models/labels.d.ts +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +27 -0
- package/lib/openapi/platform/models/licenseMetrics.js +32 -0
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -0
- package/lib/openapi/platform/models/myself.d.ts +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +42 -0
- package/lib/openapi/platform/models/permissionSchemes.js +39 -0
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/permissions.d.ts +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +233 -0
- package/lib/openapi/platform/models/prioritySchemes.js +227 -0
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectAvatars.d.ts +11 -0
- package/lib/openapi/platform/models/projectAvatars.js +20 -0
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -0
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +8 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js +17 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/projectComponents.d.ts +122 -0
- package/lib/openapi/platform/models/projectComponents.js +91 -0
- package/lib/openapi/platform/models/projectComponents.js.map +1 -0
- package/lib/openapi/platform/models/projectEmail.d.ts +10 -0
- package/lib/openapi/platform/models/projectEmail.js +18 -0
- package/lib/openapi/platform/models/projectEmail.js.map +1 -0
- package/lib/openapi/platform/models/projectFeatures.d.ts +35 -0
- package/lib/openapi/platform/models/projectFeatures.js +38 -0
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +17 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js +25 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectRoleActors.d.ts +65 -0
- package/lib/openapi/platform/models/projectRoleActors.js +37 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -0
- package/lib/openapi/platform/models/projectRoles.d.ts +41 -0
- package/lib/openapi/platform/models/projectRoles.js +34 -0
- package/lib/openapi/platform/models/projectRoles.js.map +1 -0
- package/lib/openapi/platform/models/projectTypes.d.ts +16 -0
- package/lib/openapi/platform/models/projectTypes.js +21 -0
- package/lib/openapi/platform/models/projectTypes.js.map +1 -0
- package/lib/openapi/platform/models/projectVersions.d.ts +110 -0
- package/lib/openapi/platform/models/projectVersions.js +87 -0
- package/lib/openapi/platform/models/projectVersions.js.map +1 -0
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +94 -0
- package/lib/openapi/platform/models/screenSchemes.js +79 -0
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/screenTabFields.d.ts +19 -0
- package/lib/openapi/platform/models/screenTabFields.js +24 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -0
- package/lib/openapi/platform/models/screens.d.ts +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +51 -0
- package/lib/openapi/platform/models/serverInfo.js +47 -0
- package/lib/openapi/platform/models/serverInfo.js.map +1 -0
- package/lib/openapi/platform/models/serviceRegistry.d.ts +32 -0
- package/lib/openapi/platform/models/serviceRegistry.js +34 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -0
- package/lib/openapi/platform/models/status.d.ts +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +20 -0
- package/lib/openapi/platform/models/timeTracking.js +19 -0
- package/lib/openapi/platform/models/timeTracking.js.map +1 -0
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +127 -0
- package/lib/openapi/platform/models/uiModificationsApps.js +85 -0
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -0
- package/lib/openapi/platform/models/userSearch.d.ts +37 -0
- package/lib/openapi/platform/models/userSearch.js +30 -0
- package/lib/openapi/platform/models/userSearch.js.map +1 -0
- package/lib/openapi/platform/models/users.d.ts +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +17 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js +37 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +29 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +33 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemes.d.ts +217 -0
- package/lib/openapi/platform/models/workflowSchemes.js +261 -0
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +15 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js +19 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +106 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js +117 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +49 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +99 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +44 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +101 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -0
- package/lib/openapi/platform/services/AppMigrationService.d.ts +152 -0
- package/lib/openapi/platform/services/AppMigrationService.js +178 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +184 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +325 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +158 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +209 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +101 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +125 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -0
- package/lib/openapi/platform/services/AvatarsService.d.ts +363 -0
- package/lib/openapi/platform/services/AvatarsService.js +523 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +72 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +104 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/DashboardsService.d.ts +918 -0
- package/lib/openapi/platform/services/DashboardsService.js +1109 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +50 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +96 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -0
- package/lib/openapi/platform/services/FilterSharingService.d.ts +446 -0
- package/lib/openapi/platform/services/FilterSharingService.js +565 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -0
- package/lib/openapi/platform/services/FiltersService.d.ts +1320 -0
- package/lib/openapi/platform/services/FiltersService.js +1351 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +132 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +140 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -0
- package/lib/openapi/platform/services/GroupsService.d.ts +411 -0
- package/lib/openapi/platform/services/GroupsService.js +448 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +549 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +724 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +149 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +239 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +528 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +563 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +155 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +163 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +659 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +854 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +615 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +605 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +339 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +420 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +90 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +117 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +561 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +801 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +420 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +555 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +263 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinksService.d.ts +237 -0
- package/lib/openapi/platform/services/IssueLinksService.js +264 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +55 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +97 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +809 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +917 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +238 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +372 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +368 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +439 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +351 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +429 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +202 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +346 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSearchService.d.ts +887 -0
- package/lib/openapi/platform/services/IssueSearchService.js +878 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +136 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +174 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +530 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +721 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +150 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +227 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +460 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +615 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +442 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +606 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypesService.d.ts +343 -0
- package/lib/openapi/platform/services/IssueTypesService.js +495 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueVotesService.d.ts +117 -0
- package/lib/openapi/platform/services/IssueVotesService.js +179 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +168 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +236 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +251 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +694 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +701 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -0
- package/lib/openapi/platform/services/IssuesService.d.ts +2356 -0
- package/lib/openapi/platform/services/IssuesService.js +2022 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +298 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +272 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +236 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +325 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +113 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +142 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlService.d.ts +623 -0
- package/lib/openapi/platform/services/JqlService.js +697 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -0
- package/lib/openapi/platform/services/LabelsService.d.ts +34 -0
- package/lib/openapi/platform/services/LabelsService.js +67 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +82 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +160 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -0
- package/lib/openapi/platform/services/MyselfService.d.ts +254 -0
- package/lib/openapi/platform/services/MyselfService.js +382 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +554 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +613 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionsService.d.ts +214 -0
- package/lib/openapi/platform/services/PermissionsService.js +281 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +578 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +655 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +170 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +254 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +128 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +226 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +90 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +161 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +955 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1075 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +60 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +113 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +103 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +155 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +59 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +135 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +179 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +255 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +147 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +224 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +351 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +413 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +484 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +647 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +121 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +220 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +632 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +852 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectsService.d.ts +1622 -0
- package/lib/openapi/platform/services/ProjectsService.js +1686 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +166 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +216 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +103 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +181 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +164 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +278 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreensService.d.ts +226 -0
- package/lib/openapi/platform/services/ScreensService.js +346 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -0
- package/lib/openapi/platform/services/ServerInfoService.d.ts +40 -0
- package/lib/openapi/platform/services/ServerInfoService.js +74 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +32 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +60 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -0
- package/lib/openapi/platform/services/StatusService.d.ts +268 -0
- package/lib/openapi/platform/services/StatusService.js +321 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -0
- package/lib/openapi/platform/services/TasksService.d.ts +71 -0
- package/lib/openapi/platform/services/TasksService.js +126 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +140 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +260 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +212 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +262 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +218 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +254 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/UserSearchService.d.ts +782 -0
- package/lib/openapi/platform/services/UserSearchService.js +784 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -0
- package/lib/openapi/platform/services/UsersService.d.ts +579 -0
- package/lib/openapi/platform/services/UsersService.js +729 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -0
- package/lib/openapi/platform/services/WebhooksService.d.ts +258 -0
- package/lib/openapi/platform/services/WebhooksService.js +307 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +744 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +956 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +85 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +134 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +843 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1030 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +60 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +115 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +87 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +142 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +189 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +224 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +319 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +326 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowsService.d.ts +3032 -0
- package/lib/openapi/platform/services/WorkflowsService.js +2529 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -0
- package/lib/openapi/platform/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/platform/validationSchemaStorage.js +144 -0
- package/lib/openapi/platform/validationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +430 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +444 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpClient.js +390 -0
- package/lib/openapi/software/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/software/core/CommonHttpService.js +20 -0
- package/lib/openapi/software/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/models/board.d.ts +519 -457
- package/lib/openapi/software/models/board.js +515 -334
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +352 -0
- package/lib/openapi/software/models/builds.js +116 -0
- package/lib/openapi/software/models/builds.js.map +1 -0
- package/lib/openapi/software/models/common.d.ts +122 -0
- package/lib/openapi/software/models/common.js +109 -0
- package/lib/openapi/software/models/common.js.map +1 -0
- package/lib/openapi/software/models/deployments.d.ts +245 -0
- package/lib/openapi/software/models/deployments.js +154 -0
- package/lib/openapi/software/models/deployments.js.map +1 -0
- package/lib/openapi/software/models/devOpsComponents.d.ts +90 -0
- package/lib/openapi/software/models/devOpsComponents.js +49 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -0
- package/lib/openapi/software/models/developmentInformation.d.ts +649 -0
- package/lib/openapi/software/models/developmentInformation.js +217 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -0
- package/lib/openapi/software/models/epic.d.ts +17 -0
- package/lib/openapi/software/models/epic.js +51 -0
- package/lib/openapi/software/models/epic.js.map +1 -0
- package/lib/openapi/software/models/featureFlags.d.ts +180 -0
- package/lib/openapi/software/models/featureFlags.js +65 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -0
- package/lib/openapi/software/models/issue.d.ts +6 -0
- package/lib/openapi/software/models/issue.js +17 -0
- package/lib/openapi/software/models/issue.js.map +1 -0
- package/lib/openapi/software/models/operations.d.ts +420 -0
- package/lib/openapi/software/models/operations.js +167 -0
- package/lib/openapi/software/models/operations.js.map +1 -0
- package/lib/openapi/software/models/remoteLinks.d.ts +268 -0
- package/lib/openapi/software/models/remoteLinks.js +108 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -0
- package/lib/openapi/software/models/securityInformation.d.ts +386 -0
- package/lib/openapi/software/models/securityInformation.js +129 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -0
- package/lib/openapi/software/models/sprint.d.ts +13 -0
- package/lib/openapi/software/models/sprint.js +27 -0
- package/lib/openapi/software/models/sprint.js.map +1 -0
- package/lib/openapi/software/services/BacklogService.d.ts +75 -0
- package/lib/openapi/software/services/BacklogService.js +113 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -0
- package/lib/openapi/software/services/BoardService.d.ts +1920 -0
- package/lib/openapi/software/services/BoardService.js +2268 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -0
- package/lib/openapi/software/services/BuildsService.d.ts +201 -0
- package/lib/openapi/software/services/BuildsService.js +200 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -0
- package/lib/openapi/software/services/DeploymentsService.d.ts +218 -0
- package/lib/openapi/software/services/DeploymentsService.js +236 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +335 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +309 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +186 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +221 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -0
- package/lib/openapi/software/services/EpicService.d.ts +583 -0
- package/lib/openapi/software/services/EpicService.js +633 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +171 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +186 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -0
- package/lib/openapi/software/services/IssueService.d.ts +324 -0
- package/lib/openapi/software/services/IssueService.js +412 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -0
- package/lib/openapi/software/services/OperationsService.d.ts +598 -0
- package/lib/openapi/software/services/OperationsService.js +510 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -0
- package/lib/openapi/software/services/RemoteLinksService.d.ts +363 -0
- package/lib/openapi/software/services/RemoteLinksService.js +316 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -0
- package/lib/openapi/software/services/SecurityInformationService.d.ts +258 -0
- package/lib/openapi/software/services/SecurityInformationService.js +314 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -0
- package/lib/openapi/software/services/SprintService.d.ts +507 -0
- package/lib/openapi/software/services/SprintService.js +676 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -0
- package/lib/openapi/software/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/software/validationSchemaStorage.js +144 -0
- package/lib/openapi/software/validationSchemaStorage.js.map +1 -0
- package/package.json +6 -6
- package/lib/openapi/platform/base-jira-platform-api-client.d.ts +0 -868
- package/lib/openapi/platform/base-jira-platform-api-client.js +0 -808
- package/lib/openapi/platform/base-jira-platform-api-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-client.js +0 -390
- package/lib/openapi/platform/core/common-http-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-service.d.ts +0 -7
- package/lib/openapi/platform/core/common-http-service.js +0 -20
- package/lib/openapi/platform/core/common-http-service.js.map +0 -1
- package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/platform/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/platform/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/platform/models/announcement-banner.d.ts +0 -27
- package/lib/openapi/platform/models/announcement-banner.js +0 -30
- package/lib/openapi/platform/models/announcement-banner.js.map +0 -1
- package/lib/openapi/platform/models/app-data-policies.d.ts +0 -31
- package/lib/openapi/platform/models/app-data-policies.js +0 -40
- package/lib/openapi/platform/models/app-data-policies.js.map +0 -1
- package/lib/openapi/platform/models/app-migration.d.ts +0 -86
- package/lib/openapi/platform/models/app-migration.js +0 -67
- package/lib/openapi/platform/models/app-migration.js.map +0 -1
- package/lib/openapi/platform/models/app-properties.d.ts +0 -15
- package/lib/openapi/platform/models/app-properties.js +0 -18
- package/lib/openapi/platform/models/app-properties.js.map +0 -1
- package/lib/openapi/platform/models/audit-records.d.ts +0 -70
- package/lib/openapi/platform/models/audit-records.js +0 -62
- package/lib/openapi/platform/models/audit-records.js.map +0 -1
- package/lib/openapi/platform/models/classification-levels.d.ts +0 -25
- package/lib/openapi/platform/models/classification-levels.js +0 -31
- package/lib/openapi/platform/models/classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/dynamic-modules.d.ts +0 -92
- package/lib/openapi/platform/models/dynamic-modules.js +0 -24
- package/lib/openapi/platform/models/dynamic-modules.js.map +0 -1
- package/lib/openapi/platform/models/filter-sharing.d.ts +0 -59
- package/lib/openapi/platform/models/filter-sharing.js +0 -36
- package/lib/openapi/platform/models/filter-sharing.js.map +0 -1
- package/lib/openapi/platform/models/group-and-user-picker.d.ts +0 -49
- package/lib/openapi/platform/models/group-and-user-picker.js +0 -31
- package/lib/openapi/platform/models/group-and-user-picker.js.map +0 -1
- package/lib/openapi/platform/models/issue-attachments.d.ts +0 -124
- package/lib/openapi/platform/models/issue-attachments.js +0 -129
- package/lib/openapi/platform/models/issue-attachments.js.map +0 -1
- package/lib/openapi/platform/models/issue-comment-properties.d.ts +0 -10
- package/lib/openapi/platform/models/issue-comment-properties.js +0 -18
- package/lib/openapi/platform/models/issue-comment-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-comments.d.ts +0 -36
- package/lib/openapi/platform/models/issue-comments.js +0 -49
- package/lib/openapi/platform/models/issue-comments.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +0 -36
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +0 -53
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +0 -417
- package/lib/openapi/platform/models/issue-custom-field-contexts.js +0 -458
- package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +0 -119
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js +0 -133
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options.d.ts +0 -136
- package/lib/openapi/platform/models/issue-custom-field-options.js +0 -115
- package/lib/openapi/platform/models/issue-custom-field-options.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +0 -66
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js +0 -42
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-field-configurations.d.ts +0 -194
- package/lib/openapi/platform/models/issue-field-configurations.js +0 -182
- package/lib/openapi/platform/models/issue-field-configurations.js.map +0 -1
- package/lib/openapi/platform/models/issue-fields.d.ts +0 -227
- package/lib/openapi/platform/models/issue-fields.js +0 -119
- package/lib/openapi/platform/models/issue-fields.js.map +0 -1
- package/lib/openapi/platform/models/issue-link-types.d.ts +0 -9
- package/lib/openapi/platform/models/issue-link-types.js +0 -21
- package/lib/openapi/platform/models/issue-link-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-links.d.ts +0 -90
- package/lib/openapi/platform/models/issue-links.js +0 -74
- package/lib/openapi/platform/models/issue-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-notification-schemes.d.ts +0 -158
- package/lib/openapi/platform/models/issue-notification-schemes.js +0 -147
- package/lib/openapi/platform/models/issue-notification-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-priorities.d.ts +0 -74
- package/lib/openapi/platform/models/issue-priorities.js +0 -89
- package/lib/openapi/platform/models/issue-priorities.js.map +0 -1
- package/lib/openapi/platform/models/issue-properties.d.ts +0 -80
- package/lib/openapi/platform/models/issue-properties.js +0 -158
- package/lib/openapi/platform/models/issue-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-remote-links.d.ts +0 -120
- package/lib/openapi/platform/models/issue-remote-links.js +0 -70
- package/lib/openapi/platform/models/issue-remote-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-resolutions.d.ts +0 -81
- package/lib/openapi/platform/models/issue-resolutions.js +0 -79
- package/lib/openapi/platform/models/issue-resolutions.js.map +0 -1
- package/lib/openapi/platform/models/issue-search.d.ts +0 -196
- package/lib/openapi/platform/models/issue-search.js +0 -136
- package/lib/openapi/platform/models/issue-search.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-level.d.ts +0 -36
- package/lib/openapi/platform/models/issue-security-level.js +0 -36
- package/lib/openapi/platform/models/issue-security-level.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-schemes.d.ts +0 -214
- package/lib/openapi/platform/models/issue-security-schemes.js +0 -211
- package/lib/openapi/platform/models/issue-security-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-schemes.d.ts +0 -146
- package/lib/openapi/platform/models/issue-type-schemes.js +0 -115
- package/lib/openapi/platform/models/issue-type-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +0 -139
- package/lib/openapi/platform/models/issue-type-screen-schemes.js +0 -109
- package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-types.d.ts +0 -36
- package/lib/openapi/platform/models/issue-types.js +0 -28
- package/lib/openapi/platform/models/issue-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-votes.d.ts +0 -18
- package/lib/openapi/platform/models/issue-votes.js +0 -22
- package/lib/openapi/platform/models/issue-votes.js.map +0 -1
- package/lib/openapi/platform/models/issue-watchers.d.ts +0 -27
- package/lib/openapi/platform/models/issue-watchers.js +0 -36
- package/lib/openapi/platform/models/issue-watchers.js.map +0 -1
- package/lib/openapi/platform/models/issue-worklogs.d.ts +0 -93
- package/lib/openapi/platform/models/issue-worklogs.js +0 -80
- package/lib/openapi/platform/models/issue-worklogs.js.map +0 -1
- package/lib/openapi/platform/models/jira-expressions.d.ts +0 -329
- package/lib/openapi/platform/models/jira-expressions.js +0 -180
- package/lib/openapi/platform/models/jira-expressions.js.map +0 -1
- package/lib/openapi/platform/models/jira-settings.d.ts +0 -62
- package/lib/openapi/platform/models/jira-settings.js +0 -49
- package/lib/openapi/platform/models/jira-settings.js.map +0 -1
- package/lib/openapi/platform/models/jql-functions-apps.d.ts +0 -61
- package/lib/openapi/platform/models/jql-functions-apps.js +0 -57
- package/lib/openapi/platform/models/jql-functions-apps.js.map +0 -1
- package/lib/openapi/platform/models/license-metrics.d.ts +0 -27
- package/lib/openapi/platform/models/license-metrics.js +0 -32
- package/lib/openapi/platform/models/license-metrics.js.map +0 -1
- package/lib/openapi/platform/models/permission-schemes.d.ts +0 -42
- package/lib/openapi/platform/models/permission-schemes.js +0 -39
- package/lib/openapi/platform/models/permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/priority-schemes.d.ts +0 -233
- package/lib/openapi/platform/models/priority-schemes.js +0 -227
- package/lib/openapi/platform/models/priority-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-avatars.d.ts +0 -11
- package/lib/openapi/platform/models/project-avatars.js +0 -20
- package/lib/openapi/platform/models/project-avatars.js.map +0 -1
- package/lib/openapi/platform/models/project-classification-levels.d.ts +0 -8
- package/lib/openapi/platform/models/project-classification-levels.js +0 -17
- package/lib/openapi/platform/models/project-classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/project-components.d.ts +0 -122
- package/lib/openapi/platform/models/project-components.js +0 -91
- package/lib/openapi/platform/models/project-components.js.map +0 -1
- package/lib/openapi/platform/models/project-email.d.ts +0 -10
- package/lib/openapi/platform/models/project-email.js +0 -18
- package/lib/openapi/platform/models/project-email.js.map +0 -1
- package/lib/openapi/platform/models/project-features.d.ts +0 -35
- package/lib/openapi/platform/models/project-features.js +0 -38
- package/lib/openapi/platform/models/project-features.js.map +0 -1
- package/lib/openapi/platform/models/project-permission-schemes.d.ts +0 -17
- package/lib/openapi/platform/models/project-permission-schemes.js +0 -25
- package/lib/openapi/platform/models/project-permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-role-actors.d.ts +0 -65
- package/lib/openapi/platform/models/project-role-actors.js +0 -37
- package/lib/openapi/platform/models/project-role-actors.js.map +0 -1
- package/lib/openapi/platform/models/project-roles.d.ts +0 -41
- package/lib/openapi/platform/models/project-roles.js +0 -34
- package/lib/openapi/platform/models/project-roles.js.map +0 -1
- package/lib/openapi/platform/models/project-types.d.ts +0 -16
- package/lib/openapi/platform/models/project-types.js +0 -21
- package/lib/openapi/platform/models/project-types.js.map +0 -1
- package/lib/openapi/platform/models/project-versions.d.ts +0 -110
- package/lib/openapi/platform/models/project-versions.js +0 -87
- package/lib/openapi/platform/models/project-versions.js.map +0 -1
- package/lib/openapi/platform/models/screen-schemes.d.ts +0 -94
- package/lib/openapi/platform/models/screen-schemes.js +0 -79
- package/lib/openapi/platform/models/screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/screen-tab-fields.d.ts +0 -19
- package/lib/openapi/platform/models/screen-tab-fields.js +0 -24
- package/lib/openapi/platform/models/screen-tab-fields.js.map +0 -1
- package/lib/openapi/platform/models/server-info.d.ts +0 -51
- package/lib/openapi/platform/models/server-info.js +0 -47
- package/lib/openapi/platform/models/server-info.js.map +0 -1
- package/lib/openapi/platform/models/service-registry.d.ts +0 -32
- package/lib/openapi/platform/models/service-registry.js +0 -34
- package/lib/openapi/platform/models/service-registry.js.map +0 -1
- package/lib/openapi/platform/models/time-tracking.d.ts +0 -20
- package/lib/openapi/platform/models/time-tracking.js +0 -19
- package/lib/openapi/platform/models/time-tracking.js.map +0 -1
- package/lib/openapi/platform/models/ui-modifications-apps.d.ts +0 -127
- package/lib/openapi/platform/models/ui-modifications-apps.js +0 -85
- package/lib/openapi/platform/models/ui-modifications-apps.js.map +0 -1
- package/lib/openapi/platform/models/user-search.d.ts +0 -37
- package/lib/openapi/platform/models/user-search.js +0 -30
- package/lib/openapi/platform/models/user-search.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +0 -17
- package/lib/openapi/platform/models/workflow-scheme-drafts.js +0 -37
- package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +0 -29
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js +0 -33
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +0 -1
- package/lib/openapi/platform/models/workflow-schemes.d.ts +0 -217
- package/lib/openapi/platform/models/workflow-schemes.js +0 -261
- package/lib/openapi/platform/models/workflow-schemes.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-properties.d.ts +0 -15
- package/lib/openapi/platform/models/workflow-transition-properties.js +0 -19
- package/lib/openapi/platform/models/workflow-transition-properties.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-rules.d.ts +0 -106
- package/lib/openapi/platform/models/workflow-transition-rules.js +0 -117
- package/lib/openapi/platform/models/workflow-transition-rules.js.map +0 -1
- package/lib/openapi/platform/services/announcement-banner-service.d.ts +0 -49
- package/lib/openapi/platform/services/announcement-banner-service.js +0 -99
- package/lib/openapi/platform/services/announcement-banner-service.js.map +0 -1
- package/lib/openapi/platform/services/app-data-policies-service.d.ts +0 -44
- package/lib/openapi/platform/services/app-data-policies-service.js +0 -101
- package/lib/openapi/platform/services/app-data-policies-service.js.map +0 -1
- package/lib/openapi/platform/services/app-migration-service.d.ts +0 -152
- package/lib/openapi/platform/services/app-migration-service.js +0 -178
- package/lib/openapi/platform/services/app-migration-service.js.map +0 -1
- package/lib/openapi/platform/services/app-properties-service.d.ts +0 -184
- package/lib/openapi/platform/services/app-properties-service.js +0 -325
- package/lib/openapi/platform/services/app-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/application-roles-service.d.ts +0 -158
- package/lib/openapi/platform/services/application-roles-service.js +0 -209
- package/lib/openapi/platform/services/application-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/audit-records-service.d.ts +0 -101
- package/lib/openapi/platform/services/audit-records-service.js +0 -125
- package/lib/openapi/platform/services/audit-records-service.js.map +0 -1
- package/lib/openapi/platform/services/avatars-service.d.ts +0 -363
- package/lib/openapi/platform/services/avatars-service.js +0 -523
- package/lib/openapi/platform/services/avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/classification-levels-service.d.ts +0 -72
- package/lib/openapi/platform/services/classification-levels-service.js +0 -104
- package/lib/openapi/platform/services/classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/dashboards-service.d.ts +0 -918
- package/lib/openapi/platform/services/dashboards-service.js +0 -1109
- package/lib/openapi/platform/services/dashboards-service.js.map +0 -1
- package/lib/openapi/platform/services/dynamic-modules-service.d.ts +0 -50
- package/lib/openapi/platform/services/dynamic-modules-service.js +0 -96
- package/lib/openapi/platform/services/dynamic-modules-service.js.map +0 -1
- package/lib/openapi/platform/services/filter-sharing-service.d.ts +0 -446
- package/lib/openapi/platform/services/filter-sharing-service.js +0 -565
- package/lib/openapi/platform/services/filter-sharing-service.js.map +0 -1
- package/lib/openapi/platform/services/filters-service.d.ts +0 -1320
- package/lib/openapi/platform/services/filters-service.js +0 -1351
- package/lib/openapi/platform/services/filters-service.js.map +0 -1
- package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +0 -132
- package/lib/openapi/platform/services/group-and-user-picker-service.js +0 -140
- package/lib/openapi/platform/services/group-and-user-picker-service.js.map +0 -1
- package/lib/openapi/platform/services/groups-service.d.ts +0 -411
- package/lib/openapi/platform/services/groups-service.js +0 -448
- package/lib/openapi/platform/services/groups-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-attachments-service.d.ts +0 -549
- package/lib/openapi/platform/services/issue-attachments-service.js +0 -724
- package/lib/openapi/platform/services/issue-attachments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +0 -149
- package/lib/openapi/platform/services/issue-comment-properties-service.js +0 -239
- package/lib/openapi/platform/services/issue-comment-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comments-service.d.ts +0 -528
- package/lib/openapi/platform/services/issue-comments-service.js +0 -563
- package/lib/openapi/platform/services/issue-comments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +0 -155
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +0 -163
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +0 -659
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +0 -854
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +0 -615
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +0 -605
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +0 -339
- package/lib/openapi/platform/services/issue-custom-field-options-service.js +0 -420
- package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +0 -90
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +0 -117
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +0 -561
- package/lib/openapi/platform/services/issue-field-configurations-service.js +0 -801
- package/lib/openapi/platform/services/issue-field-configurations-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-fields-service.d.ts +0 -420
- package/lib/openapi/platform/services/issue-fields-service.js +0 -555
- package/lib/openapi/platform/services/issue-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-link-types-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-link-types-service.js +0 -263
- package/lib/openapi/platform/services/issue-link-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-links-service.d.ts +0 -237
- package/lib/openapi/platform/services/issue-links-service.js +0 -264
- package/lib/openapi/platform/services/issue-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +0 -55
- package/lib/openapi/platform/services/issue-navigator-settings-service.js +0 -97
- package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +0 -809
- package/lib/openapi/platform/services/issue-notification-schemes-service.js +0 -917
- package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-priorities-service.d.ts +0 -238
- package/lib/openapi/platform/services/issue-priorities-service.js +0 -372
- package/lib/openapi/platform/services/issue-priorities-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-properties-service.d.ts +0 -368
- package/lib/openapi/platform/services/issue-properties-service.js +0 -439
- package/lib/openapi/platform/services/issue-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-remote-links-service.d.ts +0 -351
- package/lib/openapi/platform/services/issue-remote-links-service.js +0 -429
- package/lib/openapi/platform/services/issue-remote-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-resolutions-service.d.ts +0 -202
- package/lib/openapi/platform/services/issue-resolutions-service.js +0 -346
- package/lib/openapi/platform/services/issue-resolutions-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-search-service.d.ts +0 -887
- package/lib/openapi/platform/services/issue-search-service.js +0 -878
- package/lib/openapi/platform/services/issue-search-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-level-service.d.ts +0 -136
- package/lib/openapi/platform/services/issue-security-level-service.js +0 -174
- package/lib/openapi/platform/services/issue-security-level-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +0 -530
- package/lib/openapi/platform/services/issue-security-schemes-service.js +0 -721
- package/lib/openapi/platform/services/issue-security-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-properties-service.d.ts +0 -150
- package/lib/openapi/platform/services/issue-type-properties-service.js +0 -227
- package/lib/openapi/platform/services/issue-type-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +0 -460
- package/lib/openapi/platform/services/issue-type-schemes-service.js +0 -615
- package/lib/openapi/platform/services/issue-type-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +0 -442
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +0 -606
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-types-service.d.ts +0 -343
- package/lib/openapi/platform/services/issue-types-service.js +0 -495
- package/lib/openapi/platform/services/issue-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-votes-service.d.ts +0 -117
- package/lib/openapi/platform/services/issue-votes-service.js +0 -179
- package/lib/openapi/platform/services/issue-votes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-watchers-service.d.ts +0 -168
- package/lib/openapi/platform/services/issue-watchers-service.js +0 -236
- package/lib/openapi/platform/services/issue-watchers-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-worklog-properties-service.js +0 -251
- package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklogs-service.d.ts +0 -694
- package/lib/openapi/platform/services/issue-worklogs-service.js +0 -701
- package/lib/openapi/platform/services/issue-worklogs-service.js.map +0 -1
- package/lib/openapi/platform/services/issues-service.d.ts +0 -2356
- package/lib/openapi/platform/services/issues-service.js +0 -2022
- package/lib/openapi/platform/services/issues-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-expressions-service.d.ts +0 -298
- package/lib/openapi/platform/services/jira-expressions-service.js +0 -272
- package/lib/openapi/platform/services/jira-expressions-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-settings-service.d.ts +0 -236
- package/lib/openapi/platform/services/jira-settings-service.js +0 -325
- package/lib/openapi/platform/services/jira-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +0 -113
- package/lib/openapi/platform/services/jql-functions-apps-service.js +0 -142
- package/lib/openapi/platform/services/jql-functions-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-service.d.ts +0 -623
- package/lib/openapi/platform/services/jql-service.js +0 -697
- package/lib/openapi/platform/services/jql-service.js.map +0 -1
- package/lib/openapi/platform/services/labels-service.d.ts +0 -34
- package/lib/openapi/platform/services/labels-service.js +0 -67
- package/lib/openapi/platform/services/labels-service.js.map +0 -1
- package/lib/openapi/platform/services/license-metrics-service.d.ts +0 -82
- package/lib/openapi/platform/services/license-metrics-service.js +0 -160
- package/lib/openapi/platform/services/license-metrics-service.js.map +0 -1
- package/lib/openapi/platform/services/myself-service.d.ts +0 -254
- package/lib/openapi/platform/services/myself-service.js +0 -382
- package/lib/openapi/platform/services/myself-service.js.map +0 -1
- package/lib/openapi/platform/services/permission-schemes-service.d.ts +0 -554
- package/lib/openapi/platform/services/permission-schemes-service.js +0 -613
- package/lib/openapi/platform/services/permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/permissions-service.d.ts +0 -214
- package/lib/openapi/platform/services/permissions-service.js +0 -281
- package/lib/openapi/platform/services/permissions-service.js.map +0 -1
- package/lib/openapi/platform/services/priority-schemes-service.d.ts +0 -578
- package/lib/openapi/platform/services/priority-schemes-service.js +0 -655
- package/lib/openapi/platform/services/priority-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-avatars-service.d.ts +0 -170
- package/lib/openapi/platform/services/project-avatars-service.js +0 -254
- package/lib/openapi/platform/services/project-avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/project-categories-service.d.ts +0 -128
- package/lib/openapi/platform/services/project-categories-service.js +0 -226
- package/lib/openapi/platform/services/project-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/project-classification-levels-service.d.ts +0 -90
- package/lib/openapi/platform/services/project-classification-levels-service.js +0 -161
- package/lib/openapi/platform/services/project-classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/project-components-service.d.ts +0 -955
- package/lib/openapi/platform/services/project-components-service.js +0 -1075
- package/lib/openapi/platform/services/project-components-service.js.map +0 -1
- package/lib/openapi/platform/services/project-email-service.d.ts +0 -60
- package/lib/openapi/platform/services/project-email-service.js +0 -113
- package/lib/openapi/platform/services/project-email-service.js.map +0 -1
- package/lib/openapi/platform/services/project-features-service.d.ts +0 -103
- package/lib/openapi/platform/services/project-features-service.js +0 -155
- package/lib/openapi/platform/services/project-features-service.js.map +0 -1
- package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +0 -59
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js +0 -135
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +0 -1
- package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +0 -179
- package/lib/openapi/platform/services/project-permission-schemes-service.js +0 -255
- package/lib/openapi/platform/services/project-permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-properties-service.d.ts +0 -147
- package/lib/openapi/platform/services/project-properties-service.js +0 -224
- package/lib/openapi/platform/services/project-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/project-role-actors-service.d.ts +0 -351
- package/lib/openapi/platform/services/project-role-actors-service.js +0 -413
- package/lib/openapi/platform/services/project-role-actors-service.js.map +0 -1
- package/lib/openapi/platform/services/project-roles-service.d.ts +0 -484
- package/lib/openapi/platform/services/project-roles-service.js +0 -647
- package/lib/openapi/platform/services/project-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/project-types-service.d.ts +0 -121
- package/lib/openapi/platform/services/project-types-service.js +0 -220
- package/lib/openapi/platform/services/project-types-service.js.map +0 -1
- package/lib/openapi/platform/services/project-versions-service.d.ts +0 -632
- package/lib/openapi/platform/services/project-versions-service.js +0 -852
- package/lib/openapi/platform/services/project-versions-service.js.map +0 -1
- package/lib/openapi/platform/services/projects-service.d.ts +0 -1622
- package/lib/openapi/platform/services/projects-service.js +0 -1686
- package/lib/openapi/platform/services/projects-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-schemes-service.d.ts +0 -166
- package/lib/openapi/platform/services/screen-schemes-service.js +0 -216
- package/lib/openapi/platform/services/screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +0 -103
- package/lib/openapi/platform/services/screen-tab-fields-service.js +0 -181
- package/lib/openapi/platform/services/screen-tab-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tabs-service.d.ts +0 -164
- package/lib/openapi/platform/services/screen-tabs-service.js +0 -278
- package/lib/openapi/platform/services/screen-tabs-service.js.map +0 -1
- package/lib/openapi/platform/services/screens-service.d.ts +0 -226
- package/lib/openapi/platform/services/screens-service.js +0 -346
- package/lib/openapi/platform/services/screens-service.js.map +0 -1
- package/lib/openapi/platform/services/server-info-service.d.ts +0 -40
- package/lib/openapi/platform/services/server-info-service.js +0 -74
- package/lib/openapi/platform/services/server-info-service.js.map +0 -1
- package/lib/openapi/platform/services/service-registry-service.d.ts +0 -32
- package/lib/openapi/platform/services/service-registry-service.js +0 -60
- package/lib/openapi/platform/services/service-registry-service.js.map +0 -1
- package/lib/openapi/platform/services/status-service.d.ts +0 -268
- package/lib/openapi/platform/services/status-service.js +0 -321
- package/lib/openapi/platform/services/status-service.js.map +0 -1
- package/lib/openapi/platform/services/tasks-service.d.ts +0 -71
- package/lib/openapi/platform/services/tasks-service.js +0 -126
- package/lib/openapi/platform/services/tasks-service.js.map +0 -1
- package/lib/openapi/platform/services/time-tracking-service.d.ts +0 -140
- package/lib/openapi/platform/services/time-tracking-service.js +0 -260
- package/lib/openapi/platform/services/time-tracking-service.js.map +0 -1
- package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +0 -212
- package/lib/openapi/platform/services/ui-modifications-apps-service.js +0 -262
- package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/user-properties-service.d.ts +0 -218
- package/lib/openapi/platform/services/user-properties-service.js +0 -254
- package/lib/openapi/platform/services/user-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/user-search-service.d.ts +0 -782
- package/lib/openapi/platform/services/user-search-service.js +0 -784
- package/lib/openapi/platform/services/user-search-service.js.map +0 -1
- package/lib/openapi/platform/services/users-service.d.ts +0 -579
- package/lib/openapi/platform/services/users-service.js +0 -729
- package/lib/openapi/platform/services/users-service.js.map +0 -1
- package/lib/openapi/platform/services/webhooks-service.d.ts +0 -258
- package/lib/openapi/platform/services/webhooks-service.js +0 -307
- package/lib/openapi/platform/services/webhooks-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +0 -744
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +0 -956
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +0 -85
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +0 -134
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-schemes-service.d.ts +0 -843
- package/lib/openapi/platform/services/workflow-schemes-service.js +0 -1030
- package/lib/openapi/platform/services/workflow-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +0 -60
- package/lib/openapi/platform/services/workflow-status-categories-service.js +0 -115
- package/lib/openapi/platform/services/workflow-status-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-statuses-service.d.ts +0 -87
- package/lib/openapi/platform/services/workflow-statuses-service.js +0 -142
- package/lib/openapi/platform/services/workflow-statuses-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +0 -189
- package/lib/openapi/platform/services/workflow-transition-properties-service.js +0 -224
- package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +0 -319
- package/lib/openapi/platform/services/workflow-transition-rules-service.js +0 -326
- package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +0 -1
- package/lib/openapi/platform/services/workflows-service.d.ts +0 -3032
- package/lib/openapi/platform/services/workflows-service.js +0 -2529
- package/lib/openapi/platform/services/workflows-service.js.map +0 -1
- package/lib/openapi/platform/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/platform/validation-schema-storage.js +0 -144
- package/lib/openapi/platform/validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/base-jira-software-api-client.d.ts +0 -426
- package/lib/openapi/software/base-jira-software-api-client.js +0 -444
- package/lib/openapi/software/base-jira-software-api-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-client.js +0 -390
- package/lib/openapi/software/core/common-http-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-service.d.ts +0 -7
- package/lib/openapi/software/core/common-http-service.js +0 -20
- package/lib/openapi/software/core/common-http-service.js.map +0 -1
- package/lib/openapi/software/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/software/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/software/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/services/backlog-service.d.ts +0 -81
- package/lib/openapi/software/services/backlog-service.js +0 -113
- package/lib/openapi/software/services/backlog-service.js.map +0 -1
- package/lib/openapi/software/services/board-service.d.ts +0 -2254
- package/lib/openapi/software/services/board-service.js +0 -2653
- package/lib/openapi/software/services/board-service.js.map +0 -1
- package/lib/openapi/software/services/builds-service.d.ts +0 -368
- package/lib/openapi/software/services/builds-service.js +0 -230
- package/lib/openapi/software/services/builds-service.js.map +0 -1
- package/lib/openapi/software/services/deployments-service.d.ts +0 -217
- package/lib/openapi/software/services/deployments-service.js +0 -232
- package/lib/openapi/software/services/deployments-service.js.map +0 -1
- package/lib/openapi/software/services/dev-ops-components-service.d.ts +0 -246
- package/lib/openapi/software/services/dev-ops-components-service.js +0 -280
- package/lib/openapi/software/services/dev-ops-components-service.js.map +0 -1
- package/lib/openapi/software/services/development-information-service.d.ts +0 -1641
- package/lib/openapi/software/services/development-information-service.js +0 -474
- package/lib/openapi/software/services/development-information-service.js.map +0 -1
- package/lib/openapi/software/services/epic-service.d.ts +0 -596
- package/lib/openapi/software/services/epic-service.js +0 -633
- package/lib/openapi/software/services/epic-service.js.map +0 -1
- package/lib/openapi/software/services/feature-flags-service.d.ts +0 -170
- package/lib/openapi/software/services/feature-flags-service.js +0 -182
- package/lib/openapi/software/services/feature-flags-service.js.map +0 -1
- package/lib/openapi/software/services/issue-service.d.ts +0 -329
- package/lib/openapi/software/services/issue-service.js +0 -410
- package/lib/openapi/software/services/issue-service.js.map +0 -1
- package/lib/openapi/software/services/operations-service.d.ts +0 -456
- package/lib/openapi/software/services/operations-service.js +0 -444
- package/lib/openapi/software/services/operations-service.js.map +0 -1
- package/lib/openapi/software/services/remote-links-service.d.ts +0 -445
- package/lib/openapi/software/services/remote-links-service.js +0 -327
- package/lib/openapi/software/services/remote-links-service.js.map +0 -1
- package/lib/openapi/software/services/security-information-service.d.ts +0 -257
- package/lib/openapi/software/services/security-information-service.js +0 -310
- package/lib/openapi/software/services/security-information-service.js.map +0 -1
- package/lib/openapi/software/services/sprint-service.d.ts +0 -531
- package/lib/openapi/software/services/sprint-service.js +0 -665
- package/lib/openapi/software/services/sprint-service.js.map +0 -1
- package/lib/openapi/software/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/software/validation-schema-storage.js +0 -144
- package/lib/openapi/software/validation-schema-storage.js.map +0 -1
- /package/lib/openapi/platform/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
- /package/lib/openapi/software/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
|
@@ -1,468 +1,381 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "../core/
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
field?: string;
|
|
158
|
-
/** The ID of the field changed. */
|
|
159
|
-
fieldId?: string;
|
|
160
|
-
/** The type of the field changed. */
|
|
161
|
-
fieldtype?: string;
|
|
162
|
-
/** The details of the original value. */
|
|
163
|
-
from?: string;
|
|
164
|
-
/** The details of the original value as a string. */
|
|
165
|
-
fromString?: string;
|
|
166
|
-
/** The details of the new value. */
|
|
167
|
-
to?: string;
|
|
168
|
-
/** The details of the new value as a string. */
|
|
169
|
-
toString: string;
|
|
170
|
-
}[];
|
|
171
|
-
}[];
|
|
172
|
-
/** The maximum number of results that could be on the page. */
|
|
173
|
-
maxResults?: number;
|
|
174
|
-
/** The index of the first item returned on the page. */
|
|
175
|
-
startAt?: number;
|
|
176
|
-
/** The number of results on the page. */
|
|
177
|
-
total?: number;
|
|
178
|
-
};
|
|
179
|
-
/** The metadata for the fields on the issue that can be amended. */
|
|
180
|
-
editmeta?: {
|
|
181
|
-
fields?: {
|
|
182
|
-
/** The metadata describing an issue field. */
|
|
183
|
-
[key: string]: {
|
|
184
|
-
/** The list of values allowed in the field. */
|
|
185
|
-
allowedValues?: unknown[];
|
|
186
|
-
/** The URL that can be used to automatically complete the field. */
|
|
187
|
-
autoCompleteUrl?: string;
|
|
188
|
-
/** The configuration properties. */
|
|
189
|
-
configuration?: {
|
|
190
|
-
[key: string]: unknown;
|
|
191
|
-
};
|
|
192
|
-
/** The default value of the field. */
|
|
193
|
-
defaultValue?: unknown;
|
|
194
|
-
/** Whether the field has a default value. */
|
|
195
|
-
hasDefaultValue?: boolean;
|
|
196
|
-
/** The key of the field. */
|
|
197
|
-
key: string;
|
|
198
|
-
/** The name of the field. */
|
|
199
|
-
name: string;
|
|
200
|
-
/** The list of operations that can be performed on the field. */
|
|
201
|
-
operations: string[];
|
|
202
|
-
/** Whether the field is required. */
|
|
203
|
-
required: boolean;
|
|
204
|
-
/** The data type of the field. */
|
|
205
|
-
schema: {
|
|
206
|
-
/** If the field is a custom field, the configuration of the field. */
|
|
207
|
-
configuration?: {
|
|
208
|
-
[key: string]: unknown;
|
|
209
|
-
};
|
|
210
|
-
/** If the field is a custom field, the URI of the field. */
|
|
211
|
-
custom?: string;
|
|
212
|
-
/** If the field is a custom field, the custom ID of the field. */
|
|
213
|
-
customId?: number;
|
|
214
|
-
/** When the data type is an array, the name of the field items within the array. */
|
|
215
|
-
items?: string;
|
|
216
|
-
/** If the field is a system field, the name of the field. */
|
|
217
|
-
system?: string;
|
|
218
|
-
/** The data type of the field. */
|
|
219
|
-
type: string;
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
};
|
|
223
|
-
} & {
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
|
|
3
|
+
import { type IssueBean } from "./common";
|
|
4
|
+
/** Details about a board. */
|
|
5
|
+
export interface Board {
|
|
6
|
+
admins?: BoardAdminsBean;
|
|
7
|
+
/** Whether the board can be edited. */
|
|
8
|
+
canEdit?: boolean;
|
|
9
|
+
/** Whether the board is selected as a favorite. */
|
|
10
|
+
favourite?: boolean;
|
|
11
|
+
/** The ID of the board. */
|
|
12
|
+
id?: number;
|
|
13
|
+
/** Whether the board is private. */
|
|
14
|
+
isPrivate?: boolean;
|
|
15
|
+
/** The container that the board is located in. */
|
|
16
|
+
location?: BoardLocationBean;
|
|
17
|
+
/** The name of the board. */
|
|
18
|
+
name?: string;
|
|
19
|
+
/** The URL of the board. */
|
|
20
|
+
self?: string;
|
|
21
|
+
/** The type the board. */
|
|
22
|
+
type?: string;
|
|
23
|
+
}
|
|
24
|
+
/** The users and groups who own the board. */
|
|
25
|
+
export interface BoardAdminsBean {
|
|
26
|
+
groups?: GroupBean[];
|
|
27
|
+
users?: UserBean[];
|
|
28
|
+
}
|
|
29
|
+
export interface BoardConfigBean {
|
|
30
|
+
columnConfig?: ColumnConfigBean;
|
|
31
|
+
estimation?: EstimationConfigBean;
|
|
32
|
+
filter?: RelationBean;
|
|
33
|
+
id?: number;
|
|
34
|
+
location?: LocationBean;
|
|
35
|
+
name?: string;
|
|
36
|
+
ranking?: RankingConfigBean;
|
|
37
|
+
self?: string;
|
|
38
|
+
subQuery?: SubqueryBean;
|
|
39
|
+
type?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface BoardCreateBean {
|
|
42
|
+
filterId?: number;
|
|
43
|
+
location?: LocationBean;
|
|
44
|
+
name?: string;
|
|
45
|
+
type?: "kanban" | "scrum" | "agility";
|
|
46
|
+
}
|
|
47
|
+
export interface BoardFilterBean {
|
|
48
|
+
id?: number;
|
|
49
|
+
name?: string;
|
|
50
|
+
self?: string;
|
|
51
|
+
}
|
|
52
|
+
/** The container that the board is located in. */
|
|
53
|
+
export interface BoardLocationBean {
|
|
54
|
+
avatarURI?: string;
|
|
55
|
+
displayName?: string;
|
|
56
|
+
name?: string;
|
|
57
|
+
projectId?: number;
|
|
58
|
+
projectKey?: string;
|
|
59
|
+
projectName?: string;
|
|
60
|
+
projectTypeKey?: string;
|
|
61
|
+
userAccountId?: string;
|
|
62
|
+
userId?: number;
|
|
63
|
+
}
|
|
64
|
+
/** A change item. */
|
|
65
|
+
export interface ChangeDetails {
|
|
66
|
+
/** The name of the field changed. */
|
|
67
|
+
field?: string;
|
|
68
|
+
/** The ID of the field changed. */
|
|
69
|
+
fieldId?: string;
|
|
70
|
+
/** The type of the field changed. */
|
|
71
|
+
fieldtype?: string;
|
|
72
|
+
/** The details of the original value. */
|
|
73
|
+
from?: string;
|
|
74
|
+
/** The details of the original value as a string. */
|
|
75
|
+
fromString?: string;
|
|
76
|
+
/** The details of the new value. */
|
|
77
|
+
to?: string;
|
|
78
|
+
/** The details of the new value as a string. */
|
|
79
|
+
toString: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* A log of changes made to issue fields. Changelogs related to workflow
|
|
83
|
+
* associations are currently being deprecated.
|
|
84
|
+
*/
|
|
85
|
+
export interface Changelog {
|
|
86
|
+
/** The user who made the change. */
|
|
87
|
+
author?: UserDetails;
|
|
88
|
+
/** The date on which the change took place. */
|
|
89
|
+
created?: string;
|
|
90
|
+
/** The history metadata associated with the changed. */
|
|
91
|
+
historyMetadata?: HistoryMetadata;
|
|
92
|
+
/** The ID of the changelog. */
|
|
93
|
+
id?: string;
|
|
94
|
+
/** The list of items changed. */
|
|
95
|
+
items?: ChangeDetails[];
|
|
96
|
+
}
|
|
97
|
+
export interface ColumnBean {
|
|
98
|
+
max?: number;
|
|
99
|
+
min?: number;
|
|
100
|
+
name?: string;
|
|
101
|
+
statuses?: RelationBean[];
|
|
102
|
+
}
|
|
103
|
+
export interface ColumnConfigBean {
|
|
104
|
+
columns?: ColumnBean[];
|
|
105
|
+
constraintType?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface Entry {
|
|
108
|
+
errors?: string[];
|
|
109
|
+
issueId?: number;
|
|
110
|
+
issueKey?: string;
|
|
111
|
+
status?: number;
|
|
112
|
+
}
|
|
113
|
+
export interface EstimationConfigBean {
|
|
114
|
+
field?: EstimationFieldBean;
|
|
115
|
+
type?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface EstimationConfigurationBean {
|
|
118
|
+
localisedDescription?: string;
|
|
119
|
+
localisedName?: string;
|
|
120
|
+
value?: "STORY_POINTS" | "ORIGINAL_ESTIMATE";
|
|
121
|
+
}
|
|
122
|
+
export interface EstimationFieldBean {
|
|
123
|
+
displayName?: string;
|
|
124
|
+
fieldId?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface FeatureBean {
|
|
127
|
+
boardFeature?: "SIMPLE_ROADMAP" | "BACKLOG" | "SPRINTS" | "CALENDAR" | "DEVTOOLS" | "REPORTS" | "ESTIMATION" | "PAGES" | "CODE" | "SECURITY" | "REQUESTS" | "INCIDENTS" | "RELEASES" | "DEPLOYMENTS" | "ISSUE_NAVIGATOR" | "ON_CALL_SCHEDULE" | "BOARD" | "GOALS" | "LIST_VIEW";
|
|
128
|
+
boardId?: number;
|
|
129
|
+
featureId?: string;
|
|
130
|
+
featureType?: "BASIC" | "ESTIMATION";
|
|
131
|
+
imageUri?: string;
|
|
132
|
+
learnMoreArticleId?: string;
|
|
133
|
+
learnMoreLink?: string;
|
|
134
|
+
localisedDescription?: string;
|
|
135
|
+
localisedGroup?: string;
|
|
136
|
+
localisedName?: string;
|
|
137
|
+
permissibleEstimationTypes?: EstimationConfigurationBean[];
|
|
138
|
+
state?: "ENABLED" | "DISABLED" | "COMING_SOON";
|
|
139
|
+
toggleLocked?: boolean;
|
|
140
|
+
}
|
|
141
|
+
export interface FeatureResponseBean {
|
|
142
|
+
features?: FeatureBean[];
|
|
143
|
+
}
|
|
144
|
+
export interface FeatureToggleRequestBean {
|
|
145
|
+
boardId?: number;
|
|
146
|
+
enabling?: boolean;
|
|
147
|
+
feature?: string;
|
|
148
|
+
}
|
|
149
|
+
/** The metadata describing an issue field. */
|
|
150
|
+
export interface FieldMetadata {
|
|
151
|
+
/** The list of values allowed in the field. */
|
|
152
|
+
allowedValues?: unknown[];
|
|
153
|
+
/** The URL that can be used to automatically complete the field. */
|
|
154
|
+
autoCompleteUrl?: string;
|
|
155
|
+
/** The configuration properties. */
|
|
156
|
+
configuration?: {
|
|
224
157
|
[key: string]: unknown;
|
|
225
158
|
};
|
|
226
|
-
/**
|
|
159
|
+
/** The default value of the field. */
|
|
160
|
+
defaultValue?: unknown;
|
|
161
|
+
/** Whether the field has a default value. */
|
|
162
|
+
hasDefaultValue?: boolean;
|
|
163
|
+
/** The key of the field. */
|
|
164
|
+
key: string;
|
|
165
|
+
/** The name of the field. */
|
|
166
|
+
name: string;
|
|
167
|
+
/** The list of operations that can be performed on the field. */
|
|
168
|
+
operations: string[];
|
|
169
|
+
/** Whether the field is required. */
|
|
170
|
+
required: boolean;
|
|
171
|
+
/** The data type of the field. */
|
|
172
|
+
schema: JsonTypeBean;
|
|
173
|
+
}
|
|
174
|
+
export interface GroupBean {
|
|
175
|
+
name?: string;
|
|
176
|
+
self?: string;
|
|
177
|
+
}
|
|
178
|
+
/** Details of issue history metadata. */
|
|
179
|
+
export interface HistoryMetadata extends Record<string, unknown> {
|
|
180
|
+
/** The activity described in the history record. */
|
|
181
|
+
activityDescription?: string;
|
|
182
|
+
/** The key of the activity described in the history record. */
|
|
183
|
+
activityDescriptionKey?: string;
|
|
184
|
+
/** Details of the user whose action created the history record. */
|
|
185
|
+
actor?: HistoryMetadataParticipant;
|
|
186
|
+
/** Details of the cause that triggered the creation the history record. */
|
|
187
|
+
cause?: HistoryMetadataParticipant;
|
|
188
|
+
/** The description of the history record. */
|
|
189
|
+
description?: string;
|
|
190
|
+
/** The description key of the history record. */
|
|
191
|
+
descriptionKey?: string;
|
|
192
|
+
/** The description of the email address associated the history record. */
|
|
193
|
+
emailDescription?: string;
|
|
194
|
+
/** The description key of the email address associated the history record. */
|
|
195
|
+
emailDescriptionKey?: string;
|
|
196
|
+
/** Additional arbitrary information about the history record. */
|
|
197
|
+
extraData?: {
|
|
198
|
+
[key: string]: string;
|
|
199
|
+
};
|
|
200
|
+
/** Details of the system that generated the history record. */
|
|
201
|
+
generator?: HistoryMetadataParticipant;
|
|
202
|
+
/** The type of the history record. */
|
|
203
|
+
type?: string;
|
|
204
|
+
}
|
|
205
|
+
/** Details of user or system associated with a issue history metadata item. */
|
|
206
|
+
export interface HistoryMetadataParticipant extends Record<string, unknown> {
|
|
207
|
+
/** The URL to an avatar for the user or system associated with a history record. */
|
|
208
|
+
avatarUrl?: string;
|
|
209
|
+
/** The display name of the user or system associated with a history record. */
|
|
210
|
+
displayName?: string;
|
|
211
|
+
/**
|
|
212
|
+
* The key of the display name of the user or system associated with a history
|
|
213
|
+
* record.
|
|
214
|
+
*/
|
|
215
|
+
displayNameKey?: string;
|
|
216
|
+
/** The ID of the user or system associated with a history record. */
|
|
217
|
+
id?: string;
|
|
218
|
+
/** The type of the user or system associated with a history record. */
|
|
219
|
+
type?: string;
|
|
220
|
+
/** The URL of the user or system associated with a history record. */
|
|
221
|
+
url?: string;
|
|
222
|
+
}
|
|
223
|
+
export interface IncludedFields {
|
|
224
|
+
actuallyIncluded?: string[];
|
|
225
|
+
excluded?: string[];
|
|
226
|
+
included?: string[];
|
|
227
|
+
}
|
|
228
|
+
/** Details of an issue transition. */
|
|
229
|
+
export interface IssueTransition extends Record<string, unknown> {
|
|
230
|
+
/** Expand options that include additional transition details in the response. */
|
|
227
231
|
expand?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Details of the fields associated with the issue transition screen. Use this
|
|
234
|
+
* information to populate `fields` and `update` in a transition request.
|
|
235
|
+
*/
|
|
228
236
|
fields?: {
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
fieldsToInclude?: {
|
|
232
|
-
actuallyIncluded?: string[];
|
|
233
|
-
excluded?: string[];
|
|
234
|
-
included?: string[];
|
|
237
|
+
/** The metadata describing an issue field. */
|
|
238
|
+
[key: string]: FieldMetadata;
|
|
235
239
|
};
|
|
236
|
-
/**
|
|
240
|
+
/** Whether there is a screen associated with the issue transition. */
|
|
241
|
+
hasScreen?: boolean;
|
|
242
|
+
/**
|
|
243
|
+
* The ID of the issue transition. Required when specifying a transition to
|
|
244
|
+
* undertake.
|
|
245
|
+
*/
|
|
237
246
|
id?: string;
|
|
238
|
-
/**
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
/** The
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
[key: string]: unknown;
|
|
261
|
-
};
|
|
262
|
-
/** If the field is a custom field, the URI of the field. */
|
|
263
|
-
custom?: string;
|
|
264
|
-
/** If the field is a custom field, the custom ID of the field. */
|
|
265
|
-
customId?: number;
|
|
266
|
-
/** When the data type is an array, the name of the field items within the array. */
|
|
267
|
-
items?: string;
|
|
268
|
-
/** If the field is a system field, the name of the field. */
|
|
269
|
-
system?: string;
|
|
270
|
-
/** The data type of the field. */
|
|
271
|
-
type: string;
|
|
272
|
-
};
|
|
247
|
+
/** Whether the transition is available to be performed. */
|
|
248
|
+
isAvailable?: boolean;
|
|
249
|
+
/** Whether the issue has to meet criteria before the issue transition is applied. */
|
|
250
|
+
isConditional?: boolean;
|
|
251
|
+
/**
|
|
252
|
+
* Whether the issue transition is global, that is, the transition is applied to
|
|
253
|
+
* issues regardless of their status.
|
|
254
|
+
*/
|
|
255
|
+
isGlobal?: boolean;
|
|
256
|
+
/** Whether this is the initial issue transition for the workflow. */
|
|
257
|
+
isInitial?: boolean;
|
|
258
|
+
looped?: boolean;
|
|
259
|
+
/** The name of the issue transition. */
|
|
260
|
+
name?: string;
|
|
261
|
+
/** Details of the issue status after the transition. */
|
|
262
|
+
to?: StatusDetails;
|
|
263
|
+
}
|
|
264
|
+
/** A list of editable field details. */
|
|
265
|
+
export interface IssueUpdateMetadata extends Record<string, unknown> {
|
|
266
|
+
fields?: {
|
|
267
|
+
/** The metadata describing an issue field. */
|
|
268
|
+
[key: string]: FieldMetadata;
|
|
273
269
|
};
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
expand?: string;
|
|
280
|
-
/**
|
|
281
|
-
* Details of the fields associated with the issue transition screen. Use this
|
|
282
|
-
* information to populate `fields` and `update` in a transition request.
|
|
283
|
-
*/
|
|
284
|
-
fields?: {
|
|
285
|
-
/** The metadata describing an issue field. */
|
|
286
|
-
[key: string]: {
|
|
287
|
-
/** The list of values allowed in the field. */
|
|
288
|
-
allowedValues?: unknown[];
|
|
289
|
-
/** The URL that can be used to automatically complete the field. */
|
|
290
|
-
autoCompleteUrl?: string;
|
|
291
|
-
/** The configuration properties. */
|
|
292
|
-
configuration?: {
|
|
293
|
-
[key: string]: unknown;
|
|
294
|
-
};
|
|
295
|
-
/** The default value of the field. */
|
|
296
|
-
defaultValue?: unknown;
|
|
297
|
-
/** Whether the field has a default value. */
|
|
298
|
-
hasDefaultValue?: boolean;
|
|
299
|
-
/** The key of the field. */
|
|
300
|
-
key: string;
|
|
301
|
-
/** The name of the field. */
|
|
302
|
-
name: string;
|
|
303
|
-
/** The list of operations that can be performed on the field. */
|
|
304
|
-
operations: string[];
|
|
305
|
-
/** Whether the field is required. */
|
|
306
|
-
required: boolean;
|
|
307
|
-
/** The data type of the field. */
|
|
308
|
-
schema: {
|
|
309
|
-
/** If the field is a custom field, the configuration of the field. */
|
|
310
|
-
configuration?: {
|
|
311
|
-
[key: string]: unknown;
|
|
312
|
-
};
|
|
313
|
-
/** If the field is a custom field, the URI of the field. */
|
|
314
|
-
custom?: string;
|
|
315
|
-
/** If the field is a custom field, the custom ID of the field. */
|
|
316
|
-
customId?: number;
|
|
317
|
-
/** When the data type is an array, the name of the field items within the array. */
|
|
318
|
-
items?: string;
|
|
319
|
-
/** If the field is a system field, the name of the field. */
|
|
320
|
-
system?: string;
|
|
321
|
-
/** The data type of the field. */
|
|
322
|
-
type: string;
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
/** Whether there is a screen associated with the issue transition. */
|
|
327
|
-
hasScreen?: boolean;
|
|
328
|
-
/**
|
|
329
|
-
* The ID of the issue transition. Required when specifying a transition to
|
|
330
|
-
* undertake.
|
|
331
|
-
*/
|
|
332
|
-
id?: string;
|
|
333
|
-
/** Whether the transition is available to be performed. */
|
|
334
|
-
isAvailable?: boolean;
|
|
335
|
-
/** Whether the issue has to meet criteria before the issue transition is applied. */
|
|
336
|
-
isConditional?: boolean;
|
|
337
|
-
/**
|
|
338
|
-
* Whether the issue transition is global, that is, the transition is applied to
|
|
339
|
-
* issues regardless of their status.
|
|
340
|
-
*/
|
|
341
|
-
isGlobal?: boolean;
|
|
342
|
-
/** Whether this is the initial issue transition for the workflow. */
|
|
343
|
-
isInitial?: boolean;
|
|
344
|
-
looped?: boolean;
|
|
345
|
-
/** The name of the issue transition. */
|
|
346
|
-
name?: string;
|
|
347
|
-
/** Details of the issue status after the transition. */
|
|
348
|
-
to?: {
|
|
349
|
-
/** The description of the status. */
|
|
350
|
-
description?: string;
|
|
351
|
-
/** The URL of the icon used to represent the status. */
|
|
352
|
-
iconUrl?: string;
|
|
353
|
-
/** The ID of the status. */
|
|
354
|
-
id?: string;
|
|
355
|
-
/** The name of the status. */
|
|
356
|
-
name?: string;
|
|
357
|
-
/** The scope of the field. */
|
|
358
|
-
scope?: {
|
|
359
|
-
/** The project the item has scope in. */
|
|
360
|
-
project?: {
|
|
361
|
-
/** The URLs of the project's avatars. */
|
|
362
|
-
avatarUrls?: {
|
|
363
|
-
/** The URL of the item's 16x16 pixel avatar. */
|
|
364
|
-
"16x16"?: string;
|
|
365
|
-
/** The URL of the item's 24x24 pixel avatar. */
|
|
366
|
-
"24x24"?: string;
|
|
367
|
-
/** The URL of the item's 32x32 pixel avatar. */
|
|
368
|
-
"32x32"?: string;
|
|
369
|
-
/** The URL of the item's 48x48 pixel avatar. */
|
|
370
|
-
"48x48"?: string;
|
|
371
|
-
};
|
|
372
|
-
/** The ID of the project. */
|
|
373
|
-
id?: string;
|
|
374
|
-
/** The key of the project. */
|
|
375
|
-
key?: string;
|
|
376
|
-
/** The name of the project. */
|
|
377
|
-
name?: string;
|
|
378
|
-
/** The category the project belongs to. */
|
|
379
|
-
projectCategory?: {
|
|
380
|
-
/** The name of the project category. */
|
|
381
|
-
description?: string;
|
|
382
|
-
/** The ID of the project category. */
|
|
383
|
-
id?: string;
|
|
384
|
-
/** The description of the project category. */
|
|
385
|
-
name?: string;
|
|
386
|
-
/** The URL of the project category. */
|
|
387
|
-
self?: string;
|
|
388
|
-
};
|
|
389
|
-
/**
|
|
390
|
-
* The [project
|
|
391
|
-
* type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes)
|
|
392
|
-
* of the project.
|
|
393
|
-
*/
|
|
394
|
-
projectTypeKey?: "software" | "service_desk" | "business";
|
|
395
|
-
/** The URL of the project details. */
|
|
396
|
-
self?: string;
|
|
397
|
-
/** Whether or not the project is simplified. */
|
|
398
|
-
simplified?: boolean;
|
|
399
|
-
};
|
|
400
|
-
/** The type of scope. */
|
|
401
|
-
type?: "PROJECT" | "TEMPLATE";
|
|
402
|
-
} & {
|
|
403
|
-
[key: string]: unknown;
|
|
404
|
-
};
|
|
405
|
-
/** The URL of the status. */
|
|
406
|
-
self?: string;
|
|
407
|
-
/** The category assigned to the status. */
|
|
408
|
-
statusCategory?: {
|
|
409
|
-
/** The name of the color used to represent the status category. */
|
|
410
|
-
colorName?: string;
|
|
411
|
-
/** The ID of the status category. */
|
|
412
|
-
id?: number;
|
|
413
|
-
/** The key of the status category. */
|
|
414
|
-
key?: string;
|
|
415
|
-
/** The name of the status category. */
|
|
416
|
-
name?: string;
|
|
417
|
-
/** The URL of the status category. */
|
|
418
|
-
self?: string;
|
|
419
|
-
} & {
|
|
420
|
-
[key: string]: unknown;
|
|
421
|
-
};
|
|
422
|
-
} & {
|
|
423
|
-
[key: string]: unknown;
|
|
424
|
-
};
|
|
425
|
-
} & {
|
|
270
|
+
}
|
|
271
|
+
/** The schema of a field. */
|
|
272
|
+
export interface JsonTypeBean {
|
|
273
|
+
/** If the field is a custom field, the configuration of the field. */
|
|
274
|
+
configuration?: {
|
|
426
275
|
[key: string]: unknown;
|
|
427
|
-
})[];
|
|
428
|
-
/** The versions of each field on the issue. */
|
|
429
|
-
versionedRepresentations?: {
|
|
430
|
-
[key: string]: {
|
|
431
|
-
[key: string]: unknown;
|
|
432
|
-
};
|
|
433
276
|
};
|
|
277
|
+
/** If the field is a custom field, the URI of the field. */
|
|
278
|
+
custom?: string;
|
|
279
|
+
/** If the field is a custom field, the custom ID of the field. */
|
|
280
|
+
customId?: number;
|
|
281
|
+
/** When the data type is an array, the name of the field items within the array. */
|
|
282
|
+
items?: string;
|
|
283
|
+
/** If the field is a system field, the name of the field. */
|
|
284
|
+
system?: string;
|
|
285
|
+
/** The data type of the field. */
|
|
286
|
+
type: string;
|
|
434
287
|
}
|
|
435
288
|
/** Details a link group, which defines issue operations. */
|
|
436
289
|
export interface LinkGroup {
|
|
437
290
|
groups?: LinkGroup[];
|
|
438
291
|
/** Details about the operations available in this version. */
|
|
439
|
-
header?:
|
|
440
|
-
href?: string;
|
|
441
|
-
iconClass?: string;
|
|
442
|
-
id?: string;
|
|
443
|
-
label?: string;
|
|
444
|
-
styleClass?: string;
|
|
445
|
-
title?: string;
|
|
446
|
-
weight?: number;
|
|
447
|
-
};
|
|
292
|
+
header?: SimpleLink;
|
|
448
293
|
id?: string;
|
|
449
|
-
links?:
|
|
450
|
-
href?: string;
|
|
451
|
-
iconClass?: string;
|
|
452
|
-
id?: string;
|
|
453
|
-
label?: string;
|
|
454
|
-
styleClass?: string;
|
|
455
|
-
title?: string;
|
|
456
|
-
weight?: number;
|
|
457
|
-
}[];
|
|
294
|
+
links?: SimpleLink[];
|
|
458
295
|
styleClass?: string;
|
|
459
296
|
weight?: number;
|
|
460
297
|
}
|
|
298
|
+
export interface LocationBean {
|
|
299
|
+
projectKeyOrId?: string;
|
|
300
|
+
type?: "project" | "user";
|
|
301
|
+
}
|
|
461
302
|
/** Details of the operations that can be performed on the issue. */
|
|
462
303
|
export interface Operations extends Record<string, unknown> {
|
|
463
304
|
/** Details of the link groups defining issue operations. */
|
|
464
305
|
linkGroups?: LinkGroup[];
|
|
465
306
|
}
|
|
307
|
+
export interface PageBeanQuickFilterBean {
|
|
308
|
+
isLast?: boolean;
|
|
309
|
+
maxResults?: number;
|
|
310
|
+
startAt?: number;
|
|
311
|
+
total?: number;
|
|
312
|
+
values?: QuickFilterBean[];
|
|
313
|
+
}
|
|
314
|
+
/** A page of changelogs. */
|
|
315
|
+
export interface PageOfChangelogs {
|
|
316
|
+
/** The list of changelogs. */
|
|
317
|
+
histories?: Changelog[];
|
|
318
|
+
/** The maximum number of results that could be on the page. */
|
|
319
|
+
maxResults?: number;
|
|
320
|
+
/** The index of the first item returned on the page. */
|
|
321
|
+
startAt?: number;
|
|
322
|
+
/** The number of results on the page. */
|
|
323
|
+
total?: number;
|
|
324
|
+
}
|
|
325
|
+
export interface PartialSuccessBean {
|
|
326
|
+
entries?: Entry[];
|
|
327
|
+
}
|
|
328
|
+
/** Details about a project. */
|
|
329
|
+
export interface ProjectDetails {
|
|
330
|
+
/** The URLs of the project's avatars. */
|
|
331
|
+
avatarUrls?: UserBeanAvatarUrls;
|
|
332
|
+
/** The ID of the project. */
|
|
333
|
+
id?: string;
|
|
334
|
+
/** The key of the project. */
|
|
335
|
+
key?: string;
|
|
336
|
+
/** The name of the project. */
|
|
337
|
+
name?: string;
|
|
338
|
+
/** The category the project belongs to. */
|
|
339
|
+
projectCategory?: UpdatedProjectCategory;
|
|
340
|
+
/**
|
|
341
|
+
* The [project
|
|
342
|
+
* type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes)
|
|
343
|
+
* of the project.
|
|
344
|
+
*/
|
|
345
|
+
projectTypeKey?: "software" | "service_desk" | "business";
|
|
346
|
+
/** The URL of the project details. */
|
|
347
|
+
self?: string;
|
|
348
|
+
/** Whether or not the project is simplified. */
|
|
349
|
+
simplified?: boolean;
|
|
350
|
+
}
|
|
351
|
+
export interface QuickFilterBean {
|
|
352
|
+
boardId?: number;
|
|
353
|
+
description?: string;
|
|
354
|
+
id?: number;
|
|
355
|
+
jql?: string;
|
|
356
|
+
name?: string;
|
|
357
|
+
position?: number;
|
|
358
|
+
}
|
|
359
|
+
export interface RankingConfigBean {
|
|
360
|
+
rankCustomFieldId?: number;
|
|
361
|
+
}
|
|
362
|
+
export interface RelationBean {
|
|
363
|
+
id?: string;
|
|
364
|
+
self?: string;
|
|
365
|
+
}
|
|
366
|
+
export interface ReportsResponseBean {
|
|
367
|
+
reports?: {}[];
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* The projects the item is associated with. Indicated for items associated with
|
|
371
|
+
* [next-gen projects](https://confluence.atlassian.com/x/loMyO).
|
|
372
|
+
*/
|
|
373
|
+
export interface Scope extends Record<string, unknown> {
|
|
374
|
+
/** The project the item has scope in. */
|
|
375
|
+
project?: ProjectDetails;
|
|
376
|
+
/** The type of scope. */
|
|
377
|
+
type?: "PROJECT" | "TEMPLATE";
|
|
378
|
+
}
|
|
466
379
|
/** The result of a JQL search. */
|
|
467
380
|
export interface SearchResults {
|
|
468
381
|
/** Expand options that include additional search result details in the response. */
|
|
@@ -478,22 +391,7 @@ export interface SearchResults {
|
|
|
478
391
|
/** The schema describing the field types in the search results. */
|
|
479
392
|
schema?: {
|
|
480
393
|
/** The schema of a field. */
|
|
481
|
-
[key: string]:
|
|
482
|
-
/** If the field is a custom field, the configuration of the field. */
|
|
483
|
-
configuration?: {
|
|
484
|
-
[key: string]: unknown;
|
|
485
|
-
};
|
|
486
|
-
/** If the field is a custom field, the URI of the field. */
|
|
487
|
-
custom?: string;
|
|
488
|
-
/** If the field is a custom field, the custom ID of the field. */
|
|
489
|
-
customId?: number;
|
|
490
|
-
/** When the data type is an array, the name of the field items within the array. */
|
|
491
|
-
items?: string;
|
|
492
|
-
/** If the field is a system field, the name of the field. */
|
|
493
|
-
system?: string;
|
|
494
|
-
/** The data type of the field. */
|
|
495
|
-
type: string;
|
|
496
|
-
};
|
|
394
|
+
[key: string]: JsonTypeBean;
|
|
497
395
|
};
|
|
498
396
|
/** The index of the first item returned on the page. */
|
|
499
397
|
startAt?: number;
|
|
@@ -502,4 +400,168 @@ export interface SearchResults {
|
|
|
502
400
|
/** Any warnings related to the JQL query. */
|
|
503
401
|
warningMessages?: string[];
|
|
504
402
|
}
|
|
403
|
+
/** Details about the operations available in this version. */
|
|
404
|
+
export interface SimpleLink {
|
|
405
|
+
href?: string;
|
|
406
|
+
iconClass?: string;
|
|
407
|
+
id?: string;
|
|
408
|
+
label?: string;
|
|
409
|
+
styleClass?: string;
|
|
410
|
+
title?: string;
|
|
411
|
+
weight?: number;
|
|
412
|
+
}
|
|
413
|
+
/** A status category. */
|
|
414
|
+
export interface StatusCategory extends Record<string, unknown> {
|
|
415
|
+
/** The name of the color used to represent the status category. */
|
|
416
|
+
colorName?: string;
|
|
417
|
+
/** The ID of the status category. */
|
|
418
|
+
id?: number;
|
|
419
|
+
/** The key of the status category. */
|
|
420
|
+
key?: string;
|
|
421
|
+
/** The name of the status category. */
|
|
422
|
+
name?: string;
|
|
423
|
+
/** The URL of the status category. */
|
|
424
|
+
self?: string;
|
|
425
|
+
}
|
|
426
|
+
/** A status. */
|
|
427
|
+
export interface StatusDetails extends Record<string, unknown> {
|
|
428
|
+
/** The description of the status. */
|
|
429
|
+
description?: string;
|
|
430
|
+
/** The URL of the icon used to represent the status. */
|
|
431
|
+
iconUrl?: string;
|
|
432
|
+
/** The ID of the status. */
|
|
433
|
+
id?: string;
|
|
434
|
+
/** The name of the status. */
|
|
435
|
+
name?: string;
|
|
436
|
+
/** The scope of the field. */
|
|
437
|
+
scope?: Scope;
|
|
438
|
+
/** The URL of the status. */
|
|
439
|
+
self?: string;
|
|
440
|
+
/** The category assigned to the status. */
|
|
441
|
+
statusCategory?: StatusCategory;
|
|
442
|
+
}
|
|
443
|
+
export interface SubqueryBean {
|
|
444
|
+
query?: string;
|
|
445
|
+
}
|
|
446
|
+
/** A project category. */
|
|
447
|
+
export interface UpdatedProjectCategory {
|
|
448
|
+
/** The name of the project category. */
|
|
449
|
+
description?: string;
|
|
450
|
+
/** The ID of the project category. */
|
|
451
|
+
id?: string;
|
|
452
|
+
/** The description of the project category. */
|
|
453
|
+
name?: string;
|
|
454
|
+
/** The URL of the project category. */
|
|
455
|
+
self?: string;
|
|
456
|
+
}
|
|
457
|
+
export interface UserBean {
|
|
458
|
+
/**
|
|
459
|
+
* The account ID of the user, which uniquely identifies the user across all
|
|
460
|
+
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
461
|
+
*/
|
|
462
|
+
accountId?: string;
|
|
463
|
+
/** Whether the user is active. */
|
|
464
|
+
active?: boolean;
|
|
465
|
+
/** The avatars of the user. */
|
|
466
|
+
avatarUrls?: UserBeanAvatarUrls;
|
|
467
|
+
/**
|
|
468
|
+
* The display name of the user. Depending on the user’s privacy setting, this may
|
|
469
|
+
* return an alternative value.
|
|
470
|
+
*/
|
|
471
|
+
displayName?: string;
|
|
472
|
+
/**
|
|
473
|
+
* This property is deprecated in favor of `accountId` because of privacy changes.
|
|
474
|
+
* See the [migration
|
|
475
|
+
* guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
476
|
+
* for details.
|
|
477
|
+
* The key of the user.
|
|
478
|
+
*
|
|
479
|
+
* @deprecated
|
|
480
|
+
*/
|
|
481
|
+
key?: string;
|
|
482
|
+
/**
|
|
483
|
+
* This property is deprecated in favor of `accountId` because of privacy changes.
|
|
484
|
+
* See the [migration
|
|
485
|
+
* guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
486
|
+
* for details.
|
|
487
|
+
* The username of the user.
|
|
488
|
+
*
|
|
489
|
+
* @deprecated
|
|
490
|
+
*/
|
|
491
|
+
name?: string;
|
|
492
|
+
/** The URL of the user. */
|
|
493
|
+
self?: string;
|
|
494
|
+
}
|
|
495
|
+
/** The avatars of the user. */
|
|
496
|
+
export interface UserBeanAvatarUrls {
|
|
497
|
+
/** The URL of the user's 16x16 pixel avatar. */
|
|
498
|
+
"16x16"?: string;
|
|
499
|
+
/** The URL of the user's 24x24 pixel avatar. */
|
|
500
|
+
"24x24"?: string;
|
|
501
|
+
/** The URL of the user's 32x32 pixel avatar. */
|
|
502
|
+
"32x32"?: string;
|
|
503
|
+
/** The URL of the user's 48x48 pixel avatar. */
|
|
504
|
+
"48x48"?: string;
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* User details permitted by the user's Atlassian Account privacy settings.
|
|
508
|
+
* However, be aware of these exceptions:
|
|
509
|
+
*
|
|
510
|
+
* * User record deleted from Atlassian: This occurs as the result of a right to
|
|
511
|
+
* be forgotten request. In this case, `displayName` provides an indication and
|
|
512
|
+
* other parameters have default values or are blank (for example, email is blank).
|
|
513
|
+
* * User record corrupted: This occurs as a results of events such as a server
|
|
514
|
+
* import and can only happen to deleted users. In this case, `accountId` returns
|
|
515
|
+
* *unknown* and all other parameters have fallback values.
|
|
516
|
+
* * User record unavailable: This usually occurs due to an internal service
|
|
517
|
+
* outage. In this case, all parameters have fallback values.
|
|
518
|
+
*/
|
|
519
|
+
export interface UserDetails {
|
|
520
|
+
/**
|
|
521
|
+
* The account ID of the user, which uniquely identifies the user across all
|
|
522
|
+
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
523
|
+
*/
|
|
524
|
+
accountId?: string;
|
|
525
|
+
/**
|
|
526
|
+
* The type of account represented by this user. This will be one of 'atlassian'
|
|
527
|
+
* (normal users), 'app' (application user) or 'customer' (Jira Service Desk
|
|
528
|
+
* customer user)
|
|
529
|
+
*/
|
|
530
|
+
accountType?: string;
|
|
531
|
+
/** Whether the user is active. */
|
|
532
|
+
active?: boolean;
|
|
533
|
+
/** The avatars of the user. */
|
|
534
|
+
avatarUrls?: UserBeanAvatarUrls;
|
|
535
|
+
/**
|
|
536
|
+
* The display name of the user. Depending on the user’s privacy settings, this
|
|
537
|
+
* may return an alternative value.
|
|
538
|
+
*/
|
|
539
|
+
displayName?: string;
|
|
540
|
+
/**
|
|
541
|
+
* The email address of the user. Depending on the user’s privacy settings, this
|
|
542
|
+
* may be returned as null.
|
|
543
|
+
*/
|
|
544
|
+
emailAddress?: string;
|
|
545
|
+
/**
|
|
546
|
+
* This property is no longer available and will be removed from the documentation
|
|
547
|
+
* soon. See the [deprecation
|
|
548
|
+
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
549
|
+
* for details.
|
|
550
|
+
*/
|
|
551
|
+
key?: string;
|
|
552
|
+
/**
|
|
553
|
+
* This property is no longer available and will be removed from the documentation
|
|
554
|
+
* soon. See the [deprecation
|
|
555
|
+
* notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
556
|
+
* for details.
|
|
557
|
+
*/
|
|
558
|
+
name?: string;
|
|
559
|
+
/** The URL of the user. */
|
|
560
|
+
self?: string;
|
|
561
|
+
/**
|
|
562
|
+
* The time zone specified in the user's profile. Depending on the user’s privacy
|
|
563
|
+
* settings, this may be returned as null.
|
|
564
|
+
*/
|
|
565
|
+
timeZone?: string;
|
|
566
|
+
}
|
|
505
567
|
export declare function registerBoardValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
|