mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Upgrade OpenAPI from 5.3.0 to 6.2.1
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# Generate Client
|
||||
rm src/apis src/models docs -rf
|
||||
|
||||
java -jar ./openapi-generator-cli.jar generate \
|
||||
./node_modules/\@openapitools/openapi-generator-cli/main.js generate \
|
||||
-g rust \
|
||||
--additional-properties=packageName=vrchatapi,supportAsync=false \
|
||||
--git-user-id=vrchatapi \
|
||||
|
Binary file not shown.
@ -2,6 +2,6 @@
|
||||
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
||||
"spaces": 2,
|
||||
"generator-cli": {
|
||||
"version": "5.3.0"
|
||||
"version": "6.2.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user