mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
87 lines
2 KiB
Dart
87 lines
2 KiB
Dart
//
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
//
|
|
// @dart=2.18
|
|
|
|
// 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 UserPreferencesUpdateDto
|
|
void main() {
|
|
// final instance = UserPreferencesUpdateDto();
|
|
|
|
group('test UserPreferencesUpdateDto', () {
|
|
// Optional<AlbumsUpdate?> albums
|
|
test('to test the property `albums`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<AvatarUpdate?> avatar
|
|
test('to test the property `avatar`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<CastUpdate?> cast
|
|
test('to test the property `cast`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<DownloadUpdate?> download
|
|
test('to test the property `download`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<EmailNotificationsUpdate?> emailNotifications
|
|
test('to test the property `emailNotifications`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<FoldersUpdate?> folders
|
|
test('to test the property `folders`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<MemoriesUpdate?> memories
|
|
test('to test the property `memories`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<PeopleUpdate?> people
|
|
test('to test the property `people`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<PurchaseUpdate?> purchase
|
|
test('to test the property `purchase`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<RatingsUpdate?> ratings
|
|
test('to test the property `ratings`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<RecentlyAddedUpdate?> recentlyAdded
|
|
test('to test the property `recentlyAdded`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<SharedLinksUpdate?> sharedLinks
|
|
test('to test the property `sharedLinks`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Optional<TagsUpdate?> tags
|
|
test('to test the property `tags`', () async {
|
|
// TODO
|
|
});
|
|
|
|
|
|
});
|
|
|
|
}
|