-
Uncaught error for missing operation.
Run command:
```
typegen tests/post-deployment/downloaded-appStore-openapi.json
```
Direct error for my input:
```
/workspace/src/project/node_modules/…
-
See https://github.com/highlight/highlight/commit/9cff1b597519b836e72ddb370fcecc2ed1053440#r111383332
Can reproduce with `yarn turbo typegen`
-
When using generated types w/ `contentful: ^10.2.3` (using `cf-content-types-generator: ^2.12.2`):
```
Type '' does not satisfy the constraint 'EntrySkeletonType'.
Type '' is missing the followi…
-
Hi, I've been trying to get typegen to work for a while now but I constantly get this error:
```
DeprecationWarning: 'createInterfaceDeclaration' has been deprecated since v4.8.0. Decorators are n…
-
If appears that typegen is using an older version of a different project of yours: https://github.com/anttiviljami/openapi-client-axios/blob/master/packages/typegen/package.json#L49
If this referen…
-
***This is a bug report.***
Thanks for creating great library 👍
I am trying to use `typegen` on some swagger.yaml files.
Those API definitions leverage remote/local reference (e.g. `$ref: "pat…
-
### Description
When inferring the event types for a pure action, they are no longer restricted by the typegen file.
```ts
type Events =
| { type: "ONE"; payload: string }
| { type: "TWO"; pa…
-
When following the [tutorial](https://shopify.dev/docs/apps/selling-strategies/discounts/experience/getting-started), in the code on step 7, a type error is displayed:
Since the types are gener…
-
**Description**
| Name | Version |
|:---------------------|:-----------------------------|
| `openapi-typescript` | `6.1.1` |
| Node.js …
-
### Description
Inline `assign()` is missing inferred type information. Inside the assigner function, the `context` argument has incorrectly the type `unknown`.
Possibly related to statelyai/xstat…