Conversation
Picks up poll auto-translation i18n fields (name_i18n/description_i18n on Poll, text_i18n on PollOption, answer_text_i18n on PollVote), plus other API additions accumulated since the last regeneration (feeds user-interests endpoints, moderation/ring-call fields).
Author
|
Closing — reconsidering approach for backend SDK updates. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
Summary
Regenerates the client from the current chat OpenAPI spec (
make openapioff chat master). Adds poll auto-translation i18n fields (chat CHA-5308, GetStream/chat#17029):PollResponseData#name_i18n/#description_i18nPollOptionResponseData#text_i18nPollVoteResponseData#answer_text_i18nServer-owned, read-only fields — no request types changed.
Also picked up as accumulated spec drift since this SDK's last regeneration (unrelated to the poll feature): feeds user-interests endpoints, moderation/ring-call field additions.
Test plan
bundle exec rubocop(45 files, no offenses)bundle exec rspec spec --exclude-pattern "spec/integration/**/*_spec.rb"(307 examples, 0 failures)