-
## What are the steps to reproduce this issue?
1. Define a `mutator` that uses `import.meta` environment variables in the browser
2. Run `orval` to generate the client
## What happens?
S…
-
## What are the steps to reproduce this issue?
PropertyDto:
type: object
properties:
value:
type: object
description: value can be any value. (s…
-
Thanks developers for this awesome tool.
I have a question for zod preprocess.
## Expectation
zod preprocess is enabled on body. (In my environment, preprocess is enabled on response only)
…
-
### Describe the Improvement
Just like in #21785 i'm using NextJs and Orval as my Restful client generator.
The OAS generated from /server/specs/oas is expecting an array object for a singleton da…
-
### Environment information
```plain text
-
```
### Description
[Orval](https://orval.dev/guides/react-query) is a wrapper around [Tanstack React Query](https://tanstack.com/query/v4/), auto-gener…
-
## What are the steps to reproduce this issue?
1. create a shared file for multiple orval clients
2. reexport all the shared elements in the `customInstance.ts`
3. ErrorType is exported but n…
-
## What are the steps to reproduce this issue?
1. `npx orval`
## What happens?
![image](https://github.com/anymaniax/orval/assets/7756211/662d7f0f-2ac7-4080-91ad-2ae4b8b6cd4f)
```
max…
-
## What are the steps to reproduce this issue?
1. Use bun 1.1.13
2. bun create vite@5.2.0 --template=react-swc-ts
3. Install orval 6.30.2
4. Try anything, this was my config file:
```
impo…
-
Need to be able to show how this compares to Orval recreation data. I.E. designation vs use
-
## What are the steps to reproduce this issue?
I am trying to follow this approach https://tkdodo.eu/blog/the-query-options-api, exporting only the query options and then we can prevent earlier a…