Skip to content

feat: regenerate from chat v235.17.1 - #69

Merged
mogita merged 2 commits into
masterfrom
chore/generate-openapi
Aug 17, 2026
Merged

feat: regenerate from chat v235.17.1#69
mogita merged 2 commits into
masterfrom
chore/generate-openapi

Conversation

@mogita

Copy link
Copy Markdown
Collaborator

Regenerated from the chat API at v235.17.1.

  • New: moderation policy test sets and runs, video daily digest (GET /video/stats/daily_digest).
  • Changed: message-ID paging on get channel, CSV channel export (format, include_fields), member_custom_on_messages_enabled on app settings, collections on activity requests, other_media on moderation payloads.
  • This SDK was several releases behind, so the diff also carries the API changes since its last regeneration.

Verify: dotnet build clean, make test 549 passed. Three failures are environmental: a partial-update response that lags its own write (also seen in the Java SDK), a hard-delete task that did not finish in time, and a file upload the test app rejects by extension.

Adds the video daily digest endpoint, message-ID paging on get channel,
CSV channel export, and the model fields that came with them.
The channel returned by a partial update can lag the write it just applied,
so the partial-update and freeze tests failed on the value they had just set.
@mogita
mogita merged commit 4f62ec6 into masterAug 17, 2026
4 checks passed
@mogita
mogita deleted the chore/generate-openapi branch August 17, 2026 13:34
github-actionsBot added a commit that referenced this pull request Aug 17, 2026
Sign up for freeto 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.

1 participant

@mogita