chore(server): openapi generation (#9585)

This commit is contained in:
Alex 2024-05-18 13:50:28 -05:00 committed by GitHub
parent 60427f18ce
commit 1ad04f0b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 214 additions and 9 deletions

View file

@ -0,0 +1,32 @@
//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// ignore_for_file: unused_element, unused_import
// ignore_for_file: always_put_required_named_parameters_first
// ignore_for_file: constant_identifier_names
// ignore_for_file: lines_longer_than_80_chars
import 'package:openapi/api.dart';
import 'package:test/test.dart';
// tests for DuplicateResponseDto
void main() {
// final instance = DuplicateResponseDto();
group('test DuplicateResponseDto', () {
// List<AssetResponseDto> assets (default value: const [])
test('to test the property `assets`', () async {
// TODO
});
// String duplicateId
test('to test the property `duplicateId`', () async {
// TODO
});
});
}