increase 1.339.0 → 1.340.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: d066a5655d395f885866d82a947c1f4b2fc96fc340b95e78855ef7e62cde2c65
4
- data.tar.gz: 5e37b231a1ff2b1bc4d470fcc28468258d29a65a98214caf53f48109631fb591
3
+ metadata.gz: deae4b48118e89a25a1559893ff12bc9722e553b9eeba2ddaa76ed37f78f7d9c
4
+ data.tar.gz: 9bcd9d146a853046d5b901b3f0e42841865677558650431c2d24f31e33c052a9
5
5
  SHA512:
6
- metadata.gz: 9f3fcdc88cf60376cf49522de5cbcd4ed9a56b350be6e02cb9ab145735b879a03d1ca9f629591d43a2c8be1e25c7174f72d7abc2994a949f19c5603be170738e
7
- data.tar.gz: 84abe452d0dc86a40fe772bfe79c3aaf9a0eaf3375ee84c87ddb1e41972aeb89986d567276d5b981fb5f6f746431c738504c826dc3d8ed19f41bf602320ca8e1
6
+ metadata.gz: b6e84bfe78d5de6423532cbbf4556010c4bd0e4696ba8a31840465d4b36d9fb6820b5015a5ce8d7dbf4c68a24658e19b70dc8b9a69f393e2dae8f46e9e1d5206
7
+ data.tar.gz: 9f081ff4b25b781f9dbe47ffc12cc81856e1ab58a3cd47e937d5d85e27cd1e40ea310d664543d74ef8a378cc40a26bca2da6a866ae758c122130f07e795dde51
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.339.0"
18
+ gem "increase", "~> 1.340.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -8,7 +8,8 @@ module Increase
8
8
  include Increase::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute entity_id
11
- # The identifier of the Entity to associate with the new Beneficial Owner.
11
+ # The identifier of the Entity to associate with the new Beneficial Owner. Only
12
+ # `corporation` entities have beneficial owners.
12
13
  #
13
14
  # @return [String]
14
15
  required :entity_id, String
@@ -38,7 +39,7 @@ module Increase
38
39
  # Some parameter documentations has been truncated, see
39
40
  # {Increase::Models::BeneficialOwnerCreateParams} for more details.
40
41
  #
41
- # @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner.
42
+ # @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner. Only `c
42
43
  #
43
44
  # @param individual [Increase::Models::BeneficialOwnerCreateParams::Individual] Personal details for the beneficial owner.
44
45
  #
@@ -818,6 +818,9 @@ module Increase
818
818
  # The transfer is pending submission.
819
819
  PENDING_SUBMISSION = :pending_submission
820
820
 
821
+ # The transfer is pending review by Increase.
822
+ PENDING_REVIEWING = :pending_reviewing
823
+
821
824
  # The transfer requires attention from an Increase operator.
822
825
  REQUIRES_ATTENTION = :requires_attention
823
826
 
@@ -136,6 +136,9 @@ module Increase
136
136
  # The transfer is pending submission.
137
137
  PENDING_SUBMISSION = :pending_submission
138
138
 
139
+ # The transfer is pending review by Increase.
140
+ PENDING_REVIEWING = :pending_reviewing
141
+
139
142
  # The transfer requires attention from an Increase operator.
140
143
  REQUIRES_ATTENTION = :requires_attention
141
144
 
@@ -140,7 +140,7 @@ module Increase
140
140
  # for more details.
141
141
  #
142
142
  # Entities are the legal entities that own accounts. They can be people,
143
- # corporations, partnerships, government authorities, or trusts. To learn more,
143
+ # corporations, joint accounts, trusts, or government authorities. To learn more,
144
144
  # see [Entities](/documentation/entities).
145
145
  #
146
146
  # @param id [String] The entity's identifier.
@@ -227,7 +227,8 @@ module Increase
227
227
  required :industry_code, String, nil?: true
228
228
 
229
229
  # @!attribute legal_identifier
230
- # The legal identifier of the corporation.
230
+ # The legal identifier of the corporation, like an Employer Identification Number
231
+ # (EIN).
231
232
  #
232
233
  # @return [Increase::Models::Entity::Corporation::LegalIdentifier, nil]
233
234
  required :legal_identifier, -> { Increase::Entity::Corporation::LegalIdentifier }, nil?: true
@@ -263,7 +264,7 @@ module Increase
263
264
  #
264
265
  # @param industry_code [String, nil] The numeric North American Industry Classification System (NAICS) code submitted
265
266
  #
266
- # @param legal_identifier [Increase::Models::Entity::Corporation::LegalIdentifier, nil] The legal identifier of the corporation.
267
+ # @param legal_identifier [Increase::Models::Entity::Corporation::LegalIdentifier, nil] The legal identifier of the corporation, like an Employer Identification Number
267
268
  #
268
269
  # @param name [String] The legal name of the corporation.
269
270
  #
@@ -563,17 +564,18 @@ module Increase
563
564
  required :category, enum: -> { Increase::Entity::Corporation::LegalIdentifier::Category }
564
565
 
565
566
  # @!attribute value
566
- # The identifier of the legal identifier.
567
+ # The legal identifier itself.
567
568
  #
568
569
  # @return [String]
569
570
  required :value, String
570
571
 
571
572
  # @!method initialize(category:, value:)
572
- # The legal identifier of the corporation.
573
+ # The legal identifier of the corporation, like an Employer Identification Number
574
+ # (EIN).
573
575
  #
574
576
  # @param category [Symbol, Increase::Models::Entity::Corporation::LegalIdentifier::Category] The category of the legal identifier.
575
577
  #
576
- # @param value [String] The identifier of the legal identifier.
578
+ # @param value [String] The legal identifier itself.
577
579
 
578
580
  # The category of the legal identifier.
579
581
  #
@@ -676,8 +676,9 @@ module Increase
676
676
  # @see Increase::Models::EntityCreateParams::Corporation#legal_identifier
677
677
  class LegalIdentifier < Increase::Internal::Type::BaseModel
678
678
  # @!attribute value
679
- # The legal identifier. For US Employer Identification Numbers, submit nine digits
680
- # with no dashes or other separators. When testing in sandbox, use one of our
679
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
680
+ # digits with no dashes or other separators. When testing in sandbox, use one of
681
+ # our
681
682
  # [sandbox test values](https://increase.com/documentation/sandbox-test-values).
682
683
  #
683
684
  # @return [String]
@@ -699,7 +700,7 @@ module Increase
699
700
  # Identification Number (EIN). This replaces the deprecated `tax_identifier`
700
701
  # field.
701
702
  #
702
- # @param value [String] The legal identifier. For US Employer Identification Numbers, submit nine digits
703
+ # @param value [String] The legal identifier itself. For US Employer Identification Numbers, submit nine
703
704
  #
704
705
  # @param category [Symbol, Increase::Models::EntityCreateParams::Corporation::LegalIdentifier::Category] The category of the legal identifier. If not provided, the default is `us_employ
705
706
 
@@ -43,7 +43,7 @@ module Increase
43
43
  # {Increase::Models::EntitySupplementalDocument} for more details.
44
44
  #
45
45
  # Supplemental Documents are uploaded files connected to an Entity during
46
- # onboarding.
46
+ # onboarding. Not all programs require supplemental documents.
47
47
  #
48
48
  # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Supplem
49
49
  #
@@ -230,8 +230,8 @@ module Increase
230
230
  # @see Increase::Models::EntityUpdateParams::Corporation#legal_identifier
231
231
  class LegalIdentifier < Increase::Internal::Type::BaseModel
232
232
  # @!attribute value
233
- # The identifier of the legal identifier. For US Employer Identification Numbers,
234
- # submit nine digits with no dashes or other separators.
233
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
234
+ # digits with no dashes or other separators.
235
235
  #
236
236
  # @return [String]
237
237
  required :value, String
@@ -250,7 +250,7 @@ module Increase
250
250
  # The legal identifier of the corporation. This is usually the Employer
251
251
  # Identification Number (EIN).
252
252
  #
253
- # @param value [String] The identifier of the legal identifier. For US Employer Identification Numbers,
253
+ # @param value [String] The legal identifier itself. For US Employer Identification Numbers, submit nine
254
254
  #
255
255
  # @param category [Symbol, Increase::Models::EntityUpdateParams::Corporation::LegalIdentifier::Category] The category of the legal identifier.
256
256
 
@@ -10,7 +10,7 @@ module Increase
10
10
  #
11
11
  # @overload create(entity_id:, individual:, prongs:, company_title: nil, request_options: {})
12
12
  #
13
- # @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner.
13
+ # @param entity_id [String] The identifier of the Entity to associate with the new Beneficial Owner. Only `c
14
14
  #
15
15
  # @param individual [Increase::Models::BeneficialOwnerCreateParams::Individual] Personal details for the beneficial owner.
16
16
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.339.0"
4
+ VERSION = "1.340.0"
5
5
  end
@@ -14,7 +14,8 @@ module Increase
14
14
  )
15
15
  end
16
16
 
17
- # The identifier of the Entity to associate with the new Beneficial Owner.
17
+ # The identifier of the Entity to associate with the new Beneficial Owner. Only
18
+ # `corporation` entities have beneficial owners.
18
19
  sig { returns(String) }
19
20
  attr_accessor :entity_id
20
21
 
@@ -57,7 +58,8 @@ module Increase
57
58
  ).returns(T.attached_class)
58
59
  end
59
60
  def self.new(
60
- # The identifier of the Entity to associate with the new Beneficial Owner.
61
+ # The identifier of the Entity to associate with the new Beneficial Owner. Only
62
+ # `corporation` entities have beneficial owners.
61
63
  entity_id:,
62
64
  # Personal details for the beneficial owner.
63
65
  individual:,
@@ -1356,6 +1356,13 @@ module Increase
1356
1356
  Increase::CheckTransfer::Status::TaggedSymbol
1357
1357
  )
1358
1358
 
1359
+ # The transfer is pending review by Increase.
1360
+ PENDING_REVIEWING =
1361
+ T.let(
1362
+ :pending_reviewing,
1363
+ Increase::CheckTransfer::Status::TaggedSymbol
1364
+ )
1365
+
1359
1366
  # The transfer requires attention from an Increase operator.
1360
1367
  REQUIRES_ATTENTION =
1361
1368
  T.let(
@@ -267,6 +267,13 @@ module Increase
267
267
  Increase::CheckTransferListParams::Status::In::TaggedSymbol
268
268
  )
269
269
 
270
+ # The transfer is pending review by Increase.
271
+ PENDING_REVIEWING =
272
+ T.let(
273
+ :pending_reviewing,
274
+ Increase::CheckTransferListParams::Status::In::TaggedSymbol
275
+ )
276
+
270
277
  # The transfer requires attention from an Increase operator.
271
278
  REQUIRES_ATTENTION =
272
279
  T.let(
@@ -147,7 +147,7 @@ module Increase
147
147
  attr_writer :validation
148
148
 
149
149
  # Entities are the legal entities that own accounts. They can be people,
150
- # corporations, partnerships, government authorities, or trusts. To learn more,
150
+ # corporations, joint accounts, trusts, or government authorities. To learn more,
151
151
  # see [Entities](/documentation/entities).
152
152
  sig do
153
153
  params(
@@ -311,7 +311,8 @@ module Increase
311
311
  sig { returns(T.nilable(String)) }
312
312
  attr_accessor :industry_code
313
313
 
314
- # The legal identifier of the corporation.
314
+ # The legal identifier of the corporation, like an Employer Identification Number
315
+ # (EIN).
315
316
  sig do
316
317
  returns(T.nilable(Increase::Entity::Corporation::LegalIdentifier))
317
318
  end
@@ -370,7 +371,8 @@ module Increase
370
371
  # The numeric North American Industry Classification System (NAICS) code submitted
371
372
  # for the corporation.
372
373
  industry_code:,
373
- # The legal identifier of the corporation.
374
+ # The legal identifier of the corporation, like an Employer Identification Number
375
+ # (EIN).
374
376
  legal_identifier:,
375
377
  # The legal name of the corporation.
376
378
  name:,
@@ -955,11 +957,12 @@ module Increase
955
957
  end
956
958
  attr_accessor :category
957
959
 
958
- # The identifier of the legal identifier.
960
+ # The legal identifier itself.
959
961
  sig { returns(String) }
960
962
  attr_accessor :value
961
963
 
962
- # The legal identifier of the corporation.
964
+ # The legal identifier of the corporation, like an Employer Identification Number
965
+ # (EIN).
963
966
  sig do
964
967
  params(
965
968
  category:
@@ -970,7 +973,7 @@ module Increase
970
973
  def self.new(
971
974
  # The category of the legal identifier.
972
975
  category:,
973
- # The identifier of the legal identifier.
976
+ # The legal identifier itself.
974
977
  value:
975
978
  )
976
979
  end
@@ -1266,8 +1266,9 @@ module Increase
1266
1266
  )
1267
1267
  end
1268
1268
 
1269
- # The legal identifier. For US Employer Identification Numbers, submit nine digits
1270
- # with no dashes or other separators. When testing in sandbox, use one of our
1269
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
1270
+ # digits with no dashes or other separators. When testing in sandbox, use one of
1271
+ # our
1271
1272
  # [sandbox test values](https://increase.com/documentation/sandbox-test-values).
1272
1273
  sig { returns(String) }
1273
1274
  attr_accessor :value
@@ -1302,8 +1303,9 @@ module Increase
1302
1303
  ).returns(T.attached_class)
1303
1304
  end
1304
1305
  def self.new(
1305
- # The legal identifier. For US Employer Identification Numbers, submit nine digits
1306
- # with no dashes or other separators. When testing in sandbox, use one of our
1306
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
1307
+ # digits with no dashes or other separators. When testing in sandbox, use one of
1308
+ # our
1307
1309
  # [sandbox test values](https://increase.com/documentation/sandbox-test-values).
1308
1310
  value:,
1309
1311
  # The category of the legal identifier. If not provided, the default is
@@ -36,7 +36,7 @@ module Increase
36
36
  attr_accessor :type
37
37
 
38
38
  # Supplemental Documents are uploaded files connected to an Entity during
39
- # onboarding.
39
+ # onboarding. Not all programs require supplemental documents.
40
40
  sig do
41
41
  params(
42
42
  created_at: Time,
@@ -425,8 +425,8 @@ module Increase
425
425
  )
426
426
  end
427
427
 
428
- # The identifier of the legal identifier. For US Employer Identification Numbers,
429
- # submit nine digits with no dashes or other separators.
428
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
429
+ # digits with no dashes or other separators.
430
430
  sig { returns(String) }
431
431
  attr_accessor :value
432
432
 
@@ -458,8 +458,8 @@ module Increase
458
458
  ).returns(T.attached_class)
459
459
  end
460
460
  def self.new(
461
- # The identifier of the legal identifier. For US Employer Identification Numbers,
462
- # submit nine digits with no dashes or other separators.
461
+ # The legal identifier itself. For US Employer Identification Numbers, submit nine
462
+ # digits with no dashes or other separators.
463
463
  value:,
464
464
  # The category of the legal identifier.
465
465
  category: nil
@@ -15,7 +15,8 @@ module Increase
15
15
  ).returns(Increase::EntityBeneficialOwner)
16
16
  end
17
17
  def create(
18
- # The identifier of the Entity to associate with the new Beneficial Owner.
18
+ # The identifier of the Entity to associate with the new Beneficial Owner. Only
19
+ # `corporation` entities have beneficial owners.
19
20
  entity_id:,
20
21
  # Personal details for the beneficial owner.
21
22
  individual:,
@@ -553,6 +553,7 @@ module Increase
553
553
  :pending_approval
554
554
  | :canceled
555
555
  | :pending_submission
556
+ | :pending_reviewing
556
557
  | :requires_attention
557
558
  | :rejected
558
559
  | :pending_mailing
@@ -573,6 +574,9 @@ module Increase
573
574
  # The transfer is pending submission.
574
575
  PENDING_SUBMISSION: :pending_submission
575
576
 
577
+ # The transfer is pending review by Increase.
578
+ PENDING_REVIEWING: :pending_reviewing
579
+
576
580
  # The transfer requires attention from an Increase operator.
577
581
  REQUIRES_ATTENTION: :requires_attention
578
582
 
@@ -120,6 +120,7 @@ module Increase
120
120
  :pending_approval
121
121
  | :canceled
122
122
  | :pending_submission
123
+ | :pending_reviewing
123
124
  | :requires_attention
124
125
  | :rejected
125
126
  | :pending_mailing
@@ -140,6 +141,9 @@ module Increase
140
141
  # The transfer is pending submission.
141
142
  PENDING_SUBMISSION: :pending_submission
142
143
 
144
+ # The transfer is pending review by Increase.
145
+ PENDING_REVIEWING: :pending_reviewing
146
+
143
147
  # The transfer requires attention from an Increase operator.
144
148
  REQUIRES_ATTENTION: :requires_attention
145
149
 
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.339.0
4
+ version: 1.340.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-25 00:00:00.000000000 Z
11
+ date: 2026-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi