@resolution/jira-api-client 0.10.0 → 0.11.1
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/lib/openapi/core/CommonHttpClient.d.ts +19 -19
- package/lib/openapi/core/CommonHttpClient.js +148 -233
- 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 +2 -2
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -4
- 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 +1 -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 +1 -1
- 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 +3 -3
- package/lib/openapi/platform/models/common.js +250 -603
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -1
- package/lib/openapi/platform/models/dashboards.js +91 -215
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +1 -1
- 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 +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.js +193 -457
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- 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 +2 -2
- package/lib/openapi/platform/models/issues.js +233 -542
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +1 -1
- 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 +1 -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 +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.js +28 -67
- 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 +1 -1
- 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 +1 -1
- package/lib/openapi/platform/models/plans.js +134 -297
- package/lib/openapi/platform/models/plans.js.map +1 -1
- 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 +1 -1
- package/lib/openapi/platform/models/projects.js +29 -111
- 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 +1 -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 +1 -1
- package/lib/openapi/platform/models/teamsInPlan.js +21 -47
- package/lib/openapi/platform/models/teamsInPlan.js.map +1 -1
- 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 +2 -2
- package/lib/openapi/platform/models/workflows.js +275 -651
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +1 -1
- 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 +3 -3
- package/lib/openapi/platform/services/AppMigrationService.js +30 -48
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +7 -7
- package/lib/openapi/platform/services/AppPropertiesService.js +64 -101
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.js +21 -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 +18 -18
- 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 +6 -6
- package/lib/openapi/platform/services/FilterSharingService.js +61 -101
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +14 -14
- package/lib/openapi/platform/services/FiltersService.js +141 -225
- 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 +9 -9
- 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 +8 -8
- package/lib/openapi/platform/services/IssueAttachmentsService.js +87 -142
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +79 -130
- 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 +7 -7
- 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 +4 -4
- 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 +14 -14
- 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 +9 -9
- 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 +8 -8
- 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 +2 -2
- 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 +16 -16
- 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 +9 -9
- package/lib/openapi/platform/services/IssueFieldsService.js +95 -156
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +4 -4
- 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 +4 -4
- 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 +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +15 -24
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +9 -9
- 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 +8 -8
- package/lib/openapi/platform/services/IssuePrioritiesService.js +83 -137
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +10 -10
- 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 +7 -7
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +64 -101
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueResolutionsService.js +84 -138
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +9 -9
- 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 +16 -16
- 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 +5 -5
- 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 +11 -11
- 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 +13 -13
- 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 +8 -8
- package/lib/openapi/platform/services/IssueTypesService.js +85 -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 +5 -5
- 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 +11 -11
- package/lib/openapi/platform/services/IssueWorklogsService.js +106 -164
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +23 -23
- package/lib/openapi/platform/services/IssuesService.js +265 -424
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +4 -4
- 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 +3 -3
- package/lib/openapi/platform/services/JiraSettingsService.js +43 -73
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +4 -4
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +41 -66
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +6 -6
- 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 +5 -5
- 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 +10 -10
- package/lib/openapi/platform/services/PermissionSchemesService.js +97 -153
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +4 -4
- 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 +8 -8
- package/lib/openapi/platform/services/PlansService.js +80 -129
- package/lib/openapi/platform/services/PlansService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +9 -9
- 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 +4 -4
- 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 +4 -4
- package/lib/openapi/platform/services/ProjectCategoriesService.js +49 -79
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +3 -3
- 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 +9 -9
- package/lib/openapi/platform/services/ProjectComponentsService.js +88 -142
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +2 -2
- 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 +2 -2
- 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 +5 -5
- 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 +5 -5
- 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 +7 -7
- 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 +9 -9
- package/lib/openapi/platform/services/ProjectRolesService.js +98 -159
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +2 -2
- package/lib/openapi/platform/services/ProjectTypesService.js +42 -72
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +16 -16
- package/lib/openapi/platform/services/ProjectVersionsService.js +164 -262
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +15 -15
- package/lib/openapi/platform/services/ProjectsService.js +138 -222
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +4 -4
- 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 +4 -4
- 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 +6 -6
- 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 +8 -8
- 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 +1 -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 +6 -6
- package/lib/openapi/platform/services/StatusService.js +56 -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 +10 -10
- package/lib/openapi/platform/services/TeamsInPlanService.js +106 -171
- package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +2 -2
- package/lib/openapi/platform/services/TimeTrackingService.js +54 -92
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +5 -5
- 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 +9 -9
- package/lib/openapi/platform/services/UserSearchService.js +90 -149
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +15 -15
- package/lib/openapi/platform/services/UsersService.js +134 -218
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +6 -6
- 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 +15 -15
- 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 +2 -2
- 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 +18 -18
- package/lib/openapi/platform/services/WorkflowSchemesService.js +196 -313
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +21 -35
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.js +21 -35
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +46 -71
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +4 -4
- 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 +11 -11
- package/lib/openapi/platform/services/WorkflowsService.js +107 -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 +3 -3
- 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 +1 -1
- 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 +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +12 -19
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +16 -16
- 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 +29 -29
- package/lib/openapi/serviceManagement/services/RequestService.js +309 -493
- 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 +22 -22
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +214 -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 +2 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- 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 +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +3 -3
- 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 +27 -27
- 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 +8 -8
- 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 +4 -4
- 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 +10 -10
- 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 +5 -5
- 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 +13 -13
- 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 +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlansService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PlansService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"PlansService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PlansService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as commonHttpClient from "../../core/CommonHttpClient";
|
|
2
2
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
3
3
|
import { type PageBeanProject } from "../models/common";
|
|
4
|
-
import { type
|
|
4
|
+
import { type PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, type CreatePrioritySchemeDetails, type PrioritySchemeId, type UpdatePrioritySchemeRequestBean, type UpdatePrioritySchemeResponseBean, type PageBeanPriorityWithSequence, type SuggestedMappingsRequestBean } from "../models/prioritySchemes";
|
|
5
5
|
/**
|
|
6
6
|
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
7
7
|
* and related information, and to create, update and delete priority schemes.
|
|
@@ -56,7 +56,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
56
56
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-post
|
|
57
57
|
* @param params
|
|
58
58
|
*/
|
|
59
|
-
createPriorityScheme: ({ createPrioritySchemeDetails
|
|
59
|
+
createPriorityScheme: ({ createPrioritySchemeDetails }: {
|
|
60
60
|
/**
|
|
61
61
|
* @example
|
|
62
62
|
* {
|
|
@@ -105,7 +105,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
105
105
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-delete
|
|
106
106
|
* @param params
|
|
107
107
|
*/
|
|
108
|
-
deletePriorityScheme: ({ schemeId
|
|
108
|
+
deletePriorityScheme: ({ schemeId }: {
|
|
109
109
|
/** The priority scheme ID. */
|
|
110
110
|
schemeId: number;
|
|
111
111
|
}) => Promise<void>;
|
|
@@ -156,7 +156,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
156
156
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-priorities-available-get
|
|
157
157
|
* @param params
|
|
158
158
|
*/
|
|
159
|
-
getAvailablePrioritiesByPriorityScheme: ({ startAt, maxResults, query, schemeId, exclude
|
|
159
|
+
getAvailablePrioritiesByPriorityScheme: ({ startAt, maxResults, query, schemeId, exclude }: {
|
|
160
160
|
/** The index of the first item to return in a page of results (page offset). */
|
|
161
161
|
startAt?: string | undefined;
|
|
162
162
|
/** The maximum number of items to return per page. */
|
|
@@ -214,7 +214,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
214
214
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-priorities-get
|
|
215
215
|
* @param params
|
|
216
216
|
*/
|
|
217
|
-
getPrioritiesByPriorityScheme: ({ schemeId, startAt, maxResults
|
|
217
|
+
getPrioritiesByPriorityScheme: ({ schemeId, startAt, maxResults }: {
|
|
218
218
|
/** The priority scheme ID. */
|
|
219
219
|
schemeId: string;
|
|
220
220
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -309,7 +309,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
309
309
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-get
|
|
310
310
|
* @param params
|
|
311
311
|
*/
|
|
312
|
-
getPrioritySchemes: ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand
|
|
312
|
+
getPrioritySchemes: ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand }?: {
|
|
313
313
|
/** The index of the first item to return in a page of results (page offset). */
|
|
314
314
|
startAt?: string | undefined;
|
|
315
315
|
/** The maximum number of items to return per page. */
|
|
@@ -378,7 +378,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
378
378
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-projects-get
|
|
379
379
|
* @param params
|
|
380
380
|
*/
|
|
381
|
-
getProjectsByPriorityScheme: ({ schemeId, startAt, maxResults, projectId, query
|
|
381
|
+
getProjectsByPriorityScheme: ({ schemeId, startAt, maxResults, projectId, query }: {
|
|
382
382
|
/** The priority scheme ID. */
|
|
383
383
|
schemeId: string;
|
|
384
384
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -438,7 +438,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
438
438
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-mappings-post
|
|
439
439
|
* @param params
|
|
440
440
|
*/
|
|
441
|
-
suggestedPrioritiesForMappings: ({ suggestedMappingsRequestBean
|
|
441
|
+
suggestedPrioritiesForMappings: ({ suggestedMappingsRequestBean }: {
|
|
442
442
|
/**
|
|
443
443
|
* @example
|
|
444
444
|
* {
|
|
@@ -560,7 +560,7 @@ export declare class PrioritySchemesService extends CommonHttpService {
|
|
|
560
560
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-put
|
|
561
561
|
* @param params
|
|
562
562
|
*/
|
|
563
|
-
updatePriorityScheme: ({ schemeId, updatePrioritySchemeRequestBean
|
|
563
|
+
updatePriorityScheme: ({ schemeId, updatePrioritySchemeRequestBean }: {
|
|
564
564
|
/** The ID of the priority scheme. */
|
|
565
565
|
schemeId: number;
|
|
566
566
|
/**
|
|
@@ -4,12 +4,12 @@ exports.PrioritySchemesService = 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 prioritySchemes_1 = require("../models/prioritySchemes");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents issue priority schemes. Use it to get priority schemes
|
|
15
15
|
* and related information, and to create, update and delete priority schemes.
|
|
@@ -66,26 +66,22 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
66
66
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-post
|
|
67
67
|
* @param params
|
|
68
68
|
*/
|
|
69
|
-
this.createPriorityScheme = ({ createPrioritySchemeDetails
|
|
70
|
-
return this.getClientInstance()
|
|
71
|
-
.request({
|
|
69
|
+
this.createPriorityScheme = ({ createPrioritySchemeDetails }) => {
|
|
70
|
+
return this.getClientInstance().request({
|
|
72
71
|
path: "/rest/api/3/priorityscheme",
|
|
73
72
|
method: "POST",
|
|
74
73
|
headers: {
|
|
75
|
-
"Content-Type": "application/json"
|
|
74
|
+
"Content-Type": "application/json"
|
|
76
75
|
},
|
|
77
|
-
body: createPrioritySchemeDetails
|
|
78
|
-
})
|
|
79
|
-
.then(this.getClientInstance().responseHandler({
|
|
76
|
+
body: createPrioritySchemeDetails
|
|
77
|
+
}).then(this.getClientInstance().responseHandler({
|
|
80
78
|
201: {
|
|
81
|
-
"application/json": "json"
|
|
79
|
+
"application/json": "json"
|
|
82
80
|
},
|
|
83
81
|
202: {
|
|
84
|
-
"application/json": "json"
|
|
85
|
-
}
|
|
86
|
-
}))
|
|
87
|
-
.then(commonHttpClient.castResponse())
|
|
88
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.createPriorityScheme.response")));
|
|
82
|
+
"application/json": "json"
|
|
83
|
+
}
|
|
84
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.createPriorityScheme.response")));
|
|
89
85
|
};
|
|
90
86
|
/**
|
|
91
87
|
* Deletes a priority scheme.
|
|
@@ -102,23 +98,18 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
102
98
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-delete
|
|
103
99
|
* @param params
|
|
104
100
|
*/
|
|
105
|
-
this.deletePriorityScheme = ({ schemeId
|
|
106
|
-
return this.getClientInstance()
|
|
107
|
-
.request({
|
|
101
|
+
this.deletePriorityScheme = ({ schemeId }) => {
|
|
102
|
+
return this.getClientInstance().request({
|
|
108
103
|
path: "/rest/api/3/priorityscheme/{schemeId}",
|
|
109
104
|
method: "DELETE",
|
|
110
105
|
pathParams: {
|
|
111
|
-
schemeId
|
|
112
|
-
}
|
|
113
|
-
})
|
|
114
|
-
.then(this.getClientInstance().responseHandler({
|
|
106
|
+
schemeId
|
|
107
|
+
}
|
|
108
|
+
}).then(this.getClientInstance().responseHandler({
|
|
115
109
|
204: {
|
|
116
|
-
"application/json": "json"
|
|
117
|
-
}
|
|
118
|
-
}))
|
|
119
|
-
.then(commonHttpClient.castResponse())
|
|
120
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.deletePriorityScheme.response")))
|
|
121
|
-
.then(commonHttpClient.getBody);
|
|
110
|
+
"application/json": "json"
|
|
111
|
+
}
|
|
112
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.deletePriorityScheme.response"))).then(commonHttpClient.getBody);
|
|
122
113
|
};
|
|
123
114
|
/**
|
|
124
115
|
* Returns a [paginated](#pagination) list of priorities available for adding to a
|
|
@@ -167,9 +158,8 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
167
158
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-priorities-available-get
|
|
168
159
|
* @param params
|
|
169
160
|
*/
|
|
170
|
-
this.getAvailablePrioritiesByPriorityScheme = ({ startAt, maxResults, query, schemeId, exclude
|
|
171
|
-
return this.getClientInstance()
|
|
172
|
-
.request({
|
|
161
|
+
this.getAvailablePrioritiesByPriorityScheme = ({ startAt, maxResults, query, schemeId, exclude }) => {
|
|
162
|
+
return this.getClientInstance().request({
|
|
173
163
|
path: "/rest/api/3/priorityscheme/priorities/available",
|
|
174
164
|
method: "GET",
|
|
175
165
|
query: {
|
|
@@ -177,17 +167,13 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
177
167
|
maxResults,
|
|
178
168
|
query,
|
|
179
169
|
schemeId,
|
|
180
|
-
exclude
|
|
181
|
-
}
|
|
182
|
-
})
|
|
183
|
-
.then(this.getClientInstance().responseHandler({
|
|
170
|
+
exclude
|
|
171
|
+
}
|
|
172
|
+
}).then(this.getClientInstance().responseHandler({
|
|
184
173
|
200: {
|
|
185
|
-
"application/json": "json"
|
|
186
|
-
}
|
|
187
|
-
}))
|
|
188
|
-
.then(commonHttpClient.castResponse())
|
|
189
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getAvailablePrioritiesByPriorityScheme.response")))
|
|
190
|
-
.then(commonHttpClient.getBody);
|
|
174
|
+
"application/json": "json"
|
|
175
|
+
}
|
|
176
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getAvailablePrioritiesByPriorityScheme.response"))).then(commonHttpClient.getBody);
|
|
191
177
|
};
|
|
192
178
|
/**
|
|
193
179
|
* Returns a [paginated](#pagination) list of priorities by scheme.
|
|
@@ -235,27 +221,22 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
235
221
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-priorities-get
|
|
236
222
|
* @param params
|
|
237
223
|
*/
|
|
238
|
-
this.getPrioritiesByPriorityScheme = ({ schemeId, startAt, maxResults
|
|
239
|
-
return this.getClientInstance()
|
|
240
|
-
.request({
|
|
224
|
+
this.getPrioritiesByPriorityScheme = ({ schemeId, startAt, maxResults }) => {
|
|
225
|
+
return this.getClientInstance().request({
|
|
241
226
|
path: "/rest/api/3/priorityscheme/{schemeId}/priorities",
|
|
242
227
|
method: "GET",
|
|
243
228
|
pathParams: {
|
|
244
|
-
schemeId
|
|
229
|
+
schemeId
|
|
245
230
|
},
|
|
246
231
|
query: {
|
|
247
232
|
startAt,
|
|
248
|
-
maxResults
|
|
249
|
-
}
|
|
250
|
-
})
|
|
251
|
-
.then(this.getClientInstance().responseHandler({
|
|
233
|
+
maxResults
|
|
234
|
+
}
|
|
235
|
+
}).then(this.getClientInstance().responseHandler({
|
|
252
236
|
200: {
|
|
253
|
-
"application/json": "json"
|
|
254
|
-
}
|
|
255
|
-
}))
|
|
256
|
-
.then(commonHttpClient.castResponse())
|
|
257
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getPrioritiesByPriorityScheme.response")))
|
|
258
|
-
.then(commonHttpClient.getBody);
|
|
237
|
+
"application/json": "json"
|
|
238
|
+
}
|
|
239
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getPrioritiesByPriorityScheme.response"))).then(commonHttpClient.getBody);
|
|
259
240
|
};
|
|
260
241
|
/**
|
|
261
242
|
* Returns a [paginated](#pagination) list of priority schemes.
|
|
@@ -344,9 +325,8 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
344
325
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-get
|
|
345
326
|
* @param params
|
|
346
327
|
*/
|
|
347
|
-
this.getPrioritySchemes = ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand
|
|
348
|
-
return this.getClientInstance()
|
|
349
|
-
.request({
|
|
328
|
+
this.getPrioritySchemes = ({ startAt, maxResults, priorityId, schemeId, schemeName, onlyDefault, orderBy, expand } = {}) => {
|
|
329
|
+
return this.getClientInstance().request({
|
|
350
330
|
path: "/rest/api/3/priorityscheme",
|
|
351
331
|
method: "GET",
|
|
352
332
|
query: {
|
|
@@ -357,17 +337,13 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
357
337
|
schemeName,
|
|
358
338
|
onlyDefault,
|
|
359
339
|
orderBy,
|
|
360
|
-
expand
|
|
361
|
-
}
|
|
362
|
-
})
|
|
363
|
-
.then(this.getClientInstance().responseHandler({
|
|
340
|
+
expand
|
|
341
|
+
}
|
|
342
|
+
}).then(this.getClientInstance().responseHandler({
|
|
364
343
|
200: {
|
|
365
|
-
"application/json": "json"
|
|
366
|
-
}
|
|
367
|
-
}))
|
|
368
|
-
.then(commonHttpClient.castResponse())
|
|
369
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getPrioritySchemes.response")))
|
|
370
|
-
.then(commonHttpClient.getBody);
|
|
344
|
+
"application/json": "json"
|
|
345
|
+
}
|
|
346
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getPrioritySchemes.response"))).then(commonHttpClient.getBody);
|
|
371
347
|
};
|
|
372
348
|
/**
|
|
373
349
|
* Returns a [paginated](#pagination) list of projects by scheme.
|
|
@@ -410,29 +386,24 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
410
386
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-projects-get
|
|
411
387
|
* @param params
|
|
412
388
|
*/
|
|
413
|
-
this.getProjectsByPriorityScheme = ({ schemeId, startAt, maxResults, projectId, query
|
|
414
|
-
return this.getClientInstance()
|
|
415
|
-
.request({
|
|
389
|
+
this.getProjectsByPriorityScheme = ({ schemeId, startAt, maxResults, projectId, query }) => {
|
|
390
|
+
return this.getClientInstance().request({
|
|
416
391
|
path: "/rest/api/3/priorityscheme/{schemeId}/projects",
|
|
417
392
|
method: "GET",
|
|
418
393
|
pathParams: {
|
|
419
|
-
schemeId
|
|
394
|
+
schemeId
|
|
420
395
|
},
|
|
421
396
|
query: {
|
|
422
397
|
startAt,
|
|
423
398
|
maxResults,
|
|
424
399
|
projectId,
|
|
425
|
-
query
|
|
426
|
-
}
|
|
427
|
-
})
|
|
428
|
-
.then(this.getClientInstance().responseHandler({
|
|
400
|
+
query
|
|
401
|
+
}
|
|
402
|
+
}).then(this.getClientInstance().responseHandler({
|
|
429
403
|
200: {
|
|
430
|
-
"application/json": "json"
|
|
431
|
-
}
|
|
432
|
-
}))
|
|
433
|
-
.then(commonHttpClient.castResponse())
|
|
434
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getProjectsByPriorityScheme.response")))
|
|
435
|
-
.then(commonHttpClient.getBody);
|
|
404
|
+
"application/json": "json"
|
|
405
|
+
}
|
|
406
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.getProjectsByPriorityScheme.response"))).then(commonHttpClient.getBody);
|
|
436
407
|
};
|
|
437
408
|
/**
|
|
438
409
|
* Returns a [paginated](#pagination) list of priorities that would require
|
|
@@ -482,24 +453,19 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
482
453
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-mappings-post
|
|
483
454
|
* @param params
|
|
484
455
|
*/
|
|
485
|
-
this.suggestedPrioritiesForMappings = ({ suggestedMappingsRequestBean
|
|
486
|
-
return this.getClientInstance()
|
|
487
|
-
.request({
|
|
456
|
+
this.suggestedPrioritiesForMappings = ({ suggestedMappingsRequestBean }) => {
|
|
457
|
+
return this.getClientInstance().request({
|
|
488
458
|
path: "/rest/api/3/priorityscheme/mappings",
|
|
489
459
|
method: "POST",
|
|
490
460
|
headers: {
|
|
491
|
-
"Content-Type": "application/json"
|
|
461
|
+
"Content-Type": "application/json"
|
|
492
462
|
},
|
|
493
|
-
body: suggestedMappingsRequestBean
|
|
494
|
-
})
|
|
495
|
-
.then(this.getClientInstance().responseHandler({
|
|
463
|
+
body: suggestedMappingsRequestBean
|
|
464
|
+
}).then(this.getClientInstance().responseHandler({
|
|
496
465
|
200: {
|
|
497
|
-
"application/json": "json"
|
|
498
|
-
}
|
|
499
|
-
}))
|
|
500
|
-
.then(commonHttpClient.castResponse())
|
|
501
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.suggestedPrioritiesForMappings.response")))
|
|
502
|
-
.then(commonHttpClient.getBody);
|
|
466
|
+
"application/json": "json"
|
|
467
|
+
}
|
|
468
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.suggestedPrioritiesForMappings.response"))).then(commonHttpClient.getBody);
|
|
503
469
|
};
|
|
504
470
|
/**
|
|
505
471
|
* Updates a priority scheme. This includes its details, the lists of priorities
|
|
@@ -598,44 +564,35 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
598
564
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes#api-rest-api-3-priorityscheme-schemeid-put
|
|
599
565
|
* @param params
|
|
600
566
|
*/
|
|
601
|
-
this.updatePriorityScheme = ({ schemeId, updatePrioritySchemeRequestBean
|
|
602
|
-
return this.getClientInstance()
|
|
603
|
-
.request({
|
|
567
|
+
this.updatePriorityScheme = ({ schemeId, updatePrioritySchemeRequestBean }) => {
|
|
568
|
+
return this.getClientInstance().request({
|
|
604
569
|
path: "/rest/api/3/priorityscheme/{schemeId}",
|
|
605
570
|
method: "PUT",
|
|
606
571
|
pathParams: {
|
|
607
|
-
schemeId
|
|
572
|
+
schemeId
|
|
608
573
|
},
|
|
609
574
|
headers: {
|
|
610
|
-
"Content-Type": "application/json"
|
|
575
|
+
"Content-Type": "application/json"
|
|
611
576
|
},
|
|
612
|
-
body: updatePrioritySchemeRequestBean
|
|
613
|
-
})
|
|
614
|
-
.then(this.getClientInstance().responseHandler({
|
|
577
|
+
body: updatePrioritySchemeRequestBean
|
|
578
|
+
}).then(this.getClientInstance().responseHandler({
|
|
615
579
|
202: {
|
|
616
|
-
"application/json": "json"
|
|
617
|
-
}
|
|
618
|
-
}))
|
|
619
|
-
.then(commonHttpClient.castResponse())
|
|
620
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.updatePriorityScheme.response")))
|
|
621
|
-
.then(commonHttpClient.getBody);
|
|
580
|
+
"application/json": "json"
|
|
581
|
+
}
|
|
582
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("PrioritySchemesService.updatePriorityScheme.response"))).then(commonHttpClient.getBody);
|
|
622
583
|
};
|
|
623
584
|
}
|
|
624
585
|
static initialize() {
|
|
625
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getPrioritySchemes.response", zod_1.z
|
|
626
|
-
.object({
|
|
586
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getPrioritySchemes.response", zod_1.z.object({
|
|
627
587
|
status: zod_1.z.literal(200),
|
|
628
588
|
mediaType: zod_1.z.literal("application/json"),
|
|
629
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects")
|
|
630
|
-
})
|
|
631
|
-
|
|
632
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.createPriorityScheme.response", zod_1.z
|
|
633
|
-
.object({
|
|
589
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects")
|
|
590
|
+
}).describe("PrioritySchemesService.getPrioritySchemes.response"));
|
|
591
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.createPriorityScheme.response", zod_1.z.object({
|
|
634
592
|
status: zod_1.z.number(),
|
|
635
593
|
mediaType: zod_1.z.string(),
|
|
636
|
-
body: zod_1.z.unknown()
|
|
637
|
-
})
|
|
638
|
-
.superRefine(({ status: status, body: body }, ctx) => {
|
|
594
|
+
body: zod_1.z.unknown()
|
|
595
|
+
}).superRefine(({ status: status, body: body }, ctx) => {
|
|
639
596
|
if (status === 201 || status === 202) {
|
|
640
597
|
validationSchemaStorage_1.validationSchemaStorage.lazy("PrioritySchemeId").parse(body);
|
|
641
598
|
}
|
|
@@ -643,57 +600,41 @@ class PrioritySchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
643
600
|
ctx.addIssue({
|
|
644
601
|
code: zod_1.z.ZodIssueCode.custom,
|
|
645
602
|
path: ["status"],
|
|
646
|
-
message: `Unexpected status code: ${status}
|
|
603
|
+
message: `Unexpected status code: ${status}`
|
|
647
604
|
});
|
|
648
605
|
}
|
|
649
|
-
})
|
|
650
|
-
|
|
651
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.updatePriorityScheme.response", zod_1.z
|
|
652
|
-
.object({
|
|
606
|
+
}).describe("PrioritySchemesService.createPriorityScheme.response"));
|
|
607
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.updatePriorityScheme.response", zod_1.z.object({
|
|
653
608
|
status: zod_1.z.literal(202),
|
|
654
609
|
mediaType: zod_1.z.literal("application/json"),
|
|
655
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("UpdatePrioritySchemeResponseBean")
|
|
656
|
-
})
|
|
657
|
-
|
|
658
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.deletePriorityScheme.response", zod_1.z
|
|
659
|
-
.object({
|
|
610
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("UpdatePrioritySchemeResponseBean")
|
|
611
|
+
}).describe("PrioritySchemesService.updatePriorityScheme.response"));
|
|
612
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.deletePriorityScheme.response", zod_1.z.object({
|
|
660
613
|
status: zod_1.z.literal(204),
|
|
661
614
|
mediaType: zod_1.z.literal("application/json"),
|
|
662
|
-
body: zod_1.z.unknown()
|
|
663
|
-
})
|
|
664
|
-
|
|
665
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getPrioritiesByPriorityScheme.response", zod_1.z
|
|
666
|
-
.object({
|
|
615
|
+
body: zod_1.z.unknown()
|
|
616
|
+
}).describe("PrioritySchemesService.deletePriorityScheme.response"));
|
|
617
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getPrioritiesByPriorityScheme.response", zod_1.z.object({
|
|
667
618
|
status: zod_1.z.literal(200),
|
|
668
619
|
mediaType: zod_1.z.literal("application/json"),
|
|
669
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
670
|
-
})
|
|
671
|
-
|
|
672
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getProjectsByPriorityScheme.response", zod_1.z
|
|
673
|
-
.object({
|
|
620
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
621
|
+
}).describe("PrioritySchemesService.getPrioritiesByPriorityScheme.response"));
|
|
622
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getProjectsByPriorityScheme.response", zod_1.z.object({
|
|
674
623
|
status: zod_1.z.literal(200),
|
|
675
624
|
mediaType: zod_1.z.literal("application/json"),
|
|
676
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanProject")
|
|
677
|
-
})
|
|
678
|
-
|
|
679
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.suggestedPrioritiesForMappings.response", zod_1.z
|
|
680
|
-
.object({
|
|
625
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanProject")
|
|
626
|
+
}).describe("PrioritySchemesService.getProjectsByPriorityScheme.response"));
|
|
627
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.suggestedPrioritiesForMappings.response", zod_1.z.object({
|
|
681
628
|
status: zod_1.z.literal(200),
|
|
682
629
|
mediaType: zod_1.z.literal("application/json"),
|
|
683
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
684
|
-
})
|
|
685
|
-
|
|
686
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getAvailablePrioritiesByPriorityScheme.response", zod_1.z
|
|
687
|
-
.object({
|
|
630
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
631
|
+
}).describe("PrioritySchemesService.suggestedPrioritiesForMappings.response"));
|
|
632
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("PrioritySchemesService.getAvailablePrioritiesByPriorityScheme.response", zod_1.z.object({
|
|
688
633
|
status: zod_1.z.literal(200),
|
|
689
634
|
mediaType: zod_1.z.literal("application/json"),
|
|
690
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
691
|
-
})
|
|
692
|
-
|
|
693
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
694
|
-
prioritySchemes_1.registerPrioritySchemesValidationSchemas,
|
|
695
|
-
common_1.registerCommonValidationSchemas,
|
|
696
|
-
]);
|
|
635
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanPriorityWithSequence")
|
|
636
|
+
}).describe("PrioritySchemesService.getAvailablePrioritiesByPriorityScheme.response"));
|
|
637
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([prioritySchemes_1.registerPrioritySchemesValidationSchemas, common_1.registerCommonValidationSchemas]);
|
|
697
638
|
}
|
|
698
639
|
}
|
|
699
640
|
exports.PrioritySchemesService = PrioritySchemesService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrioritySchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PrioritySchemesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"PrioritySchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/PrioritySchemesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -64,7 +64,7 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
64
64
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar2-post
|
|
65
65
|
* @param params
|
|
66
66
|
*/
|
|
67
|
-
createProjectAvatar: ({ projectIdOrKey, x, y, size, mediaType, requestBody
|
|
67
|
+
createProjectAvatar: ({ projectIdOrKey, x, y, size, mediaType, requestBody }: {
|
|
68
68
|
/** The ID or (case-sensitive) key of the project. */
|
|
69
69
|
projectIdOrKey: string;
|
|
70
70
|
/** The X coordinate of the top-left corner of the crop region. */
|
|
@@ -89,7 +89,7 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
89
89
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar-id-delete
|
|
90
90
|
* @param params
|
|
91
91
|
*/
|
|
92
|
-
deleteProjectAvatar: ({ projectIdOrKey, id
|
|
92
|
+
deleteProjectAvatar: ({ projectIdOrKey, id }: {
|
|
93
93
|
/** The project ID or (case-sensitive) key. */
|
|
94
94
|
projectIdOrKey: string;
|
|
95
95
|
/** The ID of the avatar. */
|
|
@@ -144,7 +144,7 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
144
144
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatars-get
|
|
145
145
|
* @param params
|
|
146
146
|
*/
|
|
147
|
-
getAllProjectAvatars: ({ projectIdOrKey
|
|
147
|
+
getAllProjectAvatars: ({ projectIdOrKey }: {
|
|
148
148
|
/** The ID or (case-sensitive) key of the project. */
|
|
149
149
|
projectIdOrKey: string;
|
|
150
150
|
}) => Promise<ProjectAvatars>;
|
|
@@ -165,7 +165,7 @@ export declare class ProjectAvatarsService extends CommonHttpService {
|
|
|
165
165
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars#api-rest-api-3-project-projectidorkey-avatar-put
|
|
166
166
|
* @param params
|
|
167
167
|
*/
|
|
168
|
-
updateProjectAvatar: ({ projectIdOrKey, avatar
|
|
168
|
+
updateProjectAvatar: ({ projectIdOrKey, avatar }: {
|
|
169
169
|
/** The ID or (case-sensitive) key of the project. */
|
|
170
170
|
projectIdOrKey: string;
|
|
171
171
|
/**
|