chore(server): auto sort open api spec (#3500)

* chore: recursively sort api keys

* chore: open api
This commit is contained in:
Jason Rasmussen 2023-08-01 12:49:18 -04:00 committed by GitHub
parent 690b87e375
commit 310fab526d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
190 changed files with 6172 additions and 6168 deletions

View file

@ -16,66 +16,66 @@ void main() {
// final instance = SharedLinkResponseDto();
group('test SharedLinkResponseDto', () {
// SharedLinkType type
test('to test the property `type`', () async {
// TODO
});
// String id
test('to test the property `id`', () async {
// TODO
});
// String description
test('to test the property `description`', () async {
// TODO
});
// String userId
test('to test the property `userId`', () async {
// TODO
});
// String key
test('to test the property `key`', () async {
// TODO
});
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// DateTime expiresAt
test('to test the property `expiresAt`', () async {
// TODO
});
// List<AssetResponseDto> assets (default value: const [])
test('to test the property `assets`', () async {
// TODO
});
// AlbumResponseDto album
test('to test the property `album`', () async {
// TODO
});
// bool allowUpload
test('to test the property `allowUpload`', () async {
// TODO
});
// bool allowDownload
test('to test the property `allowDownload`', () async {
// TODO
});
// bool allowUpload
test('to test the property `allowUpload`', () async {
// TODO
});
// List<AssetResponseDto> assets (default value: const [])
test('to test the property `assets`', () async {
// TODO
});
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// String description
test('to test the property `description`', () async {
// TODO
});
// DateTime expiresAt
test('to test the property `expiresAt`', () async {
// TODO
});
// String id
test('to test the property `id`', () async {
// TODO
});
// String key
test('to test the property `key`', () async {
// TODO
});
// bool showExif
test('to test the property `showExif`', () async {
// TODO
});
// SharedLinkType type
test('to test the property `type`', () async {
// TODO
});
// String userId
test('to test the property `userId`', () async {
// TODO
});
});