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,13 +16,28 @@ void main() {
|
|||
// final instance = AllJobStatusResponseDto();
|
||||
|
||||
group('test AllJobStatusResponseDto', () {
|
||||
// bool isThumbnailGenerationActive
|
||||
test('to test the property `isThumbnailGenerationActive`', () async {
|
||||
// JobCounts thumbnailGenerationQueueCount
|
||||
test('to test the property `thumbnailGenerationQueueCount`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Object thumbnailGenerationQueueCount
|
||||
test('to test the property `thumbnailGenerationQueueCount`', () async {
|
||||
// JobCounts metadataExtractionQueueCount
|
||||
test('to test the property `metadataExtractionQueueCount`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// JobCounts videoConversionQueueCount
|
||||
test('to test the property `videoConversionQueueCount`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// JobCounts machineLearningQueueCount
|
||||
test('to test the property `machineLearningQueueCount`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool isThumbnailGenerationActive
|
||||
test('to test the property `isThumbnailGenerationActive`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
|
@ -31,18 +46,13 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// Object metadataExtractionQueueCount
|
||||
test('to test the property `metadataExtractionQueueCount`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool isVideoConversionActive
|
||||
test('to test the property `isVideoConversionActive`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Object videoConversionQueueCount
|
||||
test('to test the property `videoConversionQueueCount`', () async {
|
||||
// bool isMachineLearningActive
|
||||
test('to test the property `isMachineLearningActive`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue