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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36258d274b2bc67f4059fd4f61a451511a44af84ea33b39a4f35f67e59e5caac
4
- data.tar.gz: b94c56826d10822db771e94955e185faaf42d04d4d3d945d86d453323213b89e
3
+ metadata.gz: 94256a15f78bb9855b65873a927b808b50c97d6462e94bdd9f8424a458c7443f
4
+ data.tar.gz: c0d3108228214c7f65bb84b7e6e4d80bf051569bf3fbbead2940d8d4a37c9f95
5
5
  SHA512:
6
- metadata.gz: 30b1984a1767a07ac87979e4089dcde0c4298c9a5aa974e136fd1bbdc3b88c4a1df4fcf26f53357203e45dcb772915dfcda27e9a74d4ba4282c3c6aadba3b974
7
- data.tar.gz: 3e55533431b261294c723be05ad6e0d76a81acb933b98a3e393f855d255e93090d9495adb22d90f6cee9028b41b9d5f08f9b948e91880bdb1a130464c9594163
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
- # Update the preferences of a user for this specific tenant context.
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] Update the preferences of a user for this specific tenant context.
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: Update the preferences of a user for this specific tenant context.
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
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Courier
4
- VERSION = "4.19.0"
4
+ VERSION = "4.19.1"
5
5
  end
@@ -26,7 +26,7 @@ module Courier
26
26
  end
27
27
  attr_accessor :topics
28
28
 
29
- # Update the preferences of a user for this specific tenant context.
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
- # Update the preferences of a user for this specific tenant context.
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: Update the preferences of a user for this specific tenant context.
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
  )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trycourier
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.19.0
4
+ version: 4.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courier