Skip to content

feat(api): digest configuration, per-recipient schedules, and release - #164

Merged
mikemilla merged 1 commit into
mainfrom
codegen
Sep 15, 2026
Merged

mikemilla merged 1 commit into
mainfrom
codegen

Conversation

@mikemilla

Copy link
Copy Markdown
Contributor

Regenerated SDK.

What changed in the API

2 endpoint(s) added

  • DELETE /preferences/sections/{section_id}/topics/{topic_id}/digest — Delete a Topic's Digest
  • POST /preferences/sections/{section_id}/topics/{topic_id}/digest/release — Release a Recipient's Digest

What changed in this SDK

48 files changed, 5790 insertions(+), 56 deletions(-)

Files
 .../courier/models/workspacepreferences/TopicDigestResponse.kt  | 469 ++++++++++++++++++++++
 .../models/workspacepreferences/TopicDigestScheduleRequest.kt   | 540 +++++++++++++++++++++++++
 .../WorkspacePreferenceTopicCreateRequest.kt                    |  56 ++-
 .../workspacepreferences/WorkspacePreferenceTopicGetResponse.kt |  44 +-
 .../WorkspacePreferenceTopicReplaceRequest.kt                   |  56 ++-
 .../workspacepreferences/topics/TopicDeleteDigestParams.kt      | 263 ++++++++++++
 .../workspacepreferences/topics/TopicReleaseDigestParams.kt     | 253 ++++++++++++
 .../courier/services/async/WorkspacePreferenceServiceAsync.kt   |   8 -
 .../services/async/WorkspacePreferenceServiceAsyncImpl.kt       |   8 -
 .../services/async/workspacepreferences/TopicServiceAsync.kt    | 117 +++++-
 .../async/workspacepreferences/TopicServiceAsyncImpl.kt         |  89 ++++-
 .../com/courier/services/blocking/WorkspacePreferenceService.kt |   8 -
 .../courier/services/blocking/WorkspacePreferenceServiceImpl.kt |   8 -
 .../services/blocking/workspacepreferences/TopicService.kt      | 116 +++++-
 .../services/blocking/workspacepreferences/TopicServiceImpl.kt  |  79 +++-
 .../courier/models/digests/TopicDigestScheduleResponseTest.kt   |  70 ++++
 .../models/users/preferences/PreferenceRetrieveResponseTest.kt  |   3 +
 .../users/preferences/PreferenceRetrieveTopicResponseTest.kt    |   3 +
 .../preferences/PreferenceUpdateOrCreateTopicParamsTest.kt      |   4 +
 .../com/courier/models/users/preferences/TopicPreferenceTest.kt |   3 +
 .../models/workspacepreferences/TopicDigestCategoryTest.kt      |  47 +++
 .../workspacepreferences/TopicDigestReleaseRequestTest.kt       |  35 ++
 .../models/workspacepreferences/TopicDigestRequestTest.kt       | 112 ++++++
 .../models/workspacepreferences/TopicDigestResponseTest.kt      | 124 ++++++
 .../workspacepreferences/TopicDigestScheduleRequestTest.kt      |  66 +++
 .../workspacepreferences/WorkspacePreferenceGetResponseTest.kt  |  99 +++++
 .../workspacepreferences/WorkspacePreferenceListResponseTest.kt |  99 +++++
 .../WorkspacePreferenceTopicCreateRequestTest.kt                |  87 ++++
 .../WorkspacePreferenceTopicGetResponseTest.kt                  | 100 +++++
 .../WorkspacePreferenceTopicListResponseTest.kt                 |  99 +++++
 .../WorkspacePreferenceTopicReplaceRequestTest.kt               |  87 ++++
 .../models/workspacepreferences/topics/TopicCreateParamsTest.kt | 117 ++++++
 .../workspacepreferences/topics/TopicDeleteDigestParamsTest.kt  |  25 ++
 .../workspacepreferences/topics/TopicReleaseDigestParamsTest.kt |  85 ++++
 .../workspacepreferences/topics/TopicReplaceParamsTest.kt       |  89 +++++
 .../courier/services/async/users/PreferenceServiceAsyncTest.kt  |   1 +
 .../async/workspacepreferences/TopicServiceAsyncTest.kt         | 104 +++++
 .../courier/services/blocking/users/PreferenceServiceTest.kt    |   1 +
 .../services/blocking/workspacepreferences/TopicServiceTest.kt  |  95 +++++
 48 files changed, 5790 insertions(+), 56 deletions(-)

This branch is rebuilt from main on every spec change and force-pushed, so it always reflects the latest generated output. Hand-written files in this repository are left untouched; anything under the generated surface is replaced on the next update, so fix the specification rather than editing here.

This PR is squash-merged automatically by the api-spec merge job, which then lets release-please open this SDK's release PR. Every type in release-please-config.json except test and ci is a non-hidden changelog section, so docs and chore cut a patch just as feat/fix do.

@mikemilla
mikemilla merged commit c8400c2 into main Sep 15, 2026
2 of 3 checks passed
@mikemilla
mikemilla deleted the codegen branch September 15, 2026 17:03
@mikemilla mikemilla mentioned this pull request Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants