dataleon 0.1.0.pre.alpha.5 → 0.1.0.pre.alpha.7
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 +21 -0
- data/README.md +1 -1
- data/lib/dataleon/internal/util.rb +2 -3
- data/lib/dataleon/models/company_create_params.rb +23 -1
- data/lib/dataleon/models/company_registration.rb +23 -1
- data/lib/dataleon/models/company_update_params.rb +23 -1
- data/lib/dataleon/models/individual.rb +23 -1
- data/lib/dataleon/models/individual_create_params.rb +23 -1
- data/lib/dataleon/models/individual_update_params.rb +23 -1
- data/lib/dataleon/version.rb +1 -1
- data/rbi/dataleon/models/company_create_params.rbi +81 -0
- data/rbi/dataleon/models/company_registration.rbi +81 -0
- data/rbi/dataleon/models/company_update_params.rbi +81 -0
- data/rbi/dataleon/models/individual.rbi +78 -0
- data/rbi/dataleon/models/individual_create_params.rbi +81 -0
- data/rbi/dataleon/models/individual_update_params.rbi +81 -0
- data/sig/dataleon/models/company_create_params.rbs +28 -0
- data/sig/dataleon/models/company_registration.rbs +28 -0
- data/sig/dataleon/models/company_update_params.rbs +28 -0
- data/sig/dataleon/models/individual.rbs +28 -0
- data/sig/dataleon/models/individual_create_params.rbs +28 -0
- data/sig/dataleon/models/individual_update_params.rbs +28 -0
- metadata +2 -2
|
@@ -135,6 +135,7 @@ module Dataleon
|
|
|
135
135
|
callback_url_notification: String,
|
|
136
136
|
filtering_score_aml_suspicions: Float,
|
|
137
137
|
language: String,
|
|
138
|
+
portal_steps: ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step],
|
|
138
139
|
raw_data: bool
|
|
139
140
|
}
|
|
140
141
|
|
|
@@ -159,6 +160,12 @@ module Dataleon
|
|
|
159
160
|
|
|
160
161
|
def language=: (String) -> String
|
|
161
162
|
|
|
163
|
+
attr_reader portal_steps: ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step]?
|
|
164
|
+
|
|
165
|
+
def portal_steps=: (
|
|
166
|
+
::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step]
|
|
167
|
+
) -> ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step]
|
|
168
|
+
|
|
162
169
|
attr_reader raw_data: bool?
|
|
163
170
|
|
|
164
171
|
def raw_data=: (bool) -> bool
|
|
@@ -169,6 +176,7 @@ module Dataleon
|
|
|
169
176
|
?callback_url_notification: String,
|
|
170
177
|
?filtering_score_aml_suspicions: Float,
|
|
171
178
|
?language: String,
|
|
179
|
+
?portal_steps: ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step],
|
|
172
180
|
?raw_data: bool
|
|
173
181
|
) -> void
|
|
174
182
|
|
|
@@ -178,8 +186,28 @@ module Dataleon
|
|
|
178
186
|
callback_url_notification: String,
|
|
179
187
|
filtering_score_aml_suspicions: Float,
|
|
180
188
|
language: String,
|
|
189
|
+
portal_steps: ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step],
|
|
181
190
|
raw_data: bool
|
|
182
191
|
}
|
|
192
|
+
|
|
193
|
+
type portal_step =
|
|
194
|
+
:identity_verification
|
|
195
|
+
| :document_signing
|
|
196
|
+
| :proof_of_address
|
|
197
|
+
| :selfie
|
|
198
|
+
| :face_match
|
|
199
|
+
|
|
200
|
+
module PortalStep
|
|
201
|
+
extend Dataleon::Internal::Type::Enum
|
|
202
|
+
|
|
203
|
+
IDENTITY_VERIFICATION: :identity_verification
|
|
204
|
+
DOCUMENT_SIGNING: :document_signing
|
|
205
|
+
PROOF_OF_ADDRESS: :proof_of_address
|
|
206
|
+
SELFIE: :selfie
|
|
207
|
+
FACE_MATCH: :face_match
|
|
208
|
+
|
|
209
|
+
def self?.values: -> ::Array[Dataleon::Models::IndividualCreateParams::TechnicalData::portal_step]
|
|
210
|
+
end
|
|
183
211
|
end
|
|
184
212
|
end
|
|
185
213
|
end
|
|
@@ -135,6 +135,7 @@ module Dataleon
|
|
|
135
135
|
callback_url_notification: String,
|
|
136
136
|
filtering_score_aml_suspicions: Float,
|
|
137
137
|
language: String,
|
|
138
|
+
portal_steps: ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step],
|
|
138
139
|
raw_data: bool
|
|
139
140
|
}
|
|
140
141
|
|
|
@@ -159,6 +160,12 @@ module Dataleon
|
|
|
159
160
|
|
|
160
161
|
def language=: (String) -> String
|
|
161
162
|
|
|
163
|
+
attr_reader portal_steps: ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step]?
|
|
164
|
+
|
|
165
|
+
def portal_steps=: (
|
|
166
|
+
::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step]
|
|
167
|
+
) -> ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step]
|
|
168
|
+
|
|
162
169
|
attr_reader raw_data: bool?
|
|
163
170
|
|
|
164
171
|
def raw_data=: (bool) -> bool
|
|
@@ -169,6 +176,7 @@ module Dataleon
|
|
|
169
176
|
?callback_url_notification: String,
|
|
170
177
|
?filtering_score_aml_suspicions: Float,
|
|
171
178
|
?language: String,
|
|
179
|
+
?portal_steps: ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step],
|
|
172
180
|
?raw_data: bool
|
|
173
181
|
) -> void
|
|
174
182
|
|
|
@@ -178,8 +186,28 @@ module Dataleon
|
|
|
178
186
|
callback_url_notification: String,
|
|
179
187
|
filtering_score_aml_suspicions: Float,
|
|
180
188
|
language: String,
|
|
189
|
+
portal_steps: ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step],
|
|
181
190
|
raw_data: bool
|
|
182
191
|
}
|
|
192
|
+
|
|
193
|
+
type portal_step =
|
|
194
|
+
:identity_verification
|
|
195
|
+
| :document_signing
|
|
196
|
+
| :proof_of_address
|
|
197
|
+
| :selfie
|
|
198
|
+
| :face_match
|
|
199
|
+
|
|
200
|
+
module PortalStep
|
|
201
|
+
extend Dataleon::Internal::Type::Enum
|
|
202
|
+
|
|
203
|
+
IDENTITY_VERIFICATION: :identity_verification
|
|
204
|
+
DOCUMENT_SIGNING: :document_signing
|
|
205
|
+
PROOF_OF_ADDRESS: :proof_of_address
|
|
206
|
+
SELFIE: :selfie
|
|
207
|
+
FACE_MATCH: :face_match
|
|
208
|
+
|
|
209
|
+
def self?.values: -> ::Array[Dataleon::Models::IndividualUpdateParams::TechnicalData::portal_step]
|
|
210
|
+
end
|
|
183
211
|
end
|
|
184
212
|
end
|
|
185
213
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dataleon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.pre.alpha.
|
|
4
|
+
version: 0.1.0.pre.alpha.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dataleon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|