Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are two types of integers supported in OpenAPI spec: `int32` and `int64`. The current version of `orval`, however, converts all those integers to js `number` and doesn't consider `int64` types as `bigint`. Check the type of the integer and use `bigint` instead of `number` if it is an `int64`.
- Loading branch information
64c62a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
orval – ./
orval.vercel.app
orval-anymaniax.vercel.app
www.orval.dev
orval-git-master-anymaniax.vercel.app
orval.dev