@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
|
@@ -29,13 +29,13 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
29
29
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-post
|
|
30
30
|
* @param params
|
|
31
31
|
*/
|
|
32
|
-
addScreenTab: ({ screenId, screenableTab
|
|
32
|
+
addScreenTab: ({ screenId, screenableTab }: {
|
|
33
33
|
/** The ID of the screen. */
|
|
34
34
|
screenId: number;
|
|
35
35
|
/**
|
|
36
36
|
* @example
|
|
37
37
|
* {
|
|
38
|
-
*
|
|
38
|
+
* "name": "Fields Tab"
|
|
39
39
|
* }
|
|
40
40
|
*/
|
|
41
41
|
screenableTab: ScreenableTab;
|
|
@@ -52,7 +52,7 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
52
52
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-delete
|
|
53
53
|
* @param params
|
|
54
54
|
*/
|
|
55
|
-
deleteScreenTab: ({ screenId, tabId
|
|
55
|
+
deleteScreenTab: ({ screenId, tabId }: {
|
|
56
56
|
/** The ID of the screen. */
|
|
57
57
|
screenId: number;
|
|
58
58
|
/** The ID of the screen tab. */
|
|
@@ -77,7 +77,7 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
77
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-get
|
|
78
78
|
* @param params
|
|
79
79
|
*/
|
|
80
|
-
getAllScreenTabs: ({ screenId, projectKey
|
|
80
|
+
getAllScreenTabs: ({ screenId, projectKey }: {
|
|
81
81
|
/** The ID of the screen. */
|
|
82
82
|
screenId: number;
|
|
83
83
|
/** The key of the project. */
|
|
@@ -120,7 +120,7 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
120
120
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-tabs-get
|
|
121
121
|
* @param params
|
|
122
122
|
*/
|
|
123
|
-
getBulkScreenTabs: ({ screenId, tabId, startAt, maxResult
|
|
123
|
+
getBulkScreenTabs: ({ screenId, tabId, startAt, maxResult }?: {
|
|
124
124
|
/**
|
|
125
125
|
* The list of screen IDs. To include multiple screen IDs, provide an
|
|
126
126
|
* ampersand-separated list. For example, `screenId=10000&screenId=10001`.
|
|
@@ -149,7 +149,7 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
149
149
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-move-pos-post
|
|
150
150
|
* @param params
|
|
151
151
|
*/
|
|
152
|
-
moveScreenTab: ({ screenId, tabId, pos
|
|
152
|
+
moveScreenTab: ({ screenId, tabId, pos }: {
|
|
153
153
|
/** The ID of the screen. */
|
|
154
154
|
screenId: number;
|
|
155
155
|
/** The ID of the screen tab. */
|
|
@@ -178,7 +178,7 @@ export declare class ScreenTabsService extends CommonHttpService {
|
|
|
178
178
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-put
|
|
179
179
|
* @param params
|
|
180
180
|
*/
|
|
181
|
-
renameScreenTab: ({ screenId, tabId, screenableTab
|
|
181
|
+
renameScreenTab: ({ screenId, tabId, screenableTab }: {
|
|
182
182
|
/** The ID of the screen. */
|
|
183
183
|
screenId: number;
|
|
184
184
|
/** The ID of the screen tab. */
|
|
@@ -4,11 +4,11 @@ exports.ScreenTabsService = 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 validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents the screen tabs used to record issue details. Use it
|
|
14
14
|
* to get, create, update, move, and delete screen tabs.
|
|
@@ -40,27 +40,22 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
40
40
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-post
|
|
41
41
|
* @param params
|
|
42
42
|
*/
|
|
43
|
-
this.addScreenTab = ({ screenId, screenableTab
|
|
44
|
-
return this.getClientInstance()
|
|
45
|
-
.request({
|
|
43
|
+
this.addScreenTab = ({ screenId, screenableTab }) => {
|
|
44
|
+
return this.getClientInstance().request({
|
|
46
45
|
path: "/rest/api/3/screens/{screenId}/tabs",
|
|
47
46
|
method: "POST",
|
|
48
47
|
pathParams: {
|
|
49
|
-
screenId
|
|
48
|
+
screenId
|
|
50
49
|
},
|
|
51
50
|
headers: {
|
|
52
|
-
"Content-Type": "application/json"
|
|
51
|
+
"Content-Type": "application/json"
|
|
53
52
|
},
|
|
54
|
-
body: screenableTab
|
|
55
|
-
})
|
|
56
|
-
.then(this.getClientInstance().responseHandler({
|
|
53
|
+
body: screenableTab
|
|
54
|
+
}).then(this.getClientInstance().responseHandler({
|
|
57
55
|
200: {
|
|
58
|
-
"application/json": "json"
|
|
59
|
-
}
|
|
60
|
-
}))
|
|
61
|
-
.then(commonHttpClient.castResponse())
|
|
62
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.addScreenTab.response")))
|
|
63
|
-
.then(commonHttpClient.getBody);
|
|
56
|
+
"application/json": "json"
|
|
57
|
+
}
|
|
58
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.addScreenTab.response"))).then(commonHttpClient.getBody);
|
|
64
59
|
};
|
|
65
60
|
/**
|
|
66
61
|
* Deletes a screen tab.
|
|
@@ -74,17 +69,15 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
74
69
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-delete
|
|
75
70
|
* @param params
|
|
76
71
|
*/
|
|
77
|
-
this.deleteScreenTab = ({ screenId, tabId
|
|
78
|
-
return this.getClientInstance()
|
|
79
|
-
.request({
|
|
72
|
+
this.deleteScreenTab = ({ screenId, tabId }) => {
|
|
73
|
+
return this.getClientInstance().request({
|
|
80
74
|
path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
|
|
81
75
|
method: "DELETE",
|
|
82
76
|
pathParams: {
|
|
83
77
|
screenId,
|
|
84
|
-
tabId
|
|
85
|
-
}
|
|
86
|
-
})
|
|
87
|
-
.then(commonHttpClient.discardResult);
|
|
78
|
+
tabId
|
|
79
|
+
}
|
|
80
|
+
}).then(commonHttpClient.discardResult);
|
|
88
81
|
};
|
|
89
82
|
/**
|
|
90
83
|
* Returns the list of tabs for a screen.
|
|
@@ -105,26 +98,21 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
98
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-get
|
|
106
99
|
* @param params
|
|
107
100
|
*/
|
|
108
|
-
this.getAllScreenTabs = ({ screenId, projectKey
|
|
109
|
-
return this.getClientInstance()
|
|
110
|
-
.request({
|
|
101
|
+
this.getAllScreenTabs = ({ screenId, projectKey }) => {
|
|
102
|
+
return this.getClientInstance().request({
|
|
111
103
|
path: "/rest/api/3/screens/{screenId}/tabs",
|
|
112
104
|
method: "GET",
|
|
113
105
|
pathParams: {
|
|
114
|
-
screenId
|
|
106
|
+
screenId
|
|
115
107
|
},
|
|
116
108
|
query: {
|
|
117
|
-
projectKey
|
|
118
|
-
}
|
|
119
|
-
})
|
|
120
|
-
.then(this.getClientInstance().responseHandler({
|
|
109
|
+
projectKey
|
|
110
|
+
}
|
|
111
|
+
}).then(this.getClientInstance().responseHandler({
|
|
121
112
|
200: {
|
|
122
|
-
"application/json": "json"
|
|
123
|
-
}
|
|
124
|
-
}))
|
|
125
|
-
.then(commonHttpClient.castResponse())
|
|
126
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getAllScreenTabs.response")))
|
|
127
|
-
.then(commonHttpClient.getBody);
|
|
113
|
+
"application/json": "json"
|
|
114
|
+
}
|
|
115
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getAllScreenTabs.response"))).then(commonHttpClient.getBody);
|
|
128
116
|
};
|
|
129
117
|
/**
|
|
130
118
|
* Returns the list of tabs for a bulk of screens.
|
|
@@ -163,26 +151,21 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
163
151
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-tabs-get
|
|
164
152
|
* @param params
|
|
165
153
|
*/
|
|
166
|
-
this.getBulkScreenTabs = ({ screenId, tabId, startAt, maxResult
|
|
167
|
-
return this.getClientInstance()
|
|
168
|
-
.request({
|
|
154
|
+
this.getBulkScreenTabs = ({ screenId, tabId, startAt, maxResult } = {}) => {
|
|
155
|
+
return this.getClientInstance().request({
|
|
169
156
|
path: "/rest/api/3/screens/tabs",
|
|
170
157
|
method: "GET",
|
|
171
158
|
query: {
|
|
172
159
|
screenId,
|
|
173
160
|
tabId,
|
|
174
161
|
startAt,
|
|
175
|
-
maxResult
|
|
176
|
-
}
|
|
177
|
-
})
|
|
178
|
-
.then(this.getClientInstance().responseHandler({
|
|
162
|
+
maxResult
|
|
163
|
+
}
|
|
164
|
+
}).then(this.getClientInstance().responseHandler({
|
|
179
165
|
200: {
|
|
180
|
-
"application/json": "json"
|
|
181
|
-
}
|
|
182
|
-
}))
|
|
183
|
-
.then(commonHttpClient.castResponse())
|
|
184
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getBulkScreenTabs.response")))
|
|
185
|
-
.then(commonHttpClient.getBody);
|
|
166
|
+
"application/json": "json"
|
|
167
|
+
}
|
|
168
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getBulkScreenTabs.response"))).then(commonHttpClient.getBody);
|
|
186
169
|
};
|
|
187
170
|
/**
|
|
188
171
|
* Moves a screen tab.
|
|
@@ -197,25 +180,20 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
197
180
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-move-pos-post
|
|
198
181
|
* @param params
|
|
199
182
|
*/
|
|
200
|
-
this.moveScreenTab = ({ screenId, tabId, pos
|
|
201
|
-
return this.getClientInstance()
|
|
202
|
-
.request({
|
|
183
|
+
this.moveScreenTab = ({ screenId, tabId, pos }) => {
|
|
184
|
+
return this.getClientInstance().request({
|
|
203
185
|
path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos}",
|
|
204
186
|
method: "POST",
|
|
205
187
|
pathParams: {
|
|
206
188
|
screenId,
|
|
207
189
|
tabId,
|
|
208
|
-
pos
|
|
209
|
-
}
|
|
210
|
-
})
|
|
211
|
-
.then(this.getClientInstance().responseHandler({
|
|
190
|
+
pos
|
|
191
|
+
}
|
|
192
|
+
}).then(this.getClientInstance().responseHandler({
|
|
212
193
|
204: {
|
|
213
|
-
"application/json": "json"
|
|
214
|
-
}
|
|
215
|
-
}))
|
|
216
|
-
.then(commonHttpClient.castResponse())
|
|
217
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.moveScreenTab.response")))
|
|
218
|
-
.then(commonHttpClient.getBody);
|
|
194
|
+
"application/json": "json"
|
|
195
|
+
}
|
|
196
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.moveScreenTab.response"))).then(commonHttpClient.getBody);
|
|
219
197
|
};
|
|
220
198
|
/**
|
|
221
199
|
* Updates the name of a screen tab.
|
|
@@ -238,66 +216,51 @@ class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
|
|
|
238
216
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-put
|
|
239
217
|
* @param params
|
|
240
218
|
*/
|
|
241
|
-
this.renameScreenTab = ({ screenId, tabId, screenableTab
|
|
242
|
-
return this.getClientInstance()
|
|
243
|
-
.request({
|
|
219
|
+
this.renameScreenTab = ({ screenId, tabId, screenableTab }) => {
|
|
220
|
+
return this.getClientInstance().request({
|
|
244
221
|
path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
|
|
245
222
|
method: "PUT",
|
|
246
223
|
pathParams: {
|
|
247
224
|
screenId,
|
|
248
|
-
tabId
|
|
225
|
+
tabId
|
|
249
226
|
},
|
|
250
227
|
headers: {
|
|
251
|
-
"Content-Type": "application/json"
|
|
228
|
+
"Content-Type": "application/json"
|
|
252
229
|
},
|
|
253
|
-
body: screenableTab
|
|
254
|
-
})
|
|
255
|
-
.then(this.getClientInstance().responseHandler({
|
|
230
|
+
body: screenableTab
|
|
231
|
+
}).then(this.getClientInstance().responseHandler({
|
|
256
232
|
200: {
|
|
257
|
-
"application/json": "json"
|
|
258
|
-
}
|
|
259
|
-
}))
|
|
260
|
-
.then(commonHttpClient.castResponse())
|
|
261
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.renameScreenTab.response")))
|
|
262
|
-
.then(commonHttpClient.getBody);
|
|
233
|
+
"application/json": "json"
|
|
234
|
+
}
|
|
235
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.renameScreenTab.response"))).then(commonHttpClient.getBody);
|
|
263
236
|
};
|
|
264
237
|
}
|
|
265
238
|
static initialize() {
|
|
266
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.getAllScreenTabs.response", zod_1.z
|
|
267
|
-
.object({
|
|
239
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.getAllScreenTabs.response", zod_1.z.object({
|
|
268
240
|
status: zod_1.z.literal(200),
|
|
269
241
|
mediaType: zod_1.z.literal("application/json"),
|
|
270
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab"))
|
|
271
|
-
})
|
|
272
|
-
|
|
273
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.addScreenTab.response", zod_1.z
|
|
274
|
-
.object({
|
|
242
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab"))
|
|
243
|
+
}).describe("ScreenTabsService.getAllScreenTabs.response"));
|
|
244
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.addScreenTab.response", zod_1.z.object({
|
|
275
245
|
status: zod_1.z.literal(200),
|
|
276
246
|
mediaType: zod_1.z.literal("application/json"),
|
|
277
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab")
|
|
278
|
-
})
|
|
279
|
-
|
|
280
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.renameScreenTab.response", zod_1.z
|
|
281
|
-
.object({
|
|
247
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab")
|
|
248
|
+
}).describe("ScreenTabsService.addScreenTab.response"));
|
|
249
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.renameScreenTab.response", zod_1.z.object({
|
|
282
250
|
status: zod_1.z.literal(200),
|
|
283
251
|
mediaType: zod_1.z.literal("application/json"),
|
|
284
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab")
|
|
285
|
-
})
|
|
286
|
-
|
|
287
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.moveScreenTab.response", zod_1.z
|
|
288
|
-
.object({
|
|
252
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ScreenableTab")
|
|
253
|
+
}).describe("ScreenTabsService.renameScreenTab.response"));
|
|
254
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.moveScreenTab.response", zod_1.z.object({
|
|
289
255
|
status: zod_1.z.literal(204),
|
|
290
256
|
mediaType: zod_1.z.literal("application/json"),
|
|
291
|
-
body: zod_1.z.unknown()
|
|
292
|
-
})
|
|
293
|
-
|
|
294
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.getBulkScreenTabs.response", zod_1.z
|
|
295
|
-
.object({
|
|
257
|
+
body: zod_1.z.unknown()
|
|
258
|
+
}).describe("ScreenTabsService.moveScreenTab.response"));
|
|
259
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.getBulkScreenTabs.response", zod_1.z.object({
|
|
296
260
|
status: zod_1.z.literal(200),
|
|
297
261
|
mediaType: zod_1.z.literal("application/json"),
|
|
298
|
-
body: zod_1.z.unknown()
|
|
299
|
-
})
|
|
300
|
-
.describe("ScreenTabsService.getBulkScreenTabs.response"));
|
|
262
|
+
body: zod_1.z.unknown()
|
|
263
|
+
}).describe("ScreenTabsService.getBulkScreenTabs.response"));
|
|
301
264
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
|
|
302
265
|
}
|
|
303
266
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenTabsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"ScreenTabsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type ScreenableField } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type PageBeanScreenWithTab, type PageBeanScreen, type ScreenDetails, type Screen, type UpdateScreenDetails } from "../models/screens";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents the screens used to record issue details. Use it to:
|
|
6
6
|
*
|
|
@@ -28,7 +28,7 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
28
28
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-addtodefault-fieldid-post
|
|
29
29
|
* @param params
|
|
30
30
|
*/
|
|
31
|
-
addFieldToDefaultScreen: ({ fieldId
|
|
31
|
+
addFieldToDefaultScreen: ({ fieldId }: {
|
|
32
32
|
/** The ID of the field. */
|
|
33
33
|
fieldId: string;
|
|
34
34
|
}) => Promise<unknown>;
|
|
@@ -54,12 +54,12 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
54
54
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-post
|
|
55
55
|
* @param params
|
|
56
56
|
*/
|
|
57
|
-
createScreen: ({ screenDetails
|
|
57
|
+
createScreen: ({ screenDetails }: {
|
|
58
58
|
/**
|
|
59
59
|
* @example
|
|
60
60
|
* {
|
|
61
|
-
*
|
|
62
|
-
*
|
|
61
|
+
* "description": "Enables changes to resolution and linked issues.",
|
|
62
|
+
* "name": "Resolve Security Issue Screen"
|
|
63
63
|
* }
|
|
64
64
|
*/
|
|
65
65
|
screenDetails: ScreenDetails;
|
|
@@ -76,7 +76,7 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
76
76
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-delete
|
|
77
77
|
* @param params
|
|
78
78
|
*/
|
|
79
|
-
deleteScreen: ({ screenId
|
|
79
|
+
deleteScreen: ({ screenId }: {
|
|
80
80
|
/** The ID of the screen. */
|
|
81
81
|
screenId: number;
|
|
82
82
|
}) => Promise<void>;
|
|
@@ -93,7 +93,7 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
93
93
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-availablefields-get
|
|
94
94
|
* @param params
|
|
95
95
|
*/
|
|
96
|
-
getAvailableScreenFields: ({ screenId
|
|
96
|
+
getAvailableScreenFields: ({ screenId }: {
|
|
97
97
|
/** The ID of the screen. */
|
|
98
98
|
screenId: number;
|
|
99
99
|
}) => Promise<ScreenableField[]>;
|
|
@@ -139,7 +139,7 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
139
139
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-get
|
|
140
140
|
* @param params
|
|
141
141
|
*/
|
|
142
|
-
getScreens: ({ startAt, maxResults, id, queryString, scope, orderBy
|
|
142
|
+
getScreens: ({ startAt, maxResults, id, queryString, scope, orderBy }?: {
|
|
143
143
|
/** The index of the first item to return in a page of results (page offset). */
|
|
144
144
|
startAt?: number | undefined;
|
|
145
145
|
/** The maximum number of items to return per page. */
|
|
@@ -198,7 +198,7 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
198
198
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-field-fieldid-screens-get
|
|
199
199
|
* @param params
|
|
200
200
|
*/
|
|
201
|
-
getScreensForField: ({ fieldId, startAt, maxResults, expand
|
|
201
|
+
getScreensForField: ({ fieldId, startAt, maxResults, expand }: {
|
|
202
202
|
/** The ID of the field to return screens for. */
|
|
203
203
|
fieldId: string;
|
|
204
204
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -234,14 +234,14 @@ export declare class ScreensService extends CommonHttpService {
|
|
|
234
234
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-put
|
|
235
235
|
* @param params
|
|
236
236
|
*/
|
|
237
|
-
updateScreen: ({ screenId, updateScreenDetails
|
|
237
|
+
updateScreen: ({ screenId, updateScreenDetails }: {
|
|
238
238
|
/** The ID of the screen. */
|
|
239
239
|
screenId: number;
|
|
240
240
|
/**
|
|
241
241
|
* @example
|
|
242
242
|
* {
|
|
243
|
-
*
|
|
244
|
-
*
|
|
243
|
+
* "description": "Enables changes to resolution and linked issues for accessibility related issues.",
|
|
244
|
+
* "name": "Resolve Accessibility Issue Screen"
|
|
245
245
|
* }
|
|
246
246
|
*/
|
|
247
247
|
updateScreenDetails: UpdateScreenDetails;
|