Skip to content

Conversation

@renefloor
Copy link
Collaborator

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

This PR updates the OpenAPI code generation.

Noticeable change: @JsonKey(unknownEnumValue: ChannelOwnCapability.unknown) for when the enum is in a list, like this:

  @override
  @JsonKey(unknownEnumValue: ChannelOwnCapability.unknown)
  final List<ChannelOwnCapability>? ownCapabilities;

Screenshots / Videos

Before After
img img

@renefloor renefloor requested a review from a team as a code owner September 19, 2025 08:51
@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.12%. Comparing base (f94982f) to head (f5fe726).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #36   +/-   ##
=====================================
  Coverage   2.12%   2.12%           
=====================================
  Files        117     117           
  Lines       3148    3148           
=====================================
  Hits          67      67           
  Misses      3081    3081           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xsahil03x xsahil03x changed the title update generated API code chore(llc): update generated API code Sep 19, 2025
@renefloor renefloor merged commit 5cea126 into main Sep 23, 2025
9 of 10 checks passed
@renefloor renefloor deleted the feature/update-API-code-generation branch September 23, 2025 09:59
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.

3 participants