Skip to content

Commit

Permalink
[CI] Regenerated from spec (#21)
Browse files Browse the repository at this point in the history
* Regenerated from spec

* Bump

---------

Co-authored-by: VRCCat <[email protected]>
Co-authored-by: Rexios <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 1971d21 commit 98d85bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
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

0 comments on commit 98d85bf

Please sign in to comment.