Incorrect typescript type generation
As the title suggests, when generating types SQL BIGINTs are converted to numbers, whereas they should be converted to bigints.
Needless to say this results in data loss, both ingress and egress.
I'm trying to find where the actual conversion code is located at inside the official repository to fix this and make it my second contribution.
After looking at kong's container logs, I see
However when looking at the /volumes/api/kong.yml, I don't see anything mapped to /api/v1, so this is where I get lost.
If anyone knows where the actual code which takes care of generation is located, please let me know.
Needless to say this results in data loss, both ingress and egress.
I'm trying to find where the actual conversion code is located at inside the official repository to fix this and make it my second contribution.
After looking at kong's container logs, I see
However when looking at the /volumes/api/kong.yml, I don't see anything mapped to /api/v1, so this is where I get lost.
If anyone knows where the actual code which takes care of generation is located, please let me know.