@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
|
@@ -0,0 +1,808 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseJiraPlatformApiClient = exports.BaseJiraPlatformApiClientError = void 0;
|
|
4
|
+
// DO NOT EDIT!
|
|
5
|
+
// This file is generated by "api-typescript-generator".
|
|
6
|
+
// To update this file run "yarn build:openapi".
|
|
7
|
+
const commonHttpClient = require("./core/CommonHttpClient");
|
|
8
|
+
const CommonHttpService_1 = require("./core/CommonHttpService");
|
|
9
|
+
const AnnouncementBannerService_1 = require("./services/AnnouncementBannerService");
|
|
10
|
+
const AppDataPoliciesService_1 = require("./services/AppDataPoliciesService");
|
|
11
|
+
const ApplicationRolesService_1 = require("./services/ApplicationRolesService");
|
|
12
|
+
const AppMigrationService_1 = require("./services/AppMigrationService");
|
|
13
|
+
const AppPropertiesService_1 = require("./services/AppPropertiesService");
|
|
14
|
+
const AuditRecordsService_1 = require("./services/AuditRecordsService");
|
|
15
|
+
const AvatarsService_1 = require("./services/AvatarsService");
|
|
16
|
+
const ClassificationLevelsService_1 = require("./services/ClassificationLevelsService");
|
|
17
|
+
const DashboardsService_1 = require("./services/DashboardsService");
|
|
18
|
+
const DynamicModulesService_1 = require("./services/DynamicModulesService");
|
|
19
|
+
const FilterSharingService_1 = require("./services/FilterSharingService");
|
|
20
|
+
const FiltersService_1 = require("./services/FiltersService");
|
|
21
|
+
const GroupAndUserPickerService_1 = require("./services/GroupAndUserPickerService");
|
|
22
|
+
const GroupsService_1 = require("./services/GroupsService");
|
|
23
|
+
const IssueAttachmentsService_1 = require("./services/IssueAttachmentsService");
|
|
24
|
+
const IssueCommentPropertiesService_1 = require("./services/IssueCommentPropertiesService");
|
|
25
|
+
const IssueCommentsService_1 = require("./services/IssueCommentsService");
|
|
26
|
+
const IssueCustomFieldConfigurationAppsService_1 = require("./services/IssueCustomFieldConfigurationAppsService");
|
|
27
|
+
const IssueCustomFieldContextsService_1 = require("./services/IssueCustomFieldContextsService");
|
|
28
|
+
const IssueCustomFieldOptionsAppsService_1 = require("./services/IssueCustomFieldOptionsAppsService");
|
|
29
|
+
const IssueCustomFieldOptionsService_1 = require("./services/IssueCustomFieldOptionsService");
|
|
30
|
+
const IssueCustomFieldValuesAppsService_1 = require("./services/IssueCustomFieldValuesAppsService");
|
|
31
|
+
const IssueFieldConfigurationsService_1 = require("./services/IssueFieldConfigurationsService");
|
|
32
|
+
const IssueFieldsService_1 = require("./services/IssueFieldsService");
|
|
33
|
+
const IssueLinksService_1 = require("./services/IssueLinksService");
|
|
34
|
+
const IssueLinkTypesService_1 = require("./services/IssueLinkTypesService");
|
|
35
|
+
const IssueNavigatorSettingsService_1 = require("./services/IssueNavigatorSettingsService");
|
|
36
|
+
const IssueNotificationSchemesService_1 = require("./services/IssueNotificationSchemesService");
|
|
37
|
+
const IssuePrioritiesService_1 = require("./services/IssuePrioritiesService");
|
|
38
|
+
const IssuePropertiesService_1 = require("./services/IssuePropertiesService");
|
|
39
|
+
const IssueRemoteLinksService_1 = require("./services/IssueRemoteLinksService");
|
|
40
|
+
const IssueResolutionsService_1 = require("./services/IssueResolutionsService");
|
|
41
|
+
const IssueSearchService_1 = require("./services/IssueSearchService");
|
|
42
|
+
const IssueSecurityLevelService_1 = require("./services/IssueSecurityLevelService");
|
|
43
|
+
const IssueSecuritySchemesService_1 = require("./services/IssueSecuritySchemesService");
|
|
44
|
+
const IssuesService_1 = require("./services/IssuesService");
|
|
45
|
+
const IssueTypePropertiesService_1 = require("./services/IssueTypePropertiesService");
|
|
46
|
+
const IssueTypeSchemesService_1 = require("./services/IssueTypeSchemesService");
|
|
47
|
+
const IssueTypeScreenSchemesService_1 = require("./services/IssueTypeScreenSchemesService");
|
|
48
|
+
const IssueTypesService_1 = require("./services/IssueTypesService");
|
|
49
|
+
const IssueVotesService_1 = require("./services/IssueVotesService");
|
|
50
|
+
const IssueWatchersService_1 = require("./services/IssueWatchersService");
|
|
51
|
+
const IssueWorklogPropertiesService_1 = require("./services/IssueWorklogPropertiesService");
|
|
52
|
+
const IssueWorklogsService_1 = require("./services/IssueWorklogsService");
|
|
53
|
+
const JiraExpressionsService_1 = require("./services/JiraExpressionsService");
|
|
54
|
+
const JiraSettingsService_1 = require("./services/JiraSettingsService");
|
|
55
|
+
const JqlFunctionsAppsService_1 = require("./services/JqlFunctionsAppsService");
|
|
56
|
+
const JqlService_1 = require("./services/JqlService");
|
|
57
|
+
const LabelsService_1 = require("./services/LabelsService");
|
|
58
|
+
const LicenseMetricsService_1 = require("./services/LicenseMetricsService");
|
|
59
|
+
const MyselfService_1 = require("./services/MyselfService");
|
|
60
|
+
const PermissionSchemesService_1 = require("./services/PermissionSchemesService");
|
|
61
|
+
const PermissionsService_1 = require("./services/PermissionsService");
|
|
62
|
+
const PrioritySchemesService_1 = require("./services/PrioritySchemesService");
|
|
63
|
+
const ProjectAvatarsService_1 = require("./services/ProjectAvatarsService");
|
|
64
|
+
const ProjectCategoriesService_1 = require("./services/ProjectCategoriesService");
|
|
65
|
+
const ProjectClassificationLevelsService_1 = require("./services/ProjectClassificationLevelsService");
|
|
66
|
+
const ProjectComponentsService_1 = require("./services/ProjectComponentsService");
|
|
67
|
+
const ProjectEmailService_1 = require("./services/ProjectEmailService");
|
|
68
|
+
const ProjectFeaturesService_1 = require("./services/ProjectFeaturesService");
|
|
69
|
+
const ProjectKeyAndNameValidationService_1 = require("./services/ProjectKeyAndNameValidationService");
|
|
70
|
+
const ProjectPermissionSchemesService_1 = require("./services/ProjectPermissionSchemesService");
|
|
71
|
+
const ProjectPropertiesService_1 = require("./services/ProjectPropertiesService");
|
|
72
|
+
const ProjectRoleActorsService_1 = require("./services/ProjectRoleActorsService");
|
|
73
|
+
const ProjectRolesService_1 = require("./services/ProjectRolesService");
|
|
74
|
+
const ProjectsService_1 = require("./services/ProjectsService");
|
|
75
|
+
const ProjectTypesService_1 = require("./services/ProjectTypesService");
|
|
76
|
+
const ProjectVersionsService_1 = require("./services/ProjectVersionsService");
|
|
77
|
+
const ScreenSchemesService_1 = require("./services/ScreenSchemesService");
|
|
78
|
+
const ScreensService_1 = require("./services/ScreensService");
|
|
79
|
+
const ScreenTabFieldsService_1 = require("./services/ScreenTabFieldsService");
|
|
80
|
+
const ScreenTabsService_1 = require("./services/ScreenTabsService");
|
|
81
|
+
const ServerInfoService_1 = require("./services/ServerInfoService");
|
|
82
|
+
const ServiceRegistryService_1 = require("./services/ServiceRegistryService");
|
|
83
|
+
const StatusService_1 = require("./services/StatusService");
|
|
84
|
+
const TasksService_1 = require("./services/TasksService");
|
|
85
|
+
const TimeTrackingService_1 = require("./services/TimeTrackingService");
|
|
86
|
+
const UiModificationsAppsService_1 = require("./services/UiModificationsAppsService");
|
|
87
|
+
const UserPropertiesService_1 = require("./services/UserPropertiesService");
|
|
88
|
+
const UserSearchService_1 = require("./services/UserSearchService");
|
|
89
|
+
const UsersService_1 = require("./services/UsersService");
|
|
90
|
+
const WebhooksService_1 = require("./services/WebhooksService");
|
|
91
|
+
const WorkflowSchemeDraftsService_1 = require("./services/WorkflowSchemeDraftsService");
|
|
92
|
+
const WorkflowSchemeProjectAssociationsService_1 = require("./services/WorkflowSchemeProjectAssociationsService");
|
|
93
|
+
const WorkflowSchemesService_1 = require("./services/WorkflowSchemesService");
|
|
94
|
+
const WorkflowsService_1 = require("./services/WorkflowsService");
|
|
95
|
+
const WorkflowStatusCategoriesService_1 = require("./services/WorkflowStatusCategoriesService");
|
|
96
|
+
const WorkflowStatusesService_1 = require("./services/WorkflowStatusesService");
|
|
97
|
+
const WorkflowTransitionPropertiesService_1 = require("./services/WorkflowTransitionPropertiesService");
|
|
98
|
+
const WorkflowTransitionRulesService_1 = require("./services/WorkflowTransitionRulesService");
|
|
99
|
+
const validationSchemaStorage_1 = require("./validationSchemaStorage");
|
|
100
|
+
class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientError {
|
|
101
|
+
constructor() {
|
|
102
|
+
super(...arguments);
|
|
103
|
+
this.name = "BaseJiraPlatformApiClientError";
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.BaseJiraPlatformApiClientError = BaseJiraPlatformApiClientError;
|
|
107
|
+
/**
|
|
108
|
+
* The Jira Cloud platform REST API
|
|
109
|
+
*
|
|
110
|
+
* Jira Cloud platform REST API documentation
|
|
111
|
+
*
|
|
112
|
+
* @version 1001.0.0-SNAPSHOT-a295e7484152fa2365a7ce8735dc664cc7adfec0
|
|
113
|
+
*/
|
|
114
|
+
class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
115
|
+
constructor(options) {
|
|
116
|
+
super(() => this.client);
|
|
117
|
+
this.client = new commonHttpClient.CommonHttpClient({
|
|
118
|
+
baseUrl: "https://your-domain.atlassian.net",
|
|
119
|
+
binaryResponseType: "blob",
|
|
120
|
+
errorClass: BaseJiraPlatformApiClientError,
|
|
121
|
+
});
|
|
122
|
+
this.getClient = () => this.client;
|
|
123
|
+
/**
|
|
124
|
+
* This resource represents an announcement banner. Use it to retrieve and update
|
|
125
|
+
* banner configuration.
|
|
126
|
+
*/
|
|
127
|
+
this.announcementBanner = new AnnouncementBannerService_1.AnnouncementBannerService(this.getClient);
|
|
128
|
+
/** This resource represents app access rule data policies. */
|
|
129
|
+
this.appDataPolicies = new AppDataPoliciesService_1.AppDataPoliciesService(this.getClient);
|
|
130
|
+
/**
|
|
131
|
+
* This resource represents application roles. Use it to get details of an
|
|
132
|
+
* application role or all application roles.
|
|
133
|
+
*/
|
|
134
|
+
this.applicationRoles = new ApplicationRolesService_1.ApplicationRolesService(this.getClient);
|
|
135
|
+
/**
|
|
136
|
+
* This resource supports [app
|
|
137
|
+
* migrations](https://developer.atlassian.com/platform/app-migration/). Use it to:
|
|
138
|
+
* - [to request migrated workflow rules
|
|
139
|
+
* details](https://developer.atlassian.com/platform/app-migration/tutorials/migration-app-workflow-rules/).
|
|
140
|
+
* - [perform bulk updates of entity
|
|
141
|
+
* properties](https://developer.atlassian.com/platform/app-migration/tutorials/entity-properties-bulk-api/).
|
|
142
|
+
* - [perform bulk updates of issue custom field
|
|
143
|
+
* values](https://developer.atlassian.com/platform/app-migration/tutorials/migrating-app-custom-fields/).
|
|
144
|
+
*/
|
|
145
|
+
this.appMigration = new AppMigrationService_1.AppMigrationService(this.getClient);
|
|
146
|
+
/**
|
|
147
|
+
* This resource represents app properties. Use it to store arbitrary data for your
|
|
148
|
+
* [Connect
|
|
149
|
+
* app](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
150
|
+
*/
|
|
151
|
+
this.appProperties = new AppPropertiesService_1.AppPropertiesService(this.getClient);
|
|
152
|
+
/**
|
|
153
|
+
* This resource represents audits that record activities undertaken in Jira. Use
|
|
154
|
+
* it to get a list of audit records.
|
|
155
|
+
*/
|
|
156
|
+
this.auditRecords = new AuditRecordsService_1.AuditRecordsService(this.getClient);
|
|
157
|
+
/**
|
|
158
|
+
* This resource represents system and custom avatars. Use it to obtain the
|
|
159
|
+
* details of system or custom avatars, add and remove avatars from a project or
|
|
160
|
+
* issue type, and obtain avatar images.
|
|
161
|
+
*/
|
|
162
|
+
this.avatars = new AvatarsService_1.AvatarsService(this.getClient);
|
|
163
|
+
/** This resource represents classification levels. */
|
|
164
|
+
this.classificationLevels = new ClassificationLevelsService_1.ClassificationLevelsService(this.getClient);
|
|
165
|
+
/**
|
|
166
|
+
* This resource represents dashboards. Use it to obtain the details of dashboards
|
|
167
|
+
* as well as get, create, update, or remove item properties and gadgets from
|
|
168
|
+
* dashboards.
|
|
169
|
+
*/
|
|
170
|
+
this.dashboards = new DashboardsService_1.DashboardsService(this.getClient);
|
|
171
|
+
/**
|
|
172
|
+
* This resource represents [modules registered
|
|
173
|
+
* dynamically](https://developer.atlassian.com/cloud/jira/platform/dynamic-modules/)
|
|
174
|
+
* by [Connect
|
|
175
|
+
* apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
176
|
+
*/
|
|
177
|
+
this.dynamicModules = new DynamicModulesService_1.DynamicModulesService(this.getClient);
|
|
178
|
+
/**
|
|
179
|
+
* This resource represents options for sharing [filters](#api-group-Filters). Use
|
|
180
|
+
* it to get share scopes as well as add and remove share scopes from filters.
|
|
181
|
+
*/
|
|
182
|
+
this.filterSharing = new FilterSharingService_1.FilterSharingService(this.getClient);
|
|
183
|
+
/**
|
|
184
|
+
* This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
|
|
185
|
+
* Use it to get, create, update, or delete filters. Also use it to configure the
|
|
186
|
+
* columns for a filter and set favorite filters.
|
|
187
|
+
*/
|
|
188
|
+
this.filters = new FiltersService_1.FiltersService(this.getClient);
|
|
189
|
+
/**
|
|
190
|
+
* This resource represents a list of users and a list of groups. Use it to obtain
|
|
191
|
+
* the details to populate user and group picker suggestions list.
|
|
192
|
+
*/
|
|
193
|
+
this.groupAndUserPicker = new GroupAndUserPickerService_1.GroupAndUserPickerService(this.getClient);
|
|
194
|
+
/**
|
|
195
|
+
* This resource represents groups of users. Use it to get, create, find, and
|
|
196
|
+
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
197
|
+
* standard Atlassian group names are default names only and can be edited or
|
|
198
|
+
* deleted. For example, an admin or Atlassian support could delete the default
|
|
199
|
+
* group jira-software-users or rename it to jsw-users at any point. See
|
|
200
|
+
* https://support.atlassian.com/user-management/docs/create-and-update-groups/
|
|
201
|
+
* for details.)
|
|
202
|
+
*/
|
|
203
|
+
this.groups = new GroupsService_1.GroupsService(this.getClient);
|
|
204
|
+
/**
|
|
205
|
+
* This resource represents issue attachments and the attachment settings for
|
|
206
|
+
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
207
|
+
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
208
|
+
* attachment settings for Jira.
|
|
209
|
+
*/
|
|
210
|
+
this.issueAttachments = new IssueAttachmentsService_1.IssueAttachmentsService(this.getClient);
|
|
211
|
+
/**
|
|
212
|
+
* This resource represents [issue comment](#api-group-Issue-comments) properties,
|
|
213
|
+
* which provides for storing custom data against an issue comment. Use is to get,
|
|
214
|
+
* set, and delete issue comment properties as well as obtain the keys of all
|
|
215
|
+
* properties on a comment. Comment properties are a type of [entity
|
|
216
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
217
|
+
*/
|
|
218
|
+
this.issueCommentProperties = new IssueCommentPropertiesService_1.IssueCommentPropertiesService(this.getClient);
|
|
219
|
+
/**
|
|
220
|
+
* This resource represents issue comments. Use it to:
|
|
221
|
+
*
|
|
222
|
+
* * get, create, update, and delete a comment from an issue.
|
|
223
|
+
* * get all comments from issue.
|
|
224
|
+
* * get a list of comments by comment ID.
|
|
225
|
+
*/
|
|
226
|
+
this.issueComments = new IssueCommentsService_1.IssueCommentsService(this.getClient);
|
|
227
|
+
/**
|
|
228
|
+
* This resource represents configurations stored against a custom field context
|
|
229
|
+
* by a [Forge app](https://developer.atlassian.com/platform/forge/).
|
|
230
|
+
* Configurations are information used by the Forge app at runtime to determine
|
|
231
|
+
* how to handle or process the data in a custom field in a given context. Use
|
|
232
|
+
* this resource to set and read configurations.
|
|
233
|
+
*/
|
|
234
|
+
this.issueCustomFieldConfigurationApps = new IssueCustomFieldConfigurationAppsService_1.IssueCustomFieldConfigurationAppsService(this.getClient);
|
|
235
|
+
/**
|
|
236
|
+
* This resource represents issue custom field contexts. Use it to:
|
|
237
|
+
*
|
|
238
|
+
* * get, create, update, and delete custom field contexts.
|
|
239
|
+
* * get context to issue types and projects mappings.
|
|
240
|
+
* * get custom field contexts for projects and issue types.
|
|
241
|
+
* * assign custom field contexts to projects.
|
|
242
|
+
* * remove custom field contexts from projects.
|
|
243
|
+
* * add issue types to custom field contexts.
|
|
244
|
+
*/
|
|
245
|
+
this.issueCustomFieldContexts = new IssueCustomFieldContextsService_1.IssueCustomFieldContextsService(this.getClient);
|
|
246
|
+
/**
|
|
247
|
+
* This resource represents custom issue field select list options created by a
|
|
248
|
+
* Connect app. See [Issue custom field
|
|
249
|
+
* options](#api-group-Issue-custom-field-options) to manipulate options created
|
|
250
|
+
* in Jira or using the REST API.
|
|
251
|
+
*
|
|
252
|
+
* A select list issue field is a type of [issue
|
|
253
|
+
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
254
|
+
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
255
|
+
* update the options of a select list issue field.
|
|
256
|
+
*/
|
|
257
|
+
this.issueCustomFieldOptionsApps = new IssueCustomFieldOptionsAppsService_1.IssueCustomFieldOptionsAppsService(this.getClient);
|
|
258
|
+
/**
|
|
259
|
+
* This resource represents custom issue field select list options created in Jira
|
|
260
|
+
* or using the REST API. This resource supports the following field types:
|
|
261
|
+
*
|
|
262
|
+
* * Checkboxes.
|
|
263
|
+
* * Radio Buttons.
|
|
264
|
+
* * Select List (single choice).
|
|
265
|
+
* * Select List (multiple choices).
|
|
266
|
+
* * Select List (cascading).
|
|
267
|
+
*
|
|
268
|
+
* See [Issue custom field options
|
|
269
|
+
* (apps)](#api-group-Issue-custom-field-options--apps-) to manipulate custom
|
|
270
|
+
* issue field select list options created by a Connect app.
|
|
271
|
+
*
|
|
272
|
+
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
273
|
+
*/
|
|
274
|
+
this.issueCustomFieldOptions = new IssueCustomFieldOptionsService_1.IssueCustomFieldOptionsService(this.getClient);
|
|
275
|
+
/**
|
|
276
|
+
* This resource represents the values of custom fields added by [Forge
|
|
277
|
+
* apps](https://developer.atlassian.com/platform/forge/). Use it to update the
|
|
278
|
+
* value of a custom field on issues.
|
|
279
|
+
*/
|
|
280
|
+
this.issueCustomFieldValuesApps = new IssueCustomFieldValuesAppsService_1.IssueCustomFieldValuesAppsService(this.getClient);
|
|
281
|
+
/**
|
|
282
|
+
* This resource represents issue field configurations. Use it to get, set, and
|
|
283
|
+
* delete field configurations and field configuration schemes.
|
|
284
|
+
*/
|
|
285
|
+
this.issueFieldConfigurations = new IssueFieldConfigurationsService_1.IssueFieldConfigurationsService(this.getClient);
|
|
286
|
+
/**
|
|
287
|
+
* This resource represents issue fields, both system and custom fields. Use it to
|
|
288
|
+
* get fields, field configurations, and create custom fields.
|
|
289
|
+
*/
|
|
290
|
+
this.issueFields = new IssueFieldsService_1.IssueFieldsService(this.getClient);
|
|
291
|
+
/**
|
|
292
|
+
* This resource represents links between issues. Use it to get, create, and
|
|
293
|
+
* delete links between issues.
|
|
294
|
+
*
|
|
295
|
+
* To use it, the site must have [issue
|
|
296
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
297
|
+
*/
|
|
298
|
+
this.issueLinks = new IssueLinksService_1.IssueLinksService(this.getClient);
|
|
299
|
+
/**
|
|
300
|
+
* This resource represents [issue link](#api-group-Issue-links) types. Use it to
|
|
301
|
+
* get, create, update, and delete link issue types as well as get lists of all
|
|
302
|
+
* link issue types.
|
|
303
|
+
*
|
|
304
|
+
* To use it, the site must have [issue
|
|
305
|
+
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
306
|
+
*/
|
|
307
|
+
this.issueLinkTypes = new IssueLinkTypesService_1.IssueLinkTypesService(this.getClient);
|
|
308
|
+
/**
|
|
309
|
+
* This resource represents issue navigator settings. Use it to get and set issue
|
|
310
|
+
* navigator default columns.
|
|
311
|
+
*/
|
|
312
|
+
this.issueNavigatorSettings = new IssueNavigatorSettingsService_1.IssueNavigatorSettingsService(this.getClient);
|
|
313
|
+
/**
|
|
314
|
+
* This resource represents notification schemes, lists of events and the
|
|
315
|
+
* recipients who will receive notifications for those events. Use it to get
|
|
316
|
+
* details of a notification scheme and a list of notification schemes.
|
|
317
|
+
*
|
|
318
|
+
* ### About notification schemes ###
|
|
319
|
+
*
|
|
320
|
+
* A notification scheme is a list of events and recipients who will receive
|
|
321
|
+
* notifications for those events. The list is contained within the
|
|
322
|
+
* `notificationSchemeEvents` object and contains pairs of `events` and
|
|
323
|
+
* `notifications`:
|
|
324
|
+
*
|
|
325
|
+
* * `event` Identifies the type of event. The events can be [Jira system
|
|
326
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/configure-notification-schemes/)
|
|
327
|
+
* (see the *Events* section) or [custom
|
|
328
|
+
* events](https://support.atlassian.com/jira-cloud-administration/docs/add-a-custom-event/).
|
|
329
|
+
* * `notifications` Identifies the
|
|
330
|
+
* [recipients](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-recipientsRecipients)
|
|
331
|
+
* of notifications for each event. Recipients can be any of the following types:
|
|
332
|
+
*
|
|
333
|
+
* * `CurrentAssignee`
|
|
334
|
+
* * `Reporter`
|
|
335
|
+
* * `CurrentUser`
|
|
336
|
+
* * `ProjectLead`
|
|
337
|
+
* * `ComponentLead`
|
|
338
|
+
* * `User` (the `parameter` is the user key)
|
|
339
|
+
* * `Group` (the `parameter` is the group name)
|
|
340
|
+
* * `ProjectRole` (the `parameter` is the project role ID)
|
|
341
|
+
* * `EmailAddress` *(deprecated)*
|
|
342
|
+
* * `AllWatchers`
|
|
343
|
+
* * `UserCustomField` (the `parameter` is the ID of the custom field)
|
|
344
|
+
* * `GroupCustomField`(the `parameter` is the ID of the custom field)
|
|
345
|
+
*/
|
|
346
|
+
this.issueNotificationSchemes = new IssueNotificationSchemesService_1.IssueNotificationSchemesService(this.getClient);
|
|
347
|
+
/**
|
|
348
|
+
* This resource represents issue priorities. Use it to get, create and update
|
|
349
|
+
* issue priorities and details for individual issue priorities.
|
|
350
|
+
*/
|
|
351
|
+
this.issuePriorities = new IssuePrioritiesService_1.IssuePrioritiesService(this.getClient);
|
|
352
|
+
/**
|
|
353
|
+
* This resource represents [issue](#api-group-Issues) properties, which provides
|
|
354
|
+
* for storing custom data against an issue. Use it to get, set, and delete issue
|
|
355
|
+
* properties as well as obtain details of all properties on an issue. Operations
|
|
356
|
+
* to bulk update and delete issue properties are also provided. Issue properties
|
|
357
|
+
* are a type of [entity
|
|
358
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
359
|
+
*/
|
|
360
|
+
this.issueProperties = new IssuePropertiesService_1.IssuePropertiesService(this.getClient);
|
|
361
|
+
/**
|
|
362
|
+
* This resource represents remote issue links, a way of linking Jira to
|
|
363
|
+
* information in other systems. Use it to get, create, update, and delete remote
|
|
364
|
+
* issue links either by ID or global ID. The global ID provides a way of
|
|
365
|
+
* accessing remote issue links using information about the item's remote system
|
|
366
|
+
* host and remote system identifier.
|
|
367
|
+
*/
|
|
368
|
+
this.issueRemoteLinks = new IssueRemoteLinksService_1.IssueRemoteLinksService(this.getClient);
|
|
369
|
+
/**
|
|
370
|
+
* This resource represents issue resolution values. Use it to obtain a list of
|
|
371
|
+
* all issue resolution values and the details of individual resolution values.
|
|
372
|
+
*/
|
|
373
|
+
this.issueResolutions = new IssueResolutionsService_1.IssueResolutionsService(this.getClient);
|
|
374
|
+
/**
|
|
375
|
+
* This resource represents various ways to search for issues. Use it to search
|
|
376
|
+
* for issues with a JQL query and find issues to populate an issue picker.
|
|
377
|
+
*/
|
|
378
|
+
this.issueSearch = new IssueSearchService_1.IssueSearchService(this.getClient);
|
|
379
|
+
/**
|
|
380
|
+
* This resource represents issue security levels. Use it to obtain the details of
|
|
381
|
+
* any issue security level. For more information about issue security levels, see
|
|
382
|
+
* [Configuring issue-level security](https://confluence.atlassian.com/x/J4lKLg).
|
|
383
|
+
*/
|
|
384
|
+
this.issueSecurityLevel = new IssueSecurityLevelService_1.IssueSecurityLevelService(this.getClient);
|
|
385
|
+
/**
|
|
386
|
+
* This resource represents issue security schemes. Use it to get an issue
|
|
387
|
+
* security scheme or a list of issue security schemes.
|
|
388
|
+
*
|
|
389
|
+
* Issue security schemes control which users or groups of users can view an
|
|
390
|
+
* issue. When an issue security scheme is associated with a project, its security
|
|
391
|
+
* levels can be applied to issues in that project. Sub-tasks also inherit the
|
|
392
|
+
* security level of their parent issue.
|
|
393
|
+
*/
|
|
394
|
+
this.issueSecuritySchemes = new IssueSecuritySchemesService_1.IssueSecuritySchemesService(this.getClient);
|
|
395
|
+
/**
|
|
396
|
+
* This resource represents Jira issues. Use it to:
|
|
397
|
+
*
|
|
398
|
+
* * create or edit issues, individually or in bulk.
|
|
399
|
+
* * retrieve metadata about the options for creating or editing issues.
|
|
400
|
+
* * delete an issue.
|
|
401
|
+
* * assign a user to an issue.
|
|
402
|
+
* * get issue changelogs.
|
|
403
|
+
* * send notifications about an issue.
|
|
404
|
+
* * get details of the transitions available for an issue.
|
|
405
|
+
* * transition an issue.
|
|
406
|
+
* * Archive issues.
|
|
407
|
+
* * Unarchive issues.
|
|
408
|
+
* * Export archived issues.
|
|
409
|
+
*/
|
|
410
|
+
this.issues = new IssuesService_1.IssuesService(this.getClient);
|
|
411
|
+
/**
|
|
412
|
+
* This resource represents [issue type](#api-group-Issue-types) properties, which
|
|
413
|
+
* provides for storing custom data against an issue type. Use it to get, create,
|
|
414
|
+
* and delete issue type properties as well as obtain the keys of all properties
|
|
415
|
+
* on a issues type. Issue type properties are a type of [entity
|
|
416
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
417
|
+
*/
|
|
418
|
+
this.issueTypeProperties = new IssueTypePropertiesService_1.IssueTypePropertiesService(this.getClient);
|
|
419
|
+
/**
|
|
420
|
+
* This resource represents issue type schemes in classic projects. Use it to:
|
|
421
|
+
*
|
|
422
|
+
* * get issue type schemes and a list of the projects that use them.
|
|
423
|
+
* * associate issue type schemes with projects.
|
|
424
|
+
* * add issue types to issue type schemes.
|
|
425
|
+
* * delete issue types from issue type schemes.
|
|
426
|
+
* * create, update, and delete issue type schemes.
|
|
427
|
+
* * change the order of issue types in issue type schemes.
|
|
428
|
+
*/
|
|
429
|
+
this.issueTypeSchemes = new IssueTypeSchemesService_1.IssueTypeSchemesService(this.getClient);
|
|
430
|
+
/**
|
|
431
|
+
* This resource represents issue type screen schemes. Use it to:
|
|
432
|
+
*
|
|
433
|
+
* * get issue type screen schemes and a list of the projects that use them.
|
|
434
|
+
* * create issue type screen schemes.
|
|
435
|
+
* * update issue type screen schemes.
|
|
436
|
+
* * delete issue type screen schemes.
|
|
437
|
+
* * associate issue type screen schemes with projects.
|
|
438
|
+
* * append issue type to screen scheme mappings to issue type screen schemes.
|
|
439
|
+
* * remove issue type to screen scheme mappings from issue type screen schemes.
|
|
440
|
+
* * update default screen scheme of issue type screen scheme.
|
|
441
|
+
*/
|
|
442
|
+
this.issueTypeScreenSchemes = new IssueTypeScreenSchemesService_1.IssueTypeScreenSchemesService(this.getClient);
|
|
443
|
+
/**
|
|
444
|
+
* This resource represents issues types. Use it to:
|
|
445
|
+
*
|
|
446
|
+
* * get, create, update, and delete issue types.
|
|
447
|
+
* * get all issue types for a user.
|
|
448
|
+
* * get alternative issue types.
|
|
449
|
+
* * set an avatar for an issue type.
|
|
450
|
+
*/
|
|
451
|
+
this.issueTypes = new IssueTypesService_1.IssueTypesService(this.getClient);
|
|
452
|
+
/**
|
|
453
|
+
* This resource represents votes cast by users on an issue. Use it to get details
|
|
454
|
+
* of votes on an issue as well as cast and withdrawal votes.
|
|
455
|
+
*/
|
|
456
|
+
this.issueVotes = new IssueVotesService_1.IssueVotesService(this.getClient);
|
|
457
|
+
/**
|
|
458
|
+
* This resource represents users watching an issue. Use it to get details of
|
|
459
|
+
* users watching an issue as well as start and stop a user watching an issue.
|
|
460
|
+
*/
|
|
461
|
+
this.issueWatchers = new IssueWatchersService_1.IssueWatchersService(this.getClient);
|
|
462
|
+
/**
|
|
463
|
+
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
464
|
+
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
465
|
+
* create, and delete issue worklog properties as well as obtain the keys of all
|
|
466
|
+
* properties on a issue worklog. Issue worklog properties are a type of [entity
|
|
467
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
468
|
+
*/
|
|
469
|
+
this.issueWorklogProperties = new IssueWorklogPropertiesService_1.IssueWorklogPropertiesService(this.getClient);
|
|
470
|
+
/**
|
|
471
|
+
* This resource represents issue worklogs. Use it to:
|
|
472
|
+
*
|
|
473
|
+
* * get, create, update, and delete worklogs.
|
|
474
|
+
* * obtain lists of updated or deleted worklogs.
|
|
475
|
+
*/
|
|
476
|
+
this.issueWorklogs = new IssueWorklogsService_1.IssueWorklogsService(this.getClient);
|
|
477
|
+
/**
|
|
478
|
+
* This resource is a collection of operations for [Jira
|
|
479
|
+
* expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
|
|
480
|
+
*/
|
|
481
|
+
this.jiraExpressions = new JiraExpressionsService_1.JiraExpressionsService(this.getClient);
|
|
482
|
+
/**
|
|
483
|
+
* This resource represents various settings in Jira. Use it to get and update
|
|
484
|
+
* Jira settings and properties.
|
|
485
|
+
*/
|
|
486
|
+
this.jiraSettings = new JiraSettingsService_1.JiraSettingsService(this.getClient);
|
|
487
|
+
/**
|
|
488
|
+
* This resource represents JQL function's precomputations. Precomputation is a
|
|
489
|
+
* mapping between custom function call and JQL fragment returned by this
|
|
490
|
+
* function. Use it to get and update precomputations.
|
|
491
|
+
*/
|
|
492
|
+
this.jqlFunctionsApps = new JqlFunctionsAppsService_1.JqlFunctionsAppsService(this.getClient);
|
|
493
|
+
/**
|
|
494
|
+
* This resource represents JQL search auto-complete details. Use it to obtain JQL
|
|
495
|
+
* search auto-complete data and suggestions for use in programmatic construction
|
|
496
|
+
* of queries or custom query builders. It also provides operations to:
|
|
497
|
+
*
|
|
498
|
+
* * convert one or more JQL queries with user identifiers (username or user
|
|
499
|
+
* key) to equivalent JQL queries with account IDs.
|
|
500
|
+
* * convert readable details in one or more JQL queries to IDs where a user
|
|
501
|
+
* doesn't have permission to view the entity whose details are readable.
|
|
502
|
+
*/
|
|
503
|
+
this.jql = new JqlService_1.JqlService(this.getClient);
|
|
504
|
+
/**
|
|
505
|
+
* This resource represents available labels. Use it to get available labels for
|
|
506
|
+
* the global label field.
|
|
507
|
+
*/
|
|
508
|
+
this.labels = new LabelsService_1.LabelsService(this.getClient);
|
|
509
|
+
/**
|
|
510
|
+
* This resource represents license metrics. Use it to get available metrics for
|
|
511
|
+
* Jira licences.
|
|
512
|
+
*/
|
|
513
|
+
this.licenseMetrics = new LicenseMetricsService_1.LicenseMetricsService(this.getClient);
|
|
514
|
+
/**
|
|
515
|
+
* This resource represents information about the current user, such as basic
|
|
516
|
+
* details, group membership, application roles, preferences, and locale. Use it
|
|
517
|
+
* to get, create, update, and delete (restore default) values of the user's
|
|
518
|
+
* preferences and locale.
|
|
519
|
+
*/
|
|
520
|
+
this.myself = new MyselfService_1.MyselfService(this.getClient);
|
|
521
|
+
/**
|
|
522
|
+
* This resource represents permission schemes. Use it to get, create, update, and
|
|
523
|
+
* delete permission schemes as well as get, create, update, and delete details of
|
|
524
|
+
* the permissions granted in those schemes.
|
|
525
|
+
*/
|
|
526
|
+
this.permissionSchemes = new PermissionSchemesService_1.PermissionSchemesService(this.getClient);
|
|
527
|
+
/**
|
|
528
|
+
* This resource represents permissions. Use it to obtain details of all
|
|
529
|
+
* permissions and determine whether the user has certain permissions.
|
|
530
|
+
*/
|
|
531
|
+
this.permissions = new PermissionsService_1.PermissionsService(this.getClient);
|
|
532
|
+
/**
|
|
533
|
+
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
534
|
+
* and related information, and to create, update and delete priority schemes.
|
|
535
|
+
*/
|
|
536
|
+
this.prioritySchemes = new PrioritySchemesService_1.PrioritySchemesService(this.getClient);
|
|
537
|
+
/**
|
|
538
|
+
* This resource represents avatars associated with a project. Use it to get,
|
|
539
|
+
* load, set, and remove project avatars.
|
|
540
|
+
*/
|
|
541
|
+
this.projectAvatars = new ProjectAvatarsService_1.ProjectAvatarsService(this.getClient);
|
|
542
|
+
/**
|
|
543
|
+
* This resource represents project categories. Use it to create, update, and
|
|
544
|
+
* delete project categories as well as obtain a list of all project categories
|
|
545
|
+
* and details of individual categories. For more information on managing project
|
|
546
|
+
* categories, see [Adding, assigning, and deleting project
|
|
547
|
+
* categories](https://confluence.atlassian.com/x/-A5WMg).
|
|
548
|
+
*/
|
|
549
|
+
this.projectCategories = new ProjectCategoriesService_1.ProjectCategoriesService(this.getClient);
|
|
550
|
+
/**
|
|
551
|
+
* This resource represents classification levels used in a project. Use it to
|
|
552
|
+
* view and manage classification levels in your projects.
|
|
553
|
+
*/
|
|
554
|
+
this.projectClassificationLevels = new ProjectClassificationLevelsService_1.ProjectClassificationLevelsService(this.getClient);
|
|
555
|
+
/**
|
|
556
|
+
* This resource represents project components. Use it to get, create, update, and
|
|
557
|
+
* delete project components. Also get components for project and get a count of
|
|
558
|
+
* issues by component.
|
|
559
|
+
*/
|
|
560
|
+
this.projectComponents = new ProjectComponentsService_1.ProjectComponentsService(this.getClient);
|
|
561
|
+
/**
|
|
562
|
+
* This resource represents the email address used to send a project's
|
|
563
|
+
* notifications. Use it to get and set the [project's sender email
|
|
564
|
+
* address](https://confluence.atlassian.com/x/dolKLg).
|
|
565
|
+
*/
|
|
566
|
+
this.projectEmail = new ProjectEmailService_1.ProjectEmailService(this.getClient);
|
|
567
|
+
/**
|
|
568
|
+
* This resource represents project features. Use it to get the list of features
|
|
569
|
+
* for a project and modify the state of a feature. The project feature endpoint
|
|
570
|
+
* is available only for Jira Software, both for team- and company-managed
|
|
571
|
+
* projects.
|
|
572
|
+
*/
|
|
573
|
+
this.projectFeatures = new ProjectFeaturesService_1.ProjectFeaturesService(this.getClient);
|
|
574
|
+
/** This resource provides validation for project keys and names. */
|
|
575
|
+
this.projectKeyAndNameValidation = new ProjectKeyAndNameValidationService_1.ProjectKeyAndNameValidationService(this.getClient);
|
|
576
|
+
/**
|
|
577
|
+
* This resource represents permission schemes for a project. Use this resource to:
|
|
578
|
+
*
|
|
579
|
+
* * get details of a project's issue security levels available to the calling
|
|
580
|
+
* user.
|
|
581
|
+
* * get the permission scheme associated with the project or assign different
|
|
582
|
+
* permission scheme to the project.
|
|
583
|
+
* * get details of a project's issue security scheme.
|
|
584
|
+
*
|
|
585
|
+
* See [Managing project permissions](https://confluence.atlassian.com/x/yodKLg)
|
|
586
|
+
* for more information about permission schemes.
|
|
587
|
+
*/
|
|
588
|
+
this.projectPermissionSchemes = new ProjectPermissionSchemesService_1.ProjectPermissionSchemesService(this.getClient);
|
|
589
|
+
/**
|
|
590
|
+
* This resource represents [project](#api-group-Projects) properties, which
|
|
591
|
+
* provides for storing custom data against a project. Use it to get, create, and
|
|
592
|
+
* delete project properties as well as get a list of property keys for a project.
|
|
593
|
+
* Project properties are a type of [entity
|
|
594
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
595
|
+
*/
|
|
596
|
+
this.projectProperties = new ProjectPropertiesService_1.ProjectPropertiesService(this.getClient);
|
|
597
|
+
/**
|
|
598
|
+
* This resource represents the users assigned to [project
|
|
599
|
+
* roles](#api-group-Issue-comments). Use it to get, add, and remove default users
|
|
600
|
+
* from project roles. Also use it to add and remove users from a project role
|
|
601
|
+
* associated with a project.
|
|
602
|
+
*/
|
|
603
|
+
this.projectRoleActors = new ProjectRoleActorsService_1.ProjectRoleActorsService(this.getClient);
|
|
604
|
+
/**
|
|
605
|
+
* This resource represents the roles that users can play in projects. Use this
|
|
606
|
+
* resource to get, create, update, and delete project roles.
|
|
607
|
+
*/
|
|
608
|
+
this.projectRoles = new ProjectRolesService_1.ProjectRolesService(this.getClient);
|
|
609
|
+
/**
|
|
610
|
+
* This resource represents projects. Use it to get, create, update, and delete
|
|
611
|
+
* projects. Also get statuses available to a project, a project's notification
|
|
612
|
+
* schemes, and update a project's type.
|
|
613
|
+
*/
|
|
614
|
+
this.projects = new ProjectsService_1.ProjectsService(this.getClient);
|
|
615
|
+
/**
|
|
616
|
+
* This resource represents project types. Use it to obtain a list of all project
|
|
617
|
+
* types, a list of project types accessible to the calling user, and details of a
|
|
618
|
+
* project type.
|
|
619
|
+
*/
|
|
620
|
+
this.projectTypes = new ProjectTypesService_1.ProjectTypesService(this.getClient);
|
|
621
|
+
/**
|
|
622
|
+
* This resource represents project versions. Use it to get, get lists of, create,
|
|
623
|
+
* update, move, merge, and delete project versions. This resource also provides
|
|
624
|
+
* counts of issues by version.
|
|
625
|
+
*/
|
|
626
|
+
this.projectVersions = new ProjectVersionsService_1.ProjectVersionsService(this.getClient);
|
|
627
|
+
/**
|
|
628
|
+
* This resource represents screen schemes in classic projects. Use it to get,
|
|
629
|
+
* create, update, and delete screen schemes.
|
|
630
|
+
*/
|
|
631
|
+
this.screenSchemes = new ScreenSchemesService_1.ScreenSchemesService(this.getClient);
|
|
632
|
+
/**
|
|
633
|
+
* This resource represents the screens used to record issue details. Use it to:
|
|
634
|
+
*
|
|
635
|
+
* * get details of all screens.
|
|
636
|
+
* * get details of all the fields available for use on screens.
|
|
637
|
+
* * create screens.
|
|
638
|
+
* * delete screens.
|
|
639
|
+
* * update screens.
|
|
640
|
+
* * add a field to the default screen.
|
|
641
|
+
*/
|
|
642
|
+
this.screens = new ScreensService_1.ScreensService(this.getClient);
|
|
643
|
+
/**
|
|
644
|
+
* This resource represents the screen tab fields used to record issue details.
|
|
645
|
+
* Use it to get, add, move, and remove fields from screen tabs.
|
|
646
|
+
*/
|
|
647
|
+
this.screenTabFields = new ScreenTabFieldsService_1.ScreenTabFieldsService(this.getClient);
|
|
648
|
+
/**
|
|
649
|
+
* This resource represents the screen tabs used to record issue details. Use it
|
|
650
|
+
* to get, create, update, move, and delete screen tabs.
|
|
651
|
+
*/
|
|
652
|
+
this.screenTabs = new ScreenTabsService_1.ScreenTabsService(this.getClient);
|
|
653
|
+
/** This resource provides information about the Jira instance. */
|
|
654
|
+
this.serverInfo = new ServerInfoService_1.ServerInfoService(this.getClient);
|
|
655
|
+
/**
|
|
656
|
+
* This resource represents a service registry. Use it to retrieve attributes
|
|
657
|
+
* related to a [service
|
|
658
|
+
* registry](https://support.atlassian.com/jira-service-management-cloud/docs/what-is-services/)
|
|
659
|
+
* in JSM.
|
|
660
|
+
*/
|
|
661
|
+
this.serviceRegistry = new ServiceRegistryService_1.ServiceRegistryService(this.getClient);
|
|
662
|
+
/**
|
|
663
|
+
* This resource represents statuses. Use it to search, get, create, delete, and
|
|
664
|
+
* change statuses.
|
|
665
|
+
*/
|
|
666
|
+
this.status = new StatusService_1.StatusService(this.getClient);
|
|
667
|
+
/**
|
|
668
|
+
* This resource represents a [long-running asynchronous
|
|
669
|
+
* tasks](#async-operations). Use it to obtain details about the progress of a
|
|
670
|
+
* long-running task or cancel a long-running task.
|
|
671
|
+
*/
|
|
672
|
+
this.tasks = new TasksService_1.TasksService(this.getClient);
|
|
673
|
+
/**
|
|
674
|
+
* This resource represents time tracking and time tracking providers. Use it to
|
|
675
|
+
* get and set the time tracking provider, get and set the time tracking options,
|
|
676
|
+
* and disable time tracking.
|
|
677
|
+
*/
|
|
678
|
+
this.timeTracking = new TimeTrackingService_1.TimeTrackingService(this.getClient);
|
|
679
|
+
/**
|
|
680
|
+
* UI modifications is a feature available for **Forge apps only**. It enables
|
|
681
|
+
* Forge apps to control how selected Jira fields behave on the following views:
|
|
682
|
+
* global issue create, issue view. For example: hide specific fields, set them as
|
|
683
|
+
* required, etc.
|
|
684
|
+
*/
|
|
685
|
+
this.uiModificationsApps = new UiModificationsAppsService_1.UiModificationsAppsService(this.getClient);
|
|
686
|
+
/**
|
|
687
|
+
* This resource represents [user](#api-group-Users) properties and provides for
|
|
688
|
+
* storing custom data against a user. Use it to get, create, and delete user
|
|
689
|
+
* properties as well as get a list of property keys for a user. This resourse is
|
|
690
|
+
* designed for integrations and apps to store per-user data and settings. This
|
|
691
|
+
* enables data used to customized the user experience to be kept in the Jira
|
|
692
|
+
* Cloud instance's database. User properties are a type of [entity
|
|
693
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
694
|
+
*
|
|
695
|
+
* This resource does not access the [user
|
|
696
|
+
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
697
|
+
* Jira.
|
|
698
|
+
*/
|
|
699
|
+
this.userProperties = new UserPropertiesService_1.UserPropertiesService(this.getClient);
|
|
700
|
+
/**
|
|
701
|
+
* This resource represents various ways to search for and find users. Use it to
|
|
702
|
+
* obtain list of users including users assignable to projects and issues, users
|
|
703
|
+
* with permissions, user lists for pickup fields, and user lists generated using
|
|
704
|
+
* structured queries. Note that the operations in this resource only return users
|
|
705
|
+
* found within the first 1000 users.
|
|
706
|
+
*/
|
|
707
|
+
this.userSearch = new UserSearchService_1.UserSearchService(this.getClient);
|
|
708
|
+
/**
|
|
709
|
+
* This resource represent users. Use it to:
|
|
710
|
+
*
|
|
711
|
+
* * get, get a list of, create, and delete users.
|
|
712
|
+
* * get, set, and reset a user's default issue table columns.
|
|
713
|
+
* * get a list of the groups the user belongs to.
|
|
714
|
+
* * get a list of user account IDs for a list of usernames or user keys.
|
|
715
|
+
*/
|
|
716
|
+
this.users = new UsersService_1.UsersService(this.getClient);
|
|
717
|
+
/**
|
|
718
|
+
* This resource represents webhooks. Webhooks are calls sent to a URL when an
|
|
719
|
+
* event occurs in Jira for issues specified by a JQL query. Only Connect and
|
|
720
|
+
* OAuth 2.0 apps can register and manage webhooks. For more information, see
|
|
721
|
+
* [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-via-the-jira-rest-api-for-connect-apps).
|
|
722
|
+
*/
|
|
723
|
+
this.webhooks = new WebhooksService_1.WebhooksService(this.getClient);
|
|
724
|
+
/**
|
|
725
|
+
* This resource represents draft workflow schemes. Use it to manage drafts of
|
|
726
|
+
* workflow schemes.
|
|
727
|
+
*
|
|
728
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
729
|
+
* associated with one or more projects, which enables the projects to use the
|
|
730
|
+
* workflow-issue type mappings.
|
|
731
|
+
*
|
|
732
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
733
|
+
* edited. Editing an active workflow scheme creates a draft copy of the scheme.
|
|
734
|
+
* The draft workflow scheme can then be edited and published (replacing the
|
|
735
|
+
* active scheme).
|
|
736
|
+
*
|
|
737
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
738
|
+
* for more information.
|
|
739
|
+
*/
|
|
740
|
+
this.workflowSchemeDrafts = new WorkflowSchemeDraftsService_1.WorkflowSchemeDraftsService(this.getClient);
|
|
741
|
+
/**
|
|
742
|
+
* This resource represents the associations between workflow schemes and projects.
|
|
743
|
+
*
|
|
744
|
+
* For more information, see [Managing your
|
|
745
|
+
* workflows](https://confluence.atlassian.com/x/q4hKLg).
|
|
746
|
+
*/
|
|
747
|
+
this.workflowSchemeProjectAssociations = new WorkflowSchemeProjectAssociationsService_1.WorkflowSchemeProjectAssociationsService(this.getClient);
|
|
748
|
+
/**
|
|
749
|
+
* This resource represents workflow schemes. Use it to manage workflow schemes
|
|
750
|
+
* and the workflow scheme's workflows and issue types.
|
|
751
|
+
*
|
|
752
|
+
* A workflow scheme maps issue types to workflows. A workflow scheme can be
|
|
753
|
+
* associated with one or more projects, which enables the projects to use the
|
|
754
|
+
* workflow-issue type mappings.
|
|
755
|
+
*
|
|
756
|
+
* Active workflow schemes (workflow schemes that are used by projects) cannot be
|
|
757
|
+
* edited. When an active workflow scheme is edited, a draft copy of the scheme is
|
|
758
|
+
* created. The draft workflow scheme is then be edited and published (replacing
|
|
759
|
+
* the active scheme).
|
|
760
|
+
*
|
|
761
|
+
* See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg)
|
|
762
|
+
* for more information.
|
|
763
|
+
*/
|
|
764
|
+
this.workflowSchemes = new WorkflowSchemesService_1.WorkflowSchemesService(this.getClient);
|
|
765
|
+
/**
|
|
766
|
+
* This resource represents workflows. Use it to:
|
|
767
|
+
*
|
|
768
|
+
* * Get workflows
|
|
769
|
+
* * Create workflows
|
|
770
|
+
* * Update workflows
|
|
771
|
+
* * Delete inactive workflows
|
|
772
|
+
* * Get workflow capabilities
|
|
773
|
+
*/
|
|
774
|
+
this.workflows = new WorkflowsService_1.WorkflowsService(this.getClient);
|
|
775
|
+
/**
|
|
776
|
+
* This resource represents status categories. Use it to obtain a list of all
|
|
777
|
+
* status categories and the details of a category. Status categories provided a
|
|
778
|
+
* mechanism for categorizing [statuses](#api-group-Workflow-statuses).
|
|
779
|
+
*/
|
|
780
|
+
this.workflowStatusCategories = new WorkflowStatusCategoriesService_1.WorkflowStatusCategoriesService(this.getClient);
|
|
781
|
+
/**
|
|
782
|
+
* This resource represents issue workflow statuses. Use it to obtain a list of
|
|
783
|
+
* all statuses associated with workflows and the details of a status.
|
|
784
|
+
*/
|
|
785
|
+
this.workflowStatuses = new WorkflowStatusesService_1.WorkflowStatusesService(this.getClient);
|
|
786
|
+
/**
|
|
787
|
+
* This resource represents workflow transition properties, which provides for
|
|
788
|
+
* storing custom data against a workflow transition. Use it to get, create, and
|
|
789
|
+
* delete workflow transition properties as well as get a list of property keys
|
|
790
|
+
* for a workflow transition. Workflow transition properties are a type of [entity
|
|
791
|
+
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
792
|
+
*/
|
|
793
|
+
this.workflowTransitionProperties = new WorkflowTransitionPropertiesService_1.WorkflowTransitionPropertiesService(this.getClient);
|
|
794
|
+
/**
|
|
795
|
+
* This resource represents workflow transition rules. Workflow transition rules
|
|
796
|
+
* define a Connect or a Forge app routine, such as a [workflow post
|
|
797
|
+
* functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
|
|
798
|
+
* that is executed in association with the workflow. Use it to read and modify
|
|
799
|
+
* configuration of workflow transition rules.
|
|
800
|
+
*/
|
|
801
|
+
this.workflowTransitionRules = new WorkflowTransitionRulesService_1.WorkflowTransitionRulesService(this.getClient);
|
|
802
|
+
this.client.setOptions(Object.assign(Object.assign({}, this.client.getOptions()), options));
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
exports.BaseJiraPlatformApiClient = BaseJiraPlatformApiClient;
|
|
806
|
+
BaseJiraPlatformApiClient.createClientWithServices = commonHttpClient.createClientWithServices;
|
|
807
|
+
validationSchemaStorage_1.validationSchemaStorage.setErrorClass(BaseJiraPlatformApiClientError);
|
|
808
|
+
//# sourceMappingURL=BaseJiraPlatformApiClient.js.map
|