@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
|
@@ -4,12 +4,12 @@ exports.IssueLinkTypesService = 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 issueLinkTypes_1 = require("../models/issueLinkTypes");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents [issue link](#api-group-Issue-links) types. Use it to
|
|
15
15
|
* get, create, update, and delete link issue types as well as get lists of all
|
|
@@ -53,24 +53,19 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
53
53
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
|
|
54
54
|
* @param params
|
|
55
55
|
*/
|
|
56
|
-
this.createIssueLinkType = ({ issueLinkType
|
|
57
|
-
return this.getClientInstance()
|
|
58
|
-
.request({
|
|
56
|
+
this.createIssueLinkType = ({ issueLinkType }) => {
|
|
57
|
+
return this.getClientInstance().request({
|
|
59
58
|
path: "/rest/api/3/issueLinkType",
|
|
60
59
|
method: "POST",
|
|
61
60
|
headers: {
|
|
62
|
-
"Content-Type": "application/json"
|
|
61
|
+
"Content-Type": "application/json"
|
|
63
62
|
},
|
|
64
|
-
body: issueLinkType
|
|
65
|
-
})
|
|
66
|
-
.then(this.getClientInstance().responseHandler({
|
|
63
|
+
body: issueLinkType
|
|
64
|
+
}).then(this.getClientInstance().responseHandler({
|
|
67
65
|
201: {
|
|
68
|
-
"application/json": "json"
|
|
69
|
-
}
|
|
70
|
-
}))
|
|
71
|
-
.then(commonHttpClient.castResponse())
|
|
72
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.createIssueLinkType.response")))
|
|
73
|
-
.then(commonHttpClient.getBody);
|
|
66
|
+
"application/json": "json"
|
|
67
|
+
}
|
|
68
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.createIssueLinkType.response"))).then(commonHttpClient.getBody);
|
|
74
69
|
};
|
|
75
70
|
/**
|
|
76
71
|
* Deletes an issue link type.
|
|
@@ -87,16 +82,14 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
87
82
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
|
|
88
83
|
* @param params
|
|
89
84
|
*/
|
|
90
|
-
this.deleteIssueLinkType = ({ issueLinkTypeId
|
|
91
|
-
return this.getClientInstance()
|
|
92
|
-
.request({
|
|
85
|
+
this.deleteIssueLinkType = ({ issueLinkTypeId }) => {
|
|
86
|
+
return this.getClientInstance().request({
|
|
93
87
|
path: "/rest/api/3/issueLinkType/{issueLinkTypeId}",
|
|
94
88
|
method: "DELETE",
|
|
95
89
|
pathParams: {
|
|
96
|
-
issueLinkTypeId
|
|
97
|
-
}
|
|
98
|
-
})
|
|
99
|
-
.then(commonHttpClient.discardResult);
|
|
90
|
+
issueLinkTypeId
|
|
91
|
+
}
|
|
92
|
+
}).then(commonHttpClient.discardResult);
|
|
100
93
|
};
|
|
101
94
|
/**
|
|
102
95
|
* Returns an issue link type.
|
|
@@ -128,23 +121,18 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
128
121
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
|
|
129
122
|
* @param params
|
|
130
123
|
*/
|
|
131
|
-
this.getIssueLinkType = ({ issueLinkTypeId
|
|
132
|
-
return this.getClientInstance()
|
|
133
|
-
.request({
|
|
124
|
+
this.getIssueLinkType = ({ issueLinkTypeId }) => {
|
|
125
|
+
return this.getClientInstance().request({
|
|
134
126
|
path: "/rest/api/3/issueLinkType/{issueLinkTypeId}",
|
|
135
127
|
method: "GET",
|
|
136
128
|
pathParams: {
|
|
137
|
-
issueLinkTypeId
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
.then(this.getClientInstance().responseHandler({
|
|
129
|
+
issueLinkTypeId
|
|
130
|
+
}
|
|
131
|
+
}).then(this.getClientInstance().responseHandler({
|
|
141
132
|
200: {
|
|
142
|
-
"application/json": "json"
|
|
143
|
-
}
|
|
144
|
-
}))
|
|
145
|
-
.then(commonHttpClient.castResponse())
|
|
146
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.getIssueLinkType.response")))
|
|
147
|
-
.then(commonHttpClient.getBody);
|
|
133
|
+
"application/json": "json"
|
|
134
|
+
}
|
|
135
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.getIssueLinkType.response"))).then(commonHttpClient.getBody);
|
|
148
136
|
};
|
|
149
137
|
/**
|
|
150
138
|
* Returns a list of all issue link types.
|
|
@@ -187,19 +175,14 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
187
175
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
|
|
188
176
|
*/
|
|
189
177
|
this.getIssueLinkTypes = () => {
|
|
190
|
-
return this.getClientInstance()
|
|
191
|
-
.request({
|
|
178
|
+
return this.getClientInstance().request({
|
|
192
179
|
path: "/rest/api/3/issueLinkType",
|
|
193
|
-
method: "GET"
|
|
194
|
-
})
|
|
195
|
-
.then(this.getClientInstance().responseHandler({
|
|
180
|
+
method: "GET"
|
|
181
|
+
}).then(this.getClientInstance().responseHandler({
|
|
196
182
|
200: {
|
|
197
|
-
"application/json": "json"
|
|
198
|
-
}
|
|
199
|
-
}))
|
|
200
|
-
.then(commonHttpClient.castResponse())
|
|
201
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.getIssueLinkTypes.response")))
|
|
202
|
-
.then(commonHttpClient.getBody);
|
|
183
|
+
"application/json": "json"
|
|
184
|
+
}
|
|
185
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.getIssueLinkTypes.response"))).then(commonHttpClient.getBody);
|
|
203
186
|
};
|
|
204
187
|
/**
|
|
205
188
|
* Updates an issue link type.
|
|
@@ -228,62 +211,46 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
228
211
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
|
|
229
212
|
* @param params
|
|
230
213
|
*/
|
|
231
|
-
this.updateIssueLinkType = ({ issueLinkTypeId, issueLinkType
|
|
232
|
-
return this.getClientInstance()
|
|
233
|
-
.request({
|
|
214
|
+
this.updateIssueLinkType = ({ issueLinkTypeId, issueLinkType }) => {
|
|
215
|
+
return this.getClientInstance().request({
|
|
234
216
|
path: "/rest/api/3/issueLinkType/{issueLinkTypeId}",
|
|
235
217
|
method: "PUT",
|
|
236
218
|
pathParams: {
|
|
237
|
-
issueLinkTypeId
|
|
219
|
+
issueLinkTypeId
|
|
238
220
|
},
|
|
239
221
|
headers: {
|
|
240
|
-
"Content-Type": "application/json"
|
|
222
|
+
"Content-Type": "application/json"
|
|
241
223
|
},
|
|
242
|
-
body: issueLinkType
|
|
243
|
-
})
|
|
244
|
-
.then(this.getClientInstance().responseHandler({
|
|
224
|
+
body: issueLinkType
|
|
225
|
+
}).then(this.getClientInstance().responseHandler({
|
|
245
226
|
200: {
|
|
246
|
-
"application/json": "json"
|
|
247
|
-
}
|
|
248
|
-
}))
|
|
249
|
-
.then(commonHttpClient.castResponse())
|
|
250
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.updateIssueLinkType.response")))
|
|
251
|
-
.then(commonHttpClient.getBody);
|
|
227
|
+
"application/json": "json"
|
|
228
|
+
}
|
|
229
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinkTypesService.updateIssueLinkType.response"))).then(commonHttpClient.getBody);
|
|
252
230
|
};
|
|
253
231
|
}
|
|
254
232
|
static initialize() {
|
|
255
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.getIssueLinkTypes.response", zod_1.z
|
|
256
|
-
.object({
|
|
233
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.getIssueLinkTypes.response", zod_1.z.object({
|
|
257
234
|
status: zod_1.z.literal(200),
|
|
258
235
|
mediaType: zod_1.z.literal("application/json"),
|
|
259
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkTypes")
|
|
260
|
-
})
|
|
261
|
-
|
|
262
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.createIssueLinkType.response", zod_1.z
|
|
263
|
-
.object({
|
|
236
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkTypes")
|
|
237
|
+
}).describe("IssueLinkTypesService.getIssueLinkTypes.response"));
|
|
238
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.createIssueLinkType.response", zod_1.z.object({
|
|
264
239
|
status: zod_1.z.literal(201),
|
|
265
240
|
mediaType: zod_1.z.literal("application/json"),
|
|
266
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
267
|
-
})
|
|
268
|
-
|
|
269
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.getIssueLinkType.response", zod_1.z
|
|
270
|
-
.object({
|
|
241
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
242
|
+
}).describe("IssueLinkTypesService.createIssueLinkType.response"));
|
|
243
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.getIssueLinkType.response", zod_1.z.object({
|
|
271
244
|
status: zod_1.z.literal(200),
|
|
272
245
|
mediaType: zod_1.z.literal("application/json"),
|
|
273
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
274
|
-
})
|
|
275
|
-
|
|
276
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.updateIssueLinkType.response", zod_1.z
|
|
277
|
-
.object({
|
|
246
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
247
|
+
}).describe("IssueLinkTypesService.getIssueLinkType.response"));
|
|
248
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinkTypesService.updateIssueLinkType.response", zod_1.z.object({
|
|
278
249
|
status: zod_1.z.literal(200),
|
|
279
250
|
mediaType: zod_1.z.literal("application/json"),
|
|
280
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
281
|
-
})
|
|
282
|
-
|
|
283
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
284
|
-
issueLinkTypes_1.registerIssueLinkTypesValidationSchemas,
|
|
285
|
-
common_1.registerCommonValidationSchemas,
|
|
286
|
-
]);
|
|
251
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLinkType")
|
|
252
|
+
}).describe("IssueLinkTypesService.updateIssueLinkType.response"));
|
|
253
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([issueLinkTypes_1.registerIssueLinkTypesValidationSchemas, common_1.registerCommonValidationSchemas]);
|
|
287
254
|
}
|
|
288
255
|
}
|
|
289
256
|
exports.IssueLinkTypesService = IssueLinkTypesService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
|
-
import { type
|
|
2
|
+
import { type LinkIssueRequestJsonBean, type IssueLink } from "../models/issueLinks";
|
|
3
3
|
/**
|
|
4
4
|
* This resource represents links between issues. Use it to get, create, and
|
|
5
5
|
* delete links between issues.
|
|
@@ -33,7 +33,7 @@ export declare class IssueLinksService extends CommonHttpService {
|
|
|
33
33
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
|
|
34
34
|
* @param params
|
|
35
35
|
*/
|
|
36
|
-
deleteIssueLink: ({ linkId
|
|
36
|
+
deleteIssueLink: ({ linkId }: {
|
|
37
37
|
/** The ID of the issue link. */
|
|
38
38
|
linkId: string;
|
|
39
39
|
}) => Promise<void>;
|
|
@@ -155,7 +155,7 @@ export declare class IssueLinksService extends CommonHttpService {
|
|
|
155
155
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
|
|
156
156
|
* @param params
|
|
157
157
|
*/
|
|
158
|
-
getIssueLink: ({ linkId
|
|
158
|
+
getIssueLink: ({ linkId }: {
|
|
159
159
|
/** The ID of the issue link. */
|
|
160
160
|
linkId: string;
|
|
161
161
|
}) => Promise<IssueLink>;
|
|
@@ -195,7 +195,7 @@ export declare class IssueLinksService extends CommonHttpService {
|
|
|
195
195
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
|
|
196
196
|
* @param params
|
|
197
197
|
*/
|
|
198
|
-
linkIssues: ({ linkIssueRequestJsonBean
|
|
198
|
+
linkIssues: ({ linkIssueRequestJsonBean }: {
|
|
199
199
|
/**
|
|
200
200
|
* The issue link request.
|
|
201
201
|
*
|
|
@@ -4,11 +4,11 @@ exports.IssueLinksService = 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 issueLinks_1 = require("../models/issueLinks");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents links between issues. Use it to get, create, and
|
|
14
14
|
* delete links between issues.
|
|
@@ -44,16 +44,14 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
44
44
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
|
|
45
45
|
* @param params
|
|
46
46
|
*/
|
|
47
|
-
this.deleteIssueLink = ({ linkId
|
|
48
|
-
return this.getClientInstance()
|
|
49
|
-
.request({
|
|
47
|
+
this.deleteIssueLink = ({ linkId }) => {
|
|
48
|
+
return this.getClientInstance().request({
|
|
50
49
|
path: "/rest/api/3/issueLink/{linkId}",
|
|
51
50
|
method: "DELETE",
|
|
52
51
|
pathParams: {
|
|
53
|
-
linkId
|
|
54
|
-
}
|
|
55
|
-
})
|
|
56
|
-
.then(commonHttpClient.discardResult);
|
|
52
|
+
linkId
|
|
53
|
+
}
|
|
54
|
+
}).then(commonHttpClient.discardResult);
|
|
57
55
|
};
|
|
58
56
|
/**
|
|
59
57
|
* Returns an issue link.
|
|
@@ -173,23 +171,18 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
173
171
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
|
|
174
172
|
* @param params
|
|
175
173
|
*/
|
|
176
|
-
this.getIssueLink = ({ linkId
|
|
177
|
-
return this.getClientInstance()
|
|
178
|
-
.request({
|
|
174
|
+
this.getIssueLink = ({ linkId }) => {
|
|
175
|
+
return this.getClientInstance().request({
|
|
179
176
|
path: "/rest/api/3/issueLink/{linkId}",
|
|
180
177
|
method: "GET",
|
|
181
178
|
pathParams: {
|
|
182
|
-
linkId
|
|
183
|
-
}
|
|
184
|
-
})
|
|
185
|
-
.then(this.getClientInstance().responseHandler({
|
|
179
|
+
linkId
|
|
180
|
+
}
|
|
181
|
+
}).then(this.getClientInstance().responseHandler({
|
|
186
182
|
200: {
|
|
187
|
-
"application/json": "json"
|
|
188
|
-
}
|
|
189
|
-
}))
|
|
190
|
-
.then(commonHttpClient.castResponse())
|
|
191
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.getIssueLink.response")))
|
|
192
|
-
.then(commonHttpClient.getBody);
|
|
183
|
+
"application/json": "json"
|
|
184
|
+
}
|
|
185
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.getIssueLink.response"))).then(commonHttpClient.getBody);
|
|
193
186
|
};
|
|
194
187
|
/**
|
|
195
188
|
* Creates a link between two issues. Use this operation to indicate a
|
|
@@ -227,41 +220,32 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
|
|
|
227
220
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
|
|
228
221
|
* @param params
|
|
229
222
|
*/
|
|
230
|
-
this.linkIssues = ({ linkIssueRequestJsonBean
|
|
231
|
-
return this.getClientInstance()
|
|
232
|
-
.request({
|
|
223
|
+
this.linkIssues = ({ linkIssueRequestJsonBean }) => {
|
|
224
|
+
return this.getClientInstance().request({
|
|
233
225
|
path: "/rest/api/3/issueLink",
|
|
234
226
|
method: "POST",
|
|
235
227
|
headers: {
|
|
236
|
-
"Content-Type": "application/json"
|
|
228
|
+
"Content-Type": "application/json"
|
|
237
229
|
},
|
|
238
|
-
body: linkIssueRequestJsonBean
|
|
239
|
-
})
|
|
240
|
-
.then(this.getClientInstance().responseHandler({
|
|
230
|
+
body: linkIssueRequestJsonBean
|
|
231
|
+
}).then(this.getClientInstance().responseHandler({
|
|
241
232
|
201: {
|
|
242
|
-
"application/json": "json"
|
|
243
|
-
}
|
|
244
|
-
}))
|
|
245
|
-
.then(commonHttpClient.castResponse())
|
|
246
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.linkIssues.response")))
|
|
247
|
-
.then(commonHttpClient.getBody);
|
|
233
|
+
"application/json": "json"
|
|
234
|
+
}
|
|
235
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.linkIssues.response"))).then(commonHttpClient.getBody);
|
|
248
236
|
};
|
|
249
237
|
}
|
|
250
238
|
static initialize() {
|
|
251
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinksService.linkIssues.response", zod_1.z
|
|
252
|
-
.object({
|
|
239
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinksService.linkIssues.response", zod_1.z.object({
|
|
253
240
|
status: zod_1.z.literal(201),
|
|
254
241
|
mediaType: zod_1.z.literal("application/json"),
|
|
255
|
-
body: zod_1.z.unknown()
|
|
256
|
-
})
|
|
257
|
-
|
|
258
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinksService.getIssueLink.response", zod_1.z
|
|
259
|
-
.object({
|
|
242
|
+
body: zod_1.z.unknown()
|
|
243
|
+
}).describe("IssueLinksService.linkIssues.response"));
|
|
244
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinksService.getIssueLink.response", zod_1.z.object({
|
|
260
245
|
status: zod_1.z.literal(200),
|
|
261
246
|
mediaType: zod_1.z.literal("application/json"),
|
|
262
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLink")
|
|
263
|
-
})
|
|
264
|
-
.describe("IssueLinksService.getIssueLink.response"));
|
|
247
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueLink")
|
|
248
|
+
}).describe("IssueLinksService.getIssueLink.response"));
|
|
265
249
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([issueLinks_1.registerIssueLinksValidationSchemas]);
|
|
266
250
|
}
|
|
267
251
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,qDAA0H;AAC1H,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;;;;GASG;AACH,MAAa,iBAAkB,SAAQ,qCAAiB;IAAxD;;QACE;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,oBAAe,GAAG,CAAC,EACjB,MAAM,EAIP,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,gCAAgC;gBACtC,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAqHG;QACH,iBAAY,GAAG,CAAC,EACd,MAAM,EAIP,EAAsB,EAAE;YACvB,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,gCAAgC;gBACtC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBAC/C,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAIlC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CAAC,iDAAuB,CAAC,SAAS,CAAC,yCAAyC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC/J,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;QACH,eAAU,GAAG,CAAC,EACZ,wBAAwB,EAyCzB,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,uBAAuB;gBAC7B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,wBAAwB;aAC/B,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBAC/C,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAIlC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CAAC,iDAAuB,CAAC,SAAS,CAAC,uCAAuC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC7J,CAAC,CAAC;IAcJ,CAAC;IAbW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CAAC,uCAAuC,EAAE,OAAC,CAAC,MAAM,CAAC;YAC3F,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC,CAAC,QAAQ,CAAC,uCAAuC,CAAC,CAAC,CAAC;QACtD,iDAAuB,CAAC,kBAAkB,CAAC,yCAAyC,EAAE,OAAC,CAAC,MAAM,CAAC;YAC7F,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,WAAW,CAAC;SAChD,CAAC,CAAC,QAAQ,CAAC,yCAAyC,CAAC,CAAC,CAAC;QACxD,iDAAuB,CAAC,YAAY,CAAC,CAAC,gDAAmC,CAAC,CAAC,CAAC;IAC9E,CAAC;CACF;AA9RD,8CA8RC"}
|
|
@@ -58,7 +58,7 @@ export declare class IssueNavigatorSettingsService extends CommonHttpService {
|
|
|
58
58
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-put
|
|
59
59
|
* @param params
|
|
60
60
|
*/
|
|
61
|
-
setIssueNavigatorDefaultColumns: ({ columnRequestBody
|
|
61
|
+
setIssueNavigatorDefaultColumns: ({ columnRequestBody }: {
|
|
62
62
|
/** A navigable field value. */
|
|
63
63
|
columnRequestBody: ColumnRequestBody;
|
|
64
64
|
}) => Promise<void>;
|
|
@@ -4,11 +4,11 @@ exports.IssueNavigatorSettingsService = 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 issue navigator settings. Use it to get and set issue
|
|
14
14
|
* navigator default columns.
|
|
@@ -46,19 +46,14 @@ class IssueNavigatorSettingsService extends CommonHttpService_1.CommonHttpServic
|
|
|
46
46
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-get
|
|
47
47
|
*/
|
|
48
48
|
this.getIssueNavigatorDefaultColumns = () => {
|
|
49
|
-
return this.getClientInstance()
|
|
50
|
-
.request({
|
|
49
|
+
return this.getClientInstance().request({
|
|
51
50
|
path: "/rest/api/3/settings/columns",
|
|
52
|
-
method: "GET"
|
|
53
|
-
})
|
|
54
|
-
.then(this.getClientInstance().responseHandler({
|
|
51
|
+
method: "GET"
|
|
52
|
+
}).then(this.getClientInstance().responseHandler({
|
|
55
53
|
200: {
|
|
56
|
-
"application/json": "json"
|
|
57
|
-
}
|
|
58
|
-
}))
|
|
59
|
-
.then(commonHttpClient.castResponse())
|
|
60
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response")))
|
|
61
|
-
.then(commonHttpClient.getBody);
|
|
54
|
+
"application/json": "json"
|
|
55
|
+
}
|
|
56
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response"))).then(commonHttpClient.getBody);
|
|
62
57
|
};
|
|
63
58
|
/**
|
|
64
59
|
* Sets the default issue navigator columns.
|
|
@@ -83,27 +78,23 @@ class IssueNavigatorSettingsService extends CommonHttpService_1.CommonHttpServic
|
|
|
83
78
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-put
|
|
84
79
|
* @param params
|
|
85
80
|
*/
|
|
86
|
-
this.setIssueNavigatorDefaultColumns = ({ columnRequestBody
|
|
87
|
-
return this.getClientInstance()
|
|
88
|
-
.request({
|
|
81
|
+
this.setIssueNavigatorDefaultColumns = ({ columnRequestBody }) => {
|
|
82
|
+
return this.getClientInstance().request({
|
|
89
83
|
path: "/rest/api/3/settings/columns",
|
|
90
84
|
method: "PUT",
|
|
91
85
|
headers: {
|
|
92
|
-
"Content-Type": "multipart/form-data"
|
|
86
|
+
"Content-Type": "multipart/form-data"
|
|
93
87
|
},
|
|
94
|
-
body: columnRequestBody
|
|
95
|
-
})
|
|
96
|
-
.then(commonHttpClient.discardResult);
|
|
88
|
+
body: columnRequestBody
|
|
89
|
+
}).then(commonHttpClient.discardResult);
|
|
97
90
|
};
|
|
98
91
|
}
|
|
99
92
|
static initialize() {
|
|
100
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response", zod_1.z
|
|
101
|
-
.object({
|
|
93
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response", zod_1.z.object({
|
|
102
94
|
status: zod_1.z.literal(200),
|
|
103
95
|
mediaType: zod_1.z.literal("application/json"),
|
|
104
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ColumnItem"))
|
|
105
|
-
})
|
|
106
|
-
.describe("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response"));
|
|
96
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ColumnItem"))
|
|
97
|
+
}).describe("IssueNavigatorSettingsService.getIssueNavigatorDefaultColumns.response"));
|
|
107
98
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
|
|
108
99
|
}
|
|
109
100
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueNavigatorSettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNavigatorSettingsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"IssueNavigatorSettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNavigatorSettingsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,6CAA4G;AAC5G,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;GAMG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;IAApE;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;WAyBG;QACH,oCAA+B,GAAG,GAA0B,EAAE;YAC5D,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,8BAA8B;gBACpC,MAAM,EAAE,KAAK;aACd,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBAC/C,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAIlC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CAAC,iDAAuB,CAAC,SAAS,CAAC,wEAAwE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC9L,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;WAsBG;QACH,oCAA+B,GAAG,CAAC,EACjC,iBAAiB,EAIlB,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,8BAA8B;gBACpC,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE;oBACP,cAAc,EAAE,qBAAqB;iBACtC;gBACD,IAAI,EAAE,iBAAiB;aACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;IASJ,CAAC;IARW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CAAC,wEAAwE,EAAE,OAAC,CAAC,MAAM,CAAC;YAC5H,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC1D,CAAC,CAAC,QAAQ,CAAC,wEAAwE,CAAC,CAAC,CAAC;QACvF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAvFD,sEAuFC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type NotificationScheme } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type PageBeanNotificationScheme, type CreateNotificationSchemeDetails, type NotificationSchemeId, type UpdateNotificationSchemeDetails, type AddNotificationsDetails, type PageBeanNotificationSchemeAndProjectMappingJsonBean } from "../models/issueNotificationSchemes";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents notification schemes, lists of events and the
|
|
6
6
|
* recipients who will receive notifications for those events. Use it to get
|
|
@@ -55,7 +55,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
55
55
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-notification-put
|
|
56
56
|
* @param params
|
|
57
57
|
*/
|
|
58
|
-
addNotifications: ({ id, addNotificationsDetails
|
|
58
|
+
addNotifications: ({ id, addNotificationsDetails }: {
|
|
59
59
|
/** The ID of the notification scheme. */
|
|
60
60
|
id: string;
|
|
61
61
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
97
97
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-post
|
|
98
98
|
* @param params
|
|
99
99
|
*/
|
|
100
|
-
createNotificationScheme: ({ createNotificationSchemeDetails
|
|
100
|
+
createNotificationScheme: ({ createNotificationSchemeDetails }: {
|
|
101
101
|
/**
|
|
102
102
|
* @example
|
|
103
103
|
* {
|
|
@@ -131,7 +131,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
131
131
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-delete
|
|
132
132
|
* @param params
|
|
133
133
|
*/
|
|
134
|
-
deleteNotificationScheme: ({ notificationSchemeId
|
|
134
|
+
deleteNotificationScheme: ({ notificationSchemeId }: {
|
|
135
135
|
/** The ID of the notification scheme. */
|
|
136
136
|
notificationSchemeId: string;
|
|
137
137
|
}) => Promise<void>;
|
|
@@ -399,7 +399,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
399
399
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-get
|
|
400
400
|
* @param params
|
|
401
401
|
*/
|
|
402
|
-
getNotificationScheme: ({ id, expand
|
|
402
|
+
getNotificationScheme: ({ id, expand }: {
|
|
403
403
|
/**
|
|
404
404
|
* The ID of the notification scheme. Use [Get notification schemes
|
|
405
405
|
* paginated](#api-rest-api-3-notificationscheme-get) to get a list of
|
|
@@ -696,7 +696,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
696
696
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-get
|
|
697
697
|
* @param params
|
|
698
698
|
*/
|
|
699
|
-
getNotificationSchemes: ({ startAt, maxResults, id, projectId, onlyDefault, expand
|
|
699
|
+
getNotificationSchemes: ({ startAt, maxResults, id, projectId, onlyDefault, expand }?: {
|
|
700
700
|
/** The index of the first item to return in a page of results (page offset). */
|
|
701
701
|
startAt?: string | undefined;
|
|
702
702
|
/** The maximum number of items to return per page. */
|
|
@@ -760,7 +760,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
760
760
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-project-get
|
|
761
761
|
* @param params
|
|
762
762
|
*/
|
|
763
|
-
getNotificationSchemeToProjectMappings: ({ startAt, maxResults, notificationSchemeId, projectId
|
|
763
|
+
getNotificationSchemeToProjectMappings: ({ startAt, maxResults, notificationSchemeId, projectId }?: {
|
|
764
764
|
/** The index of the first item to return in a page of results (page offset). */
|
|
765
765
|
startAt?: string | undefined;
|
|
766
766
|
/** The maximum number of items to return per page. */
|
|
@@ -781,7 +781,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
781
781
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-notification-notificationid-delete
|
|
782
782
|
* @param params
|
|
783
783
|
*/
|
|
784
|
-
removeNotificationFromNotificationScheme: ({ notificationSchemeId, notificationId
|
|
784
|
+
removeNotificationFromNotificationScheme: ({ notificationSchemeId, notificationId }: {
|
|
785
785
|
/** The ID of the notification scheme. */
|
|
786
786
|
notificationSchemeId: string;
|
|
787
787
|
/** The ID of the notification. */
|
|
@@ -798,7 +798,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
|
|
|
798
798
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-put
|
|
799
799
|
* @param params
|
|
800
800
|
*/
|
|
801
|
-
updateNotificationScheme: ({ id, updateNotificationSchemeDetails
|
|
801
|
+
updateNotificationScheme: ({ id, updateNotificationSchemeDetails }: {
|
|
802
802
|
/** The ID of the notification scheme. */
|
|
803
803
|
id: string;
|
|
804
804
|
/**
|