feat: add visible trash restore for files
This commit is contained in:
@@ -71,6 +71,11 @@ type MoveNodeRequest struct {
|
||||
ParentID *string `json:"parent_id"`
|
||||
}
|
||||
|
||||
type PublicNodeResponse struct {
|
||||
Node *Node `json:"node"`
|
||||
Children []Node `json:"children,omitempty"`
|
||||
}
|
||||
|
||||
type ReplaceAccessRequest struct {
|
||||
Access []Access `json:"access"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user