trycourier 4.19.0 → 4.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/courier/models/users/preference_bulk_replace_params.rb +2 -2
- data/lib/courier/resources/users/preferences.rb +1 -1
- data/lib/courier/version.rb +1 -1
- data/rbi/courier/models/users/preference_bulk_replace_params.rbi +2 -2
- data/rbi/courier/resources/users/preferences.rbi +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94256a15f78bb9855b65873a927b808b50c97d6462e94bdd9f8424a458c7443f
|
|
4
|
+
data.tar.gz: c0d3108228214c7f65bb84b7e6e4d80bf051569bf3fbbead2940d8d4a37c9f95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbab32adc97ac645aea830f12c6001f2900cdad71a14b4b2b36222e33f57b05cf8c09e5a01f0f98bfd970027e57b5ad73c7e40a6cc4fc4a55526eb731a9310d3
|
|
7
|
+
data.tar.gz: a6848c2e56d31f865f558272cd25be6e3911096898fe0e84c33e50be66c67c8b32d386d170397c512fffdf6db7698cdb4b665d1fe8526e76f5d06e7e2431d3cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.19.1 (2026-07-09)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.19.0...v4.19.1](https://github.com/trycourier/courier-ruby/compare/v4.19.0...v4.19.1)
|
|
6
|
+
|
|
3
7
|
## 4.19.0 (2026-07-09)
|
|
4
8
|
|
|
5
9
|
Full Changelog: [v4.18.2...v4.19.0](https://github.com/trycourier/courier-ruby/compare/v4.18.2...v4.19.0)
|
|
@@ -23,7 +23,7 @@ module Courier
|
|
|
23
23
|
-> { Courier::Internal::Type::ArrayOf[Courier::Users::PreferenceBulkReplaceParams::Topic] }
|
|
24
24
|
|
|
25
25
|
# @!attribute tenant_id
|
|
26
|
-
#
|
|
26
|
+
# Replace the preferences of a user for this specific tenant context.
|
|
27
27
|
#
|
|
28
28
|
# @return [String, nil]
|
|
29
29
|
optional :tenant_id, String, nil?: true
|
|
@@ -36,7 +36,7 @@ module Courier
|
|
|
36
36
|
#
|
|
37
37
|
# @param topics [Array<Courier::Models::Users::PreferenceBulkReplaceParams::Topic>] The complete set of topic overrides for the user. Up to 50 topics may be provide
|
|
38
38
|
#
|
|
39
|
-
# @param tenant_id [String, nil]
|
|
39
|
+
# @param tenant_id [String, nil] Replace the preferences of a user for this specific tenant context.
|
|
40
40
|
#
|
|
41
41
|
# @param request_options [Courier::RequestOptions, Hash{Symbol=>Object}]
|
|
42
42
|
|
|
@@ -59,7 +59,7 @@ module Courier
|
|
|
59
59
|
#
|
|
60
60
|
# @param topics [Array<Courier::Models::Users::PreferenceBulkReplaceParams::Topic>] Body param: The complete set of topic overrides for the user. Up to 50 topics ma
|
|
61
61
|
#
|
|
62
|
-
# @param tenant_id [String, nil] Query param:
|
|
62
|
+
# @param tenant_id [String, nil] Query param: Replace the preferences of a user for this specific tenant context.
|
|
63
63
|
#
|
|
64
64
|
# @param request_options [Courier::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
65
65
|
#
|
data/lib/courier/version.rb
CHANGED
|
@@ -26,7 +26,7 @@ module Courier
|
|
|
26
26
|
end
|
|
27
27
|
attr_accessor :topics
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# Replace the preferences of a user for this specific tenant context.
|
|
30
30
|
sig { returns(T.nilable(String)) }
|
|
31
31
|
attr_accessor :tenant_id
|
|
32
32
|
|
|
@@ -47,7 +47,7 @@ module Courier
|
|
|
47
47
|
# provided. Any existing override not listed here is reset to its topic default;
|
|
48
48
|
# an empty array resets every existing override.
|
|
49
49
|
topics:,
|
|
50
|
-
#
|
|
50
|
+
# Replace the preferences of a user for this specific tenant context.
|
|
51
51
|
tenant_id: nil,
|
|
52
52
|
request_options: {}
|
|
53
53
|
)
|
|
@@ -58,7 +58,7 @@ module Courier
|
|
|
58
58
|
# may be provided. Any existing override not listed here is reset to its topic
|
|
59
59
|
# default; an empty array resets every existing override.
|
|
60
60
|
topics:,
|
|
61
|
-
# Query param:
|
|
61
|
+
# Query param: Replace the preferences of a user for this specific tenant context.
|
|
62
62
|
tenant_id: nil,
|
|
63
63
|
request_options: {}
|
|
64
64
|
)
|