trinsic_api 2.0.0.pre.alpha3 → 2.0.1
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/README.md +1 -1
- data/docs/AttachmentsApi.md +1 -1
- data/docs/BrazilDigitalCnhInput.md +2 -2
- data/docs/CreateAdvancedProviderSessionRequest.md +3 -3
- data/docs/CreateHostedProviderSessionResponse.md +4 -2
- data/docs/CreateWidgetSessionRequest.md +3 -3
- data/docs/CreateWidgetSessionResponse.md +4 -2
- data/docs/IdentityData.md +2 -0
- data/docs/IdinInput.md +18 -0
- data/docs/IntegrationStep.md +1 -1
- data/docs/Language.md +15 -0
- data/docs/ListProviderContractsResponse.md +18 -0
- data/docs/MobileIdInput.md +22 -0
- data/docs/NetworkApi.md +71 -4
- data/docs/ProviderContract.md +48 -0
- data/docs/ProviderHealth.md +15 -0
- data/docs/ProviderInfo.md +1 -3
- data/docs/ProviderInformation.md +3 -3
- data/docs/ProviderInput.md +24 -12
- data/docs/RecommendRequest.md +2 -10
- data/docs/RecommendationInfo.md +24 -0
- data/docs/ResultCollection.md +2 -2
- data/docs/Session.md +3 -3
- data/docs/SessionsApi.md +2 -2
- data/docs/SmartIdInput.md +18 -0
- data/docs/SpidInput.md +18 -0
- data/docs/StepRefreshInfo.md +1 -1
- data/docs/SubProviderMetadata.md +24 -0
- data/docs/TrinsicTestDatabaseLookupInput.md +24 -0
- data/docs/TrinsicTestSubProvidersInput.md +18 -0
- data/docs/WellKnownApi.md +71 -0
- data/lib/trinsic_api/api/attachments_api.rb +3 -3
- data/lib/trinsic_api/api/network_api.rb +60 -3
- data/lib/trinsic_api/api/sessions_api.rb +5 -5
- data/lib/trinsic_api/api/well_known_api.rb +75 -0
- data/lib/trinsic_api/api_client.rb +8 -9
- data/lib/trinsic_api/api_error.rb +1 -1
- data/lib/trinsic_api/configuration.rb +1 -1
- data/lib/trinsic_api/models/aadhaar_input.rb +10 -4
- data/lib/trinsic_api/models/address.rb +10 -4
- data/lib/trinsic_api/models/attachment_access_keys.rb +20 -4
- data/lib/trinsic_api/models/bangladesh_national_id_input.rb +10 -4
- data/lib/trinsic_api/models/brazil_cpf_check_input.rb +10 -4
- data/lib/trinsic_api/models/brazil_digital_cnh_input.rb +12 -6
- data/lib/trinsic_api/models/cancel_session_response.rb +20 -4
- data/lib/trinsic_api/models/create_advanced_provider_session_request.rb +13 -7
- data/lib/trinsic_api/models/create_advanced_provider_session_response.rb +40 -4
- data/lib/trinsic_api/models/create_hosted_provider_session_request.rb +10 -4
- data/lib/trinsic_api/models/create_hosted_provider_session_response.rb +69 -10
- data/lib/trinsic_api/models/create_widget_session_request.rb +20 -14
- data/lib/trinsic_api/models/create_widget_session_response.rb +69 -10
- data/lib/trinsic_api/models/document_data.rb +10 -4
- data/lib/trinsic_api/models/document_scan_attachments.rb +10 -4
- data/lib/trinsic_api/models/document_type.rb +1 -1
- data/lib/trinsic_api/models/get_attachment_request.rb +10 -4
- data/lib/trinsic_api/models/get_attachment_response.rb +30 -4
- data/lib/trinsic_api/models/get_session_response.rb +20 -4
- data/lib/trinsic_api/models/get_session_result_request.rb +20 -4
- data/lib/trinsic_api/models/get_session_result_response.rb +20 -4
- data/lib/trinsic_api/models/http_validation_problem_details.rb +10 -4
- data/lib/trinsic_api/models/identity_data.rb +21 -5
- data/lib/trinsic_api/models/{known_identity_data.rb → idin_input.rb} +21 -16
- data/lib/trinsic_api/models/indonesia_nik_input.rb +20 -4
- data/lib/trinsic_api/models/integration_capability.rb +1 -1
- data/lib/trinsic_api/models/integration_launch_method.rb +3 -3
- data/lib/trinsic_api/models/integration_step.rb +30 -6
- data/lib/trinsic_api/models/kenya_nid_input.rb +20 -4
- data/lib/trinsic_api/models/language.rb +42 -0
- data/lib/trinsic_api/models/{known_address.rb → list_provider_contracts_response.rb} +39 -86
- data/lib/trinsic_api/models/list_providers_response.rb +20 -4
- data/lib/trinsic_api/models/list_sessions_response.rb +40 -4
- data/lib/trinsic_api/models/mexico_curp_input.rb +10 -4
- data/lib/trinsic_api/models/mobile_id_input.rb +266 -0
- data/lib/trinsic_api/models/nigeria_nin_input.rb +20 -4
- data/lib/trinsic_api/models/order_direction.rb +1 -1
- data/lib/trinsic_api/models/person_data.rb +10 -4
- data/lib/trinsic_api/models/philippine_match_input.rb +10 -4
- data/lib/trinsic_api/models/philippine_qr_input.rb +10 -4
- data/lib/trinsic_api/models/problem_details.rb +10 -4
- data/lib/trinsic_api/models/provider_attachments.rb +10 -4
- data/lib/trinsic_api/models/provider_contract.rb +655 -0
- data/lib/trinsic_api/models/provider_health.rb +40 -0
- data/lib/trinsic_api/models/provider_info.rb +44 -21
- data/lib/trinsic_api/models/provider_information.rb +40 -4
- data/lib/trinsic_api/models/provider_input.rb +92 -20
- data/lib/trinsic_api/models/recommend_request.rb +19 -63
- data/lib/trinsic_api/models/recommend_response.rb +40 -4
- data/lib/trinsic_api/models/recommendation_info.rb +262 -0
- data/lib/trinsic_api/models/refresh_step_content_request.rb +10 -4
- data/lib/trinsic_api/models/refresh_step_content_response.rb +20 -4
- data/lib/trinsic_api/models/result_collection.rb +38 -6
- data/lib/trinsic_api/models/result_collection_method.rb +1 -1
- data/lib/trinsic_api/models/session.rb +63 -7
- data/lib/trinsic_api/models/session_error_code.rb +1 -1
- data/lib/trinsic_api/models/session_ordering.rb +1 -1
- data/lib/trinsic_api/models/sex.rb +1 -1
- data/lib/trinsic_api/models/smart_id_input.rb +222 -0
- data/lib/trinsic_api/models/south_africa_nid_input.rb +20 -4
- data/lib/trinsic_api/models/spid_input.rb +222 -0
- data/lib/trinsic_api/models/step_refresh_info.rb +41 -5
- data/lib/trinsic_api/models/sub_provider_metadata.rb +320 -0
- data/lib/trinsic_api/models/{known_person_data.rb → trinsic_test_database_lookup_input.rb} +31 -69
- data/lib/trinsic_api/models/trinsic_test_sub_providers_input.rb +222 -0
- data/lib/trinsic_api/version.rb +2 -2
- data/lib/trinsic_api.rb +14 -4
- data/spec/api/attachments_api_spec.rb +2 -2
- data/spec/api/network_api_spec.rb +13 -2
- data/spec/api/sessions_api_spec.rb +3 -3
- data/spec/api/well_known_api_spec.rb +44 -0
- data/spec/models/aadhaar_input_spec.rb +1 -1
- data/spec/models/address_spec.rb +1 -1
- data/spec/models/attachment_access_keys_spec.rb +1 -1
- data/spec/models/bangladesh_national_id_input_spec.rb +1 -1
- data/spec/models/brazil_cpf_check_input_spec.rb +1 -1
- data/spec/models/brazil_digital_cnh_input_spec.rb +1 -1
- data/spec/models/cancel_session_response_spec.rb +1 -1
- data/spec/models/create_advanced_provider_session_request_spec.rb +1 -1
- data/spec/models/create_advanced_provider_session_response_spec.rb +1 -1
- data/spec/models/create_hosted_provider_session_request_spec.rb +1 -1
- data/spec/models/create_hosted_provider_session_response_spec.rb +7 -1
- data/spec/models/create_widget_session_request_spec.rb +2 -2
- data/spec/models/create_widget_session_response_spec.rb +7 -1
- data/spec/models/document_data_spec.rb +1 -1
- data/spec/models/document_scan_attachments_spec.rb +1 -1
- data/spec/models/document_type_spec.rb +1 -1
- data/spec/models/get_attachment_request_spec.rb +1 -1
- data/spec/models/get_attachment_response_spec.rb +1 -1
- data/spec/models/get_session_response_spec.rb +1 -1
- data/spec/models/get_session_result_request_spec.rb +1 -1
- data/spec/models/get_session_result_response_spec.rb +1 -1
- data/spec/models/http_validation_problem_details_spec.rb +1 -1
- data/spec/models/identity_data_spec.rb +7 -1
- data/spec/models/{known_identity_data_spec.rb → idin_input_spec.rb} +8 -8
- data/spec/models/indonesia_nik_input_spec.rb +1 -1
- data/spec/models/integration_capability_spec.rb +1 -1
- data/spec/models/integration_launch_method_spec.rb +1 -1
- data/spec/models/integration_step_spec.rb +1 -1
- data/spec/models/kenya_nid_input_spec.rb +1 -1
- data/spec/models/language_spec.rb +30 -0
- data/spec/models/list_provider_contracts_response_spec.rb +36 -0
- data/spec/models/list_providers_response_spec.rb +1 -1
- data/spec/models/list_sessions_response_spec.rb +1 -1
- data/spec/models/mexico_curp_input_spec.rb +1 -1
- data/spec/models/mobile_id_input_spec.rb +48 -0
- data/spec/models/nigeria_nin_input_spec.rb +1 -1
- data/spec/models/order_direction_spec.rb +1 -1
- data/spec/models/person_data_spec.rb +1 -1
- data/spec/models/philippine_match_input_spec.rb +1 -1
- data/spec/models/philippine_qr_input_spec.rb +1 -1
- data/spec/models/problem_details_spec.rb +1 -1
- data/spec/models/provider_attachments_spec.rb +1 -1
- data/spec/models/provider_contract_spec.rb +126 -0
- data/spec/models/provider_health_spec.rb +30 -0
- data/spec/models/provider_info_spec.rb +1 -7
- data/spec/models/provider_information_spec.rb +1 -1
- data/spec/models/provider_input_spec.rb +37 -1
- data/spec/models/recommend_request_spec.rb +2 -26
- data/spec/models/recommend_response_spec.rb +1 -1
- data/spec/models/recommendation_info_spec.rb +54 -0
- data/spec/models/refresh_step_content_request_spec.rb +1 -1
- data/spec/models/refresh_step_content_response_spec.rb +1 -1
- data/spec/models/result_collection_method_spec.rb +1 -1
- data/spec/models/result_collection_spec.rb +1 -1
- data/spec/models/session_error_code_spec.rb +1 -1
- data/spec/models/session_ordering_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/sex_spec.rb +1 -1
- data/spec/models/smart_id_input_spec.rb +36 -0
- data/spec/models/south_africa_nid_input_spec.rb +1 -1
- data/spec/models/spid_input_spec.rb +36 -0
- data/spec/models/step_refresh_info_spec.rb +1 -1
- data/spec/models/sub_provider_metadata_spec.rb +54 -0
- data/spec/models/trinsic_test_database_lookup_input_spec.rb +54 -0
- data/spec/models/trinsic_test_sub_providers_input_spec.rb +36 -0
- data/spec/spec_helper.rb +1 -1
- data/trinsic_api.gemspec +1 -1
- metadata +96 -56
- data/docs/KnownAddress.md +0 -32
- data/docs/KnownIdentityData.md +0 -18
- data/docs/KnownPersonData.md +0 -32
- data/spec/models/known_address_spec.rb +0 -78
- data/spec/models/known_person_data_spec.rb +0 -78
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,34 +14,38 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module TrinsicApi
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
attr_accessor :person
|
17
|
+
class IdinInput
|
18
|
+
# The ID of the specific bank to invoke with IDIN. If not specified, the user will be prompted to select a bank.
|
19
|
+
attr_accessor :sub_provider_id
|
21
20
|
|
22
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
23
22
|
def self.attribute_map
|
24
23
|
{
|
25
|
-
:'
|
24
|
+
:'sub_provider_id' => :'subProviderId'
|
26
25
|
}
|
27
26
|
end
|
28
27
|
|
28
|
+
# Returns attribute mapping this model knows about
|
29
|
+
def self.acceptable_attribute_map
|
30
|
+
attribute_map
|
31
|
+
end
|
32
|
+
|
29
33
|
# Returns all the JSON keys this model knows about
|
30
34
|
def self.acceptable_attributes
|
31
|
-
|
35
|
+
acceptable_attribute_map.values
|
32
36
|
end
|
33
37
|
|
34
38
|
# Attribute type mapping.
|
35
39
|
def self.openapi_types
|
36
40
|
{
|
37
|
-
:'
|
41
|
+
:'sub_provider_id' => :'String'
|
38
42
|
}
|
39
43
|
end
|
40
44
|
|
41
45
|
# List of attributes with nullable: true
|
42
46
|
def self.openapi_nullable
|
43
47
|
Set.new([
|
44
|
-
:'
|
48
|
+
:'sub_provider_id'
|
45
49
|
])
|
46
50
|
end
|
47
51
|
|
@@ -49,19 +53,20 @@ module TrinsicApi
|
|
49
53
|
# @param [Hash] attributes Model attributes in the form of hash
|
50
54
|
def initialize(attributes = {})
|
51
55
|
if (!attributes.is_a?(Hash))
|
52
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
56
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::IdinInput` initialize method"
|
53
57
|
end
|
54
58
|
|
55
59
|
# check to see if the attribute exists and convert string to symbol for hash key
|
60
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
56
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
57
|
-
if (!
|
58
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
62
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::IdinInput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
59
64
|
end
|
60
65
|
h[k.to_sym] = v
|
61
66
|
}
|
62
67
|
|
63
|
-
if attributes.key?(:'
|
64
|
-
self.
|
68
|
+
if attributes.key?(:'sub_provider_id')
|
69
|
+
self.sub_provider_id = attributes[:'sub_provider_id']
|
65
70
|
end
|
66
71
|
end
|
67
72
|
|
@@ -85,7 +90,7 @@ module TrinsicApi
|
|
85
90
|
def ==(o)
|
86
91
|
return true if self.equal?(o)
|
87
92
|
self.class == o.class &&
|
88
|
-
|
93
|
+
sub_provider_id == o.sub_provider_id
|
89
94
|
end
|
90
95
|
|
91
96
|
# @see the `==` method
|
@@ -97,7 +102,7 @@ module TrinsicApi
|
|
97
102
|
# Calculates hash code according to all attributes.
|
98
103
|
# @return [Integer] Hash code
|
99
104
|
def hash
|
100
|
-
[
|
105
|
+
[sub_provider_id].hash
|
101
106
|
end
|
102
107
|
|
103
108
|
# Builds the object from hash
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -33,9 +33,14 @@ module TrinsicApi
|
|
33
33
|
}
|
34
34
|
end
|
35
35
|
|
36
|
+
# Returns attribute mapping this model knows about
|
37
|
+
def self.acceptable_attribute_map
|
38
|
+
attribute_map
|
39
|
+
end
|
40
|
+
|
36
41
|
# Returns all the JSON keys this model knows about
|
37
42
|
def self.acceptable_attributes
|
38
|
-
|
43
|
+
acceptable_attribute_map.values
|
39
44
|
end
|
40
45
|
|
41
46
|
# Attribute type mapping.
|
@@ -61,9 +66,10 @@ module TrinsicApi
|
|
61
66
|
end
|
62
67
|
|
63
68
|
# check to see if the attribute exists and convert string to symbol for hash key
|
69
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
64
70
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
65
|
-
if (!
|
66
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::IndonesiaNikInput`. Please check the name to make sure it's valid. List of attributes: " +
|
71
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
72
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::IndonesiaNikInput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
67
73
|
end
|
68
74
|
h[k.to_sym] = v
|
69
75
|
}
|
@@ -152,6 +158,16 @@ module TrinsicApi
|
|
152
158
|
@full_name = full_name
|
153
159
|
end
|
154
160
|
|
161
|
+
# Custom attribute writer method with validation
|
162
|
+
# @param [Object] date_of_birth Value to be assigned
|
163
|
+
def date_of_birth=(date_of_birth)
|
164
|
+
if date_of_birth.nil?
|
165
|
+
fail ArgumentError, 'date_of_birth cannot be nil'
|
166
|
+
end
|
167
|
+
|
168
|
+
@date_of_birth = date_of_birth
|
169
|
+
end
|
170
|
+
|
155
171
|
# Custom attribute writer method with validation
|
156
172
|
# @param [Object] nik_id_number Value to be assigned
|
157
173
|
def nik_id_number=(nik_id_number)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,12 +16,12 @@ require 'time'
|
|
16
16
|
module TrinsicApi
|
17
17
|
class IntegrationLaunchMethod
|
18
18
|
LAUNCH_BROWSER = "LaunchBrowser".freeze
|
19
|
-
|
19
|
+
NONE = "None".freeze
|
20
20
|
DEEPLINK_TO_MOBILE = "DeeplinkToMobile".freeze
|
21
21
|
SHOW_CONTENT = "ShowContent".freeze
|
22
22
|
|
23
23
|
def self.all_vars
|
24
|
-
@all_vars ||= [LAUNCH_BROWSER,
|
24
|
+
@all_vars ||= [LAUNCH_BROWSER, NONE, DEEPLINK_TO_MOBILE, SHOW_CONTENT].freeze
|
25
25
|
end
|
26
26
|
|
27
27
|
# Builds the enum from string
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -56,9 +56,14 @@ module TrinsicApi
|
|
56
56
|
}
|
57
57
|
end
|
58
58
|
|
59
|
+
# Returns attribute mapping this model knows about
|
60
|
+
def self.acceptable_attribute_map
|
61
|
+
attribute_map
|
62
|
+
end
|
63
|
+
|
59
64
|
# Returns all the JSON keys this model knows about
|
60
65
|
def self.acceptable_attributes
|
61
|
-
|
66
|
+
acceptable_attribute_map.values
|
62
67
|
end
|
63
68
|
|
64
69
|
# Attribute type mapping.
|
@@ -85,9 +90,10 @@ module TrinsicApi
|
|
85
90
|
end
|
86
91
|
|
87
92
|
# check to see if the attribute exists and convert string to symbol for hash key
|
93
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
88
94
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
89
|
-
if (!
|
90
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::IntegrationStep`. Please check the name to make sure it's valid. List of attributes: " +
|
95
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
96
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::IntegrationStep`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
91
97
|
end
|
92
98
|
h[k.to_sym] = v
|
93
99
|
}
|
@@ -106,8 +112,6 @@ module TrinsicApi
|
|
106
112
|
|
107
113
|
if attributes.key?(:'refresh')
|
108
114
|
self.refresh = attributes[:'refresh']
|
109
|
-
else
|
110
|
-
self.refresh = nil
|
111
115
|
end
|
112
116
|
end
|
113
117
|
|
@@ -136,6 +140,26 @@ module TrinsicApi
|
|
136
140
|
true
|
137
141
|
end
|
138
142
|
|
143
|
+
# Custom attribute writer method with validation
|
144
|
+
# @param [Object] method Value to be assigned
|
145
|
+
def method=(method)
|
146
|
+
if method.nil?
|
147
|
+
fail ArgumentError, 'method cannot be nil'
|
148
|
+
end
|
149
|
+
|
150
|
+
@method = method
|
151
|
+
end
|
152
|
+
|
153
|
+
# Custom attribute writer method with validation
|
154
|
+
# @param [Object] content Value to be assigned
|
155
|
+
def content=(content)
|
156
|
+
if content.nil?
|
157
|
+
fail ArgumentError, 'content cannot be nil'
|
158
|
+
end
|
159
|
+
|
160
|
+
@content = content
|
161
|
+
end
|
162
|
+
|
139
163
|
# Checks equality by comparing each attribute.
|
140
164
|
# @param [Object] Object to be compared
|
141
165
|
def ==(o)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -45,9 +45,14 @@ module TrinsicApi
|
|
45
45
|
}
|
46
46
|
end
|
47
47
|
|
48
|
+
# Returns attribute mapping this model knows about
|
49
|
+
def self.acceptable_attribute_map
|
50
|
+
attribute_map
|
51
|
+
end
|
52
|
+
|
48
53
|
# Returns all the JSON keys this model knows about
|
49
54
|
def self.acceptable_attributes
|
50
|
-
|
55
|
+
acceptable_attribute_map.values
|
51
56
|
end
|
52
57
|
|
53
58
|
# Attribute type mapping.
|
@@ -77,9 +82,10 @@ module TrinsicApi
|
|
77
82
|
end
|
78
83
|
|
79
84
|
# check to see if the attribute exists and convert string to symbol for hash key
|
85
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
80
86
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
81
|
-
if (!
|
82
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::KenyaNidInput`. Please check the name to make sure it's valid. List of attributes: " +
|
87
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
88
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::KenyaNidInput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
83
89
|
end
|
84
90
|
h[k.to_sym] = v
|
85
91
|
}
|
@@ -218,6 +224,16 @@ module TrinsicApi
|
|
218
224
|
@last_name = last_name
|
219
225
|
end
|
220
226
|
|
227
|
+
# Custom attribute writer method with validation
|
228
|
+
# @param [Object] date_of_birth Value to be assigned
|
229
|
+
def date_of_birth=(date_of_birth)
|
230
|
+
if date_of_birth.nil?
|
231
|
+
fail ArgumentError, 'date_of_birth cannot be nil'
|
232
|
+
end
|
233
|
+
|
234
|
+
@date_of_birth = date_of_birth
|
235
|
+
end
|
236
|
+
|
221
237
|
# Custom attribute writer method with validation
|
222
238
|
# @param [Object] gender Value to be assigned
|
223
239
|
def gender=(gender)
|
@@ -0,0 +1,42 @@
|
|
1
|
+
=begin
|
2
|
+
#Trinsic API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.13.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module TrinsicApi
|
17
|
+
class Language
|
18
|
+
LIT = "LIT".freeze
|
19
|
+
EST = "EST".freeze
|
20
|
+
ENG = "ENG".freeze
|
21
|
+
RUS = "RUS".freeze
|
22
|
+
|
23
|
+
def self.all_vars
|
24
|
+
@all_vars ||= [LIT, EST, ENG, RUS].freeze
|
25
|
+
end
|
26
|
+
|
27
|
+
# Builds the enum from string
|
28
|
+
# @param [String] The enum value in the form of the string
|
29
|
+
# @return [String] The enum value
|
30
|
+
def self.build_from_hash(value)
|
31
|
+
new.build_from_hash(value)
|
32
|
+
end
|
33
|
+
|
34
|
+
# Builds the enum from string
|
35
|
+
# @param [String] The enum value in the form of the string
|
36
|
+
# @return [String] The enum value
|
37
|
+
def build_from_hash(value)
|
38
|
+
return value if Language.all_vars.include?(value)
|
39
|
+
raise "Invalid ENUM value #{value} for class #Language"
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,69 +14,37 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module TrinsicApi
|
17
|
-
|
18
|
-
|
19
|
-
attr_accessor :
|
20
|
-
|
21
|
-
attr_accessor :line2
|
22
|
-
|
23
|
-
attr_accessor :line3
|
24
|
-
|
25
|
-
attr_accessor :city
|
26
|
-
|
27
|
-
attr_accessor :subdivision
|
28
|
-
|
29
|
-
# Deprecated. Use `Subdivision` instead.
|
30
|
-
attr_accessor :state
|
31
|
-
|
32
|
-
attr_accessor :postal_code
|
33
|
-
|
34
|
-
attr_accessor :country
|
17
|
+
class ListProviderContractsResponse
|
18
|
+
# Contracts for all Providers available to your App, filtered by your App's current test mode setting.
|
19
|
+
attr_accessor :provider_contracts
|
35
20
|
|
36
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
22
|
def self.attribute_map
|
38
23
|
{
|
39
|
-
:'
|
40
|
-
:'line2' => :'line2',
|
41
|
-
:'line3' => :'line3',
|
42
|
-
:'city' => :'city',
|
43
|
-
:'subdivision' => :'subdivision',
|
44
|
-
:'state' => :'state',
|
45
|
-
:'postal_code' => :'postalCode',
|
46
|
-
:'country' => :'country'
|
24
|
+
:'provider_contracts' => :'providerContracts'
|
47
25
|
}
|
48
26
|
end
|
49
27
|
|
28
|
+
# Returns attribute mapping this model knows about
|
29
|
+
def self.acceptable_attribute_map
|
30
|
+
attribute_map
|
31
|
+
end
|
32
|
+
|
50
33
|
# Returns all the JSON keys this model knows about
|
51
34
|
def self.acceptable_attributes
|
52
|
-
|
35
|
+
acceptable_attribute_map.values
|
53
36
|
end
|
54
37
|
|
55
38
|
# Attribute type mapping.
|
56
39
|
def self.openapi_types
|
57
40
|
{
|
58
|
-
:'
|
59
|
-
:'line2' => :'String',
|
60
|
-
:'line3' => :'String',
|
61
|
-
:'city' => :'String',
|
62
|
-
:'subdivision' => :'String',
|
63
|
-
:'state' => :'String',
|
64
|
-
:'postal_code' => :'String',
|
65
|
-
:'country' => :'String'
|
41
|
+
:'provider_contracts' => :'Array<ProviderContract>'
|
66
42
|
}
|
67
43
|
end
|
68
44
|
|
69
45
|
# List of attributes with nullable: true
|
70
46
|
def self.openapi_nullable
|
71
47
|
Set.new([
|
72
|
-
:'line1',
|
73
|
-
:'line2',
|
74
|
-
:'line3',
|
75
|
-
:'city',
|
76
|
-
:'subdivision',
|
77
|
-
:'state',
|
78
|
-
:'postal_code',
|
79
|
-
:'country'
|
80
48
|
])
|
81
49
|
end
|
82
50
|
|
@@ -84,47 +52,24 @@ module TrinsicApi
|
|
84
52
|
# @param [Hash] attributes Model attributes in the form of hash
|
85
53
|
def initialize(attributes = {})
|
86
54
|
if (!attributes.is_a?(Hash))
|
87
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
55
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::ListProviderContractsResponse` initialize method"
|
88
56
|
end
|
89
57
|
|
90
58
|
# check to see if the attribute exists and convert string to symbol for hash key
|
59
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
91
60
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
92
|
-
if (!
|
93
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
61
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
62
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ListProviderContractsResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
94
63
|
end
|
95
64
|
h[k.to_sym] = v
|
96
65
|
}
|
97
66
|
|
98
|
-
if attributes.key?(:'
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
self.
|
104
|
-
end
|
105
|
-
|
106
|
-
if attributes.key?(:'line3')
|
107
|
-
self.line3 = attributes[:'line3']
|
108
|
-
end
|
109
|
-
|
110
|
-
if attributes.key?(:'city')
|
111
|
-
self.city = attributes[:'city']
|
112
|
-
end
|
113
|
-
|
114
|
-
if attributes.key?(:'subdivision')
|
115
|
-
self.subdivision = attributes[:'subdivision']
|
116
|
-
end
|
117
|
-
|
118
|
-
if attributes.key?(:'state')
|
119
|
-
self.state = attributes[:'state']
|
120
|
-
end
|
121
|
-
|
122
|
-
if attributes.key?(:'postal_code')
|
123
|
-
self.postal_code = attributes[:'postal_code']
|
124
|
-
end
|
125
|
-
|
126
|
-
if attributes.key?(:'country')
|
127
|
-
self.country = attributes[:'country']
|
67
|
+
if attributes.key?(:'provider_contracts')
|
68
|
+
if (value = attributes[:'provider_contracts']).is_a?(Array)
|
69
|
+
self.provider_contracts = value
|
70
|
+
end
|
71
|
+
else
|
72
|
+
self.provider_contracts = nil
|
128
73
|
end
|
129
74
|
end
|
130
75
|
|
@@ -133,6 +78,10 @@ module TrinsicApi
|
|
133
78
|
def list_invalid_properties
|
134
79
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
135
80
|
invalid_properties = Array.new
|
81
|
+
if @provider_contracts.nil?
|
82
|
+
invalid_properties.push('invalid value for "provider_contracts", provider_contracts cannot be nil.')
|
83
|
+
end
|
84
|
+
|
136
85
|
invalid_properties
|
137
86
|
end
|
138
87
|
|
@@ -140,22 +89,26 @@ module TrinsicApi
|
|
140
89
|
# @return true if the model is valid
|
141
90
|
def valid?
|
142
91
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
92
|
+
return false if @provider_contracts.nil?
|
143
93
|
true
|
144
94
|
end
|
145
95
|
|
96
|
+
# Custom attribute writer method with validation
|
97
|
+
# @param [Object] provider_contracts Value to be assigned
|
98
|
+
def provider_contracts=(provider_contracts)
|
99
|
+
if provider_contracts.nil?
|
100
|
+
fail ArgumentError, 'provider_contracts cannot be nil'
|
101
|
+
end
|
102
|
+
|
103
|
+
@provider_contracts = provider_contracts
|
104
|
+
end
|
105
|
+
|
146
106
|
# Checks equality by comparing each attribute.
|
147
107
|
# @param [Object] Object to be compared
|
148
108
|
def ==(o)
|
149
109
|
return true if self.equal?(o)
|
150
110
|
self.class == o.class &&
|
151
|
-
|
152
|
-
line2 == o.line2 &&
|
153
|
-
line3 == o.line3 &&
|
154
|
-
city == o.city &&
|
155
|
-
subdivision == o.subdivision &&
|
156
|
-
state == o.state &&
|
157
|
-
postal_code == o.postal_code &&
|
158
|
-
country == o.country
|
111
|
+
provider_contracts == o.provider_contracts
|
159
112
|
end
|
160
113
|
|
161
114
|
# @see the `==` method
|
@@ -167,7 +120,7 @@ module TrinsicApi
|
|
167
120
|
# Calculates hash code according to all attributes.
|
168
121
|
# @return [Integer] Hash code
|
169
122
|
def hash
|
170
|
-
[
|
123
|
+
[provider_contracts].hash
|
171
124
|
end
|
172
125
|
|
173
126
|
# Builds the object from hash
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,9 +25,14 @@ module TrinsicApi
|
|
25
25
|
}
|
26
26
|
end
|
27
27
|
|
28
|
+
# Returns attribute mapping this model knows about
|
29
|
+
def self.acceptable_attribute_map
|
30
|
+
attribute_map
|
31
|
+
end
|
32
|
+
|
28
33
|
# Returns all the JSON keys this model knows about
|
29
34
|
def self.acceptable_attributes
|
30
|
-
|
35
|
+
acceptable_attribute_map.values
|
31
36
|
end
|
32
37
|
|
33
38
|
# Attribute type mapping.
|
@@ -51,9 +56,10 @@ module TrinsicApi
|
|
51
56
|
end
|
52
57
|
|
53
58
|
# check to see if the attribute exists and convert string to symbol for hash key
|
59
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
54
60
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
55
|
-
if (!
|
56
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ListProvidersResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
61
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
62
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ListProvidersResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
57
63
|
end
|
58
64
|
h[k.to_sym] = v
|
59
65
|
}
|
@@ -87,6 +93,16 @@ module TrinsicApi
|
|
87
93
|
true
|
88
94
|
end
|
89
95
|
|
96
|
+
# Custom attribute writer method with validation
|
97
|
+
# @param [Object] providers Value to be assigned
|
98
|
+
def providers=(providers)
|
99
|
+
if providers.nil?
|
100
|
+
fail ArgumentError, 'providers cannot be nil'
|
101
|
+
end
|
102
|
+
|
103
|
+
@providers = providers
|
104
|
+
end
|
105
|
+
|
90
106
|
# Checks equality by comparing each attribute.
|
91
107
|
# @param [Object] Object to be compared
|
92
108
|
def ==(o)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
Generator version: 7.
|
9
|
+
Generator version: 7.13.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -32,9 +32,14 @@ module TrinsicApi
|
|
32
32
|
}
|
33
33
|
end
|
34
34
|
|
35
|
+
# Returns attribute mapping this model knows about
|
36
|
+
def self.acceptable_attribute_map
|
37
|
+
attribute_map
|
38
|
+
end
|
39
|
+
|
35
40
|
# Returns all the JSON keys this model knows about
|
36
41
|
def self.acceptable_attributes
|
37
|
-
|
42
|
+
acceptable_attribute_map.values
|
38
43
|
end
|
39
44
|
|
40
45
|
# Attribute type mapping.
|
@@ -60,9 +65,10 @@ module TrinsicApi
|
|
60
65
|
end
|
61
66
|
|
62
67
|
# check to see if the attribute exists and convert string to symbol for hash key
|
68
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
63
69
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
64
|
-
if (!
|
65
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ListSessionsResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
70
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
71
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ListSessionsResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
66
72
|
end
|
67
73
|
h[k.to_sym] = v
|
68
74
|
}
|
@@ -118,6 +124,36 @@ module TrinsicApi
|
|
118
124
|
true
|
119
125
|
end
|
120
126
|
|
127
|
+
# Custom attribute writer method with validation
|
128
|
+
# @param [Object] sessions Value to be assigned
|
129
|
+
def sessions=(sessions)
|
130
|
+
if sessions.nil?
|
131
|
+
fail ArgumentError, 'sessions cannot be nil'
|
132
|
+
end
|
133
|
+
|
134
|
+
@sessions = sessions
|
135
|
+
end
|
136
|
+
|
137
|
+
# Custom attribute writer method with validation
|
138
|
+
# @param [Object] total Value to be assigned
|
139
|
+
def total=(total)
|
140
|
+
if total.nil?
|
141
|
+
fail ArgumentError, 'total cannot be nil'
|
142
|
+
end
|
143
|
+
|
144
|
+
@total = total
|
145
|
+
end
|
146
|
+
|
147
|
+
# Custom attribute writer method with validation
|
148
|
+
# @param [Object] more Value to be assigned
|
149
|
+
def more=(more)
|
150
|
+
if more.nil?
|
151
|
+
fail ArgumentError, 'more cannot be nil'
|
152
|
+
end
|
153
|
+
|
154
|
+
@more = more
|
155
|
+
end
|
156
|
+
|
121
157
|
# Checks equality by comparing each attribute.
|
122
158
|
# @param [Object] Object to be compared
|
123
159
|
def ==(o)
|