fix(server): remove isWatched from DTO (#8598)

* fix: remove isWatched

* chore: open api
This commit is contained in:
Daniel Dietzler
2024-04-08 22:00:08 +02:00
committed by GitHub
parent 20583d5334
commit 7b1562c050
9 changed files with 4 additions and 43 deletions

View File

@@ -8000,9 +8000,6 @@
"isVisible": {
"type": "boolean"
},
"isWatched": {
"type": "boolean"
},
"name": {
"type": "string"
},

View File

@@ -461,7 +461,6 @@ export type CreateLibraryDto = {
exclusionPatterns?: string[];
importPaths?: string[];
isVisible?: boolean;
isWatched?: boolean;
name?: string;
ownerId: string;
"type": LibraryType;