mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 12:23:58 +09:00
fix(server): not in album filter with context search (#7275)
This commit is contained in:
6
open-api/typescript-sdk/axios-client/api.ts
generated
6
open-api/typescript-sdk/axios-client/api.ts
generated
@@ -3880,6 +3880,12 @@ export interface SmartSearchDto {
|
||||
* @memberof SmartSearchDto
|
||||
*/
|
||||
'isMotion'?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof SmartSearchDto
|
||||
*/
|
||||
'isNotInAlbum'?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {boolean}
|
||||
|
||||
1
open-api/typescript-sdk/fetch-client.ts
generated
1
open-api/typescript-sdk/fetch-client.ts
generated
@@ -656,6 +656,7 @@ export type SmartSearchDto = {
|
||||
isExternal?: boolean;
|
||||
isFavorite?: boolean;
|
||||
isMotion?: boolean;
|
||||
isNotInAlbum?: boolean;
|
||||
isOffline?: boolean;
|
||||
isReadOnly?: boolean;
|
||||
isVisible?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user