rename stuff
This commit is contained in:
Generated
+5
-5
@@ -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
@@ -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
|
||||
|
||||
+3
-3
@@ -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
|
||||
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user