cns_openapi_ruby_client 1.0.3 → 1.0.4
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/cns_openapi_ruby_client-1.0.3.gem +0 -0
- data/lib/cns_openapi_ruby_client.rb +1 -1
- data/lib/cns_openapi_ruby_client/api/corporations_api.rb +5 -1
- data/lib/cns_openapi_ruby_client/api_error.rb +1 -1
- data/lib/cns_openapi_ruby_client/configuration.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/corporate_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/corporation.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/correct_code_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/process_code_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/response_wrapper.rb +1 -1
- data/lib/cns_openapi_ruby_client/version.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c289d4a72a7bcab169c9f5535a4bf365e911bcfcbd056d5415137cc2ba5ccbc6
|
4
|
+
data.tar.gz: a9fac690357c2e5b24b79d3e3271ec91c45237c21969f914e7dd187dc60de17a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb6d1951192b929c124e783206cd8c70a92fe22788aa8dbac818878fd46b4d9d6809cea485e9b568270847672460f283edfcec3659c9a7e794a4b7222ec8506f
|
7
|
+
data.tar.gz: 39eb046f4f4039d4ac62022b8d3419c68b936702ba2c2a4d6be525d6e55509d5b18daa0be687bf17e566232cd0f0ef8470b4e8d37da3eb9783d252f71bf6ec0f
|
Binary file
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Corporate number system API v4
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.0.
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.0.1
|
@@ -62,6 +62,10 @@ module CnsOpenapiRubyClient
|
|
62
62
|
if @api_client.config.client_side_validation && name.nil?
|
63
63
|
fail ArgumentError, "Missing the required parameter 'name' when calling CorporationsApi.get_corporations"
|
64
64
|
end
|
65
|
+
if @api_client.config.client_side_validation && name.to_s.length < 1
|
66
|
+
fail ArgumentError, 'invalid value for "name" when calling CorporationsApi.get_corporations, the character length must be great than or equal to 1.'
|
67
|
+
end
|
68
|
+
|
65
69
|
# verify the required parameter 'type' is set
|
66
70
|
if @api_client.config.client_side_validation && type.nil?
|
67
71
|
fail ArgumentError, "Missing the required parameter 'type' when calling CorporationsApi.get_corporations"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Corporate number system API v4
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.0.
|
6
|
+
The version of the OpenAPI document: 1.0.4
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.0.1
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module CnsOpenapiRubyClient
|
14
|
-
VERSION = '1.0.
|
14
|
+
VERSION = '1.0.4'
|
15
15
|
end
|
data/spec/configuration_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cns_openapi_ruby_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- cns_openapi_ruby_client-1.0.0.gem
|
79
79
|
- cns_openapi_ruby_client-1.0.1.gem
|
80
80
|
- cns_openapi_ruby_client-1.0.2.gem
|
81
|
+
- cns_openapi_ruby_client-1.0.3.gem
|
81
82
|
- cns_openapi_ruby_client.gemspec
|
82
83
|
- docs/CorporateType.md
|
83
84
|
- docs/Corporation.md
|