From 98d85bff9732003f39dc99bf492c2c4ad895cd2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:59:20 -0400 Subject: [PATCH] [CI] Regenerated from spec (#21) * Regenerated from spec * Bump --------- Co-authored-by: VRCCat <91346271+VRCCat@users.noreply.github.com> Co-authored-by: Rexios --- vrchat_dart_generated/CHANGELOG.md | 3 +++ vrchat_dart_generated/README.md | 2 +- vrchat_dart_generated/lib/src/model/instance.g.dart | 1 + vrchat_dart_generated/lib/src/model/region.dart | 4 ++++ vrchat_dart_generated/pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/vrchat_dart_generated/CHANGELOG.md b/vrchat_dart_generated/CHANGELOG.md index 5680bdf..ed6a741 100644 --- a/vrchat_dart_generated/CHANGELOG.md +++ b/vrchat_dart_generated/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.18.4 +- Updated to match spec + ## 1.18.3 - Updated to match spec diff --git a/vrchat_dart_generated/README.md b/vrchat_dart_generated/README.md index c90a4b8..2e2dfe4 100644 --- a/vrchat_dart_generated/README.md +++ b/vrchat_dart_generated/README.md @@ -82,7 +82,7 @@ commit-access to the project. It also means we are very open and welcoming of ne This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.18.3 +- API version: 1.18.4 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartDioClientCodegen For more information, please visit [https://github.com/VRChatAPI](https://github.com/VRChatAPI) diff --git a/vrchat_dart_generated/lib/src/model/instance.g.dart b/vrchat_dart_generated/lib/src/model/instance.g.dart index 650953a..b40096e 100644 --- a/vrchat_dart_generated/lib/src/model/instance.g.dart +++ b/vrchat_dart_generated/lib/src/model/instance.g.dart @@ -153,6 +153,7 @@ const _$RegionEnumMap = { Region.us: 'us', Region.use: 'use', Region.usw: 'usw', + Region.usx: 'usx', Region.eu: 'eu', Region.jp: 'jp', Region.unknown: 'unknown', diff --git a/vrchat_dart_generated/lib/src/model/region.dart b/vrchat_dart_generated/lib/src/model/region.dart index b2b3e5d..5449353 100644 --- a/vrchat_dart_generated/lib/src/model/region.dart +++ b/vrchat_dart_generated/lib/src/model/region.dart @@ -19,6 +19,10 @@ enum Region { @JsonValue(r'usw') usw(r'usw'), + /// API/Photon region. + @JsonValue(r'usx') + usx(r'usx'), + /// API/Photon region. @JsonValue(r'eu') eu(r'eu'), diff --git a/vrchat_dart_generated/pubspec.yaml b/vrchat_dart_generated/pubspec.yaml index df6229d..b3bf13c 100644 --- a/vrchat_dart_generated/pubspec.yaml +++ b/vrchat_dart_generated/pubspec.yaml @@ -1,5 +1,5 @@ name: vrchat_dart_generated -version: 1.18.3 +version: 1.18.4 description: The generated API used by vrchat_dart. Generated from https://github.com/vrchatapi/specification. homepage: https://github.com/vrchatapi/vrchatapi-dart