@resolution/jira-api-client 0.7.11 → 0.11.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 +208 -286
- package/README.md +5 -5
- package/lib/index.d.ts +2 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/core/CommonHttpClient.d.ts +46 -17
- package/lib/openapi/core/CommonHttpClient.js +175 -232
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/core/CommonHttpService.d.ts +1 -1
- package/lib/openapi/core/CommonHttpService.js.map +1 -1
- package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +27 -7
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +45 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
- package/lib/openapi/platform/models/announcementBanner.js +6 -15
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
- package/lib/openapi/platform/models/appDataPolicies.d.ts +1 -1
- package/lib/openapi/platform/models/appDataPolicies.js +13 -32
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +13 -1
- package/lib/openapi/platform/models/appMigration.js +18 -47
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +5 -3
- package/lib/openapi/platform/models/appProperties.js +3 -9
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/auditRecords.d.ts +1 -1
- package/lib/openapi/platform/models/auditRecords.js +16 -39
- package/lib/openapi/platform/models/auditRecords.js.map +1 -1
- package/lib/openapi/platform/models/avatars.d.ts +1 -1
- package/lib/openapi/platform/models/avatars.js +7 -16
- package/lib/openapi/platform/models/avatars.js.map +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +1 -1
- package/lib/openapi/platform/models/classificationLevels.js +6 -17
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +8 -44
- package/lib/openapi/platform/models/common.js +250 -623
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -31
- package/lib/openapi/platform/models/dashboards.js +91 -233
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +56 -52
- package/lib/openapi/platform/models/dynamicModules.js +3 -9
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/filterSharing.d.ts +1 -1
- package/lib/openapi/platform/models/filterSharing.js +6 -22
- package/lib/openapi/platform/models/filterSharing.js.map +1 -1
- package/lib/openapi/platform/models/filters.d.ts +2 -2
- package/lib/openapi/platform/models/filters.js +29 -69
- package/lib/openapi/platform/models/filters.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.js +7 -16
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +1 -1
- package/lib/openapi/platform/models/groups.js +28 -62
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +2 -2
- package/lib/openapi/platform/models/issueAttachments.js +35 -80
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +103 -1
- package/lib/openapi/platform/models/issueBulkOperations.js +202 -410
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.js +3 -9
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +1 -1
- package/lib/openapi/platform/models/issueComments.js +9 -19
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +21 -51
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +139 -320
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +2 -5
- package/lib/openapi/platform/models/issueCustomFieldOptions.js +37 -88
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +38 -87
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +12 -31
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.js +55 -124
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +2 -2
- package/lib/openapi/platform/models/issueFields.js +23 -79
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.js +4 -12
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +2 -2
- package/lib/openapi/platform/models/issueLinks.js +7 -16
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +2 -2
- package/lib/openapi/platform/models/issueNotificationSchemes.js +41 -108
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issuePriorities.d.ts +1 -1
- package/lib/openapi/platform/models/issuePriorities.js +21 -88
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
- package/lib/openapi/platform/models/issueProperties.d.ts +1 -1
- package/lib/openapi/platform/models/issueProperties.js +43 -94
- package/lib/openapi/platform/models/issueProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.js +21 -45
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +1 -1
- package/lib/openapi/platform/models/issueResolutions.js +21 -47
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +1 -1
- package/lib/openapi/platform/models/issueSearch.js +50 -109
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +2 -2
- package/lib/openapi/platform/models/issueSecurityLevel.js +7 -18
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +3 -3
- package/lib/openapi/platform/models/issueSecuritySchemes.js +68 -155
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.js +33 -75
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js +36 -79
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypes.js +6 -15
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +1 -1
- package/lib/openapi/platform/models/issueWatchers.js +6 -15
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -1
- package/lib/openapi/platform/models/issueWorklogs.js +20 -44
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +125 -11
- package/lib/openapi/platform/models/issues.js +255 -486
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +9 -2
- package/lib/openapi/platform/models/jiraExpressions.js +93 -211
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jiraSettings.d.ts +1 -1
- package/lib/openapi/platform/models/jiraSettings.js +11 -25
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +9 -1
- package/lib/openapi/platform/models/jql.js +101 -254
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +44 -2
- package/lib/openapi/platform/models/jqlFunctionsApps.js +42 -31
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
- package/lib/openapi/platform/models/labels.d.ts +1 -1
- package/lib/openapi/platform/models/labels.js +3 -9
- package/lib/openapi/platform/models/labels.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +1 -1
- package/lib/openapi/platform/models/licenseMetrics.js +9 -21
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/myself.d.ts +1 -1
- package/lib/openapi/platform/models/myself.js +3 -9
- package/lib/openapi/platform/models/myself.js.map +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +4 -5
- package/lib/openapi/platform/models/permissionSchemes.js +10 -26
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/permissions.d.ts +1 -1
- package/lib/openapi/platform/models/permissions.js +49 -104
- package/lib/openapi/platform/models/permissions.js.map +1 -1
- package/lib/openapi/platform/models/plans.d.ts +268 -0
- package/lib/openapi/platform/models/plans.js +262 -0
- package/lib/openapi/platform/models/plans.js.map +1 -0
- package/lib/openapi/platform/models/prioritySchemes.d.ts +2 -2
- package/lib/openapi/platform/models/prioritySchemes.js +64 -162
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectAvatars.d.ts +1 -1
- package/lib/openapi/platform/models/projectAvatars.js +4 -10
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.js +3 -9
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/projectComponents.d.ts +1 -1
- package/lib/openapi/platform/models/projectComponents.js +18 -54
- package/lib/openapi/platform/models/projectComponents.js.map +1 -1
- package/lib/openapi/platform/models/projectEmail.d.ts +1 -1
- package/lib/openapi/platform/models/projectEmail.js +3 -9
- package/lib/openapi/platform/models/projectEmail.js.map +1 -1
- package/lib/openapi/platform/models/projectFeatures.d.ts +1 -1
- package/lib/openapi/platform/models/projectFeatures.js +9 -23
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.js +7 -16
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectRoleActors.d.ts +1 -1
- package/lib/openapi/platform/models/projectRoleActors.js +10 -25
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
- package/lib/openapi/platform/models/projectRoles.d.ts +1 -1
- package/lib/openapi/platform/models/projectRoles.js +7 -16
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTypes.d.ts +1 -1
- package/lib/openapi/platform/models/projectTypes.js +3 -9
- package/lib/openapi/platform/models/projectTypes.js.map +1 -1
- package/lib/openapi/platform/models/projectVersions.d.ts +1 -1
- package/lib/openapi/platform/models/projectVersions.js +27 -58
- package/lib/openapi/platform/models/projectVersions.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +2 -2
- package/lib/openapi/platform/models/projects.js +29 -110
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/screenSchemes.js +23 -51
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/screenTabFields.d.ts +1 -1
- package/lib/openapi/platform/models/screenTabFields.js +6 -15
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
- package/lib/openapi/platform/models/screens.d.ts +1 -1
- package/lib/openapi/platform/models/screens.js +19 -42
- package/lib/openapi/platform/models/screens.js.map +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +1 -1
- package/lib/openapi/platform/models/serverInfo.js +7 -18
- package/lib/openapi/platform/models/serverInfo.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +3 -1
- package/lib/openapi/platform/models/serviceRegistry.js +6 -17
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +2 -2
- package/lib/openapi/platform/models/status.js +33 -70
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/teamsInPlan.d.ts +79 -0
- package/lib/openapi/platform/models/teamsInPlan.js +60 -0
- package/lib/openapi/platform/models/teamsInPlan.js.map +1 -0
- package/lib/openapi/platform/models/timeTracking.d.ts +1 -1
- package/lib/openapi/platform/models/timeTracking.js +3 -9
- package/lib/openapi/platform/models/timeTracking.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.js +24 -56
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/userSearch.d.ts +1 -1
- package/lib/openapi/platform/models/userSearch.js +10 -22
- package/lib/openapi/platform/models/userSearch.js.map +1 -1
- package/lib/openapi/platform/models/users.d.ts +1 -1
- package/lib/openapi/platform/models/users.js +17 -37
- package/lib/openapi/platform/models/users.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +1 -1
- package/lib/openapi/platform/models/webhooks.js +32 -85
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.js +9 -22
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +10 -22
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +2 -2
- package/lib/openapi/platform/models/workflowSchemes.js +79 -170
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.js +3 -9
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.js +34 -71
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +6 -2
- package/lib/openapi/platform/models/workflows.js +277 -651
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +5 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js +22 -38
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +2 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js +22 -38
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +90 -90
- package/lib/openapi/platform/services/AppMigrationService.js +79 -97
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +24 -24
- package/lib/openapi/platform/services/AppPropertiesService.js +81 -118
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -1
- package/lib/openapi/platform/services/ApplicationRolesService.js +23 -35
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.js +13 -22
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +9 -9
- package/lib/openapi/platform/services/AvatarsService.js +90 -137
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.js +13 -22
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +82 -82
- package/lib/openapi/platform/services/DashboardsService.js +193 -311
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +2 -2
- package/lib/openapi/platform/services/DynamicModulesService.js +21 -34
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +14 -10
- package/lib/openapi/platform/services/FilterSharingService.js +65 -101
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +34 -21
- package/lib/openapi/platform/services/FiltersService.js +147 -224
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +13 -22
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +11 -11
- package/lib/openapi/platform/services/GroupsService.js +79 -128
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +10 -8
- package/lib/openapi/platform/services/IssueAttachmentsService.js +89 -142
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +297 -82
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +266 -75
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +49 -49
- package/lib/openapi/platform/services/IssueCommentsService.js +70 -110
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +33 -33
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +38 -61
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +73 -73
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +158 -251
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +68 -68
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +90 -143
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +72 -113
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +26 -40
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +63 -63
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +173 -280
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +21 -20
- package/lib/openapi/platform/services/IssueFieldsService.js +98 -157
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueLinkTypesService.js +50 -83
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueLinksService.js +28 -44
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +17 -24
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +35 -35
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +93 -152
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +24 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +85 -137
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +48 -48
- package/lib/openapi/platform/services/IssuePropertiesService.js +65 -97
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +51 -49
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +66 -101
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +20 -18
- package/lib/openapi/platform/services/IssueResolutionsService.js +86 -138
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +37 -37
- package/lib/openapi/platform/services/IssueSearchService.js +90 -148
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +2 -2
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +25 -42
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +74 -74
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +169 -274
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +7 -7
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +35 -35
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +115 -187
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +52 -52
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +128 -208
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +20 -14
- package/lib/openapi/platform/services/IssueTypesService.js +91 -136
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueVotesService.js +28 -44
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +42 -68
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +70 -68
- package/lib/openapi/platform/services/IssueWorklogsService.js +108 -164
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +713 -611
- package/lib/openapi/platform/services/IssuesService.js +367 -405
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +99 -99
- package/lib/openapi/platform/services/JiraExpressionsService.js +38 -61
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -5
- package/lib/openapi/platform/services/JiraSettingsService.js +47 -73
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +126 -29
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +146 -54
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +42 -42
- package/lib/openapi/platform/services/JqlService.js +66 -108
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +1 -1
- package/lib/openapi/platform/services/LabelsService.js +12 -19
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.js +31 -54
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +6 -6
- package/lib/openapi/platform/services/MyselfService.js +70 -117
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +42 -45
- package/lib/openapi/platform/services/PermissionSchemesService.js +99 -158
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionsService.js +44 -74
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PlansService.d.ts +389 -0
- package/lib/openapi/platform/services/PlansService.js +410 -0
- package/lib/openapi/platform/services/PlansService.js.map +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +92 -92
- package/lib/openapi/platform/services/PrioritySchemesService.js +96 -155
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +5 -5
- package/lib/openapi/platform/services/ProjectAvatarsService.js +43 -69
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +10 -8
- package/lib/openapi/platform/services/ProjectCategoriesService.js +51 -79
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +35 -56
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +22 -20
- package/lib/openapi/platform/services/ProjectComponentsService.js +90 -142
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +3 -3
- package/lib/openapi/platform/services/ProjectEmailService.js +25 -41
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +3 -3
- package/lib/openapi/platform/services/ProjectFeaturesService.js +25 -41
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +3 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +34 -55
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +49 -80
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +7 -7
- package/lib/openapi/platform/services/ProjectPropertiesService.js +43 -67
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +66 -103
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +19 -15
- package/lib/openapi/platform/services/ProjectRolesService.js +102 -159
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -2
- package/lib/openapi/platform/services/ProjectTypesService.js +46 -72
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +45 -41
- package/lib/openapi/platform/services/ProjectVersionsService.js +169 -263
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +45 -39
- package/lib/openapi/platform/services/ProjectsService.js +144 -222
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +16 -16
- package/lib/openapi/platform/services/ScreenSchemesService.js +41 -66
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +5 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +42 -65
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +7 -7
- package/lib/openapi/platform/services/ScreenTabsService.js +64 -101
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +12 -12
- package/lib/openapi/platform/services/ScreensService.js +75 -122
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +10 -17
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +3 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js +13 -22
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +30 -26
- package/lib/openapi/platform/services/StatusService.js +60 -91
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +2 -2
- package/lib/openapi/platform/services/TasksService.js +23 -37
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TeamsInPlanService.d.ts +294 -0
- package/lib/openapi/platform/services/TeamsInPlanService.js +387 -0
- package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +9 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +56 -92
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +49 -49
- package/lib/openapi/platform/services/UiModificationsAppsService.js +47 -77
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/UserPropertiesService.js +46 -70
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +27 -16
- package/lib/openapi/platform/services/UserSearchService.js +104 -153
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +22 -16
- package/lib/openapi/platform/services/UsersService.js +140 -218
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +45 -45
- package/lib/openapi/platform/services/WebhooksService.js +50 -80
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +54 -54
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +146 -229
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +24 -40
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -118
- package/lib/openapi/platform/services/WorkflowSchemesService.js +198 -313
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +23 -35
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.js +23 -35
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +8 -6
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +48 -71
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +52 -52
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +35 -58
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +602 -600
- package/lib/openapi/platform/services/WorkflowsService.js +109 -172
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/platform/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/platform/validationSchemaStorage.js +12 -22
- package/lib/openapi/platform/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +2 -2
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -2
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/models/assets.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/assets.js +16 -38
- package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/common.js +45 -104
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/serviceManagement/models/customer.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/customer.js +6 -15
- package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
- package/lib/openapi/serviceManagement/models/info.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/info.js +4 -10
- package/lib/openapi/serviceManagement/models/info.js.map +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js +9 -21
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/models/organization.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/organization.js +19 -42
- package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/request.js +149 -351
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/servicedesk.js +116 -263
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +2 -2
- package/lib/openapi/serviceManagement/services/AssetsService.js +23 -37
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +3 -3
- package/lib/openapi/serviceManagement/services/CustomerService.js +13 -20
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.js +10 -17
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -7
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +13 -18
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +31 -31
- package/lib/openapi/serviceManagement/services/OrganizationService.js +130 -202
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +97 -97
- package/lib/openapi/serviceManagement/services/RequestService.js +312 -496
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +12 -19
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +60 -53
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +216 -338
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/serviceManagement/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/serviceManagement/validationSchemaStorage.js +12 -22
- package/lib/openapi/serviceManagement/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +3 -4
- package/lib/openapi/software/models/board.js +290 -681
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +42 -4
- package/lib/openapi/software/models/builds.js +33 -89
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +10 -4
- package/lib/openapi/software/models/common.js +27 -69
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +37 -3
- package/lib/openapi/software/models/deployments.js +34 -119
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +11 -5
- package/lib/openapi/software/models/devOpsComponents.js +12 -33
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +107 -1
- package/lib/openapi/software/models/developmentInformation.js +57 -145
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/epic.d.ts +1 -1
- package/lib/openapi/software/models/epic.js +9 -38
- package/lib/openapi/software/models/epic.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +21 -5
- package/lib/openapi/software/models/featureFlags.js +16 -43
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/issue.d.ts +1 -1
- package/lib/openapi/software/models/issue.js +3 -9
- package/lib/openapi/software/models/issue.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +77 -17
- package/lib/openapi/software/models/operations.js +42 -125
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +50 -14
- package/lib/openapi/software/models/remoteLinks.js +24 -85
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +61 -9
- package/lib/openapi/software/models/securityInformation.js +36 -94
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/models/sprint.d.ts +1 -1
- package/lib/openapi/software/models/sprint.js +6 -15
- package/lib/openapi/software/models/sprint.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +15 -15
- package/lib/openapi/software/services/BacklogService.js +20 -30
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +41 -41
- package/lib/openapi/software/services/BoardService.js +297 -479
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +5 -5
- package/lib/openapi/software/services/BuildsService.js +37 -55
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +6 -6
- package/lib/openapi/software/services/DeploymentsService.js +49 -76
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +4 -4
- package/lib/openapi/software/services/DevOpsComponentsService.js +39 -72
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +7 -7
- package/lib/openapi/software/services/DevelopmentInformationService.js +57 -86
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +26 -26
- package/lib/openapi/software/services/EpicService.js +64 -98
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +5 -5
- package/lib/openapi/software/services/FeatureFlagsService.js +38 -58
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +12 -12
- package/lib/openapi/software/services/IssueService.js +51 -80
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +18 -14
- package/lib/openapi/software/services/OperationsService.js +91 -167
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +9 -7
- package/lib/openapi/software/services/RemoteLinksService.js +43 -75
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +9 -9
- package/lib/openapi/software/services/SecurityInformationService.js +69 -107
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +33 -33
- package/lib/openapi/software/services/SprintService.js +120 -187
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/lib/openapi/software/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/software/validationSchemaStorage.js +12 -22
- package/lib/openapi/software/validationSchemaStorage.js.map +1 -1
- package/package.json +5 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueFieldConfigurationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldConfigurationsService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"IssueFieldConfigurationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldConfigurationsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type FieldDetails } from "../models/common";
|
|
3
|
-
import { type CustomFieldDefinitionJsonBean, type
|
|
3
|
+
import { type CustomFieldDefinitionJsonBean, type UpdateCustomFieldDetails, type PageBeanContext, type PageBeanField } from "../models/issueFields";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents issue fields, both system and custom fields. Use it to
|
|
6
6
|
* get fields, field configurations, and create custom fields.
|
|
@@ -45,16 +45,16 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
45
45
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-post
|
|
46
46
|
* @param params
|
|
47
47
|
*/
|
|
48
|
-
createCustomField: ({ customFieldDefinitionJsonBean
|
|
48
|
+
createCustomField: ({ customFieldDefinitionJsonBean }: {
|
|
49
49
|
/**
|
|
50
50
|
* Definition of the custom field to be created
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* {
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
54
|
+
* "description": "Custom field for picking groups",
|
|
55
|
+
* "name": "New custom field",
|
|
56
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher",
|
|
57
|
+
* "type": "com.atlassian.jira.plugin.system.customfieldtypes:grouppicker"
|
|
58
58
|
* }
|
|
59
59
|
*/
|
|
60
60
|
customFieldDefinitionJsonBean: CustomFieldDefinitionJsonBean;
|
|
@@ -78,7 +78,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
78
78
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-delete
|
|
79
79
|
* @param params
|
|
80
80
|
*/
|
|
81
|
-
deleteCustomField: ({ id
|
|
81
|
+
deleteCustomField: ({ id }: {
|
|
82
82
|
/** The ID of a custom field. */
|
|
83
83
|
id: string;
|
|
84
84
|
}) => Promise<void>;
|
|
@@ -114,7 +114,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
114
114
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-contexts-get
|
|
115
115
|
* @param params
|
|
116
116
|
*/
|
|
117
|
-
getContextsForFieldDeprecated: ({ fieldId, startAt, maxResults
|
|
117
|
+
getContextsForFieldDeprecated: ({ fieldId, startAt, maxResults }: {
|
|
118
118
|
/** The ID of the field to return contexts for. */
|
|
119
119
|
fieldId: string;
|
|
120
120
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -141,6 +141,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
141
141
|
* @returns Returned if the request is successful.
|
|
142
142
|
*
|
|
143
143
|
* example:
|
|
144
|
+
*
|
|
144
145
|
* ```
|
|
145
146
|
* [
|
|
146
147
|
* {
|
|
@@ -176,6 +177,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
176
177
|
* }
|
|
177
178
|
* ]
|
|
178
179
|
* ```
|
|
180
|
+
*
|
|
179
181
|
* @path GET `/rest/api/3/field`
|
|
180
182
|
* @scopes-current read:jira-work
|
|
181
183
|
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
@@ -193,7 +195,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
193
195
|
* * specific fields that contain a string in the field name or description, by
|
|
194
196
|
* defining `id` and `query`
|
|
195
197
|
*
|
|
196
|
-
*
|
|
198
|
+
* Use `type` must be set to `custom` to show custom fields only.
|
|
197
199
|
*
|
|
198
200
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
199
201
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
@@ -258,7 +260,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
258
260
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-get
|
|
259
261
|
* @param params
|
|
260
262
|
*/
|
|
261
|
-
getFieldsPaginated: ({ startAt, maxResults, type, id, query, orderBy, expand
|
|
263
|
+
getFieldsPaginated: ({ startAt, maxResults, type, id, query, orderBy, expand }?: {
|
|
262
264
|
/** The index of the first item to return in a page of results (page offset). */
|
|
263
265
|
startAt?: number | undefined;
|
|
264
266
|
/** The maximum number of items to return per page. */
|
|
@@ -273,7 +275,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
273
275
|
*/
|
|
274
276
|
query?: string | undefined;
|
|
275
277
|
/**
|
|
276
|
-
* [Order](#ordering) the results by
|
|
278
|
+
* [Order](#ordering) the results by:
|
|
277
279
|
*
|
|
278
280
|
* * `contextsCount` sorts by the number of contexts related to a field
|
|
279
281
|
* * `lastUsed` sorts by the date when the value of the field last changed
|
|
@@ -290,8 +292,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
290
292
|
* * `lastUsed` returns the date when the value of the field last changed
|
|
291
293
|
* * `screensCount` returns the number of screens related to a field
|
|
292
294
|
* * `contextsCount` returns the number of contexts related to a field
|
|
293
|
-
* * `isLocked` returns information about whether the field is
|
|
294
|
-
* [locked](https://confluence.atlassian.com/x/ZSN7Og)
|
|
295
|
+
* * `isLocked` returns information about whether the field is locked
|
|
295
296
|
* * `searcherKey` returns the searcher key for each custom field
|
|
296
297
|
*/
|
|
297
298
|
expand?: string | undefined;
|
|
@@ -351,7 +352,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
351
352
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-trashed-get
|
|
352
353
|
* @param params
|
|
353
354
|
*/
|
|
354
|
-
getTrashedFieldsPaginated: ({ startAt, maxResults, id, query, expand, orderBy
|
|
355
|
+
getTrashedFieldsPaginated: ({ startAt, maxResults, id, query, expand, orderBy }?: {
|
|
355
356
|
/** The index of the first item to return in a page of results (page offset). */
|
|
356
357
|
startAt?: number | undefined;
|
|
357
358
|
/** The maximum number of items to return per page. */
|
|
@@ -387,7 +388,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
387
388
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-restore-post
|
|
388
389
|
* @param params
|
|
389
390
|
*/
|
|
390
|
-
restoreCustomField: ({ id
|
|
391
|
+
restoreCustomField: ({ id }: {
|
|
391
392
|
/** The ID of a custom field. */
|
|
392
393
|
id: string;
|
|
393
394
|
}) => Promise<unknown>;
|
|
@@ -406,7 +407,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
406
407
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-trash-post
|
|
407
408
|
* @param params
|
|
408
409
|
*/
|
|
409
|
-
trashCustomField: ({ id
|
|
410
|
+
trashCustomField: ({ id }: {
|
|
410
411
|
/** The ID of a custom field. */
|
|
411
412
|
id: string;
|
|
412
413
|
}) => Promise<unknown>;
|
|
@@ -423,7 +424,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
423
424
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-put
|
|
424
425
|
* @param params
|
|
425
426
|
*/
|
|
426
|
-
updateCustomField: ({ fieldId, updateCustomFieldDetails
|
|
427
|
+
updateCustomField: ({ fieldId, updateCustomFieldDetails }: {
|
|
427
428
|
/** The ID of the custom field. */
|
|
428
429
|
fieldId: string;
|
|
429
430
|
/**
|
|
@@ -431,9 +432,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
431
432
|
*
|
|
432
433
|
* @example
|
|
433
434
|
* {
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
435
|
+
* "description": "Select the manager and the corresponding employee.",
|
|
436
|
+
* "name": "Managers and employees list",
|
|
437
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
|
|
437
438
|
* }
|
|
438
439
|
*/
|
|
439
440
|
updateCustomFieldDetails: UpdateCustomFieldDetails;
|
|
@@ -4,12 +4,12 @@ exports.IssueFieldsService = void 0;
|
|
|
4
4
|
// DO NOT EDIT!
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
|
-
const zod_1 = require("zod");
|
|
8
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
9
|
const common_1 = require("../models/common");
|
|
11
10
|
const issueFields_1 = require("../models/issueFields");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents issue fields, both system and custom fields. Use it to
|
|
15
15
|
* get fields, field configurations, and create custom fields.
|
|
@@ -56,24 +56,19 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
56
56
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-post
|
|
57
57
|
* @param params
|
|
58
58
|
*/
|
|
59
|
-
this.createCustomField = ({ customFieldDefinitionJsonBean
|
|
60
|
-
return this.getClientInstance()
|
|
61
|
-
.request({
|
|
59
|
+
this.createCustomField = ({ customFieldDefinitionJsonBean }) => {
|
|
60
|
+
return this.getClientInstance().request({
|
|
62
61
|
path: "/rest/api/3/field",
|
|
63
62
|
method: "POST",
|
|
64
63
|
headers: {
|
|
65
|
-
"Content-Type": "application/json"
|
|
64
|
+
"Content-Type": "application/json"
|
|
66
65
|
},
|
|
67
|
-
body: customFieldDefinitionJsonBean
|
|
68
|
-
})
|
|
69
|
-
.then(this.getClientInstance().responseHandler({
|
|
66
|
+
body: customFieldDefinitionJsonBean
|
|
67
|
+
}).then(this.getClientInstance().responseHandler({
|
|
70
68
|
201: {
|
|
71
|
-
"application/json": "json"
|
|
72
|
-
}
|
|
73
|
-
}))
|
|
74
|
-
.then(commonHttpClient.castResponse())
|
|
75
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.createCustomField.response")))
|
|
76
|
-
.then(commonHttpClient.getBody);
|
|
69
|
+
"application/json": "json"
|
|
70
|
+
}
|
|
71
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.createCustomField.response"))).then(commonHttpClient.getBody);
|
|
77
72
|
};
|
|
78
73
|
/**
|
|
79
74
|
* Deletes a custom field. The custom field is deleted whether it is in the trash
|
|
@@ -94,16 +89,14 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
94
89
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-delete
|
|
95
90
|
* @param params
|
|
96
91
|
*/
|
|
97
|
-
this.deleteCustomField = ({ id
|
|
98
|
-
return this.getClientInstance()
|
|
99
|
-
.request({
|
|
92
|
+
this.deleteCustomField = ({ id }) => {
|
|
93
|
+
return this.getClientInstance().request({
|
|
100
94
|
path: "/rest/api/3/field/{id}",
|
|
101
95
|
method: "DELETE",
|
|
102
96
|
pathParams: {
|
|
103
|
-
id
|
|
104
|
-
}
|
|
105
|
-
})
|
|
106
|
-
.then(commonHttpClient.discardResult);
|
|
97
|
+
id
|
|
98
|
+
}
|
|
99
|
+
}).then(commonHttpClient.discardResult);
|
|
107
100
|
};
|
|
108
101
|
/**
|
|
109
102
|
* Returns a [paginated](#pagination) list of the contexts a field is used in.
|
|
@@ -137,27 +130,22 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
137
130
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-contexts-get
|
|
138
131
|
* @param params
|
|
139
132
|
*/
|
|
140
|
-
this.getContextsForFieldDeprecated = ({ fieldId, startAt, maxResults
|
|
141
|
-
return this.getClientInstance()
|
|
142
|
-
.request({
|
|
133
|
+
this.getContextsForFieldDeprecated = ({ fieldId, startAt, maxResults }) => {
|
|
134
|
+
return this.getClientInstance().request({
|
|
143
135
|
path: "/rest/api/3/field/{fieldId}/contexts",
|
|
144
136
|
method: "GET",
|
|
145
137
|
pathParams: {
|
|
146
|
-
fieldId
|
|
138
|
+
fieldId
|
|
147
139
|
},
|
|
148
140
|
query: {
|
|
149
141
|
startAt,
|
|
150
|
-
maxResults
|
|
151
|
-
}
|
|
152
|
-
})
|
|
153
|
-
.then(this.getClientInstance().responseHandler({
|
|
142
|
+
maxResults
|
|
143
|
+
}
|
|
144
|
+
}).then(this.getClientInstance().responseHandler({
|
|
154
145
|
200: {
|
|
155
|
-
"application/json": "json"
|
|
156
|
-
}
|
|
157
|
-
}))
|
|
158
|
-
.then(commonHttpClient.castResponse())
|
|
159
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getContextsForFieldDeprecated.response")))
|
|
160
|
-
.then(commonHttpClient.getBody);
|
|
146
|
+
"application/json": "json"
|
|
147
|
+
}
|
|
148
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getContextsForFieldDeprecated.response"))).then(commonHttpClient.getBody);
|
|
161
149
|
};
|
|
162
150
|
/**
|
|
163
151
|
* Returns system and custom issue fields according to the following rules:
|
|
@@ -178,6 +166,7 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
178
166
|
* @returns Returned if the request is successful.
|
|
179
167
|
*
|
|
180
168
|
* example:
|
|
169
|
+
*
|
|
181
170
|
* ```
|
|
182
171
|
* [
|
|
183
172
|
* {
|
|
@@ -213,25 +202,21 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
213
202
|
* }
|
|
214
203
|
* ]
|
|
215
204
|
* ```
|
|
205
|
+
*
|
|
216
206
|
* @path GET `/rest/api/3/field`
|
|
217
207
|
* @scopes-current read:jira-work
|
|
218
208
|
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
219
209
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-get
|
|
220
210
|
*/
|
|
221
211
|
this.getFields = () => {
|
|
222
|
-
return this.getClientInstance()
|
|
223
|
-
.request({
|
|
212
|
+
return this.getClientInstance().request({
|
|
224
213
|
path: "/rest/api/3/field",
|
|
225
|
-
method: "GET"
|
|
226
|
-
})
|
|
227
|
-
.then(this.getClientInstance().responseHandler({
|
|
214
|
+
method: "GET"
|
|
215
|
+
}).then(this.getClientInstance().responseHandler({
|
|
228
216
|
200: {
|
|
229
|
-
"application/json": "json"
|
|
230
|
-
}
|
|
231
|
-
}))
|
|
232
|
-
.then(commonHttpClient.castResponse())
|
|
233
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getFields.response")))
|
|
234
|
-
.then(commonHttpClient.getBody);
|
|
217
|
+
"application/json": "json"
|
|
218
|
+
}
|
|
219
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getFields.response"))).then(commonHttpClient.getBody);
|
|
235
220
|
};
|
|
236
221
|
/**
|
|
237
222
|
* Returns a [paginated](#pagination) list of fields for Classic Jira projects.
|
|
@@ -244,7 +229,7 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
244
229
|
* * specific fields that contain a string in the field name or description, by
|
|
245
230
|
* defining `id` and `query`
|
|
246
231
|
*
|
|
247
|
-
*
|
|
232
|
+
* Use `type` must be set to `custom` to show custom fields only.
|
|
248
233
|
*
|
|
249
234
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
250
235
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
@@ -309,9 +294,8 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
309
294
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-get
|
|
310
295
|
* @param params
|
|
311
296
|
*/
|
|
312
|
-
this.getFieldsPaginated = ({ startAt, maxResults, type, id, query, orderBy, expand
|
|
313
|
-
return this.getClientInstance()
|
|
314
|
-
.request({
|
|
297
|
+
this.getFieldsPaginated = ({ startAt, maxResults, type, id, query, orderBy, expand } = {}) => {
|
|
298
|
+
return this.getClientInstance().request({
|
|
315
299
|
path: "/rest/api/3/field/search",
|
|
316
300
|
method: "GET",
|
|
317
301
|
query: {
|
|
@@ -321,17 +305,13 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
321
305
|
id,
|
|
322
306
|
query,
|
|
323
307
|
orderBy,
|
|
324
|
-
expand
|
|
325
|
-
}
|
|
326
|
-
})
|
|
327
|
-
.then(this.getClientInstance().responseHandler({
|
|
308
|
+
expand
|
|
309
|
+
}
|
|
310
|
+
}).then(this.getClientInstance().responseHandler({
|
|
328
311
|
200: {
|
|
329
|
-
"application/json": "json"
|
|
330
|
-
}
|
|
331
|
-
}))
|
|
332
|
-
.then(commonHttpClient.castResponse())
|
|
333
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getFieldsPaginated.response")))
|
|
334
|
-
.then(commonHttpClient.getBody);
|
|
312
|
+
"application/json": "json"
|
|
313
|
+
}
|
|
314
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getFieldsPaginated.response"))).then(commonHttpClient.getBody);
|
|
335
315
|
};
|
|
336
316
|
/**
|
|
337
317
|
* Returns a [paginated](#pagination) list of fields in the trash. The list may be
|
|
@@ -388,9 +368,8 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
388
368
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-trashed-get
|
|
389
369
|
* @param params
|
|
390
370
|
*/
|
|
391
|
-
this.getTrashedFieldsPaginated = ({ startAt, maxResults, id, query, expand, orderBy
|
|
392
|
-
return this.getClientInstance()
|
|
393
|
-
.request({
|
|
371
|
+
this.getTrashedFieldsPaginated = ({ startAt, maxResults, id, query, expand, orderBy } = {}) => {
|
|
372
|
+
return this.getClientInstance().request({
|
|
394
373
|
path: "/rest/api/3/field/search/trashed",
|
|
395
374
|
method: "GET",
|
|
396
375
|
query: {
|
|
@@ -399,17 +378,13 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
399
378
|
id,
|
|
400
379
|
query,
|
|
401
380
|
expand,
|
|
402
|
-
orderBy
|
|
403
|
-
}
|
|
404
|
-
})
|
|
405
|
-
.then(this.getClientInstance().responseHandler({
|
|
381
|
+
orderBy
|
|
382
|
+
}
|
|
383
|
+
}).then(this.getClientInstance().responseHandler({
|
|
406
384
|
200: {
|
|
407
|
-
"application/json": "json"
|
|
408
|
-
}
|
|
409
|
-
}))
|
|
410
|
-
.then(commonHttpClient.castResponse())
|
|
411
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getTrashedFieldsPaginated.response")))
|
|
412
|
-
.then(commonHttpClient.getBody);
|
|
385
|
+
"application/json": "json"
|
|
386
|
+
}
|
|
387
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.getTrashedFieldsPaginated.response"))).then(commonHttpClient.getBody);
|
|
413
388
|
};
|
|
414
389
|
/**
|
|
415
390
|
* Restores a custom field from trash. See [Edit or delete a custom
|
|
@@ -426,23 +401,18 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
426
401
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-restore-post
|
|
427
402
|
* @param params
|
|
428
403
|
*/
|
|
429
|
-
this.restoreCustomField = ({ id
|
|
430
|
-
return this.getClientInstance()
|
|
431
|
-
.request({
|
|
404
|
+
this.restoreCustomField = ({ id }) => {
|
|
405
|
+
return this.getClientInstance().request({
|
|
432
406
|
path: "/rest/api/3/field/{id}/restore",
|
|
433
407
|
method: "POST",
|
|
434
408
|
pathParams: {
|
|
435
|
-
id
|
|
436
|
-
}
|
|
437
|
-
})
|
|
438
|
-
.then(this.getClientInstance().responseHandler({
|
|
409
|
+
id
|
|
410
|
+
}
|
|
411
|
+
}).then(this.getClientInstance().responseHandler({
|
|
439
412
|
200: {
|
|
440
|
-
"application/json": "json"
|
|
441
|
-
}
|
|
442
|
-
}))
|
|
443
|
-
.then(commonHttpClient.castResponse())
|
|
444
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.restoreCustomField.response")))
|
|
445
|
-
.then(commonHttpClient.getBody);
|
|
413
|
+
"application/json": "json"
|
|
414
|
+
}
|
|
415
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.restoreCustomField.response"))).then(commonHttpClient.getBody);
|
|
446
416
|
};
|
|
447
417
|
/**
|
|
448
418
|
* Moves a custom field to trash. See [Edit or delete a custom
|
|
@@ -459,23 +429,18 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
459
429
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-trash-post
|
|
460
430
|
* @param params
|
|
461
431
|
*/
|
|
462
|
-
this.trashCustomField = ({ id
|
|
463
|
-
return this.getClientInstance()
|
|
464
|
-
.request({
|
|
432
|
+
this.trashCustomField = ({ id }) => {
|
|
433
|
+
return this.getClientInstance().request({
|
|
465
434
|
path: "/rest/api/3/field/{id}/trash",
|
|
466
435
|
method: "POST",
|
|
467
436
|
pathParams: {
|
|
468
|
-
id
|
|
469
|
-
}
|
|
470
|
-
})
|
|
471
|
-
.then(this.getClientInstance().responseHandler({
|
|
437
|
+
id
|
|
438
|
+
}
|
|
439
|
+
}).then(this.getClientInstance().responseHandler({
|
|
472
440
|
200: {
|
|
473
|
-
"application/json": "json"
|
|
474
|
-
}
|
|
475
|
-
}))
|
|
476
|
-
.then(commonHttpClient.castResponse())
|
|
477
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.trashCustomField.response")))
|
|
478
|
-
.then(commonHttpClient.getBody);
|
|
441
|
+
"application/json": "json"
|
|
442
|
+
}
|
|
443
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.trashCustomField.response"))).then(commonHttpClient.getBody);
|
|
479
444
|
};
|
|
480
445
|
/**
|
|
481
446
|
* Updates a custom field.
|
|
@@ -490,90 +455,66 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
490
455
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-put
|
|
491
456
|
* @param params
|
|
492
457
|
*/
|
|
493
|
-
this.updateCustomField = ({ fieldId, updateCustomFieldDetails
|
|
494
|
-
return this.getClientInstance()
|
|
495
|
-
.request({
|
|
458
|
+
this.updateCustomField = ({ fieldId, updateCustomFieldDetails }) => {
|
|
459
|
+
return this.getClientInstance().request({
|
|
496
460
|
path: "/rest/api/3/field/{fieldId}",
|
|
497
461
|
method: "PUT",
|
|
498
462
|
pathParams: {
|
|
499
|
-
fieldId
|
|
463
|
+
fieldId
|
|
500
464
|
},
|
|
501
465
|
headers: {
|
|
502
|
-
"Content-Type": "application/json"
|
|
466
|
+
"Content-Type": "application/json"
|
|
503
467
|
},
|
|
504
|
-
body: updateCustomFieldDetails
|
|
505
|
-
})
|
|
506
|
-
.then(this.getClientInstance().responseHandler({
|
|
468
|
+
body: updateCustomFieldDetails
|
|
469
|
+
}).then(this.getClientInstance().responseHandler({
|
|
507
470
|
204: {
|
|
508
|
-
"application/json": "json"
|
|
509
|
-
}
|
|
510
|
-
}))
|
|
511
|
-
.then(commonHttpClient.castResponse())
|
|
512
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.updateCustomField.response")))
|
|
513
|
-
.then(commonHttpClient.getBody);
|
|
471
|
+
"application/json": "json"
|
|
472
|
+
}
|
|
473
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldsService.updateCustomField.response"))).then(commonHttpClient.getBody);
|
|
514
474
|
};
|
|
515
475
|
}
|
|
516
476
|
static initialize() {
|
|
517
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getFields.response", zod_1.z
|
|
518
|
-
.object({
|
|
477
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getFields.response", zod_1.z.object({
|
|
519
478
|
status: zod_1.z.literal(200),
|
|
520
479
|
mediaType: zod_1.z.literal("application/json"),
|
|
521
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("FieldDetails"))
|
|
522
|
-
})
|
|
523
|
-
|
|
524
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.createCustomField.response", zod_1.z
|
|
525
|
-
.object({
|
|
480
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("FieldDetails"))
|
|
481
|
+
}).describe("IssueFieldsService.getFields.response"));
|
|
482
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.createCustomField.response", zod_1.z.object({
|
|
526
483
|
status: zod_1.z.literal(201),
|
|
527
484
|
mediaType: zod_1.z.literal("application/json"),
|
|
528
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldDetails")
|
|
529
|
-
})
|
|
530
|
-
|
|
531
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.updateCustomField.response", zod_1.z
|
|
532
|
-
.object({
|
|
485
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldDetails")
|
|
486
|
+
}).describe("IssueFieldsService.createCustomField.response"));
|
|
487
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.updateCustomField.response", zod_1.z.object({
|
|
533
488
|
status: zod_1.z.literal(204),
|
|
534
489
|
mediaType: zod_1.z.literal("application/json"),
|
|
535
|
-
body: zod_1.z.unknown()
|
|
536
|
-
})
|
|
537
|
-
|
|
538
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getContextsForFieldDeprecated.response", zod_1.z
|
|
539
|
-
.object({
|
|
490
|
+
body: zod_1.z.unknown()
|
|
491
|
+
}).describe("IssueFieldsService.updateCustomField.response"));
|
|
492
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getContextsForFieldDeprecated.response", zod_1.z.object({
|
|
540
493
|
status: zod_1.z.literal(200),
|
|
541
494
|
mediaType: zod_1.z.literal("application/json"),
|
|
542
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanContext")
|
|
543
|
-
})
|
|
544
|
-
|
|
545
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.restoreCustomField.response", zod_1.z
|
|
546
|
-
.object({
|
|
495
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanContext")
|
|
496
|
+
}).describe("IssueFieldsService.getContextsForFieldDeprecated.response"));
|
|
497
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.restoreCustomField.response", zod_1.z.object({
|
|
547
498
|
status: zod_1.z.literal(200),
|
|
548
499
|
mediaType: zod_1.z.literal("application/json"),
|
|
549
|
-
body: zod_1.z.unknown()
|
|
550
|
-
})
|
|
551
|
-
|
|
552
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.trashCustomField.response", zod_1.z
|
|
553
|
-
.object({
|
|
500
|
+
body: zod_1.z.unknown()
|
|
501
|
+
}).describe("IssueFieldsService.restoreCustomField.response"));
|
|
502
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.trashCustomField.response", zod_1.z.object({
|
|
554
503
|
status: zod_1.z.literal(200),
|
|
555
504
|
mediaType: zod_1.z.literal("application/json"),
|
|
556
|
-
body: zod_1.z.unknown()
|
|
557
|
-
})
|
|
558
|
-
|
|
559
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getFieldsPaginated.response", zod_1.z
|
|
560
|
-
.object({
|
|
505
|
+
body: zod_1.z.unknown()
|
|
506
|
+
}).describe("IssueFieldsService.trashCustomField.response"));
|
|
507
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getFieldsPaginated.response", zod_1.z.object({
|
|
561
508
|
status: zod_1.z.literal(200),
|
|
562
509
|
mediaType: zod_1.z.literal("application/json"),
|
|
563
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanField")
|
|
564
|
-
})
|
|
565
|
-
|
|
566
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getTrashedFieldsPaginated.response", zod_1.z
|
|
567
|
-
.object({
|
|
510
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanField")
|
|
511
|
+
}).describe("IssueFieldsService.getFieldsPaginated.response"));
|
|
512
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldsService.getTrashedFieldsPaginated.response", zod_1.z.object({
|
|
568
513
|
status: zod_1.z.literal(200),
|
|
569
514
|
mediaType: zod_1.z.literal("application/json"),
|
|
570
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanField")
|
|
571
|
-
})
|
|
572
|
-
|
|
573
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
574
|
-
common_1.registerCommonValidationSchemas,
|
|
575
|
-
issueFields_1.registerIssueFieldsValidationSchemas,
|
|
576
|
-
]);
|
|
515
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanField")
|
|
516
|
+
}).describe("IssueFieldsService.getTrashedFieldsPaginated.response"));
|
|
517
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas, issueFields_1.registerIssueFieldsValidationSchemas]);
|
|
577
518
|
}
|
|
578
519
|
}
|
|
579
520
|
exports.IssueFieldsService = IssueFieldsService;
|