chore: remove unused upload property (#7535)
* chore: remove isExternal * chore: open-api
This commit is contained in:
@@ -7541,9 +7541,6 @@
|
||||
"isArchived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isExternal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isFavorite": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -289,7 +289,6 @@ export type CreateAssetDto = {
|
||||
fileCreatedAt: string;
|
||||
fileModifiedAt: string;
|
||||
isArchived?: boolean;
|
||||
isExternal?: boolean;
|
||||
isFavorite?: boolean;
|
||||
isOffline?: boolean;
|
||||
isReadOnly?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user