mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Fixed openapi generation command for mobile
This commit is contained in:
parent
f91bdc2785
commit
b5a5363a6a
82 changed files with 363 additions and 4231 deletions
|
|
@ -16,11 +16,16 @@ void main() {
|
|||
// final instance = DeviceInfoResponseDto();
|
||||
|
||||
group('test DeviceInfoResponseDto', () {
|
||||
// num id
|
||||
// int id
|
||||
test('to test the property `id`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DeviceTypeEnum deviceType
|
||||
test('to test the property `deviceType`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String userId
|
||||
test('to test the property `userId`', () async {
|
||||
// TODO
|
||||
|
|
@ -31,16 +36,6 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// String deviceType
|
||||
test('to test the property `deviceType`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String notificationToken
|
||||
test('to test the property `notificationToken`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String createdAt
|
||||
test('to test the property `createdAt`', () async {
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue