increase 1.141.0 → 1.143.0

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: f855d294104a394b8461eee4ac1df309f6d2447f4c8a13136c048bbbd83fcf02
4
- data.tar.gz: 153aecbe64850bebfe080d48d8c74d0d770cfc3ed2994625b9e6b59a2e051a2e
3
+ metadata.gz: 07b2a547bbfc83df6d08c2eec833891e65785bdce6470525f85a574604fd3053
4
+ data.tar.gz: 364a1cb50e595027ffd2b8b7fbb5111969a704659686175e6540a76a7d2daee7
5
5
  SHA512:
6
- metadata.gz: 35e2910f6944de7c0e018a32bb6b66f606dfba203671897707255cb32103e098077d4b0c2fee18f469a62380f2537842ccc9a8050fa6144d2c7c3cd65dfbea7f
7
- data.tar.gz: c49db7b3ef9c180bf43a59f9baf951edd28df032dc32bc044711278f5723c8227000d1257a23c0b572d16c5b07c843dc91bfd51a04e438e6b9b85c5e27535f98
6
+ metadata.gz: dcbd593eae81c0da20fa7d141e9c94dcc2b7177cc59a64f821dd382076ad600bc9ff1c8b4fab575c30c9118ea335d06da617df9ff4d8507417558b29d3501c93
7
+ data.tar.gz: da7cf2a24087dc3d36dd201581793f32b9a74ebd8980fd1d7cc650227118f69677f084e446753ba4e953a49e5c5b5eb83b3c589376fce7b84867eca5e538fdd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.143.0 (2025-11-14)
4
+
5
+ Full Changelog: [v1.142.0...v1.143.0](https://github.com/Increase/increase-ruby/compare/v1.142.0...v1.143.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([d0d0539](https://github.com/Increase/increase-ruby/commit/d0d053907c0edb52a744265c0218be1c07d98e49))
10
+
11
+ ## 1.142.0 (2025-11-14)
12
+
13
+ Full Changelog: [v1.141.0...v1.142.0](https://github.com/Increase/increase-ruby/compare/v1.141.0...v1.142.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([cb2ed86](https://github.com/Increase/increase-ruby/commit/cb2ed865efae0e15c8269c5ee94e94bfdd9e3e3c))
18
+
3
19
  ## 1.141.0 (2025-11-13)
4
20
 
5
21
  Full Changelog: [v1.140.0...v1.141.0](https://github.com/Increase/increase-ruby/compare/v1.140.0...v1.141.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.141.0"
18
+ gem "increase", "~> 1.143.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -168,7 +168,7 @@ module Increase
168
168
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
169
169
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
170
170
 
171
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
171
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
172
172
  PHYSICAL_CARD_FRONT = :physical_card_front
173
173
 
174
174
  # The image to be printed on the back of a physical card.
@@ -79,7 +79,7 @@ module Increase
79
79
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
80
80
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
81
81
 
82
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
82
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
83
83
  PHYSICAL_CARD_FRONT = :physical_card_front
84
84
 
85
85
  # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
@@ -170,7 +170,7 @@ module Increase
170
170
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
171
171
  DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
172
172
 
173
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
173
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
174
174
  PHYSICAL_CARD_FRONT = :physical_card_front
175
175
 
176
176
  # The image to be printed on the back of a physical card.
@@ -11,13 +11,15 @@ module Increase
11
11
  required :id, String
12
12
 
13
13
  # @!attribute back_image_file_id
14
- # The identifier of the File containing the physical card's back image.
14
+ # The identifier of the File containing the physical card's back image. This will
15
+ # be missing until the image has been post-processed.
15
16
  #
16
17
  # @return [String, nil]
17
18
  required :back_image_file_id, String, nil?: true
18
19
 
19
20
  # @!attribute carrier_image_file_id
20
- # The identifier of the File containing the physical card's carrier image.
21
+ # The identifier of the File containing the physical card's carrier image. This
22
+ # will be missing until the image has been post-processed.
21
23
  #
22
24
  # @return [String, nil]
23
25
  required :carrier_image_file_id, String, nil?: true
@@ -48,7 +50,8 @@ module Increase
48
50
  required :description, String
49
51
 
50
52
  # @!attribute front_image_file_id
51
- # The identifier of the File containing the physical card's front image.
53
+ # The identifier of the File containing the physical card's front image. This will
54
+ # be missing until the image has been post-processed.
52
55
  #
53
56
  # @return [String, nil]
54
57
  required :front_image_file_id, String, nil?: true
@@ -97,9 +100,9 @@ module Increase
97
100
  #
98
101
  # @param id [String] The Card Profile identifier.
99
102
  #
100
- # @param back_image_file_id [String, nil] The identifier of the File containing the physical card's back image.
103
+ # @param back_image_file_id [String, nil] The identifier of the File containing the physical card's back image. This will
101
104
  #
102
- # @param carrier_image_file_id [String, nil] The identifier of the File containing the physical card's carrier image.
105
+ # @param carrier_image_file_id [String, nil] The identifier of the File containing the physical card's carrier image. This wi
103
106
  #
104
107
  # @param contact_phone [String, nil] A phone number the user can contact to receive support for their card.
105
108
  #
@@ -109,7 +112,7 @@ module Increase
109
112
  #
110
113
  # @param description [String] A description you can use to identify the Physical Card Profile.
111
114
  #
112
- # @param front_image_file_id [String, nil] The identifier of the File containing the physical card's front image.
115
+ # @param front_image_file_id [String, nil] The identifier of the File containing the physical card's front image. This will
113
116
  #
114
117
  # @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre
115
118
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.141.0"
4
+ VERSION = "1.143.0"
5
5
  end
@@ -222,7 +222,7 @@ module Increase
222
222
  DIGITAL_WALLET_APP_ICON =
223
223
  T.let(:digital_wallet_app_icon, Increase::File::Purpose::TaggedSymbol)
224
224
 
225
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
225
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
226
226
  PHYSICAL_CARD_FRONT =
227
227
  T.let(:physical_card_front, Increase::File::Purpose::TaggedSymbol)
228
228
 
@@ -147,7 +147,7 @@ module Increase
147
147
  Increase::FileCreateParams::Purpose::TaggedSymbol
148
148
  )
149
149
 
150
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
150
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
151
151
  PHYSICAL_CARD_FRONT =
152
152
  T.let(
153
153
  :physical_card_front,
@@ -343,7 +343,7 @@ module Increase
343
343
  Increase::FileListParams::Purpose::In::TaggedSymbol
344
344
  )
345
345
 
346
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
346
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
347
347
  PHYSICAL_CARD_FRONT =
348
348
  T.let(
349
349
  :physical_card_front,
@@ -12,11 +12,13 @@ module Increase
12
12
  sig { returns(String) }
13
13
  attr_accessor :id
14
14
 
15
- # The identifier of the File containing the physical card's back image.
15
+ # The identifier of the File containing the physical card's back image. This will
16
+ # be missing until the image has been post-processed.
16
17
  sig { returns(T.nilable(String)) }
17
18
  attr_accessor :back_image_file_id
18
19
 
19
- # The identifier of the File containing the physical card's carrier image.
20
+ # The identifier of the File containing the physical card's carrier image. This
21
+ # will be missing until the image has been post-processed.
20
22
  sig { returns(T.nilable(String)) }
21
23
  attr_accessor :carrier_image_file_id
22
24
 
@@ -37,7 +39,8 @@ module Increase
37
39
  sig { returns(String) }
38
40
  attr_accessor :description
39
41
 
40
- # The identifier of the File containing the physical card's front image.
42
+ # The identifier of the File containing the physical card's front image. This will
43
+ # be missing until the image has been post-processed.
41
44
  sig { returns(T.nilable(String)) }
42
45
  attr_accessor :front_image_file_id
43
46
 
@@ -88,9 +91,11 @@ module Increase
88
91
  def self.new(
89
92
  # The Card Profile identifier.
90
93
  id:,
91
- # The identifier of the File containing the physical card's back image.
94
+ # The identifier of the File containing the physical card's back image. This will
95
+ # be missing until the image has been post-processed.
92
96
  back_image_file_id:,
93
- # The identifier of the File containing the physical card's carrier image.
97
+ # The identifier of the File containing the physical card's carrier image. This
98
+ # will be missing until the image has been post-processed.
94
99
  carrier_image_file_id:,
95
100
  # A phone number the user can contact to receive support for their card.
96
101
  contact_phone:,
@@ -101,7 +106,8 @@ module Increase
101
106
  creator:,
102
107
  # A description you can use to identify the Physical Card Profile.
103
108
  description:,
104
- # The identifier of the File containing the physical card's front image.
109
+ # The identifier of the File containing the physical card's front image. This will
110
+ # be missing until the image has been post-processed.
105
111
  front_image_file_id:,
106
112
  # The idempotency key you chose for this object. This value is unique across
107
113
  # Increase and is used to ensure that a request is only processed once. Learn more
@@ -159,7 +159,7 @@ module Increase
159
159
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
160
160
  DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
161
161
 
162
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
162
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
163
163
  PHYSICAL_CARD_FRONT: :physical_card_front
164
164
 
165
165
  # The image to be printed on the back of a physical card.
@@ -93,7 +93,7 @@ module Increase
93
93
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
94
94
  DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
95
95
 
96
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
96
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
97
97
  PHYSICAL_CARD_FRONT: :physical_card_front
98
98
 
99
99
  # An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
@@ -198,7 +198,7 @@ module Increase
198
198
  # An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
199
199
  DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon
200
200
 
201
- # A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
201
+ # A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
202
202
  PHYSICAL_CARD_FRONT: :physical_card_front
203
203
 
204
204
  # The image to be printed on the back of a physical card.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.141.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-13 00:00:00.000000000 Z
11
+ date: 2025-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool