Fixed Sharing Issue and added Shared Drive Folder
This commit is contained in:
@@ -133,6 +133,16 @@ pub struct Collaborator {
|
||||
pub created_at: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, FromRow)]
|
||||
pub struct CollaboratorView {
|
||||
pub id: String,
|
||||
pub user_id: String,
|
||||
pub username: String,
|
||||
pub email: String,
|
||||
pub role: String,
|
||||
pub created_at: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, FromRow)]
|
||||
pub struct Invitation {
|
||||
pub id: String,
|
||||
|
||||
Reference in New Issue
Block a user