trinsic_api 2.0.0 → 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.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/docs/IntegrationStep.md +1 -1
  3. data/docs/ProviderContract.md +3 -1
  4. data/docs/ProviderHealth.md +15 -0
  5. data/docs/WellKnownApi.md +71 -0
  6. data/lib/trinsic_api/api/attachments_api.rb +1 -1
  7. data/lib/trinsic_api/api/network_api.rb +1 -1
  8. data/lib/trinsic_api/api/sessions_api.rb +1 -1
  9. data/lib/trinsic_api/api/well_known_api.rb +75 -0
  10. data/lib/trinsic_api/api_client.rb +8 -9
  11. data/lib/trinsic_api/api_error.rb +1 -1
  12. data/lib/trinsic_api/configuration.rb +1 -1
  13. data/lib/trinsic_api/models/aadhaar_input.rb +10 -4
  14. data/lib/trinsic_api/models/address.rb +10 -4
  15. data/lib/trinsic_api/models/attachment_access_keys.rb +20 -4
  16. data/lib/trinsic_api/models/bangladesh_national_id_input.rb +10 -4
  17. data/lib/trinsic_api/models/brazil_cpf_check_input.rb +10 -4
  18. data/lib/trinsic_api/models/brazil_digital_cnh_input.rb +10 -4
  19. data/lib/trinsic_api/models/cancel_session_response.rb +20 -4
  20. data/lib/trinsic_api/models/create_advanced_provider_session_request.rb +10 -4
  21. data/lib/trinsic_api/models/create_advanced_provider_session_response.rb +40 -4
  22. data/lib/trinsic_api/models/create_hosted_provider_session_request.rb +10 -4
  23. data/lib/trinsic_api/models/create_hosted_provider_session_response.rb +40 -4
  24. data/lib/trinsic_api/models/create_widget_session_request.rb +10 -4
  25. data/lib/trinsic_api/models/create_widget_session_response.rb +40 -4
  26. data/lib/trinsic_api/models/document_data.rb +10 -4
  27. data/lib/trinsic_api/models/document_scan_attachments.rb +10 -4
  28. data/lib/trinsic_api/models/document_type.rb +1 -1
  29. data/lib/trinsic_api/models/get_attachment_request.rb +10 -4
  30. data/lib/trinsic_api/models/get_attachment_response.rb +30 -4
  31. data/lib/trinsic_api/models/get_session_response.rb +20 -4
  32. data/lib/trinsic_api/models/get_session_result_request.rb +20 -4
  33. data/lib/trinsic_api/models/get_session_result_response.rb +20 -4
  34. data/lib/trinsic_api/models/http_validation_problem_details.rb +10 -4
  35. data/lib/trinsic_api/models/identity_data.rb +10 -4
  36. data/lib/trinsic_api/models/idin_input.rb +10 -4
  37. data/lib/trinsic_api/models/indonesia_nik_input.rb +20 -4
  38. data/lib/trinsic_api/models/integration_capability.rb +1 -1
  39. data/lib/trinsic_api/models/integration_launch_method.rb +1 -1
  40. data/lib/trinsic_api/models/integration_step.rb +30 -6
  41. data/lib/trinsic_api/models/kenya_nid_input.rb +20 -4
  42. data/lib/trinsic_api/models/language.rb +1 -1
  43. data/lib/trinsic_api/models/list_provider_contracts_response.rb +20 -4
  44. data/lib/trinsic_api/models/list_providers_response.rb +20 -4
  45. data/lib/trinsic_api/models/list_sessions_response.rb +40 -4
  46. data/lib/trinsic_api/models/mexico_curp_input.rb +10 -4
  47. data/lib/trinsic_api/models/mobile_id_input.rb +10 -4
  48. data/lib/trinsic_api/models/nigeria_nin_input.rb +20 -4
  49. data/lib/trinsic_api/models/order_direction.rb +1 -1
  50. data/lib/trinsic_api/models/person_data.rb +10 -4
  51. data/lib/trinsic_api/models/philippine_match_input.rb +10 -4
  52. data/lib/trinsic_api/models/philippine_qr_input.rb +10 -4
  53. data/lib/trinsic_api/models/problem_details.rb +10 -4
  54. data/lib/trinsic_api/models/provider_attachments.rb +10 -4
  55. data/lib/trinsic_api/models/provider_contract.rb +182 -9
  56. data/lib/trinsic_api/models/provider_health.rb +40 -0
  57. data/lib/trinsic_api/models/provider_info.rb +40 -4
  58. data/lib/trinsic_api/models/provider_information.rb +40 -4
  59. data/lib/trinsic_api/models/provider_input.rb +10 -4
  60. data/lib/trinsic_api/models/recommend_request.rb +10 -4
  61. data/lib/trinsic_api/models/recommend_response.rb +40 -4
  62. data/lib/trinsic_api/models/recommendation_info.rb +10 -4
  63. data/lib/trinsic_api/models/refresh_step_content_request.rb +10 -4
  64. data/lib/trinsic_api/models/refresh_step_content_response.rb +20 -4
  65. data/lib/trinsic_api/models/result_collection.rb +30 -4
  66. data/lib/trinsic_api/models/result_collection_method.rb +1 -1
  67. data/lib/trinsic_api/models/session.rb +60 -4
  68. data/lib/trinsic_api/models/session_error_code.rb +1 -1
  69. data/lib/trinsic_api/models/session_ordering.rb +1 -1
  70. data/lib/trinsic_api/models/sex.rb +1 -1
  71. data/lib/trinsic_api/models/smart_id_input.rb +10 -4
  72. data/lib/trinsic_api/models/south_africa_nid_input.rb +20 -4
  73. data/lib/trinsic_api/models/spid_input.rb +10 -4
  74. data/lib/trinsic_api/models/step_refresh_info.rb +40 -4
  75. data/lib/trinsic_api/models/sub_provider_metadata.rb +50 -4
  76. data/lib/trinsic_api/models/trinsic_test_database_lookup_input.rb +10 -4
  77. data/lib/trinsic_api/models/trinsic_test_sub_providers_input.rb +10 -4
  78. data/lib/trinsic_api/version.rb +2 -2
  79. data/lib/trinsic_api.rb +3 -1
  80. data/spec/api/attachments_api_spec.rb +1 -1
  81. data/spec/api/network_api_spec.rb +1 -1
  82. data/spec/api/sessions_api_spec.rb +1 -1
  83. data/spec/api/well_known_api_spec.rb +44 -0
  84. data/spec/models/aadhaar_input_spec.rb +1 -1
  85. data/spec/models/address_spec.rb +1 -1
  86. data/spec/models/attachment_access_keys_spec.rb +1 -1
  87. data/spec/models/bangladesh_national_id_input_spec.rb +1 -1
  88. data/spec/models/brazil_cpf_check_input_spec.rb +1 -1
  89. data/spec/models/brazil_digital_cnh_input_spec.rb +1 -1
  90. data/spec/models/cancel_session_response_spec.rb +1 -1
  91. data/spec/models/create_advanced_provider_session_request_spec.rb +1 -1
  92. data/spec/models/create_advanced_provider_session_response_spec.rb +1 -1
  93. data/spec/models/create_hosted_provider_session_request_spec.rb +1 -1
  94. data/spec/models/create_hosted_provider_session_response_spec.rb +1 -1
  95. data/spec/models/create_widget_session_request_spec.rb +1 -1
  96. data/spec/models/create_widget_session_response_spec.rb +1 -1
  97. data/spec/models/document_data_spec.rb +1 -1
  98. data/spec/models/document_scan_attachments_spec.rb +1 -1
  99. data/spec/models/document_type_spec.rb +1 -1
  100. data/spec/models/get_attachment_request_spec.rb +1 -1
  101. data/spec/models/get_attachment_response_spec.rb +1 -1
  102. data/spec/models/get_session_response_spec.rb +1 -1
  103. data/spec/models/get_session_result_request_spec.rb +1 -1
  104. data/spec/models/get_session_result_response_spec.rb +1 -1
  105. data/spec/models/http_validation_problem_details_spec.rb +1 -1
  106. data/spec/models/identity_data_spec.rb +1 -1
  107. data/spec/models/idin_input_spec.rb +1 -1
  108. data/spec/models/indonesia_nik_input_spec.rb +1 -1
  109. data/spec/models/integration_capability_spec.rb +1 -1
  110. data/spec/models/integration_launch_method_spec.rb +1 -1
  111. data/spec/models/integration_step_spec.rb +1 -1
  112. data/spec/models/kenya_nid_input_spec.rb +1 -1
  113. data/spec/models/language_spec.rb +1 -1
  114. data/spec/models/list_provider_contracts_response_spec.rb +1 -1
  115. data/spec/models/list_providers_response_spec.rb +1 -1
  116. data/spec/models/list_sessions_response_spec.rb +1 -1
  117. data/spec/models/mexico_curp_input_spec.rb +1 -1
  118. data/spec/models/mobile_id_input_spec.rb +1 -1
  119. data/spec/models/nigeria_nin_input_spec.rb +1 -1
  120. data/spec/models/order_direction_spec.rb +1 -1
  121. data/spec/models/person_data_spec.rb +1 -1
  122. data/spec/models/philippine_match_input_spec.rb +1 -1
  123. data/spec/models/philippine_qr_input_spec.rb +1 -1
  124. data/spec/models/problem_details_spec.rb +1 -1
  125. data/spec/models/provider_attachments_spec.rb +1 -1
  126. data/spec/models/provider_contract_spec.rb +7 -1
  127. data/spec/models/provider_health_spec.rb +30 -0
  128. data/spec/models/provider_info_spec.rb +1 -1
  129. data/spec/models/provider_information_spec.rb +1 -1
  130. data/spec/models/provider_input_spec.rb +1 -1
  131. data/spec/models/recommend_request_spec.rb +1 -1
  132. data/spec/models/recommend_response_spec.rb +1 -1
  133. data/spec/models/recommendation_info_spec.rb +1 -1
  134. data/spec/models/refresh_step_content_request_spec.rb +1 -1
  135. data/spec/models/refresh_step_content_response_spec.rb +1 -1
  136. data/spec/models/result_collection_method_spec.rb +1 -1
  137. data/spec/models/result_collection_spec.rb +1 -1
  138. data/spec/models/session_error_code_spec.rb +1 -1
  139. data/spec/models/session_ordering_spec.rb +1 -1
  140. data/spec/models/session_spec.rb +1 -1
  141. data/spec/models/sex_spec.rb +1 -1
  142. data/spec/models/smart_id_input_spec.rb +1 -1
  143. data/spec/models/south_africa_nid_input_spec.rb +1 -1
  144. data/spec/models/spid_input_spec.rb +1 -1
  145. data/spec/models/step_refresh_info_spec.rb +1 -1
  146. data/spec/models/sub_provider_metadata_spec.rb +1 -1
  147. data/spec/models/trinsic_test_database_lookup_input_spec.rb +1 -1
  148. data/spec/models/trinsic_test_sub_providers_input_spec.rb +1 -1
  149. data/spec/spec_helper.rb +1 -1
  150. data/trinsic_api.gemspec +1 -1
  151. metadata +62 -54
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -38,9 +38,14 @@ module TrinsicApi
38
38
  }
39
39
  end
40
40
 
41
+ # Returns attribute mapping this model knows about
42
+ def self.acceptable_attribute_map
43
+ attribute_map
44
+ end
45
+
41
46
  # Returns all the JSON keys this model knows about
42
47
  def self.acceptable_attributes
43
- attribute_map.values
48
+ acceptable_attribute_map.values
44
49
  end
45
50
 
46
51
  # Attribute type mapping.
@@ -67,9 +72,10 @@ module TrinsicApi
67
72
  end
68
73
 
69
74
  # check to see if the attribute exists and convert string to symbol for hash key
75
+ acceptable_attribute_map = self.class.acceptable_attribute_map
70
76
  attributes = attributes.each_with_object({}) { |(k, v), h|
71
- if (!self.class.attribute_map.key?(k.to_sym))
72
- fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::SubProviderMetadata`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
+ if (!acceptable_attribute_map.key?(k.to_sym))
78
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::SubProviderMetadata`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
73
79
  end
74
80
  h[k.to_sym] = v
75
81
  }
@@ -134,6 +140,46 @@ module TrinsicApi
134
140
  true
135
141
  end
136
142
 
143
+ # Custom attribute writer method with validation
144
+ # @param [Object] id Value to be assigned
145
+ def id=(id)
146
+ if id.nil?
147
+ fail ArgumentError, 'id cannot be nil'
148
+ end
149
+
150
+ @id = id
151
+ end
152
+
153
+ # Custom attribute writer method with validation
154
+ # @param [Object] name Value to be assigned
155
+ def name=(name)
156
+ if name.nil?
157
+ fail ArgumentError, 'name cannot be nil'
158
+ end
159
+
160
+ @name = name
161
+ end
162
+
163
+ # Custom attribute writer method with validation
164
+ # @param [Object] description Value to be assigned
165
+ def description=(description)
166
+ if description.nil?
167
+ fail ArgumentError, 'description cannot be nil'
168
+ end
169
+
170
+ @description = description
171
+ end
172
+
173
+ # Custom attribute writer method with validation
174
+ # @param [Object] logo_url Value to be assigned
175
+ def logo_url=(logo_url)
176
+ if logo_url.nil?
177
+ fail ArgumentError, 'logo_url cannot be nil'
178
+ end
179
+
180
+ @logo_url = logo_url
181
+ end
182
+
137
183
  # Checks equality by comparing each attribute.
138
184
  # @param [Object] Object to be compared
139
185
  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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -37,9 +37,14 @@ module TrinsicApi
37
37
  }
38
38
  end
39
39
 
40
+ # Returns attribute mapping this model knows about
41
+ def self.acceptable_attribute_map
42
+ attribute_map
43
+ end
44
+
40
45
  # Returns all the JSON keys this model knows about
41
46
  def self.acceptable_attributes
42
- attribute_map.values
47
+ acceptable_attribute_map.values
43
48
  end
44
49
 
45
50
  # Attribute type mapping.
@@ -70,9 +75,10 @@ module TrinsicApi
70
75
  end
71
76
 
72
77
  # check to see if the attribute exists and convert string to symbol for hash key
78
+ acceptable_attribute_map = self.class.acceptable_attribute_map
73
79
  attributes = attributes.each_with_object({}) { |(k, v), h|
74
- if (!self.class.attribute_map.key?(k.to_sym))
75
- fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::TrinsicTestDatabaseLookupInput`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ if (!acceptable_attribute_map.key?(k.to_sym))
81
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::TrinsicTestDatabaseLookupInput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
76
82
  end
77
83
  h[k.to_sym] = v
78
84
  }
@@ -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.8.0
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
- attribute_map.values
35
+ acceptable_attribute_map.values
31
36
  end
32
37
 
33
38
  # Attribute type mapping.
@@ -52,9 +57,10 @@ module TrinsicApi
52
57
  end
53
58
 
54
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
55
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
56
- if (!self.class.attribute_map.key?(k.to_sym))
57
- fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::TrinsicTestSubProvidersInput`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ if (!acceptable_attribute_map.key?(k.to_sym))
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::TrinsicTestSubProvidersInput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
58
64
  end
59
65
  h[k.to_sym] = v
60
66
  }
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
13
13
  module TrinsicApi
14
- VERSION = '2.0.0'
14
+ VERSION = '2.0.1'
15
15
  end
data/lib/trinsic_api.rb CHANGED
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -60,6 +60,7 @@ require 'trinsic_api/models/philippine_qr_input'
60
60
  require 'trinsic_api/models/problem_details'
61
61
  require 'trinsic_api/models/provider_attachments'
62
62
  require 'trinsic_api/models/provider_contract'
63
+ require 'trinsic_api/models/provider_health'
63
64
  require 'trinsic_api/models/provider_info'
64
65
  require 'trinsic_api/models/provider_information'
65
66
  require 'trinsic_api/models/provider_input'
@@ -86,6 +87,7 @@ require 'trinsic_api/models/trinsic_test_sub_providers_input'
86
87
  require 'trinsic_api/api/attachments_api'
87
88
  require 'trinsic_api/api/network_api'
88
89
  require 'trinsic_api/api/sessions_api'
90
+ require 'trinsic_api/api/well_known_api'
89
91
 
90
92
  module TrinsicApi
91
93
  class << self
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,44 @@
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 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for TrinsicApi::WellKnownApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'WellKnownApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = TrinsicApi::WellKnownApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of WellKnownApi' do
30
+ it 'should create an instance of WellKnownApi' do
31
+ expect(@api_instance).to be_instance_of(TrinsicApi::WellKnownApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for interac_jwk
36
+ # @param [Hash] opts the optional parameters
37
+ # @return [nil]
38
+ describe 'interac_jwk test' do
39
+ it 'should work' do
40
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
41
+ end
42
+ end
43
+
44
+ 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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12
 
@@ -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.8.0
9
+ Generator version: 7.13.0
10
10
 
11
11
  =end
12
12