1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

update openapi

This commit is contained in:
Alex Tran 2023-08-02 16:10:55 -05:00
parent 5e4403bb2e
commit 5eb8d7e8b0
6 changed files with 8 additions and 8 deletions

View file

@ -666,13 +666,13 @@ export interface AssetStatsResponseDto {
* @type {number}
* @memberof AssetStatsResponseDto
*/
'videos': number;
'total': number;
/**
*
* @type {number}
* @memberof AssetStatsResponseDto
*/
'total': number;
'videos': number;
}
/**
*

Binary file not shown.

View file

@ -4973,15 +4973,14 @@
"type": "object"
},
"AssetStatsResponseDto": {
"type": "object",
"properties": {
"images": {
"type": "integer"
},
"videos": {
"total": {
"type": "integer"
},
"total": {
"videos": {
"type": "integer"
}
},
@ -4989,7 +4988,8 @@
"images",
"videos",
"total"
]
],
"type": "object"
},
"AssetTypeEnum": {
"enum": [

View file

@ -666,13 +666,13 @@ export interface AssetStatsResponseDto {
* @type {number}
* @memberof AssetStatsResponseDto
*/
'videos': number;
'total': number;
/**
*
* @type {number}
* @memberof AssetStatsResponseDto
*/
'total': number;
'videos': number;
}
/**
*