mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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,6 +16,26 @@ void main() {
|
|||
// final instance = ServerInfoResponseDto();
|
||||
|
||||
group('test ServerInfoResponseDto', () {
|
||||
// int diskSizeRaw
|
||||
test('to test the property `diskSizeRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int diskUseRaw
|
||||
test('to test the property `diskUseRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int diskAvailableRaw
|
||||
test('to test the property `diskAvailableRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// double diskUsagePercentage
|
||||
test('to test the property `diskUsagePercentage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String diskSize
|
||||
test('to test the property `diskSize`', () async {
|
||||
// TODO
|
||||
|
|
@ -31,26 +51,6 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// num diskSizeRaw
|
||||
test('to test the property `diskSizeRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num diskUseRaw
|
||||
test('to test the property `diskUseRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num diskAvailableRaw
|
||||
test('to test the property `diskAvailableRaw`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num diskUsagePercentage
|
||||
test('to test the property `diskUsagePercentage`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue