increase 1.56.0 → 1.58.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/transaction.rb +5 -2
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/transaction.rbi +10 -3
- data/sig/increase/models/transaction.rbs +4 -0
- 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: 7711ba8158ce53f7ef2f28dc0b28d8b1378e536ba09f3266abb7994ae04e383d
|
4
|
+
data.tar.gz: 5a40a191ea90e2a387d337d26dd60358a65603fe7febc574a32c374538f87e9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 314520399928a617b0e0e4fab7da4079807c3624c496b18b2b7e28da61c9e7d2b294c7893e41959627004d12aecac4ef5f2ed4323c8b1564725333761334e863
|
7
|
+
data.tar.gz: 47d8b71a75532987827a91b397134b41e934666dcb10a436799a42a447ff7c10053a50dd08f15ce4ce1dad146793ff7b804742431e6fb7abe3557b32be3db23e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.58.0 (2025-08-28)
|
4
|
+
|
5
|
+
Full Changelog: [v1.57.0...v1.58.0](https://github.com/Increase/increase-ruby/compare/v1.57.0...v1.58.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([3a6c7be](https://github.com/Increase/increase-ruby/commit/3a6c7bef748bcdbb6e9f97503887754bc980d7b4))
|
10
|
+
|
11
|
+
## 1.57.0 (2025-08-28)
|
12
|
+
|
13
|
+
Full Changelog: [v1.56.0...v1.57.0](https://github.com/Increase/increase-ruby/compare/v1.56.0...v1.57.0)
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **api:** api update ([6fecbaa](https://github.com/Increase/increase-ruby/commit/6fecbaa98e58a09d93fc2c094bda00f2f8d5cc43))
|
18
|
+
|
3
19
|
## 1.56.0 (2025-08-28)
|
4
20
|
|
5
21
|
Full Changelog: [v1.55.0...v1.56.0](https://github.com/Increase/increase-ruby/compare/v1.55.0...v1.56.0)
|
data/README.md
CHANGED
@@ -156,7 +156,7 @@ module Increase
|
|
156
156
|
class Source < Increase::Internal::Type::BaseModel
|
157
157
|
# @!attribute account_revenue_payment
|
158
158
|
# An Account Revenue Payment object. This field will be present in the JSON
|
159
|
-
# response if and only if `category` is equal to `account_revenue_payment`.
|
159
|
+
# response if and only if `category` is equal to `account_revenue_payment`. An
|
160
160
|
# Account Revenue Payment represents a payment made to an account from the bank.
|
161
161
|
# Account revenue is a type of non-interest income.
|
162
162
|
#
|
@@ -606,7 +606,7 @@ module Increase
|
|
606
606
|
|
607
607
|
# @!method initialize(accrued_on_account_id:, period_end:, period_start:)
|
608
608
|
# An Account Revenue Payment object. This field will be present in the JSON
|
609
|
-
# response if and only if `category` is equal to `account_revenue_payment`.
|
609
|
+
# response if and only if `category` is equal to `account_revenue_payment`. An
|
610
610
|
# Account Revenue Payment represents a payment made to an account from the bank.
|
611
611
|
# Account revenue is a type of non-interest income.
|
612
612
|
#
|
@@ -5636,6 +5636,9 @@ module Increase
|
|
5636
5636
|
# Sample funds return
|
5637
5637
|
SAMPLE_FUNDS_RETURN = :sample_funds_return
|
5638
5638
|
|
5639
|
+
# Account revenue payment distribution
|
5640
|
+
ACCOUNT_REVENUE_PAYMENT_DISTRIBUTION = :account_revenue_payment_distribution
|
5641
|
+
|
5639
5642
|
# @!method self.values
|
5640
5643
|
# @return [Array<Symbol>]
|
5641
5644
|
end
|
data/lib/increase/version.rb
CHANGED
@@ -206,7 +206,7 @@ module Increase
|
|
206
206
|
end
|
207
207
|
|
208
208
|
# An Account Revenue Payment object. This field will be present in the JSON
|
209
|
-
# response if and only if `category` is equal to `account_revenue_payment`.
|
209
|
+
# response if and only if `category` is equal to `account_revenue_payment`. An
|
210
210
|
# Account Revenue Payment represents a payment made to an account from the bank.
|
211
211
|
# Account revenue is a type of non-interest income.
|
212
212
|
sig do
|
@@ -972,7 +972,7 @@ module Increase
|
|
972
972
|
end
|
973
973
|
def self.new(
|
974
974
|
# An Account Revenue Payment object. This field will be present in the JSON
|
975
|
-
# response if and only if `category` is equal to `account_revenue_payment`.
|
975
|
+
# response if and only if `category` is equal to `account_revenue_payment`. An
|
976
976
|
# Account Revenue Payment represents a payment made to an account from the bank.
|
977
977
|
# Account revenue is a type of non-interest income.
|
978
978
|
account_revenue_payment:,
|
@@ -1258,7 +1258,7 @@ module Increase
|
|
1258
1258
|
attr_accessor :period_start
|
1259
1259
|
|
1260
1260
|
# An Account Revenue Payment object. This field will be present in the JSON
|
1261
|
-
# response if and only if `category` is equal to `account_revenue_payment`.
|
1261
|
+
# response if and only if `category` is equal to `account_revenue_payment`. An
|
1262
1262
|
# Account Revenue Payment represents a payment made to an account from the bank.
|
1263
1263
|
# Account revenue is a type of non-interest income.
|
1264
1264
|
sig do
|
@@ -10318,6 +10318,13 @@ module Increase
|
|
10318
10318
|
Increase::Transaction::Source::InternalSource::Reason::TaggedSymbol
|
10319
10319
|
)
|
10320
10320
|
|
10321
|
+
# Account revenue payment distribution
|
10322
|
+
ACCOUNT_REVENUE_PAYMENT_DISTRIBUTION =
|
10323
|
+
T.let(
|
10324
|
+
:account_revenue_payment_distribution,
|
10325
|
+
Increase::Transaction::Source::InternalSource::Reason::TaggedSymbol
|
10326
|
+
)
|
10327
|
+
|
10321
10328
|
sig do
|
10322
10329
|
override.returns(
|
10323
10330
|
T::Array[
|
@@ -4245,6 +4245,7 @@ module Increase
|
|
4245
4245
|
| :negative_balance_forgiveness
|
4246
4246
|
| :sample_funds
|
4247
4247
|
| :sample_funds_return
|
4248
|
+
| :account_revenue_payment_distribution
|
4248
4249
|
|
4249
4250
|
module Reason
|
4250
4251
|
extend Increase::Internal::Type::Enum
|
@@ -4294,6 +4295,9 @@ module Increase
|
|
4294
4295
|
# Sample funds return
|
4295
4296
|
SAMPLE_FUNDS_RETURN: :sample_funds_return
|
4296
4297
|
|
4298
|
+
# Account revenue payment distribution
|
4299
|
+
ACCOUNT_REVENUE_PAYMENT_DISTRIBUTION: :account_revenue_payment_distribution
|
4300
|
+
|
4297
4301
|
def self?.values: -> ::Array[Increase::Models::Transaction::Source::InternalSource::reason]
|
4298
4302
|
end
|
4299
4303
|
end
|