feat(server): add originalFileName to asset table (#2231)

This commit is contained in:
Alex
2023-04-11 05:23:39 -05:00
committed by GitHub
parent db628cec11
commit a1a62b00a0
24 changed files with 143 additions and 60 deletions

View File

@@ -476,6 +476,12 @@ export interface AssetResponseDto {
* @memberof AssetResponseDto
*/
'originalPath': string;
/**
*
* @type {string}
* @memberof AssetResponseDto
*/
'originalFileName': string;
/**
*
* @type {string}
@@ -1100,12 +1106,6 @@ export interface ExifResponseDto {
* @memberof ExifResponseDto
*/
'model'?: string | null;
/**
*
* @type {string}
* @memberof ExifResponseDto
*/
'imageName'?: string | null;
/**
*
* @type {number}