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
190 changed files with 6172 additions and 6168 deletions

View File

@@ -16,8 +16,13 @@ void main() {
// final instance = UserResponseDto();
group('test UserResponseDto', () {
// String id
test('to test the property `id`', () async {
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// DateTime deletedAt
test('to test the property `deletedAt`', () async {
// TODO
});
@@ -26,23 +31,33 @@ void main() {
// TODO
});
// String externalPath
test('to test the property `externalPath`', () async {
// TODO
});
// String firstName
test('to test the property `firstName`', () async {
// TODO
});
// String id
test('to test the property `id`', () async {
// TODO
});
// bool isAdmin
test('to test the property `isAdmin`', () async {
// TODO
});
// String lastName
test('to test the property `lastName`', () async {
// TODO
});
// String storageLabel
test('to test the property `storageLabel`', () async {
// TODO
});
// String externalPath
test('to test the property `externalPath`', () async {
// String oauthId
test('to test the property `oauthId`', () async {
// TODO
});
@@ -56,18 +71,8 @@ void main() {
// TODO
});
// bool isAdmin
test('to test the property `isAdmin`', () async {
// TODO
});
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// DateTime deletedAt
test('to test the property `deletedAt`', () async {
// String storageLabel
test('to test the property `storageLabel`', () async {
// TODO
});
@@ -76,11 +81,6 @@ void main() {
// TODO
});
// String oauthId
test('to test the property `oauthId`', () async {
// TODO
});
});