@laplace.live/internal 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1047,6 +1047,7 @@ export declare namespace LaplaceInternal {
|
|
|
1047
1047
|
content: string
|
|
1048
1048
|
tags: TagWithCount[]
|
|
1049
1049
|
copyCount: number
|
|
1050
|
+
lastCopiedAt: string | null
|
|
1050
1051
|
createdAt: string
|
|
1051
1052
|
updatedAt: string
|
|
1052
1053
|
}
|
|
@@ -1061,8 +1062,9 @@ export declare namespace LaplaceInternal {
|
|
|
1061
1062
|
/** Query params for GET /laplace/memes */
|
|
1062
1063
|
export interface MemeListQuery {
|
|
1063
1064
|
uid?: number
|
|
1065
|
+
roomId?: number
|
|
1064
1066
|
tags?: number[]
|
|
1065
|
-
sortBy?: 'copyCount' | 'createdAt'
|
|
1067
|
+
sortBy?: 'copyCount' | 'lastCopiedAt' | 'createdAt'
|
|
1066
1068
|
sort?: 'asc' | 'desc'
|
|
1067
1069
|
limit?: number
|
|
1068
1070
|
offset?: number
|