mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
Fixed openapi generation command for mobile
This commit is contained in:
29
mobile/openapi/test/usage_by_user_dto_test.dart
generated
29
mobile/openapi/test/usage_by_user_dto_test.dart
generated
@@ -16,23 +16,28 @@ void main() {
|
||||
// final instance = UsageByUserDto();
|
||||
|
||||
group('test UsageByUserDto', () {
|
||||
// String userId
|
||||
test('to test the property `userId`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int videos
|
||||
test('to test the property `videos`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int photos
|
||||
test('to test the property `photos`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int usageRaw
|
||||
test('to test the property `usageRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num objects
|
||||
test('to test the property `objects`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num videos
|
||||
test('to test the property `videos`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num images
|
||||
test('to test the property `images`', () async {
|
||||
// String usage
|
||||
test('to test the property `usage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user