Skip to content

fix(sdk): add support of AnyType from OAS3 #3195

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

Merged
merged 1 commit into from
May 14, 2025
Merged

Conversation

kpanot
Copy link
Contributor

@kpanot kpanot commented May 8, 2025

Proposed change

fix(sdk): add support of AnyType from AOS3

Supported cases

components:
  schemas:
    example:
      type: object # or type: null
      # no `properties` field

Related issues

- No issue associated -

@kpanot kpanot requested a review from a team as a code owner May 8, 2025 08:04
Copy link

nx-cloud bot commented May 8, 2025

View your CI Pipeline Execution ↗ for commit 393cc6a.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 6m View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 26s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded <1s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 32s View ↗
nx run-many --target=prepare-publish --exclude-... ✅ Succeeded 7s View ↗
nx affected --target=test --collectCoverage --c... ✅ Succeeded 24s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 2m 38s View ↗
nx run-many --target=documentation ✅ Succeeded 1m 25s View ↗
Additional runs (3) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-05-13 03:03:21 UTC

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.82%. Comparing base (e682f31) to head (393cc6a).
Report is 23 commits behind head on main.

✅ All tests successful. No failed tests found.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kpanot kpanot force-pushed the bugfix/any-type-support branch 4 times, most recently from 0049e6a to 77e121b Compare May 8, 2025 14:16
@kpanot kpanot changed the title fix(sdk): add support of AnyType from AOS3 fix(sdk): add support of AnyType from OAS3 May 8, 2025
@kpanot kpanot force-pushed the bugfix/any-type-support branch from 77e121b to 393cc6a Compare May 13, 2025 02:45
@kpanot kpanot added this pull request to the merge queue May 14, 2025
Merged via the queue into main with commit 012a8fe May 14, 2025
31 of 32 checks passed
@kpanot kpanot deleted the bugfix/any-type-support branch May 14, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants