nova-drive
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -7,5 +7,9 @@ import { File } from "../../models/File"; | ||
} | undefined>; | ||
declare const getImportantFilesForProject: (userId: string, projectId: string, limitNumber: number, currentPath: string, last?: any) => Promise<{ | ||
files: any; | ||
last: any; | ||
} | undefined>; | ||
declare const createNewFile: (userId: string) => Promise<File | null | undefined>; | ||
declare const updateFile: (file: File) => Promise<void>; | ||
declare const deleteFile: (id: string) => Promise<void>; | ||
export { getAllFilesForProject, createNewFile, updateFile, deleteFile }; | ||
export { getAllFilesForProject, getImportantFilesForProject, createNewFile, updateFile, deleteFile }; |
{ | ||
"name": "nova-drive", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"main": "./cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15087097
10352
38