@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.WorkflowSchemesService = 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 workflowSchemes_1 = require("../models/workflowSchemes");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents workflow schemes. Use it to manage workflow schemes
|
|
15
15
|
* and the workflow scheme's workflows and issue types.
|
|
@@ -61,24 +61,19 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
61
61
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-post
|
|
62
62
|
* @param params
|
|
63
63
|
*/
|
|
64
|
-
this.createWorkflowScheme = ({ workflowScheme
|
|
65
|
-
return this.getClientInstance()
|
|
66
|
-
.request({
|
|
64
|
+
this.createWorkflowScheme = ({ workflowScheme }) => {
|
|
65
|
+
return this.getClientInstance().request({
|
|
67
66
|
path: "/rest/api/3/workflowscheme",
|
|
68
67
|
method: "POST",
|
|
69
68
|
headers: {
|
|
70
|
-
"Content-Type": "application/json"
|
|
69
|
+
"Content-Type": "application/json"
|
|
71
70
|
},
|
|
72
|
-
body: workflowScheme
|
|
73
|
-
})
|
|
74
|
-
.then(this.getClientInstance().responseHandler({
|
|
71
|
+
body: workflowScheme
|
|
72
|
+
}).then(this.getClientInstance().responseHandler({
|
|
75
73
|
201: {
|
|
76
|
-
"application/json": "json"
|
|
77
|
-
}
|
|
78
|
-
}))
|
|
79
|
-
.then(commonHttpClient.castResponse())
|
|
80
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.createWorkflowScheme.response")))
|
|
81
|
-
.then(commonHttpClient.getBody);
|
|
74
|
+
"application/json": "json"
|
|
75
|
+
}
|
|
76
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.createWorkflowScheme.response"))).then(commonHttpClient.getBody);
|
|
82
77
|
};
|
|
83
78
|
/**
|
|
84
79
|
* Resets the default workflow for a workflow scheme. That is, the default
|
|
@@ -115,26 +110,21 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
115
110
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-delete
|
|
116
111
|
* @param params
|
|
117
112
|
*/
|
|
118
|
-
this.deleteDefaultWorkflow = ({ id, updateDraftIfNeeded
|
|
119
|
-
return this.getClientInstance()
|
|
120
|
-
.request({
|
|
113
|
+
this.deleteDefaultWorkflow = ({ id, updateDraftIfNeeded }) => {
|
|
114
|
+
return this.getClientInstance().request({
|
|
121
115
|
path: "/rest/api/3/workflowscheme/{id}/default",
|
|
122
116
|
method: "DELETE",
|
|
123
117
|
pathParams: {
|
|
124
|
-
id
|
|
118
|
+
id
|
|
125
119
|
},
|
|
126
120
|
query: {
|
|
127
|
-
updateDraftIfNeeded
|
|
128
|
-
}
|
|
129
|
-
})
|
|
130
|
-
.then(this.getClientInstance().responseHandler({
|
|
121
|
+
updateDraftIfNeeded
|
|
122
|
+
}
|
|
123
|
+
}).then(this.getClientInstance().responseHandler({
|
|
131
124
|
200: {
|
|
132
|
-
"application/json": "json"
|
|
133
|
-
}
|
|
134
|
-
}))
|
|
135
|
-
.then(commonHttpClient.castResponse())
|
|
136
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteDefaultWorkflow.response")))
|
|
137
|
-
.then(commonHttpClient.getBody);
|
|
125
|
+
"application/json": "json"
|
|
126
|
+
}
|
|
127
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteDefaultWorkflow.response"))).then(commonHttpClient.getBody);
|
|
138
128
|
};
|
|
139
129
|
/**
|
|
140
130
|
* Deletes the workflow-issue type mapping for a workflow in a workflow scheme.
|
|
@@ -153,20 +143,18 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
153
143
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-delete
|
|
154
144
|
* @param params
|
|
155
145
|
*/
|
|
156
|
-
this.deleteWorkflowMapping = ({ id, workflowName, updateDraftIfNeeded
|
|
157
|
-
return this.getClientInstance()
|
|
158
|
-
.request({
|
|
146
|
+
this.deleteWorkflowMapping = ({ id, workflowName, updateDraftIfNeeded }) => {
|
|
147
|
+
return this.getClientInstance().request({
|
|
159
148
|
path: "/rest/api/3/workflowscheme/{id}/workflow",
|
|
160
149
|
method: "DELETE",
|
|
161
150
|
pathParams: {
|
|
162
|
-
id
|
|
151
|
+
id
|
|
163
152
|
},
|
|
164
153
|
query: {
|
|
165
154
|
workflowName,
|
|
166
|
-
updateDraftIfNeeded
|
|
167
|
-
}
|
|
168
|
-
})
|
|
169
|
-
.then(commonHttpClient.discardResult);
|
|
155
|
+
updateDraftIfNeeded
|
|
156
|
+
}
|
|
157
|
+
}).then(commonHttpClient.discardResult);
|
|
170
158
|
};
|
|
171
159
|
/**
|
|
172
160
|
* Deletes a workflow scheme. Note that a workflow scheme cannot be deleted if it
|
|
@@ -182,23 +170,18 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
182
170
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-delete
|
|
183
171
|
* @param params
|
|
184
172
|
*/
|
|
185
|
-
this.deleteWorkflowScheme = ({ id
|
|
186
|
-
return this.getClientInstance()
|
|
187
|
-
.request({
|
|
173
|
+
this.deleteWorkflowScheme = ({ id }) => {
|
|
174
|
+
return this.getClientInstance().request({
|
|
188
175
|
path: "/rest/api/3/workflowscheme/{id}",
|
|
189
176
|
method: "DELETE",
|
|
190
177
|
pathParams: {
|
|
191
|
-
id
|
|
192
|
-
}
|
|
193
|
-
})
|
|
194
|
-
.then(this.getClientInstance().responseHandler({
|
|
178
|
+
id
|
|
179
|
+
}
|
|
180
|
+
}).then(this.getClientInstance().responseHandler({
|
|
195
181
|
204: {
|
|
196
|
-
"application/json": "json"
|
|
197
|
-
}
|
|
198
|
-
}))
|
|
199
|
-
.then(commonHttpClient.castResponse())
|
|
200
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteWorkflowScheme.response")))
|
|
201
|
-
.then(commonHttpClient.getBody);
|
|
182
|
+
"application/json": "json"
|
|
183
|
+
}
|
|
184
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteWorkflowScheme.response"))).then(commonHttpClient.getBody);
|
|
202
185
|
};
|
|
203
186
|
/**
|
|
204
187
|
* Deletes the issue type-workflow mapping for an issue type in a workflow scheme.
|
|
@@ -234,27 +217,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
234
217
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-delete
|
|
235
218
|
* @param params
|
|
236
219
|
*/
|
|
237
|
-
this.deleteWorkflowSchemeIssueType = ({ id, issueType, updateDraftIfNeeded
|
|
238
|
-
return this.getClientInstance()
|
|
239
|
-
.request({
|
|
220
|
+
this.deleteWorkflowSchemeIssueType = ({ id, issueType, updateDraftIfNeeded }) => {
|
|
221
|
+
return this.getClientInstance().request({
|
|
240
222
|
path: "/rest/api/3/workflowscheme/{id}/issuetype/{issueType}",
|
|
241
223
|
method: "DELETE",
|
|
242
224
|
pathParams: {
|
|
243
225
|
id,
|
|
244
|
-
issueType
|
|
226
|
+
issueType
|
|
245
227
|
},
|
|
246
228
|
query: {
|
|
247
|
-
updateDraftIfNeeded
|
|
248
|
-
}
|
|
249
|
-
})
|
|
250
|
-
.then(this.getClientInstance().responseHandler({
|
|
229
|
+
updateDraftIfNeeded
|
|
230
|
+
}
|
|
231
|
+
}).then(this.getClientInstance().responseHandler({
|
|
251
232
|
200: {
|
|
252
|
-
"application/json": "json"
|
|
253
|
-
}
|
|
254
|
-
}))
|
|
255
|
-
.then(commonHttpClient.castResponse())
|
|
256
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteWorkflowSchemeIssueType.response")))
|
|
257
|
-
.then(commonHttpClient.getBody);
|
|
233
|
+
"application/json": "json"
|
|
234
|
+
}
|
|
235
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.deleteWorkflowSchemeIssueType.response"))).then(commonHttpClient.getBody);
|
|
258
236
|
};
|
|
259
237
|
/**
|
|
260
238
|
* Returns a [paginated](#pagination) list of all workflow schemes, not including
|
|
@@ -304,24 +282,19 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
304
282
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-get
|
|
305
283
|
* @param params
|
|
306
284
|
*/
|
|
307
|
-
this.getAllWorkflowSchemes = ({ startAt, maxResults
|
|
308
|
-
return this.getClientInstance()
|
|
309
|
-
.request({
|
|
285
|
+
this.getAllWorkflowSchemes = ({ startAt, maxResults } = {}) => {
|
|
286
|
+
return this.getClientInstance().request({
|
|
310
287
|
path: "/rest/api/3/workflowscheme",
|
|
311
288
|
method: "GET",
|
|
312
289
|
query: {
|
|
313
290
|
startAt,
|
|
314
|
-
maxResults
|
|
315
|
-
}
|
|
316
|
-
})
|
|
317
|
-
.then(this.getClientInstance().responseHandler({
|
|
291
|
+
maxResults
|
|
292
|
+
}
|
|
293
|
+
}).then(this.getClientInstance().responseHandler({
|
|
318
294
|
200: {
|
|
319
|
-
"application/json": "json"
|
|
320
|
-
}
|
|
321
|
-
}))
|
|
322
|
-
.then(commonHttpClient.castResponse())
|
|
323
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getAllWorkflowSchemes.response")))
|
|
324
|
-
.then(commonHttpClient.getBody);
|
|
295
|
+
"application/json": "json"
|
|
296
|
+
}
|
|
297
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getAllWorkflowSchemes.response"))).then(commonHttpClient.getBody);
|
|
325
298
|
};
|
|
326
299
|
/**
|
|
327
300
|
* Returns the default workflow for a workflow scheme. The default workflow is the
|
|
@@ -346,26 +319,21 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
346
319
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-get
|
|
347
320
|
* @param params
|
|
348
321
|
*/
|
|
349
|
-
this.getDefaultWorkflow = ({ id, returnDraftIfExists
|
|
350
|
-
return this.getClientInstance()
|
|
351
|
-
.request({
|
|
322
|
+
this.getDefaultWorkflow = ({ id, returnDraftIfExists }) => {
|
|
323
|
+
return this.getClientInstance().request({
|
|
352
324
|
path: "/rest/api/3/workflowscheme/{id}/default",
|
|
353
325
|
method: "GET",
|
|
354
326
|
pathParams: {
|
|
355
|
-
id
|
|
327
|
+
id
|
|
356
328
|
},
|
|
357
329
|
query: {
|
|
358
|
-
returnDraftIfExists
|
|
359
|
-
}
|
|
360
|
-
})
|
|
361
|
-
.then(this.getClientInstance().responseHandler({
|
|
330
|
+
returnDraftIfExists
|
|
331
|
+
}
|
|
332
|
+
}).then(this.getClientInstance().responseHandler({
|
|
362
333
|
200: {
|
|
363
|
-
"application/json": "json"
|
|
364
|
-
}
|
|
365
|
-
}))
|
|
366
|
-
.then(commonHttpClient.castResponse())
|
|
367
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getDefaultWorkflow.response")))
|
|
368
|
-
.then(commonHttpClient.getBody);
|
|
334
|
+
"application/json": "json"
|
|
335
|
+
}
|
|
336
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getDefaultWorkflow.response"))).then(commonHttpClient.getBody);
|
|
369
337
|
};
|
|
370
338
|
/**
|
|
371
339
|
* Returns the workflow-issue type mappings for a workflow scheme.
|
|
@@ -392,27 +360,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
392
360
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-get
|
|
393
361
|
* @param params
|
|
394
362
|
*/
|
|
395
|
-
this.getWorkflow = ({ id, workflowName, returnDraftIfExists
|
|
396
|
-
return this.getClientInstance()
|
|
397
|
-
.request({
|
|
363
|
+
this.getWorkflow = ({ id, workflowName, returnDraftIfExists }) => {
|
|
364
|
+
return this.getClientInstance().request({
|
|
398
365
|
path: "/rest/api/3/workflowscheme/{id}/workflow",
|
|
399
366
|
method: "GET",
|
|
400
367
|
pathParams: {
|
|
401
|
-
id
|
|
368
|
+
id
|
|
402
369
|
},
|
|
403
370
|
query: {
|
|
404
371
|
workflowName,
|
|
405
|
-
returnDraftIfExists
|
|
406
|
-
}
|
|
407
|
-
})
|
|
408
|
-
.then(this.getClientInstance().responseHandler({
|
|
372
|
+
returnDraftIfExists
|
|
373
|
+
}
|
|
374
|
+
}).then(this.getClientInstance().responseHandler({
|
|
409
375
|
200: {
|
|
410
|
-
"application/json": "json"
|
|
411
|
-
}
|
|
412
|
-
}))
|
|
413
|
-
.then(commonHttpClient.castResponse())
|
|
414
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflow.response")))
|
|
415
|
-
.then(commonHttpClient.getBody);
|
|
376
|
+
"application/json": "json"
|
|
377
|
+
}
|
|
378
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflow.response"))).then(commonHttpClient.getBody);
|
|
416
379
|
};
|
|
417
380
|
/**
|
|
418
381
|
* Returns a workflow scheme.
|
|
@@ -443,26 +406,21 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
443
406
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-get
|
|
444
407
|
* @param params
|
|
445
408
|
*/
|
|
446
|
-
this.getWorkflowScheme = ({ id, returnDraftIfExists
|
|
447
|
-
return this.getClientInstance()
|
|
448
|
-
.request({
|
|
409
|
+
this.getWorkflowScheme = ({ id, returnDraftIfExists }) => {
|
|
410
|
+
return this.getClientInstance().request({
|
|
449
411
|
path: "/rest/api/3/workflowscheme/{id}",
|
|
450
412
|
method: "GET",
|
|
451
413
|
pathParams: {
|
|
452
|
-
id
|
|
414
|
+
id
|
|
453
415
|
},
|
|
454
416
|
query: {
|
|
455
|
-
returnDraftIfExists
|
|
456
|
-
}
|
|
457
|
-
})
|
|
458
|
-
.then(this.getClientInstance().responseHandler({
|
|
417
|
+
returnDraftIfExists
|
|
418
|
+
}
|
|
419
|
+
}).then(this.getClientInstance().responseHandler({
|
|
459
420
|
200: {
|
|
460
|
-
"application/json": "json"
|
|
461
|
-
}
|
|
462
|
-
}))
|
|
463
|
-
.then(commonHttpClient.castResponse())
|
|
464
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflowScheme.response")))
|
|
465
|
-
.then(commonHttpClient.getBody);
|
|
421
|
+
"application/json": "json"
|
|
422
|
+
}
|
|
423
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflowScheme.response"))).then(commonHttpClient.getBody);
|
|
466
424
|
};
|
|
467
425
|
/**
|
|
468
426
|
* Returns the issue type-workflow mapping for an issue type in a workflow scheme.
|
|
@@ -485,27 +443,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
485
443
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-get
|
|
486
444
|
* @param params
|
|
487
445
|
*/
|
|
488
|
-
this.getWorkflowSchemeIssueType = ({ id, issueType, returnDraftIfExists
|
|
489
|
-
return this.getClientInstance()
|
|
490
|
-
.request({
|
|
446
|
+
this.getWorkflowSchemeIssueType = ({ id, issueType, returnDraftIfExists }) => {
|
|
447
|
+
return this.getClientInstance().request({
|
|
491
448
|
path: "/rest/api/3/workflowscheme/{id}/issuetype/{issueType}",
|
|
492
449
|
method: "GET",
|
|
493
450
|
pathParams: {
|
|
494
451
|
id,
|
|
495
|
-
issueType
|
|
452
|
+
issueType
|
|
496
453
|
},
|
|
497
454
|
query: {
|
|
498
|
-
returnDraftIfExists
|
|
499
|
-
}
|
|
500
|
-
})
|
|
501
|
-
.then(this.getClientInstance().responseHandler({
|
|
455
|
+
returnDraftIfExists
|
|
456
|
+
}
|
|
457
|
+
}).then(this.getClientInstance().responseHandler({
|
|
502
458
|
200: {
|
|
503
|
-
"application/json": "json"
|
|
504
|
-
}
|
|
505
|
-
}))
|
|
506
|
-
.then(commonHttpClient.castResponse())
|
|
507
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflowSchemeIssueType.response")))
|
|
508
|
-
.then(commonHttpClient.getBody);
|
|
459
|
+
"application/json": "json"
|
|
460
|
+
}
|
|
461
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.getWorkflowSchemeIssueType.response"))).then(commonHttpClient.getBody);
|
|
509
462
|
};
|
|
510
463
|
/**
|
|
511
464
|
* Returns a list of workflow schemes by providing workflow scheme IDs or project
|
|
@@ -591,27 +544,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
591
544
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-read-post
|
|
592
545
|
* @param params
|
|
593
546
|
*/
|
|
594
|
-
this.readWorkflowSchemes = ({ expand, workflowSchemeReadRequest
|
|
595
|
-
return this.getClientInstance()
|
|
596
|
-
.request({
|
|
547
|
+
this.readWorkflowSchemes = ({ expand, workflowSchemeReadRequest }) => {
|
|
548
|
+
return this.getClientInstance().request({
|
|
597
549
|
path: "/rest/api/3/workflowscheme/read",
|
|
598
550
|
method: "POST",
|
|
599
551
|
query: {
|
|
600
|
-
expand
|
|
552
|
+
expand
|
|
601
553
|
},
|
|
602
554
|
headers: {
|
|
603
|
-
"Content-Type": "application/json"
|
|
555
|
+
"Content-Type": "application/json"
|
|
604
556
|
},
|
|
605
|
-
body: workflowSchemeReadRequest
|
|
606
|
-
})
|
|
607
|
-
.then(this.getClientInstance().responseHandler({
|
|
557
|
+
body: workflowSchemeReadRequest
|
|
558
|
+
}).then(this.getClientInstance().responseHandler({
|
|
608
559
|
200: {
|
|
609
|
-
"application/json": "json"
|
|
610
|
-
}
|
|
611
|
-
}))
|
|
612
|
-
.then(commonHttpClient.castResponse())
|
|
613
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.readWorkflowSchemes.response")))
|
|
614
|
-
.then(commonHttpClient.getBody);
|
|
560
|
+
"application/json": "json"
|
|
561
|
+
}
|
|
562
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.readWorkflowSchemes.response"))).then(commonHttpClient.getBody);
|
|
615
563
|
};
|
|
616
564
|
/**
|
|
617
565
|
* Sets the workflow for an issue type in a workflow scheme.
|
|
@@ -647,28 +595,23 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
647
595
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-put
|
|
648
596
|
* @param params
|
|
649
597
|
*/
|
|
650
|
-
this.setWorkflowSchemeIssueType = ({ id, issueType, issueTypeWorkflowMapping
|
|
651
|
-
return this.getClientInstance()
|
|
652
|
-
.request({
|
|
598
|
+
this.setWorkflowSchemeIssueType = ({ id, issueType, issueTypeWorkflowMapping }) => {
|
|
599
|
+
return this.getClientInstance().request({
|
|
653
600
|
path: "/rest/api/3/workflowscheme/{id}/issuetype/{issueType}",
|
|
654
601
|
method: "PUT",
|
|
655
602
|
pathParams: {
|
|
656
603
|
id,
|
|
657
|
-
issueType
|
|
604
|
+
issueType
|
|
658
605
|
},
|
|
659
606
|
headers: {
|
|
660
|
-
"Content-Type": "application/json"
|
|
607
|
+
"Content-Type": "application/json"
|
|
661
608
|
},
|
|
662
|
-
body: issueTypeWorkflowMapping
|
|
663
|
-
})
|
|
664
|
-
.then(this.getClientInstance().responseHandler({
|
|
609
|
+
body: issueTypeWorkflowMapping
|
|
610
|
+
}).then(this.getClientInstance().responseHandler({
|
|
665
611
|
200: {
|
|
666
|
-
"application/json": "json"
|
|
667
|
-
}
|
|
668
|
-
}))
|
|
669
|
-
.then(commonHttpClient.castResponse())
|
|
670
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.setWorkflowSchemeIssueType.response")))
|
|
671
|
-
.then(commonHttpClient.getBody);
|
|
612
|
+
"application/json": "json"
|
|
613
|
+
}
|
|
614
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.setWorkflowSchemeIssueType.response"))).then(commonHttpClient.getBody);
|
|
672
615
|
};
|
|
673
616
|
/**
|
|
674
617
|
* Sets the default workflow for a workflow scheme.
|
|
@@ -704,27 +647,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
704
647
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-put
|
|
705
648
|
* @param params
|
|
706
649
|
*/
|
|
707
|
-
this.updateDefaultWorkflow = ({ id, defaultWorkflow
|
|
708
|
-
return this.getClientInstance()
|
|
709
|
-
.request({
|
|
650
|
+
this.updateDefaultWorkflow = ({ id, defaultWorkflow }) => {
|
|
651
|
+
return this.getClientInstance().request({
|
|
710
652
|
path: "/rest/api/3/workflowscheme/{id}/default",
|
|
711
653
|
method: "PUT",
|
|
712
654
|
pathParams: {
|
|
713
|
-
id
|
|
655
|
+
id
|
|
714
656
|
},
|
|
715
657
|
headers: {
|
|
716
|
-
"Content-Type": "application/json"
|
|
658
|
+
"Content-Type": "application/json"
|
|
717
659
|
},
|
|
718
|
-
body: defaultWorkflow
|
|
719
|
-
})
|
|
720
|
-
.then(this.getClientInstance().responseHandler({
|
|
660
|
+
body: defaultWorkflow
|
|
661
|
+
}).then(this.getClientInstance().responseHandler({
|
|
721
662
|
200: {
|
|
722
|
-
"application/json": "json"
|
|
723
|
-
}
|
|
724
|
-
}))
|
|
725
|
-
.then(commonHttpClient.castResponse())
|
|
726
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateDefaultWorkflow.response")))
|
|
727
|
-
.then(commonHttpClient.getBody);
|
|
663
|
+
"application/json": "json"
|
|
664
|
+
}
|
|
665
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateDefaultWorkflow.response"))).then(commonHttpClient.getBody);
|
|
728
666
|
};
|
|
729
667
|
/**
|
|
730
668
|
* Updates company-managed and team-managed project workflow schemes. This API
|
|
@@ -747,24 +685,19 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
747
685
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-update-post
|
|
748
686
|
* @param params
|
|
749
687
|
*/
|
|
750
|
-
this.updateSchemes = ({ workflowSchemeUpdateRequest
|
|
751
|
-
return this.getClientInstance()
|
|
752
|
-
.request({
|
|
688
|
+
this.updateSchemes = ({ workflowSchemeUpdateRequest }) => {
|
|
689
|
+
return this.getClientInstance().request({
|
|
753
690
|
path: "/rest/api/3/workflowscheme/update",
|
|
754
691
|
method: "POST",
|
|
755
692
|
headers: {
|
|
756
|
-
"Content-Type": "application/json"
|
|
693
|
+
"Content-Type": "application/json"
|
|
757
694
|
},
|
|
758
|
-
body: workflowSchemeUpdateRequest
|
|
759
|
-
})
|
|
760
|
-
.then(this.getClientInstance().responseHandler({
|
|
695
|
+
body: workflowSchemeUpdateRequest
|
|
696
|
+
}).then(this.getClientInstance().responseHandler({
|
|
761
697
|
200: {
|
|
762
|
-
"application/json": "json"
|
|
763
|
-
}
|
|
764
|
-
}))
|
|
765
|
-
.then(commonHttpClient.castResponse())
|
|
766
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateSchemes.response")))
|
|
767
|
-
.then(commonHttpClient.getBody);
|
|
698
|
+
"application/json": "json"
|
|
699
|
+
}
|
|
700
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateSchemes.response"))).then(commonHttpClient.getBody);
|
|
768
701
|
};
|
|
769
702
|
/**
|
|
770
703
|
* Sets the issue types for a workflow in a workflow scheme. The workflow can also
|
|
@@ -802,30 +735,25 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
802
735
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-put
|
|
803
736
|
* @param params
|
|
804
737
|
*/
|
|
805
|
-
this.updateWorkflowMapping = ({ id, workflowName, issueTypesWorkflowMapping
|
|
806
|
-
return this.getClientInstance()
|
|
807
|
-
.request({
|
|
738
|
+
this.updateWorkflowMapping = ({ id, workflowName, issueTypesWorkflowMapping }) => {
|
|
739
|
+
return this.getClientInstance().request({
|
|
808
740
|
path: "/rest/api/3/workflowscheme/{id}/workflow",
|
|
809
741
|
method: "PUT",
|
|
810
742
|
pathParams: {
|
|
811
|
-
id
|
|
743
|
+
id
|
|
812
744
|
},
|
|
813
745
|
query: {
|
|
814
|
-
workflowName
|
|
746
|
+
workflowName
|
|
815
747
|
},
|
|
816
748
|
headers: {
|
|
817
|
-
"Content-Type": "application/json"
|
|
749
|
+
"Content-Type": "application/json"
|
|
818
750
|
},
|
|
819
|
-
body: issueTypesWorkflowMapping
|
|
820
|
-
})
|
|
821
|
-
.then(this.getClientInstance().responseHandler({
|
|
751
|
+
body: issueTypesWorkflowMapping
|
|
752
|
+
}).then(this.getClientInstance().responseHandler({
|
|
822
753
|
200: {
|
|
823
|
-
"application/json": "json"
|
|
824
|
-
}
|
|
825
|
-
}))
|
|
826
|
-
.then(commonHttpClient.castResponse())
|
|
827
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowMapping.response")))
|
|
828
|
-
.then(commonHttpClient.getBody);
|
|
754
|
+
"application/json": "json"
|
|
755
|
+
}
|
|
756
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowMapping.response"))).then(commonHttpClient.getBody);
|
|
829
757
|
};
|
|
830
758
|
/**
|
|
831
759
|
* Updates a company-manged project workflow scheme, including the name, default
|
|
@@ -860,27 +788,22 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
860
788
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-put
|
|
861
789
|
* @param params
|
|
862
790
|
*/
|
|
863
|
-
this.updateWorkflowScheme = ({ id, workflowScheme
|
|
864
|
-
return this.getClientInstance()
|
|
865
|
-
.request({
|
|
791
|
+
this.updateWorkflowScheme = ({ id, workflowScheme }) => {
|
|
792
|
+
return this.getClientInstance().request({
|
|
866
793
|
path: "/rest/api/3/workflowscheme/{id}",
|
|
867
794
|
method: "PUT",
|
|
868
795
|
pathParams: {
|
|
869
|
-
id
|
|
796
|
+
id
|
|
870
797
|
},
|
|
871
798
|
headers: {
|
|
872
|
-
"Content-Type": "application/json"
|
|
799
|
+
"Content-Type": "application/json"
|
|
873
800
|
},
|
|
874
|
-
body: workflowScheme
|
|
875
|
-
})
|
|
876
|
-
.then(this.getClientInstance().responseHandler({
|
|
801
|
+
body: workflowScheme
|
|
802
|
+
}).then(this.getClientInstance().responseHandler({
|
|
877
803
|
200: {
|
|
878
|
-
"application/json": "json"
|
|
879
|
-
}
|
|
880
|
-
}))
|
|
881
|
-
.then(commonHttpClient.castResponse())
|
|
882
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowScheme.response")))
|
|
883
|
-
.then(commonHttpClient.getBody);
|
|
804
|
+
"application/json": "json"
|
|
805
|
+
}
|
|
806
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowScheme.response"))).then(commonHttpClient.getBody);
|
|
884
807
|
};
|
|
885
808
|
/**
|
|
886
809
|
* Gets the required status mappings for the desired changes to a workflow scheme.
|
|
@@ -943,143 +866,103 @@ class WorkflowSchemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
943
866
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-update-mappings-post
|
|
944
867
|
* @param params
|
|
945
868
|
*/
|
|
946
|
-
this.updateWorkflowSchemeMappings = ({ workflowSchemeUpdateRequiredMappingsRequest
|
|
947
|
-
return this.getClientInstance()
|
|
948
|
-
.request({
|
|
869
|
+
this.updateWorkflowSchemeMappings = ({ workflowSchemeUpdateRequiredMappingsRequest }) => {
|
|
870
|
+
return this.getClientInstance().request({
|
|
949
871
|
path: "/rest/api/3/workflowscheme/update/mappings",
|
|
950
872
|
method: "POST",
|
|
951
873
|
headers: {
|
|
952
|
-
"Content-Type": "application/json"
|
|
874
|
+
"Content-Type": "application/json"
|
|
953
875
|
},
|
|
954
|
-
body: workflowSchemeUpdateRequiredMappingsRequest
|
|
955
|
-
})
|
|
956
|
-
.then(this.getClientInstance().responseHandler({
|
|
876
|
+
body: workflowSchemeUpdateRequiredMappingsRequest
|
|
877
|
+
}).then(this.getClientInstance().responseHandler({
|
|
957
878
|
200: {
|
|
958
|
-
"application/json": "json"
|
|
959
|
-
}
|
|
960
|
-
}))
|
|
961
|
-
.then(commonHttpClient.castResponse())
|
|
962
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowSchemeMappings.response")))
|
|
963
|
-
.then(commonHttpClient.getBody);
|
|
879
|
+
"application/json": "json"
|
|
880
|
+
}
|
|
881
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("WorkflowSchemesService.updateWorkflowSchemeMappings.response"))).then(commonHttpClient.getBody);
|
|
964
882
|
};
|
|
965
883
|
}
|
|
966
884
|
static initialize() {
|
|
967
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getAllWorkflowSchemes.response", zod_1.z
|
|
968
|
-
.object({
|
|
885
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getAllWorkflowSchemes.response", zod_1.z.object({
|
|
969
886
|
status: zod_1.z.literal(200),
|
|
970
887
|
mediaType: zod_1.z.literal("application/json"),
|
|
971
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanWorkflowScheme")
|
|
972
|
-
})
|
|
973
|
-
|
|
974
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.createWorkflowScheme.response", zod_1.z
|
|
975
|
-
.object({
|
|
888
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanWorkflowScheme")
|
|
889
|
+
}).describe("WorkflowSchemesService.getAllWorkflowSchemes.response"));
|
|
890
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.createWorkflowScheme.response", zod_1.z.object({
|
|
976
891
|
status: zod_1.z.literal(201),
|
|
977
892
|
mediaType: zod_1.z.literal("application/json"),
|
|
978
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
979
|
-
})
|
|
980
|
-
|
|
981
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflowScheme.response", zod_1.z
|
|
982
|
-
.object({
|
|
893
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
894
|
+
}).describe("WorkflowSchemesService.createWorkflowScheme.response"));
|
|
895
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflowScheme.response", zod_1.z.object({
|
|
983
896
|
status: zod_1.z.literal(200),
|
|
984
897
|
mediaType: zod_1.z.literal("application/json"),
|
|
985
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
986
|
-
})
|
|
987
|
-
|
|
988
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowScheme.response", zod_1.z
|
|
989
|
-
.object({
|
|
898
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
899
|
+
}).describe("WorkflowSchemesService.getWorkflowScheme.response"));
|
|
900
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowScheme.response", zod_1.z.object({
|
|
990
901
|
status: zod_1.z.literal(200),
|
|
991
902
|
mediaType: zod_1.z.literal("application/json"),
|
|
992
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
993
|
-
})
|
|
994
|
-
|
|
995
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteWorkflowScheme.response", zod_1.z
|
|
996
|
-
.object({
|
|
903
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
904
|
+
}).describe("WorkflowSchemesService.updateWorkflowScheme.response"));
|
|
905
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteWorkflowScheme.response", zod_1.z.object({
|
|
997
906
|
status: zod_1.z.literal(204),
|
|
998
907
|
mediaType: zod_1.z.literal("application/json"),
|
|
999
|
-
body: zod_1.z.unknown()
|
|
1000
|
-
})
|
|
1001
|
-
|
|
1002
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getDefaultWorkflow.response", zod_1.z
|
|
1003
|
-
.object({
|
|
908
|
+
body: zod_1.z.unknown()
|
|
909
|
+
}).describe("WorkflowSchemesService.deleteWorkflowScheme.response"));
|
|
910
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getDefaultWorkflow.response", zod_1.z.object({
|
|
1004
911
|
status: zod_1.z.literal(200),
|
|
1005
912
|
mediaType: zod_1.z.literal("application/json"),
|
|
1006
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("DefaultWorkflow")
|
|
1007
|
-
})
|
|
1008
|
-
|
|
1009
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateDefaultWorkflow.response", zod_1.z
|
|
1010
|
-
.object({
|
|
913
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("DefaultWorkflow")
|
|
914
|
+
}).describe("WorkflowSchemesService.getDefaultWorkflow.response"));
|
|
915
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateDefaultWorkflow.response", zod_1.z.object({
|
|
1011
916
|
status: zod_1.z.literal(200),
|
|
1012
917
|
mediaType: zod_1.z.literal("application/json"),
|
|
1013
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
1014
|
-
})
|
|
1015
|
-
|
|
1016
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteDefaultWorkflow.response", zod_1.z
|
|
1017
|
-
.object({
|
|
918
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
919
|
+
}).describe("WorkflowSchemesService.updateDefaultWorkflow.response"));
|
|
920
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteDefaultWorkflow.response", zod_1.z.object({
|
|
1018
921
|
status: zod_1.z.literal(200),
|
|
1019
922
|
mediaType: zod_1.z.literal("application/json"),
|
|
1020
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
1021
|
-
})
|
|
1022
|
-
|
|
1023
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflowSchemeIssueType.response", zod_1.z
|
|
1024
|
-
.object({
|
|
923
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
924
|
+
}).describe("WorkflowSchemesService.deleteDefaultWorkflow.response"));
|
|
925
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflowSchemeIssueType.response", zod_1.z.object({
|
|
1025
926
|
status: zod_1.z.literal(200),
|
|
1026
927
|
mediaType: zod_1.z.literal("application/json"),
|
|
1027
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueTypeWorkflowMapping")
|
|
1028
|
-
})
|
|
1029
|
-
|
|
1030
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.setWorkflowSchemeIssueType.response", zod_1.z
|
|
1031
|
-
.object({
|
|
928
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueTypeWorkflowMapping")
|
|
929
|
+
}).describe("WorkflowSchemesService.getWorkflowSchemeIssueType.response"));
|
|
930
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.setWorkflowSchemeIssueType.response", zod_1.z.object({
|
|
1032
931
|
status: zod_1.z.literal(200),
|
|
1033
932
|
mediaType: zod_1.z.literal("application/json"),
|
|
1034
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
1035
|
-
})
|
|
1036
|
-
|
|
1037
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteWorkflowSchemeIssueType.response", zod_1.z
|
|
1038
|
-
.object({
|
|
933
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
934
|
+
}).describe("WorkflowSchemesService.setWorkflowSchemeIssueType.response"));
|
|
935
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.deleteWorkflowSchemeIssueType.response", zod_1.z.object({
|
|
1039
936
|
status: zod_1.z.literal(200),
|
|
1040
937
|
mediaType: zod_1.z.literal("application/json"),
|
|
1041
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
1042
|
-
})
|
|
1043
|
-
|
|
1044
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflow.response", zod_1.z
|
|
1045
|
-
.object({
|
|
938
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
939
|
+
}).describe("WorkflowSchemesService.deleteWorkflowSchemeIssueType.response"));
|
|
940
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.getWorkflow.response", zod_1.z.object({
|
|
1046
941
|
status: zod_1.z.literal(200),
|
|
1047
942
|
mediaType: zod_1.z.literal("application/json"),
|
|
1048
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueTypesWorkflowMapping")
|
|
1049
|
-
})
|
|
1050
|
-
|
|
1051
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowMapping.response", zod_1.z
|
|
1052
|
-
.object({
|
|
943
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("IssueTypesWorkflowMapping")
|
|
944
|
+
}).describe("WorkflowSchemesService.getWorkflow.response"));
|
|
945
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowMapping.response", zod_1.z.object({
|
|
1053
946
|
status: zod_1.z.literal(200),
|
|
1054
947
|
mediaType: zod_1.z.literal("application/json"),
|
|
1055
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
1056
|
-
})
|
|
1057
|
-
|
|
1058
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.readWorkflowSchemes.response", zod_1.z
|
|
1059
|
-
.object({
|
|
948
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowScheme")
|
|
949
|
+
}).describe("WorkflowSchemesService.updateWorkflowMapping.response"));
|
|
950
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.readWorkflowSchemes.response", zod_1.z.object({
|
|
1060
951
|
status: zod_1.z.literal(200),
|
|
1061
952
|
mediaType: zod_1.z.literal("application/json"),
|
|
1062
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowSchemeReadResponse"))
|
|
1063
|
-
})
|
|
1064
|
-
|
|
1065
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateSchemes.response", zod_1.z
|
|
1066
|
-
.object({
|
|
953
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowSchemeReadResponse"))
|
|
954
|
+
}).describe("WorkflowSchemesService.readWorkflowSchemes.response"));
|
|
955
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateSchemes.response", zod_1.z.object({
|
|
1067
956
|
status: zod_1.z.literal(200),
|
|
1068
957
|
mediaType: zod_1.z.literal("application/json"),
|
|
1069
|
-
body: zod_1.z.unknown()
|
|
1070
|
-
})
|
|
1071
|
-
|
|
1072
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowSchemeMappings.response", zod_1.z
|
|
1073
|
-
.object({
|
|
958
|
+
body: zod_1.z.unknown()
|
|
959
|
+
}).describe("WorkflowSchemesService.updateSchemes.response"));
|
|
960
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("WorkflowSchemesService.updateWorkflowSchemeMappings.response", zod_1.z.object({
|
|
1074
961
|
status: zod_1.z.literal(200),
|
|
1075
962
|
mediaType: zod_1.z.literal("application/json"),
|
|
1076
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowSchemeUpdateRequiredMappingsResponse")
|
|
1077
|
-
})
|
|
1078
|
-
|
|
1079
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
1080
|
-
workflowSchemes_1.registerWorkflowSchemesValidationSchemas,
|
|
1081
|
-
common_1.registerCommonValidationSchemas,
|
|
1082
|
-
]);
|
|
963
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("WorkflowSchemeUpdateRequiredMappingsResponse")
|
|
964
|
+
}).describe("WorkflowSchemesService.updateWorkflowSchemeMappings.response"));
|
|
965
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([workflowSchemes_1.registerWorkflowSchemesValidationSchemas, common_1.registerCommonValidationSchemas]);
|
|
1083
966
|
}
|
|
1084
967
|
}
|
|
1085
968
|
exports.WorkflowSchemesService = WorkflowSchemesService;
|