Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.19.0"
".": "4.19.1"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 138
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-cba470b0c221bcfbe2e8bf51276292285a60a05a4c0b47f5f741706adf1205fc.yml
openapi_spec_hash: c9f1b73fb32f39243d9d95a667ea3341
config_hash: 6025fdbfe31c3b2d57a71f9885d37294
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier/courier-e8d4bd51bf260b8a6cb9875718e36eab95d4e8d9490cd6c5c669eb69b82c2bf8.yml
openapi_spec_hash: bf321581a238ae891debcc5bb59dd501
config_hash: 6c3a754258f0f77e9032a90a478ab76d
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.19.1 (2026-07-09)

Full Changelog: [v4.19.0...v4.19.1](https://github.com/trycourier/courier-ruby/compare/v4.19.0...v4.19.1)

## 4.19.0 (2026-07-09)

Full Changelog: [v4.18.2...v4.19.0](https://github.com/trycourier/courier-ruby/compare/v4.18.2...v4.19.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
trycourier (4.19.0)
trycourier (4.19.1)
cgi
connection_pool

Expand Down
4 changes: 2 additions & 2 deletions lib/courier/models/users/preference_bulk_replace_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PreferenceBulkReplaceParams < Courier::Internal::Type::BaseModel
-> { Courier::Internal::Type::ArrayOf[Courier::Users::PreferenceBulkReplaceParams::Topic] }

# @!attribute tenant_id
# Update the preferences of a user for this specific tenant context.
# Replace the preferences of a user for this specific tenant context.
#
# @return [String, nil]
optional :tenant_id, String, nil?: true
Expand All @@ -36,7 +36,7 @@ class PreferenceBulkReplaceParams < Courier::Internal::Type::BaseModel
#
# @param topics [Array<Courier::Models::Users::PreferenceBulkReplaceParams::Topic>] The complete set of topic overrides for the user. Up to 50 topics may be provide
#
# @param tenant_id [String, nil] Update the preferences of a user for this specific tenant context.
# @param tenant_id [String, nil] Replace the preferences of a user for this specific tenant context.
#
# @param request_options [Courier::RequestOptions, Hash{Symbol=>Object}]

Expand Down
2 changes: 1 addition & 1 deletion lib/courier/resources/users/preferences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def retrieve(user_id, params = {})
#
# @param topics [Array<Courier::Models::Users::PreferenceBulkReplaceParams::Topic>] Body param: The complete set of topic overrides for the user. Up to 50 topics ma
#
# @param tenant_id [String, nil] Query param: Update the preferences of a user for this specific tenant context.
# @param tenant_id [String, nil] Query param: Replace the preferences of a user for this specific tenant context.
#
# @param request_options [Courier::RequestOptions, Hash{Symbol=>Object}, nil]
#
Expand Down
2 changes: 1 addition & 1 deletion lib/courier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Courier
VERSION = "4.19.0"
VERSION = "4.19.1"
end
4 changes: 2 additions & 2 deletions rbi/courier/models/users/preference_bulk_replace_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Courier
end
attr_accessor :topics

# Update the preferences of a user for this specific tenant context.
# Replace the preferences of a user for this specific tenant context.
sig { returns(T.nilable(String)) }
attr_accessor :tenant_id

Expand All @@ -47,7 +47,7 @@ module Courier
# provided. Any existing override not listed here is reset to its topic default;
# an empty array resets every existing override.
topics:,
# Update the preferences of a user for this specific tenant context.
# Replace the preferences of a user for this specific tenant context.
tenant_id: nil,
request_options: {}
)
Expand Down
2 changes: 1 addition & 1 deletion rbi/courier/resources/users/preferences.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module Courier
# may be provided. Any existing override not listed here is reset to its topic
# default; an empty array resets every existing override.
topics:,
# Query param: Update the preferences of a user for this specific tenant context.
# Query param: Replace the preferences of a user for this specific tenant context.
tenant_id: nil,
request_options: {}
)
Expand Down