ne_api 0.0.17 → 0.0.19
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/README.md +2 -0
- data/config/api.yaml +12 -2
- data/lib/ne_api/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f88a55bc99f54be75f828be49c98ba2f2c436a9afabd0a2ff34fe0292f96d1b
|
4
|
+
data.tar.gz: 88b3667284c9a969be0981d6e4ce0b93c98dc24dfa56205387fb80f3e4cdf89f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25544a77014d8144bbcb16fc8208461e6cbad384da6602a21c9de64ffa4c16bbc4e7fb5c097708cb1b7e6dbc572522956e365d27622add82184070c83ccfc917
|
7
|
+
data.tar.gz: 397d5d1cae70802d4b00ed98541283425477cfc7fd948d2eac14fcbff10861a0b6bb57cd827dc0b9fcd2850c1a3f5efca00b338a2e53bae40b2ddaa6a89e9f4e
|
data/README.md
CHANGED
data/config/api.yaml
CHANGED
@@ -295,6 +295,16 @@
|
|
295
295
|
- search
|
296
296
|
:prefix: set_stock
|
297
297
|
:fields: set_goods_id,free_quantity,advance_order_free_quantity,type_id,last_modified_date
|
298
|
-
|
299
|
-
|
298
|
+
:receiveorder_tax_account:
|
299
|
+
:method:
|
300
|
+
- search
|
301
|
+
:prefix: receive_order
|
302
|
+
:fields: id,request_amount_tax0,request_amount_tax8,request_amount_tax10,request_amount_tax_tax8,request_amount_tax_tax10,charge_amount_tax0,charge_amount_tax8,charge_amount_tax10,other_amount_tax0,other_amount_tax8other_amount_tax10,distributed_coupon_amount_tax0,distributed_coupon_amount_tax8,distributed_coupon_amount_tax10,coupon_amount_tax0,coupon_amount_tax8,coupon_amount_tax10,coupon_amount_distribute,distributed_point_amount_tax0,distributed_point_amount_tax8,distributed_point_amount_tax10,point_amount_tax0,point_amount_tax8,point_amount_tax10,point_amount_distribute,point_amount_payment
|
303
|
+
:warehouse_stock:
|
304
|
+
:method:
|
305
|
+
-count
|
306
|
+
- search
|
307
|
+
- upload
|
308
|
+
:prefix: warehouse_stock
|
309
|
+
:fields: warehouse_id,goods_id,quantity,allocation_quantity,free_quantity
|
300
310
|
|
data/lib/ne_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ne_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuuna Kurita
|
8
8
|
- Mika Koizumi
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-12-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -159,7 +159,7 @@ homepage: http://github.com/infinity-octaver/ne_api/
|
|
159
159
|
licenses:
|
160
160
|
- MIT
|
161
161
|
metadata: {}
|
162
|
-
post_install_message:
|
162
|
+
post_install_message:
|
163
163
|
rdoc_options: []
|
164
164
|
require_paths:
|
165
165
|
- lib
|
@@ -174,8 +174,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
- !ruby/object:Gem::Version
|
175
175
|
version: '0'
|
176
176
|
requirements: []
|
177
|
-
rubygems_version: 3.
|
178
|
-
signing_key:
|
177
|
+
rubygems_version: 3.1.6
|
178
|
+
signing_key:
|
179
179
|
specification_version: 4
|
180
180
|
summary: Next Engine API for ruby
|
181
181
|
test_files:
|