@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,11 +4,11 @@ exports.IssueCustomFieldContextsService = 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 issueCustomFieldContexts_1 = require("../models/issueCustomFieldContexts");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents issue custom field contexts. Use it to:
|
|
14
14
|
*
|
|
@@ -46,28 +46,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
46
46
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-put
|
|
47
47
|
* @param params
|
|
48
48
|
*/
|
|
49
|
-
this.addIssueTypesToContext = ({ fieldId, contextId, issueTypeIds
|
|
50
|
-
return this.getClientInstance()
|
|
51
|
-
.request({
|
|
49
|
+
this.addIssueTypesToContext = ({ fieldId, contextId, issueTypeIds }) => {
|
|
50
|
+
return this.getClientInstance().request({
|
|
52
51
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}/issuetype",
|
|
53
52
|
method: "PUT",
|
|
54
53
|
pathParams: {
|
|
55
54
|
fieldId,
|
|
56
|
-
contextId
|
|
55
|
+
contextId
|
|
57
56
|
},
|
|
58
57
|
headers: {
|
|
59
|
-
"Content-Type": "application/json"
|
|
58
|
+
"Content-Type": "application/json"
|
|
60
59
|
},
|
|
61
|
-
body: issueTypeIds
|
|
62
|
-
})
|
|
63
|
-
.then(this.getClientInstance().responseHandler({
|
|
60
|
+
body: issueTypeIds
|
|
61
|
+
}).then(this.getClientInstance().responseHandler({
|
|
64
62
|
204: {
|
|
65
|
-
"application/json": "json"
|
|
66
|
-
}
|
|
67
|
-
}))
|
|
68
|
-
.then(commonHttpClient.castResponse())
|
|
69
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.addIssueTypesToContext.response")))
|
|
70
|
-
.then(commonHttpClient.getBody);
|
|
63
|
+
"application/json": "json"
|
|
64
|
+
}
|
|
65
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.addIssueTypesToContext.response"))).then(commonHttpClient.getBody);
|
|
71
66
|
};
|
|
72
67
|
/**
|
|
73
68
|
* Assigns a custom field context to projects.
|
|
@@ -85,28 +80,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
85
80
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-put
|
|
86
81
|
* @param params
|
|
87
82
|
*/
|
|
88
|
-
this.assignProjectsToCustomFieldContext = ({ fieldId, contextId, projectIds
|
|
89
|
-
return this.getClientInstance()
|
|
90
|
-
.request({
|
|
83
|
+
this.assignProjectsToCustomFieldContext = ({ fieldId, contextId, projectIds }) => {
|
|
84
|
+
return this.getClientInstance().request({
|
|
91
85
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}/project",
|
|
92
86
|
method: "PUT",
|
|
93
87
|
pathParams: {
|
|
94
88
|
fieldId,
|
|
95
|
-
contextId
|
|
89
|
+
contextId
|
|
96
90
|
},
|
|
97
91
|
headers: {
|
|
98
|
-
"Content-Type": "application/json"
|
|
92
|
+
"Content-Type": "application/json"
|
|
99
93
|
},
|
|
100
|
-
body: projectIds
|
|
101
|
-
})
|
|
102
|
-
.then(this.getClientInstance().responseHandler({
|
|
94
|
+
body: projectIds
|
|
95
|
+
}).then(this.getClientInstance().responseHandler({
|
|
103
96
|
204: {
|
|
104
|
-
"application/json": "json"
|
|
105
|
-
}
|
|
106
|
-
}))
|
|
107
|
-
.then(commonHttpClient.castResponse())
|
|
108
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.assignProjectsToCustomFieldContext.response")))
|
|
109
|
-
.then(commonHttpClient.getBody);
|
|
97
|
+
"application/json": "json"
|
|
98
|
+
}
|
|
99
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.assignProjectsToCustomFieldContext.response"))).then(commonHttpClient.getBody);
|
|
110
100
|
};
|
|
111
101
|
/**
|
|
112
102
|
* Creates a custom field context.
|
|
@@ -138,27 +128,22 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
138
128
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-post
|
|
139
129
|
* @param params
|
|
140
130
|
*/
|
|
141
|
-
this.createCustomFieldContext = ({ fieldId, createCustomFieldContext
|
|
142
|
-
return this.getClientInstance()
|
|
143
|
-
.request({
|
|
131
|
+
this.createCustomFieldContext = ({ fieldId, createCustomFieldContext }) => {
|
|
132
|
+
return this.getClientInstance().request({
|
|
144
133
|
path: "/rest/api/3/field/{fieldId}/context",
|
|
145
134
|
method: "POST",
|
|
146
135
|
pathParams: {
|
|
147
|
-
fieldId
|
|
136
|
+
fieldId
|
|
148
137
|
},
|
|
149
138
|
headers: {
|
|
150
|
-
"Content-Type": "application/json"
|
|
139
|
+
"Content-Type": "application/json"
|
|
151
140
|
},
|
|
152
|
-
body: createCustomFieldContext
|
|
153
|
-
})
|
|
154
|
-
.then(this.getClientInstance().responseHandler({
|
|
141
|
+
body: createCustomFieldContext
|
|
142
|
+
}).then(this.getClientInstance().responseHandler({
|
|
155
143
|
201: {
|
|
156
|
-
"application/json": "json"
|
|
157
|
-
}
|
|
158
|
-
}))
|
|
159
|
-
.then(commonHttpClient.castResponse())
|
|
160
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.createCustomFieldContext.response")))
|
|
161
|
-
.then(commonHttpClient.getBody);
|
|
144
|
+
"application/json": "json"
|
|
145
|
+
}
|
|
146
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.createCustomFieldContext.response"))).then(commonHttpClient.getBody);
|
|
162
147
|
};
|
|
163
148
|
/**
|
|
164
149
|
* Deletes a [ custom field
|
|
@@ -174,24 +159,19 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
174
159
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-delete
|
|
175
160
|
* @param params
|
|
176
161
|
*/
|
|
177
|
-
this.deleteCustomFieldContext = ({ fieldId, contextId
|
|
178
|
-
return this.getClientInstance()
|
|
179
|
-
.request({
|
|
162
|
+
this.deleteCustomFieldContext = ({ fieldId, contextId }) => {
|
|
163
|
+
return this.getClientInstance().request({
|
|
180
164
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}",
|
|
181
165
|
method: "DELETE",
|
|
182
166
|
pathParams: {
|
|
183
167
|
fieldId,
|
|
184
|
-
contextId
|
|
185
|
-
}
|
|
186
|
-
})
|
|
187
|
-
.then(this.getClientInstance().responseHandler({
|
|
168
|
+
contextId
|
|
169
|
+
}
|
|
170
|
+
}).then(this.getClientInstance().responseHandler({
|
|
188
171
|
204: {
|
|
189
|
-
"application/json": "json"
|
|
190
|
-
}
|
|
191
|
-
}))
|
|
192
|
-
.then(commonHttpClient.castResponse())
|
|
193
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.deleteCustomFieldContext.response")))
|
|
194
|
-
.then(commonHttpClient.getBody);
|
|
172
|
+
"application/json": "json"
|
|
173
|
+
}
|
|
174
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.deleteCustomFieldContext.response"))).then(commonHttpClient.getBody);
|
|
195
175
|
};
|
|
196
176
|
/**
|
|
197
177
|
* Returns a [paginated](#pagination) list of [
|
|
@@ -243,30 +223,25 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
243
223
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-get
|
|
244
224
|
* @param params
|
|
245
225
|
*/
|
|
246
|
-
this.getContextsForField = ({ fieldId, isAnyIssueType, isGlobalContext, contextId, startAt, maxResults
|
|
247
|
-
return this.getClientInstance()
|
|
248
|
-
.request({
|
|
226
|
+
this.getContextsForField = ({ fieldId, isAnyIssueType, isGlobalContext, contextId, startAt, maxResults }) => {
|
|
227
|
+
return this.getClientInstance().request({
|
|
249
228
|
path: "/rest/api/3/field/{fieldId}/context",
|
|
250
229
|
method: "GET",
|
|
251
230
|
pathParams: {
|
|
252
|
-
fieldId
|
|
231
|
+
fieldId
|
|
253
232
|
},
|
|
254
233
|
query: {
|
|
255
234
|
isAnyIssueType,
|
|
256
235
|
isGlobalContext,
|
|
257
236
|
contextId,
|
|
258
237
|
startAt,
|
|
259
|
-
maxResults
|
|
260
|
-
}
|
|
261
|
-
})
|
|
262
|
-
.then(this.getClientInstance().responseHandler({
|
|
238
|
+
maxResults
|
|
239
|
+
}
|
|
240
|
+
}).then(this.getClientInstance().responseHandler({
|
|
263
241
|
200: {
|
|
264
|
-
"application/json": "json"
|
|
265
|
-
}
|
|
266
|
-
}))
|
|
267
|
-
.then(commonHttpClient.castResponse())
|
|
268
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getContextsForField.response")))
|
|
269
|
-
.then(commonHttpClient.getBody);
|
|
242
|
+
"application/json": "json"
|
|
243
|
+
}
|
|
244
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getContextsForField.response"))).then(commonHttpClient.getBody);
|
|
270
245
|
};
|
|
271
246
|
/**
|
|
272
247
|
* Returns a [paginated](#pagination) list of project and issue type mappings and,
|
|
@@ -320,31 +295,26 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
320
295
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-mapping-post
|
|
321
296
|
* @param params
|
|
322
297
|
*/
|
|
323
|
-
this.getCustomFieldContextsForProjectsAndIssueTypes = ({ fieldId, startAt, maxResults, projectIssueTypeMappings
|
|
324
|
-
return this.getClientInstance()
|
|
325
|
-
.request({
|
|
298
|
+
this.getCustomFieldContextsForProjectsAndIssueTypes = ({ fieldId, startAt, maxResults, projectIssueTypeMappings }) => {
|
|
299
|
+
return this.getClientInstance().request({
|
|
326
300
|
path: "/rest/api/3/field/{fieldId}/context/mapping",
|
|
327
301
|
method: "POST",
|
|
328
302
|
pathParams: {
|
|
329
|
-
fieldId
|
|
303
|
+
fieldId
|
|
330
304
|
},
|
|
331
305
|
query: {
|
|
332
306
|
startAt,
|
|
333
|
-
maxResults
|
|
307
|
+
maxResults
|
|
334
308
|
},
|
|
335
309
|
headers: {
|
|
336
|
-
"Content-Type": "application/json"
|
|
310
|
+
"Content-Type": "application/json"
|
|
337
311
|
},
|
|
338
|
-
body: projectIssueTypeMappings
|
|
339
|
-
})
|
|
340
|
-
.then(this.getClientInstance().responseHandler({
|
|
312
|
+
body: projectIssueTypeMappings
|
|
313
|
+
}).then(this.getClientInstance().responseHandler({
|
|
341
314
|
200: {
|
|
342
|
-
"application/json": "json"
|
|
343
|
-
}
|
|
344
|
-
}))
|
|
345
|
-
.then(commonHttpClient.castResponse())
|
|
346
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getCustomFieldContextsForProjectsAndIssueTypes.response")))
|
|
347
|
-
.then(commonHttpClient.getBody);
|
|
315
|
+
"application/json": "json"
|
|
316
|
+
}
|
|
317
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getCustomFieldContextsForProjectsAndIssueTypes.response"))).then(commonHttpClient.getBody);
|
|
348
318
|
};
|
|
349
319
|
/**
|
|
350
320
|
* Returns a [paginated](#pagination) list of defaults for a custom field. The
|
|
@@ -442,28 +412,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
442
412
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-get
|
|
443
413
|
* @param params
|
|
444
414
|
*/
|
|
445
|
-
this.getDefaultValues = ({ fieldId, contextId, startAt, maxResults
|
|
446
|
-
return this.getClientInstance()
|
|
447
|
-
.request({
|
|
415
|
+
this.getDefaultValues = ({ fieldId, contextId, startAt, maxResults }) => {
|
|
416
|
+
return this.getClientInstance().request({
|
|
448
417
|
path: "/rest/api/3/field/{fieldId}/context/defaultValue",
|
|
449
418
|
method: "GET",
|
|
450
419
|
pathParams: {
|
|
451
|
-
fieldId
|
|
420
|
+
fieldId
|
|
452
421
|
},
|
|
453
422
|
query: {
|
|
454
423
|
contextId,
|
|
455
424
|
startAt,
|
|
456
|
-
maxResults
|
|
457
|
-
}
|
|
458
|
-
})
|
|
459
|
-
.then(this.getClientInstance().responseHandler({
|
|
425
|
+
maxResults
|
|
426
|
+
}
|
|
427
|
+
}).then(this.getClientInstance().responseHandler({
|
|
460
428
|
200: {
|
|
461
|
-
"application/json": "json"
|
|
462
|
-
}
|
|
463
|
-
}))
|
|
464
|
-
.then(commonHttpClient.castResponse())
|
|
465
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getDefaultValues.response")))
|
|
466
|
-
.then(commonHttpClient.getBody);
|
|
429
|
+
"application/json": "json"
|
|
430
|
+
}
|
|
431
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getDefaultValues.response"))).then(commonHttpClient.getBody);
|
|
467
432
|
};
|
|
468
433
|
/**
|
|
469
434
|
* Returns a [paginated](#pagination) list of context to issue type mappings for a
|
|
@@ -504,28 +469,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
504
469
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-issuetypemapping-get
|
|
505
470
|
* @param params
|
|
506
471
|
*/
|
|
507
|
-
this.getIssueTypeMappingsForContexts = ({ fieldId, contextId, startAt, maxResults
|
|
508
|
-
return this.getClientInstance()
|
|
509
|
-
.request({
|
|
472
|
+
this.getIssueTypeMappingsForContexts = ({ fieldId, contextId, startAt, maxResults }) => {
|
|
473
|
+
return this.getClientInstance().request({
|
|
510
474
|
path: "/rest/api/3/field/{fieldId}/context/issuetypemapping",
|
|
511
475
|
method: "GET",
|
|
512
476
|
pathParams: {
|
|
513
|
-
fieldId
|
|
477
|
+
fieldId
|
|
514
478
|
},
|
|
515
479
|
query: {
|
|
516
480
|
contextId,
|
|
517
481
|
startAt,
|
|
518
|
-
maxResults
|
|
519
|
-
}
|
|
520
|
-
})
|
|
521
|
-
.then(this.getClientInstance().responseHandler({
|
|
482
|
+
maxResults
|
|
483
|
+
}
|
|
484
|
+
}).then(this.getClientInstance().responseHandler({
|
|
522
485
|
200: {
|
|
523
|
-
"application/json": "json"
|
|
524
|
-
}
|
|
525
|
-
}))
|
|
526
|
-
.then(commonHttpClient.castResponse())
|
|
527
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getIssueTypeMappingsForContexts.response")))
|
|
528
|
-
.then(commonHttpClient.getBody);
|
|
486
|
+
"application/json": "json"
|
|
487
|
+
}
|
|
488
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getIssueTypeMappingsForContexts.response"))).then(commonHttpClient.getBody);
|
|
529
489
|
};
|
|
530
490
|
/**
|
|
531
491
|
* Returns a [paginated](#pagination) list of context to project mappings for a
|
|
@@ -562,28 +522,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
562
522
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-projectmapping-get
|
|
563
523
|
* @param params
|
|
564
524
|
*/
|
|
565
|
-
this.getProjectContextMapping = ({ fieldId, contextId, startAt, maxResults
|
|
566
|
-
return this.getClientInstance()
|
|
567
|
-
.request({
|
|
525
|
+
this.getProjectContextMapping = ({ fieldId, contextId, startAt, maxResults }) => {
|
|
526
|
+
return this.getClientInstance().request({
|
|
568
527
|
path: "/rest/api/3/field/{fieldId}/context/projectmapping",
|
|
569
528
|
method: "GET",
|
|
570
529
|
pathParams: {
|
|
571
|
-
fieldId
|
|
530
|
+
fieldId
|
|
572
531
|
},
|
|
573
532
|
query: {
|
|
574
533
|
contextId,
|
|
575
534
|
startAt,
|
|
576
|
-
maxResults
|
|
577
|
-
}
|
|
578
|
-
})
|
|
579
|
-
.then(this.getClientInstance().responseHandler({
|
|
535
|
+
maxResults
|
|
536
|
+
}
|
|
537
|
+
}).then(this.getClientInstance().responseHandler({
|
|
580
538
|
200: {
|
|
581
|
-
"application/json": "json"
|
|
582
|
-
}
|
|
583
|
-
}))
|
|
584
|
-
.then(commonHttpClient.castResponse())
|
|
585
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getProjectContextMapping.response")))
|
|
586
|
-
.then(commonHttpClient.getBody);
|
|
539
|
+
"application/json": "json"
|
|
540
|
+
}
|
|
541
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.getProjectContextMapping.response"))).then(commonHttpClient.getBody);
|
|
587
542
|
};
|
|
588
543
|
/**
|
|
589
544
|
* Removes a custom field context from projects.
|
|
@@ -605,28 +560,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
605
560
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-remove-post
|
|
606
561
|
* @param params
|
|
607
562
|
*/
|
|
608
|
-
this.removeCustomFieldContextFromProjects = ({ fieldId, contextId, projectIds
|
|
609
|
-
return this.getClientInstance()
|
|
610
|
-
.request({
|
|
563
|
+
this.removeCustomFieldContextFromProjects = ({ fieldId, contextId, projectIds }) => {
|
|
564
|
+
return this.getClientInstance().request({
|
|
611
565
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}/project/remove",
|
|
612
566
|
method: "POST",
|
|
613
567
|
pathParams: {
|
|
614
568
|
fieldId,
|
|
615
|
-
contextId
|
|
569
|
+
contextId
|
|
616
570
|
},
|
|
617
571
|
headers: {
|
|
618
|
-
"Content-Type": "application/json"
|
|
572
|
+
"Content-Type": "application/json"
|
|
619
573
|
},
|
|
620
|
-
body: projectIds
|
|
621
|
-
})
|
|
622
|
-
.then(this.getClientInstance().responseHandler({
|
|
574
|
+
body: projectIds
|
|
575
|
+
}).then(this.getClientInstance().responseHandler({
|
|
623
576
|
204: {
|
|
624
|
-
"application/json": "json"
|
|
625
|
-
}
|
|
626
|
-
}))
|
|
627
|
-
.then(commonHttpClient.castResponse())
|
|
628
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.removeCustomFieldContextFromProjects.response")))
|
|
629
|
-
.then(commonHttpClient.getBody);
|
|
577
|
+
"application/json": "json"
|
|
578
|
+
}
|
|
579
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.removeCustomFieldContextFromProjects.response"))).then(commonHttpClient.getBody);
|
|
630
580
|
};
|
|
631
581
|
/**
|
|
632
582
|
* Removes issue types from a custom field context.
|
|
@@ -643,28 +593,23 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
643
593
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-remove-post
|
|
644
594
|
* @param params
|
|
645
595
|
*/
|
|
646
|
-
this.removeIssueTypesFromContext = ({ fieldId, contextId, issueTypeIds
|
|
647
|
-
return this.getClientInstance()
|
|
648
|
-
.request({
|
|
596
|
+
this.removeIssueTypesFromContext = ({ fieldId, contextId, issueTypeIds }) => {
|
|
597
|
+
return this.getClientInstance().request({
|
|
649
598
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove",
|
|
650
599
|
method: "POST",
|
|
651
600
|
pathParams: {
|
|
652
601
|
fieldId,
|
|
653
|
-
contextId
|
|
602
|
+
contextId
|
|
654
603
|
},
|
|
655
604
|
headers: {
|
|
656
|
-
"Content-Type": "application/json"
|
|
605
|
+
"Content-Type": "application/json"
|
|
657
606
|
},
|
|
658
|
-
body: issueTypeIds
|
|
659
|
-
})
|
|
660
|
-
.then(this.getClientInstance().responseHandler({
|
|
607
|
+
body: issueTypeIds
|
|
608
|
+
}).then(this.getClientInstance().responseHandler({
|
|
661
609
|
204: {
|
|
662
|
-
"application/json": "json"
|
|
663
|
-
}
|
|
664
|
-
}))
|
|
665
|
-
.then(commonHttpClient.castResponse())
|
|
666
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.removeIssueTypesFromContext.response")))
|
|
667
|
-
.then(commonHttpClient.getBody);
|
|
610
|
+
"application/json": "json"
|
|
611
|
+
}
|
|
612
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.removeIssueTypesFromContext.response"))).then(commonHttpClient.getBody);
|
|
668
613
|
};
|
|
669
614
|
/**
|
|
670
615
|
* Sets default for contexts of a custom field. Default are defined using these
|
|
@@ -740,27 +685,22 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
740
685
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-put
|
|
741
686
|
* @param params
|
|
742
687
|
*/
|
|
743
|
-
this.setDefaultValues = ({ fieldId, customFieldContextDefaultValueUpdate
|
|
744
|
-
return this.getClientInstance()
|
|
745
|
-
.request({
|
|
688
|
+
this.setDefaultValues = ({ fieldId, customFieldContextDefaultValueUpdate }) => {
|
|
689
|
+
return this.getClientInstance().request({
|
|
746
690
|
path: "/rest/api/3/field/{fieldId}/context/defaultValue",
|
|
747
691
|
method: "PUT",
|
|
748
692
|
pathParams: {
|
|
749
|
-
fieldId
|
|
693
|
+
fieldId
|
|
750
694
|
},
|
|
751
695
|
headers: {
|
|
752
|
-
"Content-Type": "application/json"
|
|
696
|
+
"Content-Type": "application/json"
|
|
753
697
|
},
|
|
754
|
-
body: customFieldContextDefaultValueUpdate
|
|
755
|
-
})
|
|
756
|
-
.then(this.getClientInstance().responseHandler({
|
|
698
|
+
body: customFieldContextDefaultValueUpdate
|
|
699
|
+
}).then(this.getClientInstance().responseHandler({
|
|
757
700
|
204: {
|
|
758
|
-
"application/json": "json"
|
|
759
|
-
}
|
|
760
|
-
}))
|
|
761
|
-
.then(commonHttpClient.castResponse())
|
|
762
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.setDefaultValues.response")))
|
|
763
|
-
.then(commonHttpClient.getBody);
|
|
701
|
+
"application/json": "json"
|
|
702
|
+
}
|
|
703
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.setDefaultValues.response"))).then(commonHttpClient.getBody);
|
|
764
704
|
};
|
|
765
705
|
/**
|
|
766
706
|
* Updates a [ custom field
|
|
@@ -776,125 +716,92 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
776
716
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-put
|
|
777
717
|
* @param params
|
|
778
718
|
*/
|
|
779
|
-
this.updateCustomFieldContext = ({ fieldId, contextId, customFieldContextUpdateDetails
|
|
780
|
-
return this.getClientInstance()
|
|
781
|
-
.request({
|
|
719
|
+
this.updateCustomFieldContext = ({ fieldId, contextId, customFieldContextUpdateDetails }) => {
|
|
720
|
+
return this.getClientInstance().request({
|
|
782
721
|
path: "/rest/api/3/field/{fieldId}/context/{contextId}",
|
|
783
722
|
method: "PUT",
|
|
784
723
|
pathParams: {
|
|
785
724
|
fieldId,
|
|
786
|
-
contextId
|
|
725
|
+
contextId
|
|
787
726
|
},
|
|
788
727
|
headers: {
|
|
789
|
-
"Content-Type": "application/json"
|
|
728
|
+
"Content-Type": "application/json"
|
|
790
729
|
},
|
|
791
|
-
body: customFieldContextUpdateDetails
|
|
792
|
-
})
|
|
793
|
-
.then(this.getClientInstance().responseHandler({
|
|
730
|
+
body: customFieldContextUpdateDetails
|
|
731
|
+
}).then(this.getClientInstance().responseHandler({
|
|
794
732
|
204: {
|
|
795
|
-
"application/json": "json"
|
|
796
|
-
}
|
|
797
|
-
}))
|
|
798
|
-
.then(commonHttpClient.castResponse())
|
|
799
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.updateCustomFieldContext.response")))
|
|
800
|
-
.then(commonHttpClient.getBody);
|
|
733
|
+
"application/json": "json"
|
|
734
|
+
}
|
|
735
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldContextsService.updateCustomFieldContext.response"))).then(commonHttpClient.getBody);
|
|
801
736
|
};
|
|
802
737
|
}
|
|
803
738
|
static initialize() {
|
|
804
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getContextsForField.response", zod_1.z
|
|
805
|
-
.object({
|
|
739
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getContextsForField.response", zod_1.z.object({
|
|
806
740
|
status: zod_1.z.literal(200),
|
|
807
741
|
mediaType: zod_1.z.literal("application/json"),
|
|
808
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContext")
|
|
809
|
-
})
|
|
810
|
-
|
|
811
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.createCustomFieldContext.response", zod_1.z
|
|
812
|
-
.object({
|
|
742
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContext")
|
|
743
|
+
}).describe("IssueCustomFieldContextsService.getContextsForField.response"));
|
|
744
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.createCustomFieldContext.response", zod_1.z.object({
|
|
813
745
|
status: zod_1.z.literal(201),
|
|
814
746
|
mediaType: zod_1.z.literal("application/json"),
|
|
815
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("CreateCustomFieldContext")
|
|
816
|
-
})
|
|
817
|
-
|
|
818
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.updateCustomFieldContext.response", zod_1.z
|
|
819
|
-
.object({
|
|
747
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("CreateCustomFieldContext")
|
|
748
|
+
}).describe("IssueCustomFieldContextsService.createCustomFieldContext.response"));
|
|
749
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.updateCustomFieldContext.response", zod_1.z.object({
|
|
820
750
|
status: zod_1.z.literal(204),
|
|
821
751
|
mediaType: zod_1.z.literal("application/json"),
|
|
822
|
-
body: zod_1.z.unknown()
|
|
823
|
-
})
|
|
824
|
-
|
|
825
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.deleteCustomFieldContext.response", zod_1.z
|
|
826
|
-
.object({
|
|
752
|
+
body: zod_1.z.unknown()
|
|
753
|
+
}).describe("IssueCustomFieldContextsService.updateCustomFieldContext.response"));
|
|
754
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.deleteCustomFieldContext.response", zod_1.z.object({
|
|
827
755
|
status: zod_1.z.literal(204),
|
|
828
756
|
mediaType: zod_1.z.literal("application/json"),
|
|
829
|
-
body: zod_1.z.unknown()
|
|
830
|
-
})
|
|
831
|
-
|
|
832
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.addIssueTypesToContext.response", zod_1.z
|
|
833
|
-
.object({
|
|
757
|
+
body: zod_1.z.unknown()
|
|
758
|
+
}).describe("IssueCustomFieldContextsService.deleteCustomFieldContext.response"));
|
|
759
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.addIssueTypesToContext.response", zod_1.z.object({
|
|
834
760
|
status: zod_1.z.literal(204),
|
|
835
761
|
mediaType: zod_1.z.literal("application/json"),
|
|
836
|
-
body: zod_1.z.unknown()
|
|
837
|
-
})
|
|
838
|
-
|
|
839
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.removeIssueTypesFromContext.response", zod_1.z
|
|
840
|
-
.object({
|
|
762
|
+
body: zod_1.z.unknown()
|
|
763
|
+
}).describe("IssueCustomFieldContextsService.addIssueTypesToContext.response"));
|
|
764
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.removeIssueTypesFromContext.response", zod_1.z.object({
|
|
841
765
|
status: zod_1.z.literal(204),
|
|
842
766
|
mediaType: zod_1.z.literal("application/json"),
|
|
843
|
-
body: zod_1.z.unknown()
|
|
844
|
-
})
|
|
845
|
-
|
|
846
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.assignProjectsToCustomFieldContext.response", zod_1.z
|
|
847
|
-
.object({
|
|
767
|
+
body: zod_1.z.unknown()
|
|
768
|
+
}).describe("IssueCustomFieldContextsService.removeIssueTypesFromContext.response"));
|
|
769
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.assignProjectsToCustomFieldContext.response", zod_1.z.object({
|
|
848
770
|
status: zod_1.z.literal(204),
|
|
849
771
|
mediaType: zod_1.z.literal("application/json"),
|
|
850
|
-
body: zod_1.z.unknown()
|
|
851
|
-
})
|
|
852
|
-
|
|
853
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.removeCustomFieldContextFromProjects.response", zod_1.z
|
|
854
|
-
.object({
|
|
772
|
+
body: zod_1.z.unknown()
|
|
773
|
+
}).describe("IssueCustomFieldContextsService.assignProjectsToCustomFieldContext.response"));
|
|
774
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.removeCustomFieldContextFromProjects.response", zod_1.z.object({
|
|
855
775
|
status: zod_1.z.literal(204),
|
|
856
776
|
mediaType: zod_1.z.literal("application/json"),
|
|
857
|
-
body: zod_1.z.unknown()
|
|
858
|
-
})
|
|
859
|
-
|
|
860
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getDefaultValues.response", zod_1.z
|
|
861
|
-
.object({
|
|
777
|
+
body: zod_1.z.unknown()
|
|
778
|
+
}).describe("IssueCustomFieldContextsService.removeCustomFieldContextFromProjects.response"));
|
|
779
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getDefaultValues.response", zod_1.z.object({
|
|
862
780
|
status: zod_1.z.literal(200),
|
|
863
781
|
mediaType: zod_1.z.literal("application/json"),
|
|
864
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContextDefaultValue")
|
|
865
|
-
})
|
|
866
|
-
|
|
867
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.setDefaultValues.response", zod_1.z
|
|
868
|
-
.object({
|
|
782
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContextDefaultValue")
|
|
783
|
+
}).describe("IssueCustomFieldContextsService.getDefaultValues.response"));
|
|
784
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.setDefaultValues.response", zod_1.z.object({
|
|
869
785
|
status: zod_1.z.literal(204),
|
|
870
786
|
mediaType: zod_1.z.literal("application/json"),
|
|
871
|
-
body: zod_1.z.unknown()
|
|
872
|
-
})
|
|
873
|
-
|
|
874
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getIssueTypeMappingsForContexts.response", zod_1.z
|
|
875
|
-
.object({
|
|
787
|
+
body: zod_1.z.unknown()
|
|
788
|
+
}).describe("IssueCustomFieldContextsService.setDefaultValues.response"));
|
|
789
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getIssueTypeMappingsForContexts.response", zod_1.z.object({
|
|
876
790
|
status: zod_1.z.literal(200),
|
|
877
791
|
mediaType: zod_1.z.literal("application/json"),
|
|
878
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanIssueTypeToContextMapping")
|
|
879
|
-
})
|
|
880
|
-
|
|
881
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getCustomFieldContextsForProjectsAndIssueTypes.response", zod_1.z
|
|
882
|
-
.object({
|
|
792
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanIssueTypeToContextMapping")
|
|
793
|
+
}).describe("IssueCustomFieldContextsService.getIssueTypeMappingsForContexts.response"));
|
|
794
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getCustomFieldContextsForProjectsAndIssueTypes.response", zod_1.z.object({
|
|
883
795
|
status: zod_1.z.literal(200),
|
|
884
796
|
mediaType: zod_1.z.literal("application/json"),
|
|
885
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanContextForProjectAndIssueType")
|
|
886
|
-
})
|
|
887
|
-
|
|
888
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getProjectContextMapping.response", zod_1.z
|
|
889
|
-
.object({
|
|
797
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanContextForProjectAndIssueType")
|
|
798
|
+
}).describe("IssueCustomFieldContextsService.getCustomFieldContextsForProjectsAndIssueTypes.response"));
|
|
799
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldContextsService.getProjectContextMapping.response", zod_1.z.object({
|
|
890
800
|
status: zod_1.z.literal(200),
|
|
891
801
|
mediaType: zod_1.z.literal("application/json"),
|
|
892
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContextProjectMapping")
|
|
893
|
-
})
|
|
894
|
-
|
|
895
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
896
|
-
issueCustomFieldContexts_1.registerIssueCustomFieldContextsValidationSchemas,
|
|
897
|
-
]);
|
|
802
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanCustomFieldContextProjectMapping")
|
|
803
|
+
}).describe("IssueCustomFieldContextsService.getProjectContextMapping.response"));
|
|
804
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([issueCustomFieldContexts_1.registerIssueCustomFieldContextsValidationSchemas]);
|
|
898
805
|
}
|
|
899
806
|
}
|
|
900
807
|
exports.IssueCustomFieldContextsService = IssueCustomFieldContextsService;
|