-
-
Notifications
You must be signed in to change notification settings - Fork 137
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: deduplicate exported data and response types #538
Conversation
|
🦋 Changeset detectedLatest commit: c9cf5da The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #538 +/- ##
==========================================
- Coverage 76.54% 75.98% -0.56%
==========================================
Files 75 75
Lines 6497 6743 +246
Branches 632 642 +10
==========================================
+ Hits 4973 5124 +151
- Misses 1521 1616 +95
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -784,7 +784,7 @@ export const $CompositionWithNestedAnyOfAndNull = { | |||
items: { | |||
anyOf: [ | |||
{ | |||
'$ref': '#/components/schemas/Enum1' | |||
'$ref': '#/components/schemas/3e-num_1%D0%9F%D0%B5%D1%80%D0%B8%D0%BE%D0%B4' |
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.
something strange here
92b9438
to
518bfe4
Compare
518bfe4
to
1ffbbb4
Compare
1ffbbb4
to
45b4915
Compare
Closes #534