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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/increase/models/file.rb +1 -1
- data/lib/increase/models/file_create_params.rb +1 -1
- data/lib/increase/models/file_list_params.rb +1 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/file.rbi +1 -1
- data/rbi/increase/models/file_create_params.rbi +1 -1
- data/rbi/increase/models/file_list_params.rbi +1 -1
- data/sig/increase/models/file.rbs +1 -1
- data/sig/increase/models/file_create_params.rbs +1 -1
- data/sig/increase/models/file_list_params.rbs +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: 07b2a547bbfc83df6d08c2eec833891e65785bdce6470525f85a574604fd3053
|
|
4
|
+
data.tar.gz: 364a1cb50e595027ffd2b8b7fbb5111969a704659686175e6540a76a7d2daee7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/increase/models/file.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
data/lib/increase/version.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|