huskies: merge 1030

This commit is contained in:
dave
2026-05-14 13:22:16 +00:00
parent f1c96595de
commit 9501412598
5 changed files with 816 additions and 114 deletions
+4 -1
View File
@@ -19,4 +19,7 @@ mod sanitize;
pub use error::{ValidationError, format_errors_as_json};
pub use newtypes::{AcceptanceCriterion, DependsOnId, Description, StoryName};
pub use requests::{CreateEpicRequest, CreateStoryRequest};
pub use requests::{
CreateBugRequest, CreateEpicRequest, CreateRefactorRequest, CreateSpikeRequest,
CreateStoryRequest,
};