2022-07-13 05:23:48 -07:00
|
|
|
//
|
|
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
|
|
//
|
|
|
|
// @dart=2.12
|
|
|
|
|
|
|
|
// ignore_for_file: unused_element, unused_import
|
|
|
|
// ignore_for_file: always_put_required_named_parameters_first
|
|
|
|
// ignore_for_file: constant_identifier_names
|
|
|
|
// ignore_for_file: lines_longer_than_80_chars
|
|
|
|
|
|
|
|
import 'package:openapi/api.dart';
|
|
|
|
import 'package:test/test.dart';
|
|
|
|
|
|
|
|
|
|
|
|
/// tests for AlbumApi
|
|
|
|
void main() {
|
|
|
|
// final instance = AlbumApi();
|
|
|
|
|
|
|
|
group('tests for AlbumApi', () {
|
2023-08-01 18:29:14 -07:00
|
|
|
//Future<List<BulkIdResponseDto>> addAssetsToAlbum(String id, BulkIdsDto bulkIdsDto, { String key }) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test addAssetsToAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-24 07:30:13 -07:00
|
|
|
//Future<AlbumResponseDto> addUsersToAlbum(String id, AddUsersDto addUsersDto) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test addUsersToAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
//Future<AlbumResponseDto> createAlbum(CreateAlbumDto createAlbumDto) async
|
|
|
|
test('test createAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-24 07:30:13 -07:00
|
|
|
//Future deleteAlbum(String id) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test deleteAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-06-16 08:48:48 -07:00
|
|
|
//Future<AlbumCountResponseDto> getAlbumCount() async
|
|
|
|
test('test getAlbumCount', () async {
|
2022-12-06 15:10:04 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-11 09:00:51 -07:00
|
|
|
//Future<AlbumResponseDto> getAlbumInfo(String id, { bool withoutAssets, String key }) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test getAlbumInfo', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-12-06 15:10:04 -07:00
|
|
|
//Future<List<AlbumResponseDto>> getAllAlbums({ bool shared, String assetId }) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test getAllAlbums', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 18:29:14 -07:00
|
|
|
//Future<List<BulkIdResponseDto>> removeAssetFromAlbum(String id, BulkIdsDto bulkIdsDto) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test removeAssetFromAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-24 07:30:13 -07:00
|
|
|
//Future removeUserFromAlbum(String id, String userId) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test removeUserFromAlbum', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-24 07:30:13 -07:00
|
|
|
//Future<AlbumResponseDto> updateAlbumInfo(String id, UpdateAlbumDto updateAlbumDto) async
|
2022-07-13 05:23:48 -07:00
|
|
|
test('test updateAlbumInfo', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
}
|