@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
|
@@ -4,11 +4,11 @@ exports.IssueFieldConfigurationsService = 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 issueFieldConfigurations_1 = require("../models/issueFieldConfigurations");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents issue field configurations. Use it to get, set, and
|
|
14
14
|
* delete field configurations and field configuration schemes.
|
|
@@ -36,24 +36,19 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
36
36
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-put
|
|
37
37
|
* @param params
|
|
38
38
|
*/
|
|
39
|
-
this.assignFieldConfigurationSchemeToProject = ({ fieldConfigurationSchemeProjectAssociation
|
|
40
|
-
return this.getClientInstance()
|
|
41
|
-
.request({
|
|
39
|
+
this.assignFieldConfigurationSchemeToProject = ({ fieldConfigurationSchemeProjectAssociation }) => {
|
|
40
|
+
return this.getClientInstance().request({
|
|
42
41
|
path: "/rest/api/3/fieldconfigurationscheme/project",
|
|
43
42
|
method: "PUT",
|
|
44
43
|
headers: {
|
|
45
|
-
"Content-Type": "application/json"
|
|
44
|
+
"Content-Type": "application/json"
|
|
46
45
|
},
|
|
47
|
-
body: fieldConfigurationSchemeProjectAssociation
|
|
48
|
-
})
|
|
49
|
-
.then(this.getClientInstance().responseHandler({
|
|
46
|
+
body: fieldConfigurationSchemeProjectAssociation
|
|
47
|
+
}).then(this.getClientInstance().responseHandler({
|
|
50
48
|
204: {
|
|
51
|
-
"application/json": "json"
|
|
52
|
-
}
|
|
53
|
-
}))
|
|
54
|
-
.then(commonHttpClient.castResponse())
|
|
55
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.assignFieldConfigurationSchemeToProject.response")))
|
|
56
|
-
.then(commonHttpClient.getBody);
|
|
49
|
+
"application/json": "json"
|
|
50
|
+
}
|
|
51
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.assignFieldConfigurationSchemeToProject.response"))).then(commonHttpClient.getBody);
|
|
57
52
|
};
|
|
58
53
|
/**
|
|
59
54
|
* Creates a field configuration. The field configuration is created with the same
|
|
@@ -82,24 +77,19 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
82
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-post
|
|
83
78
|
* @param params
|
|
84
79
|
*/
|
|
85
|
-
this.createFieldConfiguration = ({ fieldConfigurationDetails
|
|
86
|
-
return this.getClientInstance()
|
|
87
|
-
.request({
|
|
80
|
+
this.createFieldConfiguration = ({ fieldConfigurationDetails }) => {
|
|
81
|
+
return this.getClientInstance().request({
|
|
88
82
|
path: "/rest/api/3/fieldconfiguration",
|
|
89
83
|
method: "POST",
|
|
90
84
|
headers: {
|
|
91
|
-
"Content-Type": "application/json"
|
|
85
|
+
"Content-Type": "application/json"
|
|
92
86
|
},
|
|
93
|
-
body: fieldConfigurationDetails
|
|
94
|
-
})
|
|
95
|
-
.then(this.getClientInstance().responseHandler({
|
|
87
|
+
body: fieldConfigurationDetails
|
|
88
|
+
}).then(this.getClientInstance().responseHandler({
|
|
96
89
|
200: {
|
|
97
|
-
"application/json": "json"
|
|
98
|
-
}
|
|
99
|
-
}))
|
|
100
|
-
.then(commonHttpClient.castResponse())
|
|
101
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.createFieldConfiguration.response")))
|
|
102
|
-
.then(commonHttpClient.getBody);
|
|
90
|
+
"application/json": "json"
|
|
91
|
+
}
|
|
92
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.createFieldConfiguration.response"))).then(commonHttpClient.getBody);
|
|
103
93
|
};
|
|
104
94
|
/**
|
|
105
95
|
* Creates a field configuration scheme.
|
|
@@ -126,24 +116,19 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
126
116
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-post
|
|
127
117
|
* @param params
|
|
128
118
|
*/
|
|
129
|
-
this.createFieldConfigurationScheme = ({ updateFieldConfigurationSchemeDetails
|
|
130
|
-
return this.getClientInstance()
|
|
131
|
-
.request({
|
|
119
|
+
this.createFieldConfigurationScheme = ({ updateFieldConfigurationSchemeDetails }) => {
|
|
120
|
+
return this.getClientInstance().request({
|
|
132
121
|
path: "/rest/api/3/fieldconfigurationscheme",
|
|
133
122
|
method: "POST",
|
|
134
123
|
headers: {
|
|
135
|
-
"Content-Type": "application/json"
|
|
124
|
+
"Content-Type": "application/json"
|
|
136
125
|
},
|
|
137
|
-
body: updateFieldConfigurationSchemeDetails
|
|
138
|
-
})
|
|
139
|
-
.then(this.getClientInstance().responseHandler({
|
|
126
|
+
body: updateFieldConfigurationSchemeDetails
|
|
127
|
+
}).then(this.getClientInstance().responseHandler({
|
|
140
128
|
201: {
|
|
141
|
-
"application/json": "json"
|
|
142
|
-
}
|
|
143
|
-
}))
|
|
144
|
-
.then(commonHttpClient.castResponse())
|
|
145
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.createFieldConfigurationScheme.response")))
|
|
146
|
-
.then(commonHttpClient.getBody);
|
|
129
|
+
"application/json": "json"
|
|
130
|
+
}
|
|
131
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.createFieldConfigurationScheme.response"))).then(commonHttpClient.getBody);
|
|
147
132
|
};
|
|
148
133
|
/**
|
|
149
134
|
* Deletes a field configuration.
|
|
@@ -161,23 +146,18 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
161
146
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-delete
|
|
162
147
|
* @param params
|
|
163
148
|
*/
|
|
164
|
-
this.deleteFieldConfiguration = ({ id
|
|
165
|
-
return this.getClientInstance()
|
|
166
|
-
.request({
|
|
149
|
+
this.deleteFieldConfiguration = ({ id }) => {
|
|
150
|
+
return this.getClientInstance().request({
|
|
167
151
|
path: "/rest/api/3/fieldconfiguration/{id}",
|
|
168
152
|
method: "DELETE",
|
|
169
153
|
pathParams: {
|
|
170
|
-
id
|
|
171
|
-
}
|
|
172
|
-
})
|
|
173
|
-
.then(this.getClientInstance().responseHandler({
|
|
154
|
+
id
|
|
155
|
+
}
|
|
156
|
+
}).then(this.getClientInstance().responseHandler({
|
|
174
157
|
204: {
|
|
175
|
-
"application/json": "json"
|
|
176
|
-
}
|
|
177
|
-
}))
|
|
178
|
-
.then(commonHttpClient.castResponse())
|
|
179
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.deleteFieldConfiguration.response")))
|
|
180
|
-
.then(commonHttpClient.getBody);
|
|
158
|
+
"application/json": "json"
|
|
159
|
+
}
|
|
160
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.deleteFieldConfiguration.response"))).then(commonHttpClient.getBody);
|
|
181
161
|
};
|
|
182
162
|
/**
|
|
183
163
|
* Deletes a field configuration scheme.
|
|
@@ -195,23 +175,18 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
195
175
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-delete
|
|
196
176
|
* @param params
|
|
197
177
|
*/
|
|
198
|
-
this.deleteFieldConfigurationScheme = ({ id
|
|
199
|
-
return this.getClientInstance()
|
|
200
|
-
.request({
|
|
178
|
+
this.deleteFieldConfigurationScheme = ({ id }) => {
|
|
179
|
+
return this.getClientInstance().request({
|
|
201
180
|
path: "/rest/api/3/fieldconfigurationscheme/{id}",
|
|
202
181
|
method: "DELETE",
|
|
203
182
|
pathParams: {
|
|
204
|
-
id
|
|
205
|
-
}
|
|
206
|
-
})
|
|
207
|
-
.then(this.getClientInstance().responseHandler({
|
|
183
|
+
id
|
|
184
|
+
}
|
|
185
|
+
}).then(this.getClientInstance().responseHandler({
|
|
208
186
|
204: {
|
|
209
|
-
"application/json": "json"
|
|
210
|
-
}
|
|
211
|
-
}))
|
|
212
|
-
.then(commonHttpClient.castResponse())
|
|
213
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.deleteFieldConfigurationScheme.response")))
|
|
214
|
-
.then(commonHttpClient.getBody);
|
|
187
|
+
"application/json": "json"
|
|
188
|
+
}
|
|
189
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.deleteFieldConfigurationScheme.response"))).then(commonHttpClient.getBody);
|
|
215
190
|
};
|
|
216
191
|
/**
|
|
217
192
|
* Returns a [paginated](#pagination) list of field configurations. The list can
|
|
@@ -258,9 +233,8 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
258
233
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-get
|
|
259
234
|
* @param params
|
|
260
235
|
*/
|
|
261
|
-
this.getAllFieldConfigurations = ({ startAt, maxResults, id, isDefault, query
|
|
262
|
-
return this.getClientInstance()
|
|
263
|
-
.request({
|
|
236
|
+
this.getAllFieldConfigurations = ({ startAt, maxResults, id, isDefault, query } = {}) => {
|
|
237
|
+
return this.getClientInstance().request({
|
|
264
238
|
path: "/rest/api/3/fieldconfiguration",
|
|
265
239
|
method: "GET",
|
|
266
240
|
query: {
|
|
@@ -268,17 +242,13 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
268
242
|
maxResults,
|
|
269
243
|
id,
|
|
270
244
|
isDefault,
|
|
271
|
-
query
|
|
272
|
-
}
|
|
273
|
-
})
|
|
274
|
-
.then(this.getClientInstance().responseHandler({
|
|
245
|
+
query
|
|
246
|
+
}
|
|
247
|
+
}).then(this.getClientInstance().responseHandler({
|
|
275
248
|
200: {
|
|
276
|
-
"application/json": "json"
|
|
277
|
-
}
|
|
278
|
-
}))
|
|
279
|
-
.then(commonHttpClient.castResponse())
|
|
280
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getAllFieldConfigurations.response")))
|
|
281
|
-
.then(commonHttpClient.getBody);
|
|
249
|
+
"application/json": "json"
|
|
250
|
+
}
|
|
251
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getAllFieldConfigurations.response"))).then(commonHttpClient.getBody);
|
|
282
252
|
};
|
|
283
253
|
/**
|
|
284
254
|
* Returns a [paginated](#pagination) list of field configuration schemes.
|
|
@@ -322,25 +292,20 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
322
292
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-get
|
|
323
293
|
* @param params
|
|
324
294
|
*/
|
|
325
|
-
this.getAllFieldConfigurationSchemes = ({ startAt, maxResults, id
|
|
326
|
-
return this.getClientInstance()
|
|
327
|
-
.request({
|
|
295
|
+
this.getAllFieldConfigurationSchemes = ({ startAt, maxResults, id } = {}) => {
|
|
296
|
+
return this.getClientInstance().request({
|
|
328
297
|
path: "/rest/api/3/fieldconfigurationscheme",
|
|
329
298
|
method: "GET",
|
|
330
299
|
query: {
|
|
331
300
|
startAt,
|
|
332
301
|
maxResults,
|
|
333
|
-
id
|
|
334
|
-
}
|
|
335
|
-
})
|
|
336
|
-
.then(this.getClientInstance().responseHandler({
|
|
302
|
+
id
|
|
303
|
+
}
|
|
304
|
+
}).then(this.getClientInstance().responseHandler({
|
|
337
305
|
200: {
|
|
338
|
-
"application/json": "json"
|
|
339
|
-
}
|
|
340
|
-
}))
|
|
341
|
-
.then(commonHttpClient.castResponse())
|
|
342
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getAllFieldConfigurationSchemes.response")))
|
|
343
|
-
.then(commonHttpClient.getBody);
|
|
306
|
+
"application/json": "json"
|
|
307
|
+
}
|
|
308
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getAllFieldConfigurationSchemes.response"))).then(commonHttpClient.getBody);
|
|
344
309
|
};
|
|
345
310
|
/**
|
|
346
311
|
* Returns a [paginated](#pagination) list of all fields for a configuration.
|
|
@@ -381,27 +346,22 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
381
346
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-get
|
|
382
347
|
* @param params
|
|
383
348
|
*/
|
|
384
|
-
this.getFieldConfigurationItems = ({ id, startAt, maxResults
|
|
385
|
-
return this.getClientInstance()
|
|
386
|
-
.request({
|
|
349
|
+
this.getFieldConfigurationItems = ({ id, startAt, maxResults }) => {
|
|
350
|
+
return this.getClientInstance().request({
|
|
387
351
|
path: "/rest/api/3/fieldconfiguration/{id}/fields",
|
|
388
352
|
method: "GET",
|
|
389
353
|
pathParams: {
|
|
390
|
-
id
|
|
354
|
+
id
|
|
391
355
|
},
|
|
392
356
|
query: {
|
|
393
357
|
startAt,
|
|
394
|
-
maxResults
|
|
395
|
-
}
|
|
396
|
-
})
|
|
397
|
-
.then(this.getClientInstance().responseHandler({
|
|
358
|
+
maxResults
|
|
359
|
+
}
|
|
360
|
+
}).then(this.getClientInstance().responseHandler({
|
|
398
361
|
200: {
|
|
399
|
-
"application/json": "json"
|
|
400
|
-
}
|
|
401
|
-
}))
|
|
402
|
-
.then(commonHttpClient.castResponse())
|
|
403
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationItems.response")))
|
|
404
|
-
.then(commonHttpClient.getBody);
|
|
362
|
+
"application/json": "json"
|
|
363
|
+
}
|
|
364
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationItems.response"))).then(commonHttpClient.getBody);
|
|
405
365
|
};
|
|
406
366
|
/**
|
|
407
367
|
* Returns a [paginated](#pagination) list of field configuration issue type items.
|
|
@@ -455,25 +415,20 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
455
415
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-mapping-get
|
|
456
416
|
* @param params
|
|
457
417
|
*/
|
|
458
|
-
this.getFieldConfigurationSchemeMappings = ({ startAt, maxResults, fieldConfigurationSchemeId
|
|
459
|
-
return this.getClientInstance()
|
|
460
|
-
.request({
|
|
418
|
+
this.getFieldConfigurationSchemeMappings = ({ startAt, maxResults, fieldConfigurationSchemeId } = {}) => {
|
|
419
|
+
return this.getClientInstance().request({
|
|
461
420
|
path: "/rest/api/3/fieldconfigurationscheme/mapping",
|
|
462
421
|
method: "GET",
|
|
463
422
|
query: {
|
|
464
423
|
startAt,
|
|
465
424
|
maxResults,
|
|
466
|
-
fieldConfigurationSchemeId
|
|
467
|
-
}
|
|
468
|
-
})
|
|
469
|
-
.then(this.getClientInstance().responseHandler({
|
|
425
|
+
fieldConfigurationSchemeId
|
|
426
|
+
}
|
|
427
|
+
}).then(this.getClientInstance().responseHandler({
|
|
470
428
|
200: {
|
|
471
|
-
"application/json": "json"
|
|
472
|
-
}
|
|
473
|
-
}))
|
|
474
|
-
.then(commonHttpClient.castResponse())
|
|
475
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationSchemeMappings.response")))
|
|
476
|
-
.then(commonHttpClient.getBody);
|
|
429
|
+
"application/json": "json"
|
|
430
|
+
}
|
|
431
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationSchemeMappings.response"))).then(commonHttpClient.getBody);
|
|
477
432
|
};
|
|
478
433
|
/**
|
|
479
434
|
* Returns a [paginated](#pagination) list of field configuration schemes and, for
|
|
@@ -524,25 +479,20 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
524
479
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-get
|
|
525
480
|
* @param params
|
|
526
481
|
*/
|
|
527
|
-
this.getFieldConfigurationSchemeProjectMapping = ({ startAt, maxResults, projectId
|
|
528
|
-
return this.getClientInstance()
|
|
529
|
-
.request({
|
|
482
|
+
this.getFieldConfigurationSchemeProjectMapping = ({ startAt, maxResults, projectId }) => {
|
|
483
|
+
return this.getClientInstance().request({
|
|
530
484
|
path: "/rest/api/3/fieldconfigurationscheme/project",
|
|
531
485
|
method: "GET",
|
|
532
486
|
query: {
|
|
533
487
|
startAt,
|
|
534
488
|
maxResults,
|
|
535
|
-
projectId
|
|
536
|
-
}
|
|
537
|
-
})
|
|
538
|
-
.then(this.getClientInstance().responseHandler({
|
|
489
|
+
projectId
|
|
490
|
+
}
|
|
491
|
+
}).then(this.getClientInstance().responseHandler({
|
|
539
492
|
200: {
|
|
540
|
-
"application/json": "json"
|
|
541
|
-
}
|
|
542
|
-
}))
|
|
543
|
-
.then(commonHttpClient.castResponse())
|
|
544
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationSchemeProjectMapping.response")))
|
|
545
|
-
.then(commonHttpClient.getBody);
|
|
493
|
+
"application/json": "json"
|
|
494
|
+
}
|
|
495
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.getFieldConfigurationSchemeProjectMapping.response"))).then(commonHttpClient.getBody);
|
|
546
496
|
};
|
|
547
497
|
/**
|
|
548
498
|
* Removes issue types from the field configuration scheme.
|
|
@@ -560,27 +510,22 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
560
510
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-delete-post
|
|
561
511
|
* @param params
|
|
562
512
|
*/
|
|
563
|
-
this.removeIssueTypesFromGlobalFieldConfigurationScheme = ({ id, issueTypeIdsToRemove
|
|
564
|
-
return this.getClientInstance()
|
|
565
|
-
.request({
|
|
513
|
+
this.removeIssueTypesFromGlobalFieldConfigurationScheme = ({ id, issueTypeIdsToRemove }) => {
|
|
514
|
+
return this.getClientInstance().request({
|
|
566
515
|
path: "/rest/api/3/fieldconfigurationscheme/{id}/mapping/delete",
|
|
567
516
|
method: "POST",
|
|
568
517
|
pathParams: {
|
|
569
|
-
id
|
|
518
|
+
id
|
|
570
519
|
},
|
|
571
520
|
headers: {
|
|
572
|
-
"Content-Type": "application/json"
|
|
521
|
+
"Content-Type": "application/json"
|
|
573
522
|
},
|
|
574
|
-
body: issueTypeIdsToRemove
|
|
575
|
-
})
|
|
576
|
-
.then(this.getClientInstance().responseHandler({
|
|
523
|
+
body: issueTypeIdsToRemove
|
|
524
|
+
}).then(this.getClientInstance().responseHandler({
|
|
577
525
|
204: {
|
|
578
|
-
"application/json": "json"
|
|
579
|
-
}
|
|
580
|
-
}))
|
|
581
|
-
.then(commonHttpClient.castResponse())
|
|
582
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.removeIssueTypesFromGlobalFieldConfigurationScheme.response")))
|
|
583
|
-
.then(commonHttpClient.getBody);
|
|
526
|
+
"application/json": "json"
|
|
527
|
+
}
|
|
528
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.removeIssueTypesFromGlobalFieldConfigurationScheme.response"))).then(commonHttpClient.getBody);
|
|
584
529
|
};
|
|
585
530
|
/**
|
|
586
531
|
* Assigns issue types to field configurations on field configuration scheme.
|
|
@@ -598,27 +543,22 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
598
543
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-put
|
|
599
544
|
* @param params
|
|
600
545
|
*/
|
|
601
|
-
this.setFieldConfigurationSchemeMapping = ({ id, associateFieldConfigurationsWithIssueTypesRequest
|
|
602
|
-
return this.getClientInstance()
|
|
603
|
-
.request({
|
|
546
|
+
this.setFieldConfigurationSchemeMapping = ({ id, associateFieldConfigurationsWithIssueTypesRequest }) => {
|
|
547
|
+
return this.getClientInstance().request({
|
|
604
548
|
path: "/rest/api/3/fieldconfigurationscheme/{id}/mapping",
|
|
605
549
|
method: "PUT",
|
|
606
550
|
pathParams: {
|
|
607
|
-
id
|
|
551
|
+
id
|
|
608
552
|
},
|
|
609
553
|
headers: {
|
|
610
|
-
"Content-Type": "application/json"
|
|
554
|
+
"Content-Type": "application/json"
|
|
611
555
|
},
|
|
612
|
-
body: associateFieldConfigurationsWithIssueTypesRequest
|
|
613
|
-
})
|
|
614
|
-
.then(this.getClientInstance().responseHandler({
|
|
556
|
+
body: associateFieldConfigurationsWithIssueTypesRequest
|
|
557
|
+
}).then(this.getClientInstance().responseHandler({
|
|
615
558
|
204: {
|
|
616
|
-
"application/json": "json"
|
|
617
|
-
}
|
|
618
|
-
}))
|
|
619
|
-
.then(commonHttpClient.castResponse())
|
|
620
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.setFieldConfigurationSchemeMapping.response")))
|
|
621
|
-
.then(commonHttpClient.getBody);
|
|
559
|
+
"application/json": "json"
|
|
560
|
+
}
|
|
561
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.setFieldConfigurationSchemeMapping.response"))).then(commonHttpClient.getBody);
|
|
622
562
|
};
|
|
623
563
|
/**
|
|
624
564
|
* Updates a field configuration. The name and the description provided in the
|
|
@@ -637,27 +577,22 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
637
577
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-put
|
|
638
578
|
* @param params
|
|
639
579
|
*/
|
|
640
|
-
this.updateFieldConfiguration = ({ id, fieldConfigurationDetails
|
|
641
|
-
return this.getClientInstance()
|
|
642
|
-
.request({
|
|
580
|
+
this.updateFieldConfiguration = ({ id, fieldConfigurationDetails }) => {
|
|
581
|
+
return this.getClientInstance().request({
|
|
643
582
|
path: "/rest/api/3/fieldconfiguration/{id}",
|
|
644
583
|
method: "PUT",
|
|
645
584
|
pathParams: {
|
|
646
|
-
id
|
|
585
|
+
id
|
|
647
586
|
},
|
|
648
587
|
headers: {
|
|
649
|
-
"Content-Type": "application/json"
|
|
588
|
+
"Content-Type": "application/json"
|
|
650
589
|
},
|
|
651
|
-
body: fieldConfigurationDetails
|
|
652
|
-
})
|
|
653
|
-
.then(this.getClientInstance().responseHandler({
|
|
590
|
+
body: fieldConfigurationDetails
|
|
591
|
+
}).then(this.getClientInstance().responseHandler({
|
|
654
592
|
204: {
|
|
655
|
-
"application/json": "json"
|
|
656
|
-
}
|
|
657
|
-
}))
|
|
658
|
-
.then(commonHttpClient.castResponse())
|
|
659
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfiguration.response")))
|
|
660
|
-
.then(commonHttpClient.getBody);
|
|
593
|
+
"application/json": "json"
|
|
594
|
+
}
|
|
595
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfiguration.response"))).then(commonHttpClient.getBody);
|
|
661
596
|
};
|
|
662
597
|
/**
|
|
663
598
|
* Updates fields in a field configuration. The properties of the field
|
|
@@ -681,27 +616,22 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
681
616
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-put
|
|
682
617
|
* @param params
|
|
683
618
|
*/
|
|
684
|
-
this.updateFieldConfigurationItems = ({ id, fieldConfigurationItemsDetails
|
|
685
|
-
return this.getClientInstance()
|
|
686
|
-
.request({
|
|
619
|
+
this.updateFieldConfigurationItems = ({ id, fieldConfigurationItemsDetails }) => {
|
|
620
|
+
return this.getClientInstance().request({
|
|
687
621
|
path: "/rest/api/3/fieldconfiguration/{id}/fields",
|
|
688
622
|
method: "PUT",
|
|
689
623
|
pathParams: {
|
|
690
|
-
id
|
|
624
|
+
id
|
|
691
625
|
},
|
|
692
626
|
headers: {
|
|
693
|
-
"Content-Type": "application/json"
|
|
627
|
+
"Content-Type": "application/json"
|
|
694
628
|
},
|
|
695
|
-
body: fieldConfigurationItemsDetails
|
|
696
|
-
})
|
|
697
|
-
.then(this.getClientInstance().responseHandler({
|
|
629
|
+
body: fieldConfigurationItemsDetails
|
|
630
|
+
}).then(this.getClientInstance().responseHandler({
|
|
698
631
|
204: {
|
|
699
|
-
"application/json": "json"
|
|
700
|
-
}
|
|
701
|
-
}))
|
|
702
|
-
.then(commonHttpClient.castResponse())
|
|
703
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfigurationItems.response")))
|
|
704
|
-
.then(commonHttpClient.getBody);
|
|
632
|
+
"application/json": "json"
|
|
633
|
+
}
|
|
634
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfigurationItems.response"))).then(commonHttpClient.getBody);
|
|
705
635
|
};
|
|
706
636
|
/**
|
|
707
637
|
* Updates a field configuration scheme.
|
|
@@ -719,138 +649,101 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
719
649
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-put
|
|
720
650
|
* @param params
|
|
721
651
|
*/
|
|
722
|
-
this.updateFieldConfigurationScheme = ({ id, updateFieldConfigurationSchemeDetails
|
|
723
|
-
return this.getClientInstance()
|
|
724
|
-
.request({
|
|
652
|
+
this.updateFieldConfigurationScheme = ({ id, updateFieldConfigurationSchemeDetails }) => {
|
|
653
|
+
return this.getClientInstance().request({
|
|
725
654
|
path: "/rest/api/3/fieldconfigurationscheme/{id}",
|
|
726
655
|
method: "PUT",
|
|
727
656
|
pathParams: {
|
|
728
|
-
id
|
|
657
|
+
id
|
|
729
658
|
},
|
|
730
659
|
headers: {
|
|
731
|
-
"Content-Type": "application/json"
|
|
660
|
+
"Content-Type": "application/json"
|
|
732
661
|
},
|
|
733
|
-
body: updateFieldConfigurationSchemeDetails
|
|
734
|
-
})
|
|
735
|
-
.then(this.getClientInstance().responseHandler({
|
|
662
|
+
body: updateFieldConfigurationSchemeDetails
|
|
663
|
+
}).then(this.getClientInstance().responseHandler({
|
|
736
664
|
204: {
|
|
737
|
-
"application/json": "json"
|
|
738
|
-
}
|
|
739
|
-
}))
|
|
740
|
-
.then(commonHttpClient.castResponse())
|
|
741
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfigurationScheme.response")))
|
|
742
|
-
.then(commonHttpClient.getBody);
|
|
665
|
+
"application/json": "json"
|
|
666
|
+
}
|
|
667
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueFieldConfigurationsService.updateFieldConfigurationScheme.response"))).then(commonHttpClient.getBody);
|
|
743
668
|
};
|
|
744
669
|
}
|
|
745
670
|
static initialize() {
|
|
746
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getAllFieldConfigurations.response", zod_1.z
|
|
747
|
-
.object({
|
|
671
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getAllFieldConfigurations.response", zod_1.z.object({
|
|
748
672
|
status: zod_1.z.literal(200),
|
|
749
673
|
mediaType: zod_1.z.literal("application/json"),
|
|
750
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationDetails")
|
|
751
|
-
})
|
|
752
|
-
|
|
753
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.createFieldConfiguration.response", zod_1.z
|
|
754
|
-
.object({
|
|
674
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationDetails")
|
|
675
|
+
}).describe("IssueFieldConfigurationsService.getAllFieldConfigurations.response"));
|
|
676
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.createFieldConfiguration.response", zod_1.z.object({
|
|
755
677
|
status: zod_1.z.literal(200),
|
|
756
678
|
mediaType: zod_1.z.literal("application/json"),
|
|
757
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldConfiguration")
|
|
758
|
-
})
|
|
759
|
-
|
|
760
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfiguration.response", zod_1.z
|
|
761
|
-
.object({
|
|
679
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldConfiguration")
|
|
680
|
+
}).describe("IssueFieldConfigurationsService.createFieldConfiguration.response"));
|
|
681
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfiguration.response", zod_1.z.object({
|
|
762
682
|
status: zod_1.z.literal(204),
|
|
763
683
|
mediaType: zod_1.z.literal("application/json"),
|
|
764
|
-
body: zod_1.z.unknown()
|
|
765
|
-
})
|
|
766
|
-
|
|
767
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.deleteFieldConfiguration.response", zod_1.z
|
|
768
|
-
.object({
|
|
684
|
+
body: zod_1.z.unknown()
|
|
685
|
+
}).describe("IssueFieldConfigurationsService.updateFieldConfiguration.response"));
|
|
686
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.deleteFieldConfiguration.response", zod_1.z.object({
|
|
769
687
|
status: zod_1.z.literal(204),
|
|
770
688
|
mediaType: zod_1.z.literal("application/json"),
|
|
771
|
-
body: zod_1.z.unknown()
|
|
772
|
-
})
|
|
773
|
-
|
|
774
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationItems.response", zod_1.z
|
|
775
|
-
.object({
|
|
689
|
+
body: zod_1.z.unknown()
|
|
690
|
+
}).describe("IssueFieldConfigurationsService.deleteFieldConfiguration.response"));
|
|
691
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationItems.response", zod_1.z.object({
|
|
776
692
|
status: zod_1.z.literal(200),
|
|
777
693
|
mediaType: zod_1.z.literal("application/json"),
|
|
778
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationItem")
|
|
779
|
-
})
|
|
780
|
-
|
|
781
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfigurationItems.response", zod_1.z
|
|
782
|
-
.object({
|
|
694
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationItem")
|
|
695
|
+
}).describe("IssueFieldConfigurationsService.getFieldConfigurationItems.response"));
|
|
696
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfigurationItems.response", zod_1.z.object({
|
|
783
697
|
status: zod_1.z.literal(204),
|
|
784
698
|
mediaType: zod_1.z.literal("application/json"),
|
|
785
|
-
body: zod_1.z.unknown()
|
|
786
|
-
})
|
|
787
|
-
|
|
788
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getAllFieldConfigurationSchemes.response", zod_1.z
|
|
789
|
-
.object({
|
|
699
|
+
body: zod_1.z.unknown()
|
|
700
|
+
}).describe("IssueFieldConfigurationsService.updateFieldConfigurationItems.response"));
|
|
701
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getAllFieldConfigurationSchemes.response", zod_1.z.object({
|
|
790
702
|
status: zod_1.z.literal(200),
|
|
791
703
|
mediaType: zod_1.z.literal("application/json"),
|
|
792
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationScheme")
|
|
793
|
-
})
|
|
794
|
-
|
|
795
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.createFieldConfigurationScheme.response", zod_1.z
|
|
796
|
-
.object({
|
|
704
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationScheme")
|
|
705
|
+
}).describe("IssueFieldConfigurationsService.getAllFieldConfigurationSchemes.response"));
|
|
706
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.createFieldConfigurationScheme.response", zod_1.z.object({
|
|
797
707
|
status: zod_1.z.literal(201),
|
|
798
708
|
mediaType: zod_1.z.literal("application/json"),
|
|
799
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldConfigurationScheme")
|
|
800
|
-
})
|
|
801
|
-
|
|
802
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfigurationScheme.response", zod_1.z
|
|
803
|
-
.object({
|
|
709
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FieldConfigurationScheme")
|
|
710
|
+
}).describe("IssueFieldConfigurationsService.createFieldConfigurationScheme.response"));
|
|
711
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.updateFieldConfigurationScheme.response", zod_1.z.object({
|
|
804
712
|
status: zod_1.z.literal(204),
|
|
805
713
|
mediaType: zod_1.z.literal("application/json"),
|
|
806
|
-
body: zod_1.z.unknown()
|
|
807
|
-
})
|
|
808
|
-
|
|
809
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.deleteFieldConfigurationScheme.response", zod_1.z
|
|
810
|
-
.object({
|
|
714
|
+
body: zod_1.z.unknown()
|
|
715
|
+
}).describe("IssueFieldConfigurationsService.updateFieldConfigurationScheme.response"));
|
|
716
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.deleteFieldConfigurationScheme.response", zod_1.z.object({
|
|
811
717
|
status: zod_1.z.literal(204),
|
|
812
718
|
mediaType: zod_1.z.literal("application/json"),
|
|
813
|
-
body: zod_1.z.unknown()
|
|
814
|
-
})
|
|
815
|
-
|
|
816
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.setFieldConfigurationSchemeMapping.response", zod_1.z
|
|
817
|
-
.object({
|
|
719
|
+
body: zod_1.z.unknown()
|
|
720
|
+
}).describe("IssueFieldConfigurationsService.deleteFieldConfigurationScheme.response"));
|
|
721
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.setFieldConfigurationSchemeMapping.response", zod_1.z.object({
|
|
818
722
|
status: zod_1.z.literal(204),
|
|
819
723
|
mediaType: zod_1.z.literal("application/json"),
|
|
820
|
-
body: zod_1.z.unknown()
|
|
821
|
-
})
|
|
822
|
-
|
|
823
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.removeIssueTypesFromGlobalFieldConfigurationScheme.response", zod_1.z
|
|
824
|
-
.object({
|
|
724
|
+
body: zod_1.z.unknown()
|
|
725
|
+
}).describe("IssueFieldConfigurationsService.setFieldConfigurationSchemeMapping.response"));
|
|
726
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.removeIssueTypesFromGlobalFieldConfigurationScheme.response", zod_1.z.object({
|
|
825
727
|
status: zod_1.z.literal(204),
|
|
826
728
|
mediaType: zod_1.z.literal("application/json"),
|
|
827
|
-
body: zod_1.z.unknown()
|
|
828
|
-
})
|
|
829
|
-
|
|
830
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationSchemeMappings.response", zod_1.z
|
|
831
|
-
.object({
|
|
729
|
+
body: zod_1.z.unknown()
|
|
730
|
+
}).describe("IssueFieldConfigurationsService.removeIssueTypesFromGlobalFieldConfigurationScheme.response"));
|
|
731
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationSchemeMappings.response", zod_1.z.object({
|
|
832
732
|
status: zod_1.z.literal(200),
|
|
833
733
|
mediaType: zod_1.z.literal("application/json"),
|
|
834
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationIssueTypeItem")
|
|
835
|
-
})
|
|
836
|
-
|
|
837
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationSchemeProjectMapping.response", zod_1.z
|
|
838
|
-
.object({
|
|
734
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationIssueTypeItem")
|
|
735
|
+
}).describe("IssueFieldConfigurationsService.getFieldConfigurationSchemeMappings.response"));
|
|
736
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.getFieldConfigurationSchemeProjectMapping.response", zod_1.z.object({
|
|
839
737
|
status: zod_1.z.literal(200),
|
|
840
738
|
mediaType: zod_1.z.literal("application/json"),
|
|
841
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationSchemeProjects")
|
|
842
|
-
})
|
|
843
|
-
|
|
844
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.assignFieldConfigurationSchemeToProject.response", zod_1.z
|
|
845
|
-
.object({
|
|
739
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanFieldConfigurationSchemeProjects")
|
|
740
|
+
}).describe("IssueFieldConfigurationsService.getFieldConfigurationSchemeProjectMapping.response"));
|
|
741
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueFieldConfigurationsService.assignFieldConfigurationSchemeToProject.response", zod_1.z.object({
|
|
846
742
|
status: zod_1.z.literal(204),
|
|
847
743
|
mediaType: zod_1.z.literal("application/json"),
|
|
848
|
-
body: zod_1.z.unknown()
|
|
849
|
-
})
|
|
850
|
-
|
|
851
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
852
|
-
issueFieldConfigurations_1.registerIssueFieldConfigurationsValidationSchemas,
|
|
853
|
-
]);
|
|
744
|
+
body: zod_1.z.unknown()
|
|
745
|
+
}).describe("IssueFieldConfigurationsService.assignFieldConfigurationSchemeToProject.response"));
|
|
746
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([issueFieldConfigurations_1.registerIssueFieldConfigurationsValidationSchemas]);
|
|
854
747
|
}
|
|
855
748
|
}
|
|
856
749
|
exports.IssueFieldConfigurationsService = IssueFieldConfigurationsService;
|