increase 1.95.1 → 1.97.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/bookkeeping_account_create_params.rb +2 -2
- data/lib/increase/models/oauth_token_create_params.rb +2 -2
- data/lib/increase/resources/bookkeeping_accounts.rb +1 -1
- data/lib/increase/resources/oauth_tokens.rb +1 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/bookkeeping_account_create_params.rbi +2 -2
- data/rbi/increase/models/oauth_token_create_params.rbi +2 -2
- data/rbi/increase/resources/bookkeeping_accounts.rbi +1 -1
- data/rbi/increase/resources/oauth_tokens.rbi +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: 191e5bdf3f5ae057e823399dbe85c717a3af769522b7c5e80aaccc53453c25e5
|
4
|
+
data.tar.gz: 1efccfa1678776532f664efecb00f14f63497ac7d8cfb2d80310bb4ea23b3965
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09e762654b10556c643b7552d7aa3f79046d985d1e752b416adada1ef49a7df4b09dd64b6ea119d7eb95abc3b348f751a702dcb9482343bc9bf48e9814b2ea72'
|
7
|
+
data.tar.gz: 598c5fa7a5a8ab626280a1c213c6f446a9d8a2d418ddc4dadcfac1a538c3bcf4168642f390696a9453fabc5ebb2bcebeab0140ea3fc192ce8bd05efc3e3e498a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.97.0 (2025-09-29)
|
4
|
+
|
5
|
+
Full Changelog: [v1.96.0...v1.97.0](https://github.com/Increase/increase-ruby/compare/v1.96.0...v1.97.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([f06a2da](https://github.com/Increase/increase-ruby/commit/f06a2da6b5ff662026549228b579a75001825fa1))
|
10
|
+
|
11
|
+
## 1.96.0 (2025-09-29)
|
12
|
+
|
13
|
+
Full Changelog: [v1.95.1...v1.96.0](https://github.com/Increase/increase-ruby/compare/v1.95.1...v1.96.0)
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **api:** api update ([45fc3a3](https://github.com/Increase/increase-ruby/commit/45fc3a389e67a98c786df6e0f8ab387fcdee209f))
|
18
|
+
|
3
19
|
## 1.95.1 (2025-09-29)
|
4
20
|
|
5
21
|
Full Changelog: [v1.95.0...v1.95.1](https://github.com/Increase/increase-ruby/compare/v1.95.0...v1.95.1)
|
data/README.md
CHANGED
@@ -14,7 +14,7 @@ module Increase
|
|
14
14
|
required :name, String
|
15
15
|
|
16
16
|
# @!attribute account_id
|
17
|
-
# The
|
17
|
+
# The account, if `compliance_category` is `commingled_cash`.
|
18
18
|
#
|
19
19
|
# @return [String, nil]
|
20
20
|
optional :account_id, String
|
@@ -34,7 +34,7 @@ module Increase
|
|
34
34
|
# @!method initialize(name:, account_id: nil, compliance_category: nil, entity_id: nil, request_options: {})
|
35
35
|
# @param name [String] The name you choose for the account.
|
36
36
|
#
|
37
|
-
# @param account_id [String] The
|
37
|
+
# @param account_id [String] The account, if `compliance_category` is `commingled_cash`.
|
38
38
|
#
|
39
39
|
# @param compliance_category [Symbol, Increase::Models::BookkeepingAccountCreateParams::ComplianceCategory] The account compliance category.
|
40
40
|
#
|
@@ -21,7 +21,7 @@ module Increase
|
|
21
21
|
optional :client_id, String
|
22
22
|
|
23
23
|
# @!attribute client_secret
|
24
|
-
# The secret that confirms you own the application. This is
|
24
|
+
# The secret that confirms you own the application. This is redundant given that
|
25
25
|
# the request is made with your API key but it's a required component of OAuth
|
26
26
|
# 2.0.
|
27
27
|
#
|
@@ -51,7 +51,7 @@ module Increase
|
|
51
51
|
#
|
52
52
|
# @param client_id [String] The public identifier for your application.
|
53
53
|
#
|
54
|
-
# @param client_secret [String] The secret that confirms you own the application. This is
|
54
|
+
# @param client_secret [String] The secret that confirms you own the application. This is redundant given that t
|
55
55
|
#
|
56
56
|
# @param code [String] The authorization code generated by the user and given to you as a query paramet
|
57
57
|
#
|
@@ -9,7 +9,7 @@ module Increase
|
|
9
9
|
#
|
10
10
|
# @param name [String] The name you choose for the account.
|
11
11
|
#
|
12
|
-
# @param account_id [String] The
|
12
|
+
# @param account_id [String] The account, if `compliance_category` is `commingled_cash`.
|
13
13
|
#
|
14
14
|
# @param compliance_category [Symbol, Increase::Models::BookkeepingAccountCreateParams::ComplianceCategory] The account compliance category.
|
15
15
|
#
|
@@ -14,7 +14,7 @@ module Increase
|
|
14
14
|
#
|
15
15
|
# @param client_id [String] The public identifier for your application.
|
16
16
|
#
|
17
|
-
# @param client_secret [String] The secret that confirms you own the application. This is
|
17
|
+
# @param client_secret [String] The secret that confirms you own the application. This is redundant given that t
|
18
18
|
#
|
19
19
|
# @param code [String] The authorization code generated by the user and given to you as a query paramet
|
20
20
|
#
|
data/lib/increase/version.rb
CHANGED
@@ -18,7 +18,7 @@ module Increase
|
|
18
18
|
sig { returns(String) }
|
19
19
|
attr_accessor :name
|
20
20
|
|
21
|
-
# The
|
21
|
+
# The account, if `compliance_category` is `commingled_cash`.
|
22
22
|
sig { returns(T.nilable(String)) }
|
23
23
|
attr_reader :account_id
|
24
24
|
|
@@ -63,7 +63,7 @@ module Increase
|
|
63
63
|
def self.new(
|
64
64
|
# The name you choose for the account.
|
65
65
|
name:,
|
66
|
-
# The
|
66
|
+
# The account, if `compliance_category` is `commingled_cash`.
|
67
67
|
account_id: nil,
|
68
68
|
# The account compliance category.
|
69
69
|
compliance_category: nil,
|
@@ -23,7 +23,7 @@ module Increase
|
|
23
23
|
sig { params(client_id: String).void }
|
24
24
|
attr_writer :client_id
|
25
25
|
|
26
|
-
# The secret that confirms you own the application. This is
|
26
|
+
# The secret that confirms you own the application. This is redundant given that
|
27
27
|
# the request is made with your API key but it's a required component of OAuth
|
28
28
|
# 2.0.
|
29
29
|
sig { returns(T.nilable(String)) }
|
@@ -65,7 +65,7 @@ module Increase
|
|
65
65
|
grant_type:,
|
66
66
|
# The public identifier for your application.
|
67
67
|
client_id: nil,
|
68
|
-
# The secret that confirms you own the application. This is
|
68
|
+
# The secret that confirms you own the application. This is redundant given that
|
69
69
|
# the request is made with your API key but it's a required component of OAuth
|
70
70
|
# 2.0.
|
71
71
|
client_secret: nil,
|
@@ -17,7 +17,7 @@ module Increase
|
|
17
17
|
def create(
|
18
18
|
# The name you choose for the account.
|
19
19
|
name:,
|
20
|
-
# The
|
20
|
+
# The account, if `compliance_category` is `commingled_cash`.
|
21
21
|
account_id: nil,
|
22
22
|
# The account compliance category.
|
23
23
|
compliance_category: nil,
|
@@ -20,7 +20,7 @@ module Increase
|
|
20
20
|
grant_type:,
|
21
21
|
# The public identifier for your application.
|
22
22
|
client_id: nil,
|
23
|
-
# The secret that confirms you own the application. This is
|
23
|
+
# The secret that confirms you own the application. This is redundant given that
|
24
24
|
# the request is made with your API key but it's a required component of OAuth
|
25
25
|
# 2.0.
|
26
26
|
client_secret: nil,
|