mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 19:02:36 +09:00
chore(server): auto sort open api spec (#3500)
* chore: recursively sort api keys * chore: open api
This commit is contained in:
34
mobile/openapi/test/shared_link_create_dto_test.dart
generated
34
mobile/openapi/test/shared_link_create_dto_test.dart
generated
@@ -16,8 +16,18 @@ void main() {
|
||||
// final instance = SharedLinkCreateDto();
|
||||
|
||||
group('test SharedLinkCreateDto', () {
|
||||
// SharedLinkType type
|
||||
test('to test the property `type`', () async {
|
||||
// String albumId
|
||||
test('to test the property `albumId`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool allowDownload (default value: true)
|
||||
test('to test the property `allowDownload`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool allowUpload (default value: false)
|
||||
test('to test the property `allowUpload`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
@@ -26,11 +36,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String albumId
|
||||
test('to test the property `albumId`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String description
|
||||
test('to test the property `description`', () async {
|
||||
// TODO
|
||||
@@ -41,21 +46,16 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool allowUpload (default value: false)
|
||||
test('to test the property `allowUpload`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool allowDownload (default value: true)
|
||||
test('to test the property `allowDownload`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool showExif (default value: true)
|
||||
test('to test the property `showExif`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// SharedLinkType type
|
||||
test('to test the property `type`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user