refactor: create album users (#9315)

This commit is contained in:
Jason Rasmussen
2024-05-07 16:38:09 -04:00
committed by GitHub
parent e9f99673b9
commit e79d1b1ec2
18 changed files with 267 additions and 52 deletions
+7
View File
@@ -21,6 +21,12 @@ void main() {
// TODO
});
// This property was added in v1.104.0
// List<AlbumUserCreateDto> albumUsers (default value: const [])
test('to test the property `albumUsers`', () async {
// TODO
});
// List<String> assetIds (default value: const [])
test('to test the property `assetIds`', () async {
// TODO
@@ -31,6 +37,7 @@ void main() {
// TODO
});
// This property was deprecated in v1.104.0
// List<String> sharedWithUserIds (default value: const [])
test('to test the property `sharedWithUserIds`', () async {
// TODO