dear-inventory-ruby 0.1.18 → 0.1.19.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/CHANGELOG.md +18 -10
- data/README.md +4 -4
- data/docs/InventoryApi.md +2 -0
- data/lib/.DS_Store +0 -0
- data/lib/dear-inventory-ruby/.DS_Store +0 -0
- data/lib/dear-inventory-ruby/api/inventory_api.rb +3 -0
- data/lib/dear-inventory-ruby/version.rb +1 -1
- data/spec/.DS_Store +0 -0
- data/spec/api/inventory_api_spec.rb +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eed0b890d85866c7d4ba1448fd07fe0044c388fb7059194404c7f416702467ad
|
4
|
+
data.tar.gz: b25ca34825df3ee135131ab68e08c24eef35baf4836fb82aad9c24c2c703a107
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0877bf0d9f3145dd2fefae1a6de5c52e9fe5a5bb68a7e6d2f4e27ad8336aef6c70ae3b5bbe1447cf713044563ed1c41c8fa38dddf2d5d763871ff2cfcb16ef26'
|
7
|
+
data.tar.gz: b7398d4bd750075243b8238bcd9eae99dce44939ddbc6613b76736bf4612adad2266904180ca9969f13493af00db0fa0127f57be1ea7c07458ae112455e70e0a
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [0.1.19.1] - 2021-07-23
|
6
|
+
|
7
|
+
- Update gem version.
|
8
|
+
|
9
|
+
## [0.1.19] - 2021-07-23
|
10
|
+
|
11
|
+
- Support `Class` filter for getting `accounts`.
|
12
|
+
|
5
13
|
## [0.1.18] - 2021-06-07
|
6
14
|
|
7
15
|
- Update `faraday` version.
|
@@ -33,31 +41,31 @@ All notable changes to this project will be documented in this file.
|
|
33
41
|
|
34
42
|
## [0.1.11] - 2020-09-21
|
35
43
|
|
36
|
-
- Update limit of Comments in Customer model.
|
37
|
-
- Remove required conditions of Address Type in Customer Address model.
|
44
|
+
- Update limit of `Comments` in `Customer` model.
|
45
|
+
- Remove required conditions of `Address Type` in `Customer Address` model.
|
38
46
|
|
39
47
|
## [0.1.10] - 2020-09-04
|
40
48
|
|
41
|
-
- Add some fields to Contact and Customer models.
|
49
|
+
- Add some fields to `Contact` and `Customer` models.
|
42
50
|
- Update OpenAPI Generator version 4.3.1
|
43
51
|
|
44
52
|
## [0.1.9] - 2020-04-12
|
45
53
|
|
46
|
-
- Add new endpoint and model: Me
|
54
|
+
- Add new endpoint and model: `Me`
|
47
55
|
- Update OpenAPI Generator version 4.3.0
|
48
56
|
|
49
57
|
## [0.1.8] - 2020-02-16
|
50
58
|
|
51
|
-
- Remove the validations of attributes: Type
|
59
|
+
- Remove the validations of attributes: `Type`, `SystemAccount` because Dear API docs is not mapping for the result of API returned
|
52
60
|
|
53
61
|
## [0.1.7] - 2020-02-16
|
54
62
|
|
55
|
-
- Fix params of
|
63
|
+
- Fix params of `/account` GET
|
56
64
|
|
57
65
|
## [0.1.6] - 2020-02-15
|
58
66
|
|
59
|
-
- Add new endpoints and models: Account
|
60
|
-
- Update some models: Address
|
67
|
+
- Add new endpoints and models: `Account`, `PaymentTerm`, `Success`, `Tax`, `TaxComponent`
|
68
|
+
- Update some models: `Address`, `Contact`, `Customer`
|
61
69
|
|
62
70
|
## [0.1.5] - 2020-02-13
|
63
71
|
|
@@ -65,11 +73,11 @@ All notable changes to this project will be documented in this file.
|
|
65
73
|
|
66
74
|
## [0.1.4] - 2020-02-13
|
67
75
|
|
68
|
-
- Rename CustomerApi to InventoryApi
|
76
|
+
- Rename `CustomerApi` to `InventoryApi`
|
69
77
|
|
70
78
|
## [0.1.3] - 2020-02-12
|
71
79
|
|
72
|
-
- Add POST, PUT for customer endpoint.
|
80
|
+
- Add POST, PUT for `customer` endpoint.
|
73
81
|
|
74
82
|
## [0.1.2] - 2020-02-12
|
75
83
|
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ This specifing endpoints for DEAR Inventory API
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0.0
|
10
|
-
- Package version: 0.1.
|
10
|
+
- Package version: 0.1.19.1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://www.nnhan.me](https://www.nnhan.me)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build dear-inventory-ruby.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./dear-inventory-ruby-0.1.
|
27
|
+
gem install ./dear-inventory-ruby-0.1.19.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./dear-inventory-ruby-0.1.
|
30
|
+
(for development, run `gem install --dev ./dear-inventory-ruby-0.1.19.1.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 'dear-inventory-ruby', '~> 0.1.
|
36
|
+
gem 'dear-inventory-ruby', '~> 0.1.19.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/InventoryApi.md
CHANGED
@@ -416,6 +416,7 @@ opts = {
|
|
416
416
|
limit: '100', # String | Default is 100
|
417
417
|
code: 'code_example', # String | Default is nil
|
418
418
|
name: 'name_example', # String | Default is nil
|
419
|
+
_class: '_class_example', # String | Default is nil
|
419
420
|
type: 'type_example', # String | Default is nil
|
420
421
|
status: 'status_example' # String | Default is nil
|
421
422
|
}
|
@@ -438,6 +439,7 @@ Name | Type | Description | Notes
|
|
438
439
|
**limit** | **String**| Default is 100 | [optional] [default to '100']
|
439
440
|
**code** | **String**| Default is nil | [optional]
|
440
441
|
**name** | **String**| Default is nil | [optional]
|
442
|
+
**_class** | **String**| Default is nil | [optional]
|
441
443
|
**type** | **String**| Default is nil | [optional]
|
442
444
|
**status** | **String**| Default is nil | [optional]
|
443
445
|
|
data/lib/.DS_Store
ADDED
Binary file
|
Binary file
|
@@ -399,6 +399,7 @@ module DearInventoryRuby
|
|
399
399
|
# @option opts [String] :limit Default is 100 (default to '100')
|
400
400
|
# @option opts [String] :code Default is nil
|
401
401
|
# @option opts [String] :name Default is nil
|
402
|
+
# @option opts [String] :_class Default is nil
|
402
403
|
# @option opts [String] :type Default is nil
|
403
404
|
# @option opts [String] :status Default is nil
|
404
405
|
# @return [Accounts]
|
@@ -413,6 +414,7 @@ module DearInventoryRuby
|
|
413
414
|
# @option opts [String] :limit Default is 100
|
414
415
|
# @option opts [String] :code Default is nil
|
415
416
|
# @option opts [String] :name Default is nil
|
417
|
+
# @option opts [String] :_class Default is nil
|
416
418
|
# @option opts [String] :type Default is nil
|
417
419
|
# @option opts [String] :status Default is nil
|
418
420
|
# @return [Array<(Accounts, Integer, Hash)>] Accounts data, response status code and response headers
|
@@ -429,6 +431,7 @@ module DearInventoryRuby
|
|
429
431
|
query_params[:'Limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
430
432
|
query_params[:'Code'] = opts[:'code'] if !opts[:'code'].nil?
|
431
433
|
query_params[:'Name'] = opts[:'name'] if !opts[:'name'].nil?
|
434
|
+
query_params[:'Class'] = opts[:'_class'] if !opts[:'_class'].nil?
|
432
435
|
query_params[:'Type'] = opts[:'type'] if !opts[:'type'].nil?
|
433
436
|
query_params[:'Status'] = opts[:'status'] if !opts[:'status'].nil?
|
434
437
|
|
data/spec/.DS_Store
CHANGED
Binary file
|
@@ -109,6 +109,7 @@ describe 'InventoryApi' do
|
|
109
109
|
# @option opts [String] :limit Default is 100
|
110
110
|
# @option opts [String] :code Default is nil
|
111
111
|
# @option opts [String] :name Default is nil
|
112
|
+
# @option opts [String] :_class Default is nil
|
112
113
|
# @option opts [String] :type Default is nil
|
113
114
|
# @option opts [String] :status Default is nil
|
114
115
|
# @return [Accounts]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dear-inventory-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nhan Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -106,7 +106,9 @@ files:
|
|
106
106
|
- docs/TaxComponent.md
|
107
107
|
- docs/Taxes.md
|
108
108
|
- git_push.sh
|
109
|
+
- lib/.DS_Store
|
109
110
|
- lib/dear-inventory-ruby.rb
|
111
|
+
- lib/dear-inventory-ruby/.DS_Store
|
110
112
|
- lib/dear-inventory-ruby/api/inventory_api.rb
|
111
113
|
- lib/dear-inventory-ruby/api_client.rb
|
112
114
|
- lib/dear-inventory-ruby/api_error.rb
|