chore: remove unused upload property (#7535)

* chore: remove isExternal

* chore: open-api
This commit is contained in:
Jason Rasmussen 2024-02-29 16:02:08 -05:00 committed by GitHub
parent 3d25d91e77
commit 15a4a4aaaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 43 deletions

View file

@ -135,7 +135,7 @@ void main() {
// TODO
});
//Future<AssetFileUploadResponseDto> uploadFile(MultipartFile assetData, String deviceAssetId, String deviceId, DateTime fileCreatedAt, DateTime fileModifiedAt, { String key, String duration, bool isArchived, bool isExternal, bool isFavorite, bool isOffline, bool isReadOnly, bool isVisible, String libraryId, MultipartFile livePhotoData, MultipartFile sidecarData }) async
//Future<AssetFileUploadResponseDto> uploadFile(MultipartFile assetData, String deviceAssetId, String deviceId, DateTime fileCreatedAt, DateTime fileModifiedAt, { String key, String duration, bool isArchived, bool isFavorite, bool isOffline, bool isReadOnly, bool isVisible, String libraryId, MultipartFile livePhotoData, MultipartFile sidecarData }) async
test('test uploadFile', () async {
// TODO
});