refactor(models): update data models and remove deprecated IM entities

- Update channel, notification, PR, repo, user, workspace models
- Remove deleted IM models: articles, channel follows, message
  attachments/bookmarks/drafts/edit history/embeds/mentions/pins/
  polls/reactions/threads, saved messages, thread read states
- Add new PR models: review requests, templates
- Add repo release assets model
- Add base_info module for API detail responses
This commit is contained in:
zhenyi
2026-06-10 18:49:37 +08:00
parent 420dedbc1e
commit 9eb77ab98b
50 changed files with 827 additions and 440 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pub mod workspace_settings;
pub mod workspace_stats;
pub mod workspace_webhooks;
pub use workspace::Workspace;
pub use workspace::{Workspace, WorkspaceDetail};
pub use workspace_audit_logs::WorkspaceAuditLog;
pub use workspace_billing::WorkspaceBilling;
pub use workspace_custom_branding::WorkspaceCustomBranding;