Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API / Client code generation / Avoid reserved word (geonetwork#8214)
When using tools to convert OpenAPI to client code eg. ```bash npx openapi-ts -i ./src/gapi/gapi.json -o src/gapi ``` Some reserved word may create invalid generated code. eg. when building typescript: ``` TS1102: 'delete' cannot be called on an identifier in strict mode. [ ```
- Loading branch information