Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Regenerated from spec #21

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions vrchat_dart_generated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.18.4
- Updated to match spec

## 1.18.3
- Updated to match spec

Expand Down
2 changes: 1 addition & 1 deletion vrchat_dart_generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions vrchat_dart_generated/lib/src/model/instance.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vrchat_dart_generated/lib/src/model/region.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion vrchat_dart_generated/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down