Files
halo/ui/packages/api-client/openapitools.json
Ryan Wang 382fbfcf37 Generate api client (#7885)
#### What type of PR is this?

/area ui
/milestone 2.22.x

#### What this PR does / why we need it:

1. Upgrade `openapi-generator` to `7.17.0`.
2. Regenerate the API client based on the latest changes from the `main` branch.

#### Does this PR introduce a user-facing change?

```release-note
None
```
2025-10-30 03:16:17 +00:00

8 lines
154 B
JSON

{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.17.0"
}
}