-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement BigInt support for REST client #62
Conversation
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.
I don't have any concerns but some questions from non-TS developer =)
packages/js-client-grpc/tests/integration/qdrant-client.test.ts
Outdated
Show resolved
Hide resolved
In order to finalise this PR, we have to generate new TS types that include |
caused by qdrant/qdrant#3669
relates to qdrant/openapi-typescript-fetch#6
casually closes #48
Add support for
BigInt
on REST client via@qdrant/[email protected]
. Also pins dependencies to prevent dep updates from breaking a working version.TypeScript types for REST
The generator isn't generating
bigint
types by itself, see: openapi-ts/openapi-typescript#1439WIP (todo)
bigint
with transform option: https://openapi-ts.pages.dev/6.x/node#options