🐛 backend: adding editing session key (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-07-01 19:24:30 +02:00
committed by ericlinagora
parent 3de9829bf0
commit 16dbf8077b
9 changed files with 277 additions and 2 deletions
@@ -28,6 +28,7 @@ export class DriveFileMockClass {
tags: string[];
last_modified: number;
access_info: MockAccessInformation;
editing_session_key: string;
creator: string;
is_directory: boolean;
scope: "personal" | "shared";