feat(server): user and server license endpoints (#10682)
* feat: user license endpoints * feat: server license endpoints * chore: pr feedback * chore: add more test cases * chore: add prod license public keys * chore: open-api generation
This commit is contained in:
@@ -28,6 +28,8 @@ export class ServerAboutResponseDto {
|
||||
imagemagick?: string;
|
||||
libvips?: string;
|
||||
exiftool?: string;
|
||||
|
||||
licensed!: boolean;
|
||||
}
|
||||
|
||||
export class ServerStorageResponseDto {
|
||||
|
||||
Reference in New Issue
Block a user