Skip to content

Commit 72ac175

Browse files
chore: open api
1 parent e81febe commit 72ac175

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

Diff for: mobile/openapi/lib/model/metadata_search_dto.dart

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: mobile/openapi/lib/model/smart_search_dto.dart

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: open-api/typescript-sdk/src/fetch-client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ export type MetadataSearchDto = {
697697
isOffline?: boolean;
698698
isVisible?: boolean;
699699
lensModel?: string;
700-
libraryId?: string;
700+
libraryId?: string | null;
701701
make?: string;
702702
model?: string;
703703
order?: AssetOrder;
@@ -768,7 +768,7 @@ export type SmartSearchDto = {
768768
isOffline?: boolean;
769769
isVisible?: boolean;
770770
lensModel?: string;
771-
libraryId?: string;
771+
libraryId?: string | null;
772772
make?: string;
773773
model?: string;
774774
page?: number;

0 commit comments

Comments
 (0)