Refactor types and add edit patch command
This commit touches a few things, but ended up too broad to split up into separate commits.
- Improves the hierarchy of types into separate folders
- Add
edit_patchtauri command similar toedit_issue. - Improve the types generation making more structs and less
serde_json - Adding more optional values to the tauri commands
This commit touches a few things, but ended up too broad to split up into separate commits.
- Improves the hierarchy of types into separate folders
- Add
edit_patchtauri command similar toedit_issue. - Improve the types generation making more structs and less
serde_json - Adding more optional values to the tauri commands
Rebase
Address feedback and cleanup