increase 1.155.0 → 1.156.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 +8 -0
- data/README.md +1 -1
- data/lib/increase/models/entity.rb +3 -0
- data/lib/increase/models/entity_create_params.rb +3 -0
- data/lib/increase/models/entity_update_params.rb +3 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/entity.rbi +7 -0
- data/rbi/increase/models/entity_create_params.rbi +7 -0
- data/rbi/increase/models/entity_update_params.rbi +7 -0
- data/sig/increase/models/entity.rbs +4 -1
- data/sig/increase/models/entity_create_params.rbs +4 -1
- data/sig/increase/models/entity_update_params.rbs +4 -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: cd831e4e09fa43d44eddcabeca16cac5bc4d1a2d0af4b951fbc07432cc5a5a86
|
|
4
|
+
data.tar.gz: 4ee99fe4c73f83debbf5708111d444a27d9150b91f2ac667b62d3e7ec8ea6ae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a64e0663940bd4ded0835fc552559cb531f7993a0b1f0dc7e53d0d8f61fe49d6d3d2579c4319d5c489ff39b9105acdd32a24970ccdded139085de7b6ad7bf6d
|
|
7
|
+
data.tar.gz: f03e35022566113704cdb0e2505a3ac061790bc8c08d2eabfab5495a13c725930f510cd49ef696df3a70ead72c94ab311ce18060148e2ca22cf00caf7e61b950
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.156.0 (2025-12-08)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.155.0...v1.156.0](https://github.com/Increase/increase-ruby/compare/v1.155.0...v1.156.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([f2d2dd4](https://github.com/Increase/increase-ruby/commit/f2d2dd4266c3cc347ac0ec58dfa28451dc49449a))
|
|
10
|
+
|
|
3
11
|
## 1.155.0 (2025-12-06)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.154.0...v1.155.0](https://github.com/Increase/increase-ruby/compare/v1.154.0...v1.155.0)
|
data/README.md
CHANGED
|
@@ -1057,6 +1057,9 @@ module Increase
|
|
|
1057
1057
|
# Oscilar. See https://oscilar.com for more information.
|
|
1058
1058
|
OSCILAR = :oscilar
|
|
1059
1059
|
|
|
1060
|
+
# Persona. See https://withpersona.com for more information.
|
|
1061
|
+
PERSONA = :persona
|
|
1062
|
+
|
|
1060
1063
|
# @!method self.values
|
|
1061
1064
|
# @return [Array<Symbol>]
|
|
1062
1065
|
end
|
|
@@ -1542,6 +1542,9 @@ module Increase
|
|
|
1542
1542
|
# Oscilar. See https://oscilar.com for more information.
|
|
1543
1543
|
OSCILAR = :oscilar
|
|
1544
1544
|
|
|
1545
|
+
# Persona. See https://withpersona.com for more information.
|
|
1546
|
+
PERSONA = :persona
|
|
1547
|
+
|
|
1545
1548
|
# @!method self.values
|
|
1546
1549
|
# @return [Array<Symbol>]
|
|
1547
1550
|
end
|
|
@@ -403,6 +403,9 @@ module Increase
|
|
|
403
403
|
# Oscilar. See https://oscilar.com for more information.
|
|
404
404
|
OSCILAR = :oscilar
|
|
405
405
|
|
|
406
|
+
# Persona. See https://withpersona.com for more information.
|
|
407
|
+
PERSONA = :persona
|
|
408
|
+
|
|
406
409
|
# @!method self.values
|
|
407
410
|
# @return [Array<Symbol>]
|
|
408
411
|
end
|
data/lib/increase/version.rb
CHANGED
|
@@ -1803,6 +1803,13 @@ module Increase
|
|
|
1803
1803
|
Increase::Entity::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
1804
1804
|
)
|
|
1805
1805
|
|
|
1806
|
+
# Persona. See https://withpersona.com for more information.
|
|
1807
|
+
PERSONA =
|
|
1808
|
+
T.let(
|
|
1809
|
+
:persona,
|
|
1810
|
+
Increase::Entity::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
1811
|
+
)
|
|
1812
|
+
|
|
1806
1813
|
sig do
|
|
1807
1814
|
override.returns(
|
|
1808
1815
|
T::Array[
|
|
@@ -2857,6 +2857,13 @@ module Increase
|
|
|
2857
2857
|
Increase::EntityCreateParams::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
2858
2858
|
)
|
|
2859
2859
|
|
|
2860
|
+
# Persona. See https://withpersona.com for more information.
|
|
2861
|
+
PERSONA =
|
|
2862
|
+
T.let(
|
|
2863
|
+
:persona,
|
|
2864
|
+
Increase::EntityCreateParams::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
2865
|
+
)
|
|
2866
|
+
|
|
2860
2867
|
sig do
|
|
2861
2868
|
override.returns(
|
|
2862
2869
|
T::Array[
|
|
@@ -759,6 +759,13 @@ module Increase
|
|
|
759
759
|
Increase::EntityUpdateParams::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
760
760
|
)
|
|
761
761
|
|
|
762
|
+
# Persona. See https://withpersona.com for more information.
|
|
763
|
+
PERSONA =
|
|
764
|
+
T.let(
|
|
765
|
+
:persona,
|
|
766
|
+
Increase::EntityUpdateParams::ThirdPartyVerification::Vendor::TaggedSymbol
|
|
767
|
+
)
|
|
768
|
+
|
|
762
769
|
sig do
|
|
763
770
|
override.returns(
|
|
764
771
|
T::Array[
|
|
@@ -815,7 +815,7 @@ module Increase
|
|
|
815
815
|
vendor: Increase::Models::Entity::ThirdPartyVerification::vendor
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
-
type vendor = :alloy | :middesk | :oscilar
|
|
818
|
+
type vendor = :alloy | :middesk | :oscilar | :persona
|
|
819
819
|
|
|
820
820
|
module Vendor
|
|
821
821
|
extend Increase::Internal::Type::Enum
|
|
@@ -829,6 +829,9 @@ module Increase
|
|
|
829
829
|
# Oscilar. See https://oscilar.com for more information.
|
|
830
830
|
OSCILAR: :oscilar
|
|
831
831
|
|
|
832
|
+
# Persona. See https://withpersona.com for more information.
|
|
833
|
+
PERSONA: :persona
|
|
834
|
+
|
|
832
835
|
def self?.values: -> ::Array[Increase::Models::Entity::ThirdPartyVerification::vendor]
|
|
833
836
|
end
|
|
834
837
|
end
|
|
@@ -1262,7 +1262,7 @@ module Increase
|
|
|
1262
1262
|
vendor: Increase::Models::EntityCreateParams::ThirdPartyVerification::vendor
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
|
-
type vendor = :alloy | :middesk | :oscilar
|
|
1265
|
+
type vendor = :alloy | :middesk | :oscilar | :persona
|
|
1266
1266
|
|
|
1267
1267
|
module Vendor
|
|
1268
1268
|
extend Increase::Internal::Type::Enum
|
|
@@ -1276,6 +1276,9 @@ module Increase
|
|
|
1276
1276
|
# Oscilar. See https://oscilar.com for more information.
|
|
1277
1277
|
OSCILAR: :oscilar
|
|
1278
1278
|
|
|
1279
|
+
# Persona. See https://withpersona.com for more information.
|
|
1280
|
+
PERSONA: :persona
|
|
1281
|
+
|
|
1279
1282
|
def self?.values: -> ::Array[Increase::Models::EntityCreateParams::ThirdPartyVerification::vendor]
|
|
1280
1283
|
end
|
|
1281
1284
|
end
|
|
@@ -346,7 +346,7 @@ module Increase
|
|
|
346
346
|
vendor: Increase::Models::EntityUpdateParams::ThirdPartyVerification::vendor
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
type vendor = :alloy | :middesk | :oscilar
|
|
349
|
+
type vendor = :alloy | :middesk | :oscilar | :persona
|
|
350
350
|
|
|
351
351
|
module Vendor
|
|
352
352
|
extend Increase::Internal::Type::Enum
|
|
@@ -360,6 +360,9 @@ module Increase
|
|
|
360
360
|
# Oscilar. See https://oscilar.com for more information.
|
|
361
361
|
OSCILAR: :oscilar
|
|
362
362
|
|
|
363
|
+
# Persona. See https://withpersona.com for more information.
|
|
364
|
+
PERSONA: :persona
|
|
365
|
+
|
|
363
366
|
def self?.values: -> ::Array[Increase::Models::EntityUpdateParams::ThirdPartyVerification::vendor]
|
|
364
367
|
end
|
|
365
368
|
end
|
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.156.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-12-
|
|
11
|
+
date: 2025-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|