trinsic_api 0.4.3 → 0.5.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/LICENSE +21 -0
- data/README.md +4 -4
- data/lib/trinsic_api/version.rb +1 -1
- metadata +23 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34a5b600bde2ba2e966b8e401db84d5b00501066d33bb58ca3abb379b5fba845
|
4
|
+
data.tar.gz: d15874e46bb2c134f1cf20a49cb283ef057d4887daf99c0631a0d082546a61f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99e8f32ab4a43df68f2d74eaa18d22426d5cd42f12104ea8cae95f8f51aeb6f2a8aaddb2f1ea66ea9f743832ca0a96ada9353abd91d19df2c1712ea9983da079
|
7
|
+
data.tar.gz: c141552cbe4cd3ee70d872791356f88d15db77cba031f13b55df54c46570c2a797cad508cb92283703177162e5a9d65073c69ed3b69adf661fa40147a986c4b5
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Trinsic Technologies, Inc.
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 0.
|
10
|
+
- Package version: 0.5.0
|
11
11
|
- Generator version: 7.8.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build trinsic_api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./trinsic_api-0.
|
27
|
+
gem install ./trinsic_api-0.5.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./trinsic_api-0.
|
30
|
+
(for development, run `gem install --dev ./trinsic_api-0.5.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'trinsic_api', '~> 0.
|
36
|
+
gem 'trinsic_api', '~> 0.5.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/lib/trinsic_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinsic_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trinsic
|
@@ -58,6 +58,7 @@ extensions: []
|
|
58
58
|
extra_rdoc_files: []
|
59
59
|
files:
|
60
60
|
- Gemfile
|
61
|
+
- LICENSE
|
61
62
|
- README.md
|
62
63
|
- Rakefile
|
63
64
|
- docs/Address.md
|
@@ -182,34 +183,34 @@ signing_key:
|
|
182
183
|
specification_version: 4
|
183
184
|
summary: Trinsic Api SDK
|
184
185
|
test_files:
|
186
|
+
- spec/api/attachments_api_spec.rb
|
185
187
|
- spec/api/network_api_spec.rb
|
186
188
|
- spec/api/sessions_api_spec.rb
|
187
|
-
- spec/api/attachments_api_spec.rb
|
188
|
-
- spec/models/order_direction_spec.rb
|
189
|
-
- spec/models/verification_spec.rb
|
190
|
-
- spec/models/failure_message_spec.rb
|
191
189
|
- spec/models/get_session_response_spec.rb
|
190
|
+
- spec/models/create_session_response_spec.rb
|
191
|
+
- spec/models/attachments_spec.rb
|
192
|
+
- spec/models/document_data_spec.rb
|
193
|
+
- spec/models/identity_data_spec.rb
|
194
|
+
- spec/models/disclosed_fields_spec.rb
|
195
|
+
- spec/models/session_state_spec.rb
|
196
|
+
- spec/models/verification_spec.rb
|
192
197
|
- spec/models/get_session_result_request_spec.rb
|
193
|
-
- spec/models/list_sessions_response_spec.rb
|
194
|
-
- spec/models/session_fail_code_spec.rb
|
195
198
|
- spec/models/identity_lookup_response_spec.rb
|
199
|
+
- spec/models/order_direction_spec.rb
|
200
|
+
- spec/models/person_data_spec.rb
|
201
|
+
- spec/models/session_spec.rb
|
202
|
+
- spec/models/list_providers_response_spec.rb
|
203
|
+
- spec/models/validation_result_spec.rb
|
196
204
|
- spec/models/session_ordering_spec.rb
|
197
|
-
- spec/models/get_session_result_response_spec.rb
|
198
|
-
- spec/models/identity_data_spec.rb
|
199
|
-
- spec/models/address_spec.rb
|
200
205
|
- spec/models/verification_fail_code_spec.rb
|
201
|
-
- spec/models/
|
202
|
-
- spec/models/
|
203
|
-
- spec/models/disclosed_fields_spec.rb
|
204
|
-
- spec/models/disclosed_fields_request_spec.rb
|
205
|
-
- spec/models/person_data_spec.rb
|
206
|
-
- spec/models/document_data_spec.rb
|
206
|
+
- spec/models/get_session_result_response_spec.rb
|
207
|
+
- spec/models/get_attachment_request_spec.rb
|
207
208
|
- spec/models/provider_info_spec.rb
|
208
|
-
- spec/models/attachments_spec.rb
|
209
|
-
- spec/models/session_state_spec.rb
|
210
209
|
- spec/models/cancel_session_response_spec.rb
|
211
|
-
- spec/models/
|
212
|
-
- spec/models/
|
213
|
-
- spec/models/
|
214
|
-
- spec/models/
|
210
|
+
- spec/models/failure_message_spec.rb
|
211
|
+
- spec/models/address_spec.rb
|
212
|
+
- spec/models/session_fail_code_spec.rb
|
213
|
+
- spec/models/disclosed_fields_request_spec.rb
|
214
|
+
- spec/models/list_sessions_response_spec.rb
|
215
|
+
- spec/models/create_session_request_spec.rb
|
215
216
|
- spec/spec_helper.rb
|