cns_openapi_ruby_client 1.0.4 → 1.0.5
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bc81dc4ea9e26472d61773366c7be61fabb5ec8760a3b8f7c8d02ee7b86be2c
|
4
|
+
data.tar.gz: ef715df1e516f15219a46b839141c43e0cb80150e866e3484ef10080160c632e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 478a4dccedf2256f1837df5d02f85e2d22369a29eaff78d406fa38f6faaf3edb28b90f4743c6b79aa20393a5f288969712aed8e0065336d946cc6cec59c3cbaf
|
7
|
+
data.tar.gz: a649b4c7d82b59d43500146e6baf915617530ff2ec8655a08bbc6df9bd0dfadc9703bfd4ac223d8c7f800035f7ed5c6c2c7ae5c375833fd36e7c9321ec6b32c3
|
data/Gemfile.lock
CHANGED
Binary file
|
data/docs/Corporation.md
CHANGED
@@ -18,8 +18,8 @@
|
|
18
18
|
| **street_number** | **String** | 法人番号保有者の本店又は主たる事務所の所在地の丁目番地等。 | [optional] |
|
19
19
|
| **address_image_id** | **Integer** | 国内所在地イメージIDは、 イメージファイルを閲覧するために指定する値(情報)。 | [optional] |
|
20
20
|
| **prefecture_code** | **Integer** | 都道府県コード。データを取り込み、名寄せ作業や不要なデータを識別する際、 当該コードを活用することにより、効率的な作業を行うことができる。 | [optional] |
|
21
|
-
| **city_code** | **
|
22
|
-
| **post_code** | **
|
21
|
+
| **city_code** | **String** | 市区町村コード | [optional] |
|
22
|
+
| **post_code** | **String** | 国内所在地の文字情報を基に設定した郵便番号。 | [optional] |
|
23
23
|
| **address_outside** | **String** | 本店又は主たる事務所の所在地が国外にある法人番号保有者の 国外における本店又は主たる事務所の所在地を示すデータ項目。 | [optional] |
|
24
24
|
| **address_outside_image_id** | **Integer** | 国外所在地イメージIDは、 イメージファイルを閲覧するために指定する値(情報)。 | [optional] |
|
25
25
|
| **close_date** | **Date** | 登記記録の閉鎖等の事由が生じた年月日を表す。 | [optional] |
|
@@ -183,8 +183,8 @@ module CnsOpenapiRubyClient
|
|
183
183
|
:'street_number' => :'String',
|
184
184
|
:'address_image_id' => :'Integer',
|
185
185
|
:'prefecture_code' => :'Integer',
|
186
|
-
:'city_code' => :'
|
187
|
-
:'post_code' => :'
|
186
|
+
:'city_code' => :'String',
|
187
|
+
:'post_code' => :'String',
|
188
188
|
:'address_outside' => :'String',
|
189
189
|
:'address_outside_image_id' => :'Integer',
|
190
190
|
:'close_date' => :'Date',
|
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.5
|
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-04-
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -79,6 +79,7 @@ files:
|
|
79
79
|
- cns_openapi_ruby_client-1.0.1.gem
|
80
80
|
- cns_openapi_ruby_client-1.0.2.gem
|
81
81
|
- cns_openapi_ruby_client-1.0.3.gem
|
82
|
+
- cns_openapi_ruby_client-1.0.4.gem
|
82
83
|
- cns_openapi_ruby_client.gemspec
|
83
84
|
- docs/CorporateType.md
|
84
85
|
- docs/Corporation.md
|