Refactor CollaborationSession and Document schemas to improve code clarity and functionality. Enhance error handling in collaboration session retrieval and update logic. Introduce new request sync events in Document schema and update Minio service for document page management. Adjust cron job to use current date for future schedule date checks. Update user schema for better error handling and improve service descriptions in order schema. Remove global decorators from Workshop modules for better module encapsulation.
This commit is contained in:
@@ -4,4 +4,6 @@ export type DocumentDelta = Delta & {
|
||||
pageIndex: number
|
||||
documentId: string
|
||||
senderId?: string
|
||||
requestSync?: boolean
|
||||
totalPage?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user