increase 1.142.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: 5220b81a2ead4122f88ed2ede53a1ce18d450b660994c41962e2319b89101335
4
- data.tar.gz: 2ae9da2ccc5ead295f5f6fd43920e086004d49a21e30a0ec75e40b7aba3aaa1f
3
+ metadata.gz: 07b2a547bbfc83df6d08c2eec833891e65785bdce6470525f85a574604fd3053
4
+ data.tar.gz: 364a1cb50e595027ffd2b8b7fbb5111969a704659686175e6540a76a7d2daee7
5
5
  SHA512:
6
- metadata.gz: f4bb3284b0d5f0cddc1ca0e421827218f6b1bfbf532cbf612474d3f062821af74c98f827f9427003a3b86bba7de662839dc06740afc169a4c0c0589686270b78
7
- data.tar.gz: da2d46c4f2a30413f8adf574c75f96f197bab7a3b817bce5e4492a114de5777ff54015b542803c60e9ba76d626e6a87a1e587d42431939d1ab67a4577edaeea5
6
+ metadata.gz: dcbd593eae81c0da20fa7d141e9c94dcc2b7177cc59a64f821dd382076ad600bc9ff1c8b4fab575c30c9118ea335d06da617df9ff4d8507417558b29d3501c93
7
+ data.tar.gz: da7cf2a24087dc3d36dd201581793f32b9a74ebd8980fd1d7cc650227118f69677f084e446753ba4e953a49e5c5b5eb83b3c589376fce7b84867eca5e538fdd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 1.142.0 (2025-11-14)
4
12
 
5
13
  Full Changelog: [v1.141.0...v1.142.0](https://github.com/Increase/increase-ruby/compare/v1.141.0...v1.142.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.142.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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.142.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,
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.142.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase