@resolution/jira-api-client 0.3.0 → 0.4.2
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 +45 -0
- package/README.md +123 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +192 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +192 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +4 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +4 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +8 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js +8 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +5 -0
- package/lib/openapi/platform/services/AppMigrationService.js +5 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +8 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +8 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +4 -1
- package/lib/openapi/platform/services/AuditRecordsService.js +4 -1
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +9 -0
- package/lib/openapi/platform/services/AvatarsService.js +9 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +7 -2
- package/lib/openapi/platform/services/ClassificationLevelsService.js +7 -2
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +21 -2
- package/lib/openapi/platform/services/DashboardsService.js +21 -2
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -1
- package/lib/openapi/platform/services/DynamicModulesService.js +6 -1
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +8 -0
- package/lib/openapi/platform/services/FilterSharingService.js +8 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +18 -3
- package/lib/openapi/platform/services/FiltersService.js +18 -3
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +3 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +3 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +15 -5
- package/lib/openapi/platform/services/GroupsService.js +15 -5
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +10 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +8 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +8 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +15 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +15 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +10 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +9 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +9 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +20 -3
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +20 -3
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +13 -2
- package/lib/openapi/platform/services/IssueFieldsService.js +13 -2
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +7 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +7 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +5 -0
- package/lib/openapi/platform/services/IssueLinksService.js +5 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +4 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +12 -2
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +12 -2
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +11 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.js +11 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +10 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +10 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +8 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +8 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +11 -1
- package/lib/openapi/platform/services/IssueResolutionsService.js +11 -1
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +9 -2
- package/lib/openapi/platform/services/IssueSearchService.js +9 -2
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +4 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +22 -4
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +22 -4
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +14 -2
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +14 -2
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +15 -2
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +15 -2
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueTypesService.js +10 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +5 -0
- package/lib/openapi/platform/services/IssueVotesService.js +5 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +6 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +12 -2
- package/lib/openapi/platform/services/IssueWorklogsService.js +12 -2
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +24 -1
- package/lib/openapi/platform/services/IssuesService.js +24 -1
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +4 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +4 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +7 -1
- package/lib/openapi/platform/services/JiraSettingsService.js +7 -1
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +5 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +5 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +9 -1
- package/lib/openapi/platform/services/JqlService.js +9 -1
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -1
- package/lib/openapi/platform/services/LabelsService.js +4 -1
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +5 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +5 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +10 -1
- package/lib/openapi/platform/services/MyselfService.js +10 -1
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +12 -1
- package/lib/openapi/platform/services/PermissionSchemesService.js +12 -1
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +7 -1
- package/lib/openapi/platform/services/PermissionsService.js +7 -1
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +11 -1
- package/lib/openapi/platform/services/PrioritySchemesService.js +11 -1
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +6 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +7 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +7 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +5 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +5 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +11 -1
- package/lib/openapi/platform/services/ProjectComponentsService.js +11 -1
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +4 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +4 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +10 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +10 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +6 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +6 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +8 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +8 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +11 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +11 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +6 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +17 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +17 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +18 -3
- package/lib/openapi/platform/services/ProjectsService.js +18 -3
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +7 -1
- package/lib/openapi/platform/services/ScreenSchemesService.js +7 -1
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +6 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +6 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +9 -1
- package/lib/openapi/platform/services/ScreenTabsService.js +9 -1
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +10 -1
- package/lib/openapi/platform/services/ScreensService.js +10 -1
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -1
- package/lib/openapi/platform/services/ServerInfoService.js +6 -1
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +3 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +3 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +8 -1
- package/lib/openapi/platform/services/StatusService.js +8 -1
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -0
- package/lib/openapi/platform/services/TasksService.js +4 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +7 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +7 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.js +7 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +7 -1
- package/lib/openapi/platform/services/UserPropertiesService.js +7 -1
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +13 -3
- package/lib/openapi/platform/services/UserSearchService.js +13 -3
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +21 -6
- package/lib/openapi/platform/services/UsersService.js +21 -6
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +9 -2
- package/lib/openapi/platform/services/WebhooksService.js +9 -2
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +16 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +16 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +4 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +20 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.js +20 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +4 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +4 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +6 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +5 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +5 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +15 -3
- package/lib/openapi/platform/services/WorkflowsService.js +15 -3
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +41 -5
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +41 -5
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +7 -1
- package/lib/openapi/software/services/BacklogService.js +7 -1
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +32 -2
- package/lib/openapi/software/services/BoardService.js +32 -2
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +6 -0
- package/lib/openapi/software/services/BuildsService.js +6 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +7 -0
- package/lib/openapi/software/services/DeploymentsService.js +7 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +6 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +6 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +8 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +8 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +13 -2
- package/lib/openapi/software/services/EpicService.js +13 -2
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +6 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +6 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +9 -1
- package/lib/openapi/software/services/IssueService.js +9 -1
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +11 -0
- package/lib/openapi/software/services/OperationsService.js +11 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +6 -0
- package/lib/openapi/software/services/RemoteLinksService.js +6 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +10 -0
- package/lib/openapi/software/services/SecurityInformationService.js +10 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +17 -1
- package/lib/openapi/software/services/SprintService.js +17 -1
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type IssueBean, type IssueRankRequestBean, type SprintBean } from "../models/common";
|
|
3
3
|
import type { SprintCreateBean, SprintSwapBean } from "../models/sprint";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* Apis related to sprints
|
|
6
|
+
*
|
|
7
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint
|
|
8
|
+
*/
|
|
5
9
|
export declare class SprintService extends CommonHttpService {
|
|
6
10
|
/**
|
|
7
11
|
* Creates a future sprint. Sprint name and origin board id are required. Start
|
|
@@ -24,6 +28,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
24
28
|
* "goal": "sprint 1 goal"
|
|
25
29
|
* }
|
|
26
30
|
* @path {POST} /rest/agile/1.0/sprint
|
|
31
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-post
|
|
27
32
|
*/
|
|
28
33
|
createSprint({ sprintCreateBean, }: {
|
|
29
34
|
/**
|
|
@@ -42,6 +47,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
42
47
|
* the property is required to have permissions to modify the sprint.
|
|
43
48
|
*
|
|
44
49
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
50
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-delete
|
|
45
51
|
*/
|
|
46
52
|
deleteProperty({ sprintId, propertyKey, }: {
|
|
47
53
|
/** the ID of the sprint from which the property will be removed. */
|
|
@@ -54,6 +60,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
54
60
|
* be moved to the backlog.
|
|
55
61
|
*
|
|
56
62
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}
|
|
63
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-delete
|
|
57
64
|
*/
|
|
58
65
|
deleteSprint({ sprintId, }: {
|
|
59
66
|
/** The ID of the sprint to delete. */
|
|
@@ -236,6 +243,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
236
243
|
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
237
244
|
* }
|
|
238
245
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
246
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-get
|
|
239
247
|
*/
|
|
240
248
|
getIssuesForSprint({ sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
241
249
|
/** The ID of the sprint that contains the requested issues. */
|
|
@@ -295,6 +303,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
295
303
|
* ]
|
|
296
304
|
* }
|
|
297
305
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties
|
|
306
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-get
|
|
298
307
|
*/
|
|
299
308
|
getPropertiesKeys({ sprintId, }: {
|
|
300
309
|
/** the ID of the sprint from which property keys will be returned. */
|
|
@@ -315,6 +324,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
315
324
|
* }
|
|
316
325
|
* }
|
|
317
326
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
327
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-get
|
|
318
328
|
*/
|
|
319
329
|
getProperty({ sprintId, propertyKey, }: {
|
|
320
330
|
/** the ID of the sprint from which the property will be returned. */
|
|
@@ -341,6 +351,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
341
351
|
* "goal": "sprint 1 goal"
|
|
342
352
|
* }
|
|
343
353
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}
|
|
354
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-get
|
|
344
355
|
*/
|
|
345
356
|
getSprint({ sprintId, }: {
|
|
346
357
|
/** The ID of the requested sprint. */
|
|
@@ -352,6 +363,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
352
363
|
* operation is 50.
|
|
353
364
|
*
|
|
354
365
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
366
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-post
|
|
355
367
|
*/
|
|
356
368
|
moveIssuesToSprintAndRank({ sprintId, issueRankRequestBean, }: {
|
|
357
369
|
/** The ID of the sprint that you want to assign issues to. */
|
|
@@ -399,6 +411,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
399
411
|
* "goal": "sprint 1 goal"
|
|
400
412
|
* }
|
|
401
413
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}
|
|
414
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-post
|
|
402
415
|
*/
|
|
403
416
|
partiallyUpdateSprint({ sprintId, sprintBean, }: {
|
|
404
417
|
/** The ID of the sprint to update. */
|
|
@@ -425,6 +438,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
425
438
|
*
|
|
426
439
|
* Returned if the sprint property is successfully created.
|
|
427
440
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
441
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-put
|
|
428
442
|
*/
|
|
429
443
|
setProperty({ sprintId, propertyKey, requestBody, }: {
|
|
430
444
|
/** the ID of the sprint on which the property will be set. */
|
|
@@ -445,6 +459,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
445
459
|
* Swap the position of the sprint with the second sprint.
|
|
446
460
|
*
|
|
447
461
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/swap
|
|
462
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-swap-post
|
|
448
463
|
*/
|
|
449
464
|
swapSprint({ sprintId, sprintSwapBean, }: {
|
|
450
465
|
/** The ID of the sprint to swap. */
|
|
@@ -487,6 +502,7 @@ export declare class SprintService extends CommonHttpService {
|
|
|
487
502
|
* "goal": "sprint 1 goal"
|
|
488
503
|
* }
|
|
489
504
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}
|
|
505
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-put
|
|
490
506
|
*/
|
|
491
507
|
updateSprint({ sprintId, sprintBean, }: {
|
|
492
508
|
/** the ID of the sprint to update. */
|
|
@@ -9,7 +9,11 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* Apis related to sprints
|
|
14
|
+
*
|
|
15
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint
|
|
16
|
+
*/
|
|
13
17
|
class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
14
18
|
/**
|
|
15
19
|
* Creates a future sprint. Sprint name and origin board id are required. Start
|
|
@@ -32,6 +36,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
36
|
* "goal": "sprint 1 goal"
|
|
33
37
|
* }
|
|
34
38
|
* @path {POST} /rest/agile/1.0/sprint
|
|
39
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-post
|
|
35
40
|
*/
|
|
36
41
|
createSprint({ sprintCreateBean, }) {
|
|
37
42
|
return this.getClientInstance()
|
|
@@ -57,6 +62,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
57
62
|
* the property is required to have permissions to modify the sprint.
|
|
58
63
|
*
|
|
59
64
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
65
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-delete
|
|
60
66
|
*/
|
|
61
67
|
deleteProperty({ sprintId, propertyKey, }) {
|
|
62
68
|
return this.getClientInstance()
|
|
@@ -75,6 +81,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
75
81
|
* be moved to the backlog.
|
|
76
82
|
*
|
|
77
83
|
* @path {DELETE} /rest/agile/1.0/sprint/{sprintId}
|
|
84
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-delete
|
|
78
85
|
*/
|
|
79
86
|
deleteSprint({ sprintId, }) {
|
|
80
87
|
return this.getClientInstance()
|
|
@@ -264,6 +271,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
264
271
|
* "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
|
|
265
272
|
* }
|
|
266
273
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
274
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-get
|
|
267
275
|
*/
|
|
268
276
|
getIssuesForSprint({ sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }) {
|
|
269
277
|
return this.getClientInstance()
|
|
@@ -308,6 +316,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
308
316
|
* ]
|
|
309
317
|
* }
|
|
310
318
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties
|
|
319
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-get
|
|
311
320
|
*/
|
|
312
321
|
getPropertiesKeys({ sprintId, }) {
|
|
313
322
|
return this.getClientInstance()
|
|
@@ -342,6 +351,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
342
351
|
* }
|
|
343
352
|
* }
|
|
344
353
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
354
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-get
|
|
345
355
|
*/
|
|
346
356
|
getProperty({ sprintId, propertyKey, }) {
|
|
347
357
|
return this.getClientInstance()
|
|
@@ -381,6 +391,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
381
391
|
* "goal": "sprint 1 goal"
|
|
382
392
|
* }
|
|
383
393
|
* @path {GET} /rest/agile/1.0/sprint/{sprintId}
|
|
394
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-get
|
|
384
395
|
*/
|
|
385
396
|
getSprint({ sprintId, }) {
|
|
386
397
|
return this.getClientInstance()
|
|
@@ -406,6 +417,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
406
417
|
* operation is 50.
|
|
407
418
|
*
|
|
408
419
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/issue
|
|
420
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-issue-post
|
|
409
421
|
*/
|
|
410
422
|
moveIssuesToSprintAndRank({ sprintId, issueRankRequestBean, }) {
|
|
411
423
|
return this.getClientInstance()
|
|
@@ -452,6 +464,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
452
464
|
* "goal": "sprint 1 goal"
|
|
453
465
|
* }
|
|
454
466
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}
|
|
467
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-post
|
|
455
468
|
*/
|
|
456
469
|
partiallyUpdateSprint({ sprintId, sprintBean, }) {
|
|
457
470
|
return this.getClientInstance()
|
|
@@ -490,6 +503,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
490
503
|
*
|
|
491
504
|
* Returned if the sprint property is successfully created.
|
|
492
505
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
|
|
506
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-properties-propertykey-put
|
|
493
507
|
*/
|
|
494
508
|
setProperty({ sprintId, propertyKey, requestBody, }) {
|
|
495
509
|
return this.getClientInstance()
|
|
@@ -521,6 +535,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
521
535
|
* Swap the position of the sprint with the second sprint.
|
|
522
536
|
*
|
|
523
537
|
* @path {POST} /rest/agile/1.0/sprint/{sprintId}/swap
|
|
538
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-swap-post
|
|
524
539
|
*/
|
|
525
540
|
swapSprint({ sprintId, sprintSwapBean, }) {
|
|
526
541
|
return this.getClientInstance()
|
|
@@ -568,6 +583,7 @@ class SprintService extends CommonHttpService_1.CommonHttpService {
|
|
|
568
583
|
* "goal": "sprint 1 goal"
|
|
569
584
|
* }
|
|
570
585
|
* @path {PUT} /rest/agile/1.0/sprint/{sprintId}
|
|
586
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint#api-rest-agile-1-0-sprint-sprintid-put
|
|
571
587
|
*/
|
|
572
588
|
updateSprint({ sprintId, sprintBean, }) {
|
|
573
589
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SprintService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SprintService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAE1B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"SprintService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SprintService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAE1B,wEAAqE;AACrE;;;;GAIG;AACH,MAAa,aAAc,SAAQ,qCAAiB;IAClD;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,YAAY,CAAC,EACX,gBAAgB,GAYjB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,wBAAwB;YAC9B,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,gBAAgB;SACvB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,qCAAqC,CACtC,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;OAMG;IACH,cAAc,CAAC,EACb,QAAQ,EACR,WAAW,GAMZ;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4DAA4D;YAClE,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,QAAQ;gBACR,WAAW;aACZ;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;OAMG;IACH,YAAY,CAAC,EACX,QAAQ,GAIT;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mCAAmC;YACzC,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,QAAQ;aACT;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkLG;IACH,kBAAkB,CAAC,EACjB,QAAQ,EACR,OAAO,EACP,UAAU,EACV,GAAG,EACH,aAAa,EACb,MAAM,EACN,MAAM,GAgCP;QAYC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,yCAAyC;YAC/C,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,KAAK,EAAE;gBACL,OAAO;gBACP,UAAU;gBACV,GAAG;gBACH,aAAa;gBACb,MAAM;gBACN,MAAM;aACP;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAazB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,2CAA2C,CAC5C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,iBAAiB,CAAC,EAChB,QAAQ,GAIT;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8CAA8C;YACpD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;aACT;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,0CAA0C,CAC3C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,EACV,QAAQ,EACR,WAAW,GAMZ;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4DAA4D;YAClE,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;gBACR,WAAW;aACZ;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,oCAAoC,CAAC,CACxE;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,SAAS,CAAC,EACR,QAAQ,GAIT;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mCAAmC;YACzC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;aACT;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,kCAAkC,CAAC,CACtE;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;OAOG;IACH,yBAAyB,CAAC,EACxB,QAAQ,EACR,oBAAoB,GAgBrB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,yCAAyC;YAC/C,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,oBAAoB;SAC3B,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,qBAAqB,CAAC,EACpB,QAAQ,EACR,UAAU,GAUX;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mCAAmC;YACzC,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,UAAU;SACjB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,8CAA8C,CAC/C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,EACV,QAAQ,EACR,WAAW,EACX,WAAW,GAYZ;QAIC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4DAA4D;YAClE,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;gBACR,WAAW;aACZ;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,WAAW;SAClB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;YACD,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,oCAAoC,CAAC,CACxE;aACA,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;IACtD,CAAC;IACD;;;;;OAKG;IACH,UAAU,CAAC,EACT,QAAQ,EACR,cAAc,GAUf;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,wCAAwC;YAC9C,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,cAAc;SACrB,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,YAAY,CAAC,EACX,QAAQ,EACR,UAAU,GAeX;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mCAAmC;YACzC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,UAAU;SACjB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,qCAAqC,CACtC,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,qCAAqC,EACrC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,qCAAqC,CAAC,CACnD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,kCAAkC,EAClC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,kCAAkC,CAAC,CAChD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,qCAAqC,EACrC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,qCAAqC,CAAC,CACnD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,8CAA8C,EAC9C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,8CAA8C,CAAC,CAC5D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,2CAA2C,EAC3C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC;iBACJ,MAAM,CAAC;gBACN,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;gBAC1D,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBAC7B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;gBACtB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;gBACnB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;gBAC5B,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;aAC/B,CAAC;iBACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACzB,CAAC;aACD,QAAQ,CAAC,2CAA2C,CAAC,CACzD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,0CAA0C,EAC1C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,0CAA0C,CAAC,CACxD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,oCAAoC,EACpC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,oCAAoC,CAAC,CAClD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,oCAAoC,EACpC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;YACnD,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACrC,OAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC1B,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CAAC,oCAAoC,CAAC,CAClD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAt8BD,sCAs8BC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resolution/jira-api-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "JIRA Platform & Software API Client based on OpenAPI Schema from Atlassian.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"LICENSE.md"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "yarn run -T tsc -p tsconfig.build.json",
|
|
14
|
+
"build": "rm -Rf lib && yarn run -T tsc -p tsconfig.build.json",
|
|
15
15
|
"check:compare-schemas": "yarn run -T ts-node config/compareSchemas.ts",
|
|
16
16
|
"lint": "yarn run -T eslint src config",
|
|
17
17
|
"openapi:codegen": "yarn run -T api-typescript-generator generate config/apiTypescriptGenerator.config.ts",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://bitbucket.org/resolutiongmbh/atlassian-api-clients#readme",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@resolution/atlassian-api-common": "^0.
|
|
38
|
+
"@resolution/atlassian-api-common": "^0.4.2"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "443c80eef7f897d574df5245ac1c8a608f447835"
|
|
44
44
|
}
|