File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ declare module 'errsole-sqlite' {
63
63
updatePassword ( email : string , currentPassword : string , newPassword : string ) : Promise < { item : User } > ;
64
64
deleteUser ( id : number ) : Promise < { } > ;
65
65
66
- getHostnames ( ) : Promise < { items : string [ ] } > ;
67
66
postLogs ( logEntries : Log [ ] ) : Promise < { } > ;
68
67
getLogs ( filters ?: LogFilter ) : Promise < { items : Log [ ] } > ;
69
68
searchLogs ( searchTerms : string [ ] , filters ?: LogFilter ) : Promise < { items : Log [ ] , filters : LogFilter [ ] } > ;
70
69
deleteAllLogs ( ) : Promise < { } > ;
71
-
72
70
getMeta ( id : number ) : Promise < { item : { id : number ; meta : string } } > ;
73
71
74
72
insertNotificationItem ( notification : Notification ) : Promise < { previousNotificationItem : Notification | null , todayNotificationCount : number } > ;
73
+
74
+ getHostnames ( ) : Promise < { items : string [ ] } > ;
75
75
}
76
76
77
77
export default ErrsoleSQLite ;
You can’t perform that action at this time.
0 commit comments