mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 02:39:03 -04:00 
			
		
		
		
	* feat: libraries Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
		
			
				
	
	
		
			73 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
| //
 | |
| // 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 LibraryResponseDto
 | |
| void main() {
 | |
|   // final instance = LibraryResponseDto();
 | |
| 
 | |
|   group('test LibraryResponseDto', () {
 | |
|     // int assetCount
 | |
|     test('to test the property `assetCount`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // DateTime createdAt
 | |
|     test('to test the property `createdAt`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // List<String> exclusionPatterns (default value: const [])
 | |
|     test('to test the property `exclusionPatterns`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // String id
 | |
|     test('to test the property `id`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // List<String> importPaths (default value: const [])
 | |
|     test('to test the property `importPaths`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // String name
 | |
|     test('to test the property `name`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // String ownerId
 | |
|     test('to test the property `ownerId`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // DateTime refreshedAt
 | |
|     test('to test the property `refreshedAt`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // LibraryType type
 | |
|     test('to test the property `type`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
|     // DateTime updatedAt
 | |
|     test('to test the property `updatedAt`', () async {
 | |
|       // TODO
 | |
|     });
 | |
| 
 | |
| 
 | |
|   });
 | |
| 
 | |
| }
 |