chore(server,mobile): remove device info entity ()

* chore(server): remove unused device info code

* chore: generate open api

* remove any DeviceTypeEnum usage from mobile

* chore: coverage

* fix: drop device info table

---------

Co-authored-by: Fynn Petersen-Frey <zody22@gmail.com>
This commit is contained in:
Jason Rasmussen 2023-04-28 16:01:03 -04:00 committed by GitHub
parent 1e97407025
commit e22cdea485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 34 additions and 1315 deletions
mobile/openapi/lib

View file

@ -61,9 +61,6 @@ String parameterToString(dynamic value) {
if (value is DeleteAssetStatus) {
return DeleteAssetStatusTypeTransformer().encode(value).toString();
}
if (value is DeviceTypeEnum) {
return DeviceTypeEnumTypeTransformer().encode(value).toString();
}
if (value is JobCommand) {
return JobCommandTypeTransformer().encode(value).toString();
}