chore: bump openapi-generator version to v7.24.0 (#30067)

* remove patch in favor of [OpenAPITools/openapi-generator#23930](https://github.com/OpenAPITools/openapi-generator/issues/23930)

partially revert "chore(mobile): make openapi requests abortable (#28692)"

* gen client

* bump openapi-generator version to v7.24.0

* gen client

* enum migration changes

* drop enum exhaustion switch check
This commit is contained in:
Timon 2026-07-21 02:06:23 +02:00 committed by GitHub
parent 3f6897ef80
commit 6fa3f2feac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 1698 additions and 1823 deletions

View file

@ -46,7 +46,7 @@ void main() {
void sendUser(SyncStream stream, String id, String name) {
stream.send(
type: SyncEntityType.userV1.value,
type: SyncEntityType.userV1.toString(),
data: SyncUserV1(
id: id,
name: name,