refactor: create album users (#9315)
This commit is contained in:
+7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user