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