increase 1.71.0 → 1.72.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: 911e86722b1b2a98503e220a71ed20f0638b58b42a6a4e3a0134d64980e4bf90
4
- data.tar.gz: a198a4b9ac9220e5770171e87b1db368e17bbcc0c890a85f6df71417a928f8d6
3
+ metadata.gz: e6573c64ef6d55746a7b5f74d2ae538cdd1ac3c3e2de191a59d14ebaabcd2b9a
4
+ data.tar.gz: bfaa07b7d6e8a0c917a05c82872aecb695d290880f7dedf5a0e429d3f9e81f48
5
5
  SHA512:
6
- metadata.gz: bcfe718ba7d8f08197b4e3ae0a57f2f531abb90a527563ea0e5f3d36f4ba422178b155fea1b70734869a7c9f4761f8c35c53f1d59a72ee6c44e52d56dda2df72
7
- data.tar.gz: c3244899cd08066d9776b5bfae0d3281d9109239cb663a1bae4bd2b55b334a0c0362b72c0a1d0b6fa831745591cb695825cb625fcb109527e240154b9c3b5575
6
+ metadata.gz: cbe4e5e4d1bedb485d13a909ed90fd0ea6122e277b883d63a822d219e468bc52ae222580541d47f1f5feb95805e67b0c819c1ccb0c886cbc453a7cde6fa07adc
7
+ data.tar.gz: 014efd8432f6b10e53b0553d786ded92b90704078541b118d1d275ebdce24e4b71c3e6d7a3cabb54f73c161f1d236ebfa76347a6dd3452de553875764be956b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.72.0 (2025-09-08)
4
+
5
+ Full Changelog: [v1.71.0...v1.72.0](https://github.com/Increase/increase-ruby/compare/v1.71.0...v1.72.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([a403346](https://github.com/Increase/increase-ruby/commit/a4033467d8e63b6a28308ee936f44052c26ad6a1))
10
+
3
11
  ## 1.71.0 (2025-09-08)
4
12
 
5
13
  Full Changelog: [v1.70.0...v1.71.0](https://github.com/Increase/increase-ruby/compare/v1.70.0...v1.71.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.71.0"
18
+ gem "increase", "~> 1.72.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -14,6 +14,14 @@ module Increase
14
14
  # @return [Increase::Models::EntityUpdateParams::Corporation, nil]
15
15
  optional :corporation, -> { Increase::EntityUpdateParams::Corporation }
16
16
 
17
+ # @!attribute details_confirmed_at
18
+ # When your user last confirmed the Entity's details. Depending on your program,
19
+ # you may be required to affirmatively confirm details with your users on an
20
+ # annual basis.
21
+ #
22
+ # @return [Time, nil]
23
+ optional :details_confirmed_at, Time
24
+
17
25
  # @!attribute government_authority
18
26
  # Details of the government authority entity to update. If you specify this
19
27
  # parameter and the entity is not a government authority, the request will fail.
@@ -50,12 +58,14 @@ module Increase
50
58
  # @return [Increase::Models::EntityUpdateParams::Trust, nil]
51
59
  optional :trust, -> { Increase::EntityUpdateParams::Trust }
52
60
 
53
- # @!method initialize(corporation: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {})
61
+ # @!method initialize(corporation: nil, details_confirmed_at: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {})
54
62
  # Some parameter documentations has been truncated, see
55
63
  # {Increase::Models::EntityUpdateParams} for more details.
56
64
  #
57
65
  # @param corporation [Increase::Models::EntityUpdateParams::Corporation] Details of the corporation entity to update. If you specify this parameter and t
58
66
  #
67
+ # @param details_confirmed_at [Time] When your user last confirmed the Entity's details. Depending on your program, y
68
+ #
59
69
  # @param government_authority [Increase::Models::EntityUpdateParams::GovernmentAuthority] Details of the government authority entity to update. If you specify this parame
60
70
  #
61
71
  # @param natural_person [Increase::Models::EntityUpdateParams::NaturalPerson] Details of the natural person entity to update. If you specify this parameter an
@@ -71,12 +71,14 @@ module Increase
71
71
  #
72
72
  # Update an Entity
73
73
  #
74
- # @overload update(entity_id, corporation: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {})
74
+ # @overload update(entity_id, corporation: nil, details_confirmed_at: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {})
75
75
  #
76
76
  # @param entity_id [String] The entity identifier.
77
77
  #
78
78
  # @param corporation [Increase::Models::EntityUpdateParams::Corporation] Details of the corporation entity to update. If you specify this parameter and t
79
79
  #
80
+ # @param details_confirmed_at [Time] When your user last confirmed the Entity's details. Depending on your program, y
81
+ #
80
82
  # @param government_authority [Increase::Models::EntityUpdateParams::GovernmentAuthority] Details of the government authority entity to update. If you specify this parame
81
83
  #
82
84
  # @param natural_person [Increase::Models::EntityUpdateParams::NaturalPerson] Details of the natural person entity to update. If you specify this parameter an
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.71.0"
4
+ VERSION = "1.72.0"
5
5
  end
@@ -23,6 +23,15 @@ module Increase
23
23
  end
24
24
  attr_writer :corporation
25
25
 
26
+ # When your user last confirmed the Entity's details. Depending on your program,
27
+ # you may be required to affirmatively confirm details with your users on an
28
+ # annual basis.
29
+ sig { returns(T.nilable(Time)) }
30
+ attr_reader :details_confirmed_at
31
+
32
+ sig { params(details_confirmed_at: Time).void }
33
+ attr_writer :details_confirmed_at
34
+
26
35
  # Details of the government authority entity to update. If you specify this
27
36
  # parameter and the entity is not a government authority, the request will fail.
28
37
  sig do
@@ -89,6 +98,7 @@ module Increase
89
98
  sig do
90
99
  params(
91
100
  corporation: Increase::EntityUpdateParams::Corporation::OrHash,
101
+ details_confirmed_at: Time,
92
102
  government_authority:
93
103
  Increase::EntityUpdateParams::GovernmentAuthority::OrHash,
94
104
  natural_person: Increase::EntityUpdateParams::NaturalPerson::OrHash,
@@ -103,6 +113,10 @@ module Increase
103
113
  # Details of the corporation entity to update. If you specify this parameter and
104
114
  # the entity is not a corporation, the request will fail.
105
115
  corporation: nil,
116
+ # When your user last confirmed the Entity's details. Depending on your program,
117
+ # you may be required to affirmatively confirm details with your users on an
118
+ # annual basis.
119
+ details_confirmed_at: nil,
106
120
  # Details of the government authority entity to update. If you specify this
107
121
  # parameter and the entity is not a government authority, the request will fail.
108
122
  government_authority: nil,
@@ -127,6 +141,7 @@ module Increase
127
141
  override.returns(
128
142
  {
129
143
  corporation: Increase::EntityUpdateParams::Corporation,
144
+ details_confirmed_at: Time,
130
145
  government_authority:
131
146
  Increase::EntityUpdateParams::GovernmentAuthority,
132
147
  natural_person: Increase::EntityUpdateParams::NaturalPerson,
@@ -78,6 +78,7 @@ module Increase
78
78
  params(
79
79
  entity_id: String,
80
80
  corporation: Increase::EntityUpdateParams::Corporation::OrHash,
81
+ details_confirmed_at: Time,
81
82
  government_authority:
82
83
  Increase::EntityUpdateParams::GovernmentAuthority::OrHash,
83
84
  natural_person: Increase::EntityUpdateParams::NaturalPerson::OrHash,
@@ -94,6 +95,10 @@ module Increase
94
95
  # Details of the corporation entity to update. If you specify this parameter and
95
96
  # the entity is not a corporation, the request will fail.
96
97
  corporation: nil,
98
+ # When your user last confirmed the Entity's details. Depending on your program,
99
+ # you may be required to affirmatively confirm details with your users on an
100
+ # annual basis.
101
+ details_confirmed_at: nil,
97
102
  # Details of the government authority entity to update. If you specify this
98
103
  # parameter and the entity is not a government authority, the request will fail.
99
104
  government_authority: nil,
@@ -3,6 +3,7 @@ module Increase
3
3
  type entity_update_params =
4
4
  {
5
5
  corporation: Increase::EntityUpdateParams::Corporation,
6
+ details_confirmed_at: Time,
6
7
  government_authority: Increase::EntityUpdateParams::GovernmentAuthority,
7
8
  natural_person: Increase::EntityUpdateParams::NaturalPerson,
8
9
  risk_rating: Increase::EntityUpdateParams::RiskRating,
@@ -21,6 +22,10 @@ module Increase
21
22
  Increase::EntityUpdateParams::Corporation
22
23
  ) -> Increase::EntityUpdateParams::Corporation
23
24
 
25
+ attr_reader details_confirmed_at: Time?
26
+
27
+ def details_confirmed_at=: (Time) -> Time
28
+
24
29
  attr_reader government_authority: Increase::EntityUpdateParams::GovernmentAuthority?
25
30
 
26
31
  def government_authority=: (
@@ -53,6 +58,7 @@ module Increase
53
58
 
54
59
  def initialize: (
55
60
  ?corporation: Increase::EntityUpdateParams::Corporation,
61
+ ?details_confirmed_at: Time,
56
62
  ?government_authority: Increase::EntityUpdateParams::GovernmentAuthority,
57
63
  ?natural_person: Increase::EntityUpdateParams::NaturalPerson,
58
64
  ?risk_rating: Increase::EntityUpdateParams::RiskRating,
@@ -63,6 +69,7 @@ module Increase
63
69
 
64
70
  def to_hash: -> {
65
71
  corporation: Increase::EntityUpdateParams::Corporation,
72
+ details_confirmed_at: Time,
66
73
  government_authority: Increase::EntityUpdateParams::GovernmentAuthority,
67
74
  natural_person: Increase::EntityUpdateParams::NaturalPerson,
68
75
  risk_rating: Increase::EntityUpdateParams::RiskRating,
@@ -23,6 +23,7 @@ module Increase
23
23
  def update: (
24
24
  String entity_id,
25
25
  ?corporation: Increase::EntityUpdateParams::Corporation,
26
+ ?details_confirmed_at: Time,
26
27
  ?government_authority: Increase::EntityUpdateParams::GovernmentAuthority,
27
28
  ?natural_person: Increase::EntityUpdateParams::NaturalPerson,
28
29
  ?risk_rating: Increase::EntityUpdateParams::RiskRating,
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.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase