rename stuff

This commit is contained in:
mgabor
2024-04-16 18:14:08 +02:00
parent 38bab135af
commit 9677d6108a
34 changed files with 471 additions and 487 deletions
+5 -5
View File
@@ -62,15 +62,15 @@ void main() {
// TODO
});
//Future setAlbumPermission(String id, String userId, SetAlbumPermissionDto setAlbumPermissionDto) async
test('test setAlbumPermission', () async {
// TODO
});
//Future<AlbumResponseDto> updateAlbumInfo(String id, UpdateAlbumDto updateAlbumDto) async
test('test updateAlbumInfo', () async {
// TODO
});
//Future updateAlbumUser(String id, String userId, UpdateAlbumUserDto updateAlbumUserDto) async
test('test updateAlbumUser', () async {
// TODO
});
});
}
+6 -6
View File
@@ -21,11 +21,6 @@ void main() {
// TODO
});
// List<AlbumPermissionResponseDto> albumPermissions (default value: const [])
test('to test the property `albumPermissions`', () async {
// TODO
});
// String albumThumbnailAssetId
test('to test the property `albumThumbnailAssetId`', () async {
// TODO
@@ -96,12 +91,17 @@ void main() {
// TODO
});
// Deprecated in favor of albumPermissions
// Deprecated in favor of users
// List<UserResponseDto> sharedUsers (default value: const [])
test('to test the property `sharedUsers`', () async {
// TODO
});
// List<AlbumUserResponseDto> sharedUsersV2 (default value: const [])
test('to test the property `sharedUsersV2`', () async {
// TODO
});
// DateTime startDate
test('to test the property `startDate`', () async {
// TODO
@@ -11,11 +11,11 @@
import 'package:openapi/api.dart';
import 'package:test/test.dart';
// tests for AlbumPermissionResponseDto
// tests for AlbumUserResponseDto
void main() {
// final instance = AlbumPermissionResponseDto();
// final instance = AlbumUserResponseDto();
group('test AlbumPermissionResponseDto', () {
group('test AlbumUserResponseDto', () {
// bool readonly
test('to test the property `readonly`', () async {
// TODO
@@ -11,11 +11,11 @@
import 'package:openapi/api.dart';
import 'package:test/test.dart';
// tests for SetAlbumPermissionDto
// tests for UpdateAlbumUserDto
void main() {
// final instance = SetAlbumPermissionDto();
// final instance = UpdateAlbumUserDto();
group('test SetAlbumPermissionDto', () {
group('test UpdateAlbumUserDto', () {
// bool readonly
test('to test the property `readonly`', () async {
// TODO