-
The backend code generation keeps relooping after finishing:
log:complete: node:op:PROJECT::STATE:UPDATE {"context":{"streams":{},"project":"todos"},"response":{"success":false},"data":{"operation"…
-
## Current implementation
In Abacus, we generate an OpenAPI specification from the Rust types, and an `openapi.ts` file with TypeScript types from that OpenAPI spec.
Currently, Rust enum types, such …
-
*PHP Version:* 8.3 | *Shopware Version:* 6.6.7.0 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
The types in the openapi schema are the same as the actual resp…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**Describe the solution you'd like**
Need OpenAPI spec on HTTP API endpoint. Need to investigate/understand the following:
* Probably needs to be generated on the api-go repo and exposed as a `g…
-
### Is your feature request related to a problem?
Similar to https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/615#issuecomment-2197534877, I noticed that changes to the OpenAPI …
-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…
-
### Description
When setting `name: 'PascalCase'` in the `types` section of the config, it still preserves the name of the Enums.
May be related to https://github.com/hey-api/openapi-ts/issues/…
-
##### Description
I have an OpenAPI v2 yaml that is being converted to v3 by swagger-codegen-cli, and it ends up changing the behavior of my models from allowing any freeform additional properties of…
-
### Description
(Using openapi-ts version 0.52.9 `"@hey-api/openapi-ts": "~0.52.0"`)
Weird problem to have run into, but I've currently got a monorepo setup (using Rush) where one of my packages u…