ne_api 0.0.18 → 0.0.20

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: 4058535da504717a4348f2f0b793f1c26f4c465df72d238b9cbbee946094e9d9
4
- data.tar.gz: f0a9b356e9f5939ebfb36b3e09cab34fc38dd5d3025f4ae9ffb486c76f18715a
3
+ metadata.gz: e241f3b24f869c7bcb7050bbee61f91d7c0c99c11bda2518281c8dbde419b803
4
+ data.tar.gz: a363f2cf97b9e42d46ca3ccab11f68a0ba54db984666f1e1e21c0988b16c3dd8
5
5
  SHA512:
6
- metadata.gz: 6a1a38eb9b522c48c1be2d384d88d1f7d32807b63e0188ef25a13ef52541750aba460cb1e8178e169c29e8d1c799e485a35d053a74bf49000131acc39e895f7a
7
- data.tar.gz: 9ffb2eb236e4f832201dda74318fd698b40628c0acbc9a73f8f5615c9ebc2b4ae1b6ca0cdc3f395d3b83774077dbd35d3ed980505500ed82afabd1508f76b5e7
6
+ metadata.gz: 1d9a90de06e6932495889e9df2894cc057a5d53f3f49f168792f4cb18ce1c40d20d199ebd7e47daa1b549dd691b572bd474302e32dac1ba83dcdb10f6886b746
7
+ data.tar.gz: dc0c006a3f0aedda28f2dbdc290eddf8f053152f7adab62979e0256854925b6d5771deafba3eec13356e5cbf1869a5f7aaeb850be9c6fdecb762a8b5b2a80e0a
data/config/api.yaml CHANGED
@@ -300,3 +300,12 @@
300
300
  - search
301
301
  :prefix: receive_order
302
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
+
304
+ :warehouse_stock:
305
+ :method:
306
+ - count
307
+ - search
308
+ - upload
309
+ :prefix: warehouse_stock
310
+ :fields: warehouse_id,goods_id,quantity,allocation_quantity,free_quantity
311
+
@@ -1,3 +1,3 @@
1
1
  module NeApi
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.20"
3
3
  end
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.18
4
+ version: 0.0.20
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: 2023-10-30 00:00:00.000000000 Z
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
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  requirements: []
177
177
  rubygems_version: 3.1.6
178
- signing_key:
178
+ signing_key:
179
179
  specification_version: 4
180
180
  summary: Next Engine API for ruby
181
181
  test_files: