mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -77,9 +77,10 @@ class CreateChatSessionInput {
|
||||
}
|
||||
|
||||
@InputType()
|
||||
class UpdateChatSessionInput
|
||||
implements Omit<UpdateChatSession, 'userId' | 'title'>
|
||||
{
|
||||
class UpdateChatSessionInput implements Omit<
|
||||
UpdateChatSession,
|
||||
'userId' | 'title'
|
||||
> {
|
||||
@Field(() => String)
|
||||
sessionId!: string;
|
||||
|
||||
|
||||
@@ -58,8 +58,10 @@ export interface SearchQueryDSL extends BaseQueryDSL {
|
||||
};
|
||||
}
|
||||
|
||||
export interface TopHitsDSL
|
||||
extends Omit<SearchQueryDSL, 'query' | 'sort' | 'from' | 'cursor'> {}
|
||||
export interface TopHitsDSL extends Omit<
|
||||
SearchQueryDSL,
|
||||
'query' | 'sort' | 'from' | 'cursor'
|
||||
> {}
|
||||
|
||||
export interface AggregateQueryDSL extends BaseQueryDSL {
|
||||
aggs: {
|
||||
|
||||
Reference in New Issue
Block a user