feat: support office document nodes
This commit is contained in:
@@ -54,6 +54,14 @@ type CreateFolderRequest struct {
|
||||
Title string `json:"title"`
|
||||
}
|
||||
|
||||
type CreateOfficeDocumentRequest struct {
|
||||
ParentID *string `json:"parent_id"`
|
||||
Title string `json:"title"`
|
||||
OfficeID string `json:"office_id"`
|
||||
OfficeFormat string `json:"office_format"`
|
||||
SizeBytes int64 `json:"size_bytes"`
|
||||
}
|
||||
|
||||
type UpdateNodeRequest struct {
|
||||
ParentID *string `json:"parent_id"`
|
||||
Title *string `json:"title"`
|
||||
|
||||
Reference in New Issue
Block a user