Skip to content
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

fix: add support for long integers #1529

Merged
merged 1 commit into from
Jan 6, 2025
Merged

fix: add support for long integers #1529

merged 1 commit into from
Jan 6, 2025

Conversation

mrlubos
Copy link
Member

@mrlubos mrlubos commented Jan 6, 2025

Closes #1074

Copy link

stackblitz bot commented Jan 6, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Jan 6, 2025

🦋 Changeset detected

Latest commit: ccc0bbc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hey-api/openapi-ts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 9:44am

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 18.40000% with 102 lines in your changes missing coverage. Please review.

Project coverage is 59.40%. Comparing base (076bf07) to head (ccc0bbc).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...api-ts/src/plugins/@hey-api/transformers/plugin.ts 5.33% 71 Missing ⚠️
packages/openapi-ts/src/plugins/zod/plugin.ts 0.00% 21 Missing ⚠️
...enapi-ts/src/plugins/@hey-api/typescript/plugin.ts 75.00% 4 Missing ⚠️
...ages/openapi-ts/src/openApi/2.0.x/parser/schema.ts 0.00% 3 Missing ⚠️
...ages/openapi-ts/src/openApi/3.0.x/parser/schema.ts 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1529      +/-   ##
==========================================
- Coverage   59.54%   59.40%   -0.14%     
==========================================
  Files         158      158              
  Lines       24554    24634      +80     
  Branches     1880     1884       +4     
==========================================
+ Hits        14620    14634      +14     
- Misses       9927     9993      +66     
  Partials        7        7              
Flag Coverage Δ
unittests 59.40% <18.40%> (-0.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

pkg-pr-new bot commented Jan 6, 2025

Open in Stackblitz

npm i https://pkg.pr.new/@hey-api/client-axios@1529
npm i https://pkg.pr.new/@hey-api/openapi-ts@1529
npm i https://pkg.pr.new/@hey-api/client-fetch@1529

commit: ccc0bbc

@mrlubos mrlubos force-pushed the feat/integer-int64 branch from bd3a71a to ccc0bbc Compare January 6, 2025 09:44
@mrlubos mrlubos marked this pull request as ready for review January 6, 2025 09:44
@mrlubos mrlubos merged commit 4ff09d2 into main Jan 6, 2025
15 of 17 checks passed
@mrlubos mrlubos deleted the feat/integer-int64 branch January 6, 2025 09:52
@github-actions github-actions bot mentioned this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Big int for Format int64
1 participant