feat: show shared link view count
This commit is contained in:
@@ -11415,6 +11415,9 @@
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"viewCount": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -11429,7 +11432,8 @@
|
||||
"password",
|
||||
"showMetadata",
|
||||
"type",
|
||||
"userId"
|
||||
"userId",
|
||||
"viewCount"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
|
||||
@@ -1060,6 +1060,7 @@ export type SharedLinkResponseDto = {
|
||||
token?: string | null;
|
||||
"type": SharedLinkType;
|
||||
userId: string;
|
||||
viewCount: number;
|
||||
};
|
||||
export type SharedLinkCreateDto = {
|
||||
albumId?: string;
|
||||
|
||||
Reference in New Issue
Block a user