Skip to content

feat(api)!: match the spec to the backend — apn/expo token types and the phantom notifications.duplicate - #138

Merged
mikemilla merged 1 commit into
mainfrom
codegen
Aug 17, 2026
Merged

feat(api)!: match the spec to the backend — apn/expo token types and the phantom notifications.duplicate#138
mikemilla merged 1 commit into
mainfrom
codegen

Conversation

@mikemilla

Copy link
Copy Markdown
Contributor

Regenerated SDK.

What changed in the API

1 endpoint(s) removed

  • POST /notifications/{id}/duplicate — Duplicate Notification Template

What changed in this SDK

18 files changed, 594 insertions(+), 595 deletions(-)

Files
 .stats.yml                                                      |   2 +-
 courier-java-core/src/main/kotlin/com/courier/models/Apn.kt     | 226 ++++++++++++++++++++++
 courier-java-core/src/main/kotlin/com/courier/models/Expo.kt    |   1 +
 .../src/main/kotlin/com/courier/models/MultipleTokens.kt        | 280 ++++++++++++++++++++++++----
 .../src/main/kotlin/com/courier/models/UserProfile.kt           |  41 ++--
 .../courier/models/notifications/NotificationDuplicateParams.kt | 235 -----------------------
 .../com/courier/services/async/NotificationServiceAsync.kt      |  84 ---------
 .../com/courier/services/async/NotificationServiceAsyncImpl.kt  |  42 -----
 .../kotlin/com/courier/services/blocking/NotificationService.kt |  81 --------
 .../com/courier/services/blocking/NotificationServiceImpl.kt    |  39 ----
 courier-java-core/src/test/kotlin/com/courier/models/ApnTest.kt |  75 ++++++++
 .../src/test/kotlin/com/courier/models/ExpoTest.kt              |   8 +-
 .../src/test/kotlin/com/courier/models/MultipleTokensTest.kt    |   8 +-
 .../src/test/kotlin/com/courier/models/UserProfileTest.kt       |   6 +-
 .../models/notifications/NotificationDuplicateParamsTest.kt     |  23 ---
 .../com/courier/services/async/NotificationServiceAsyncTest.kt  |  12 --
 .../com/courier/services/blocking/NotificationServiceTest.kt    |  11 --
 .../kotlin/com/courier/proguard/ProGuardCompatibilityTest.kt    |  15 +-
 18 files changed, 594 insertions(+), 595 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 4667bed into main Aug 17, 2026
2 of 3 checks passed
@mikemilla
mikemilla deleted the codegen branch August 17, 2026 23:30
@mikemilla mikemilla mentioned this pull request Aug 17, 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