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 +4 -4
- data/CHANGELOG.md +16 -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/models/physical_card_profile.rb +9 -6
- 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/rbi/increase/models/physical_card_profile.rbi +12 -6
- 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 +2 -2
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,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
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.
|
|
@@ -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
|
#
|
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,
|
|
@@ -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
|
|
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.
|
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.
|
|
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-
|
|
11
|
+
date: 2025-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|