ne_api 0.0.11 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2e50d0df961e9ea2fae94b8f1750db90fbf3c664ccc7cb92d53fc8cecc5153f
4
- data.tar.gz: ce31c8972ab1a9d14a1f4dc8319f488ce1ea5cf65425e88b7446ee2d8dfb7c56
3
+ metadata.gz: 9b6c28bd38101d3dff4801494ebf5d42645d1d3ffaab0a24743e4df1db063089
4
+ data.tar.gz: 5be6cf119446733dd05d39e45ef204d839c59f4301356ebeaca97cd006874a30
5
5
  SHA512:
6
- metadata.gz: d93da98898346f23af4b2ea448f5617a62039af8162ef34bc5802cc3ce3c3a2436fe58ce9bd77cbea3232a1ea74d349527150337a1da8e09f532f36a82ae0401
7
- data.tar.gz: 70d54d06f86e2380361153557b41b4f89c3a430cb6418562bd4ca44bb7cf4e62f15c2d5be9912c638b3706d16c01cc862b3c796ae2c76cd9380b21f1dcefae48
6
+ metadata.gz: c8cf2ac2e62ff839619df6512bc861e916118cea99f83043b28a7b7cf66efbd5b4de83065edbef50e3ddb54f9e2582c12ff1e5c2f323cddd03b33515cbde396f
7
+ data.tar.gz: d00e45ffa9ca2760a55f31d81f6144faa91a71973a07c774112fb475c0e46ccee05dd8e8c180ed029da51d41d37118be1ee2fbb30918b8336907c59b522ced97
data/README.md CHANGED
@@ -112,6 +112,14 @@ end
112
112
  5. Create a new Pull Request
113
113
 
114
114
  ## Update
115
+ ### ver0.0.15
116
+ * 商品ページ系APIに対応
117
+ ### ver0.0.14
118
+ * 受注伝票一括更新・納品書印刷済みの対応の修正
119
+
120
+ ### ver0.0.12
121
+ * 受注伝票一括更新・納品書印刷済み一括更新に対応
122
+
115
123
  ### ver0.0.11
116
124
  * NEのログイン認証方式に変更
117
125
 
data/config/api.yaml CHANGED
@@ -216,6 +216,8 @@
216
216
  - shipped
217
217
  - labelprinted
218
218
  - divide
219
+ - bulkupdate
220
+ - bulkupdatereceipted
219
221
  :prefix: receive_order
220
222
  :fields: shop_id,id,shop_cut_form_id,date,import_date,important_check_id,important_check_name,confirm_check_id,confirm_check_name,confirm_ids,mail_status,gruoping_tag,import_type_id,import_type_name,cancel_type_id,cancel_type_name,cancel_date,closed_after_edit_date,order_status_id,order_status_name,delivery_id,delivery_name,payment_method_id,payment_method_name,total_amount,tax_amount,charge_amount,delivery_fee_amount,other_amount,point_amount,goods_amount,deposit_amount,deposit_type_id,deposit_type_name,deposit_date,foreign_total_amount,foreign_tax_amount,foreign_charge_amount,foreign_delivery_fee_amount,foreign_other_amount,foreign_goods_amount,foreign_deposit_amount,note,include_possible_order_id,include_to_order_id,multi_delivery_parent_order_id,multi_delivery_parent_flag,statement_delivery_instruct_printing_date,statement_delivery_printing_date,statement_delivery_text,send_date,send_plan_date,send_sequence,worker_text,picking_instruct,picking_min_supplier_id,picking_min_goods_id,label_print_date,label_print_flag,hope_delivery_date,hope_delivery_time_slot_id,hope_delivery_time_slot_name,delivery_method_id,delivery_method_name,seal1_id,seal1_name,seal2_id,seal2_name,seal3_id,seal3_name,seal4_id,seal4_name,business_office_stop_id,business_office_stop_name,invoice_id,invoice_name,temperature_id,temperature_name,business_office_name,gift_flag,delivery_cut_form_id,delivery_cut_form_note,credit_type_id,credit_type_name,credit_approval_no,credit_approval_amount,credit_approval_type_id,credit_approval_type_name,credit_approval_date,credit_approval_rate,credit_number_payments,credit_authorization_center_id,credit_authorization_center_name,credit_approval_fax_printing_date,customer_type_id,customer_type_name,customer_id,purchaser_name,purchaser_kana,purchaser_zip_code,purchaser_address1,purchaser_address2,purchaser_tel,purchaser_fax,purchaser_mail_address,consignee_name,consignee_kana,consignee_zip_code,consignee_address1,consignee_address2,consignee_tel,consignee_fax,reminder_start_date,reminder_last_date,reminder_count,important_check_pic_id,important_check_pic_name,pic_id,pic_name,send_pic_id,send_pic_name,deleted_flag,creation_date,last_modified_date,last_modified_null_safe_date,creator_id,creator_name,last_modified_by_id,last_modified_by_null_safe_id,last_modified_by_name,last_modified_by_null_safe_name
221
223
  :receiveorder_option:
@@ -249,3 +251,38 @@
249
251
  - search
250
252
  :prefix: payment_delivery_convert
251
253
  :fields: text,type,multi_id,delivery_id,deleted_flag,creation_date,last_modified_date,creator_id,creator_name,last_modified_by_id,last_modified_by_name
254
+ :notice_execution:
255
+ :method:
256
+ - add
257
+ - count
258
+ - search
259
+ :prefix: execution_notice
260
+ :fields: id,success,title,content,read,creation_date,last_modified_date
261
+ :master_goods_page:
262
+ :method:
263
+ - count
264
+ - search
265
+ :prefix: goods_page
266
+ :fields: goods_code
267
+ :master_goods_page_variation:
268
+ :method:
269
+ - count
270
+ - search
271
+ :prefix: goods_page
272
+ :fields: goods_code,v_horizontal_name,v_vertical_name
273
+ :master_goods_page_option:
274
+ :method:
275
+ - count
276
+ - search
277
+ :prefix: goods_page
278
+ :fields: goods_code,o_option_name,o_option_value
279
+ :master_goods_page_shopcategory:
280
+ :method:
281
+ - count
282
+ - search
283
+ :prefix: goods_page
284
+ :fields: goods_code,c_shop_category_name
285
+
286
+
287
+
288
+
@@ -1,3 +1,3 @@
1
1
  module NeApi
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.15"
3
3
  end
data/lib/ne_api.rb CHANGED
@@ -115,7 +115,7 @@ module NeAPI
115
115
  get_key = "data"
116
116
  when "info"
117
117
  query = nil
118
- when "update", "upload", "receipted", "shipped", "labelprinted"
118
+ when "update", "upload", "receipted", "shipped", "labelprinted", "add", "bulkupdate", "bulkupdatereceipted"
119
119
  get_key = "result"
120
120
  when "divide"
121
121
  get_key = "receive_order_id"
data/ne_api.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_development_dependency "bundler", "~> 1.7"
21
+ spec.add_development_dependency "bundler"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
23
  spec.add_dependency 'faraday'
24
24
  spec.add_dependency 'oauth'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ne_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuuna Kurita
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-09-09 00:00:00.000000000 Z
12
+ date: 2021-12-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.7'
20
+ version: '0'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '1.7'
27
+ version: '0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -174,8 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0'
176
176
  requirements: []
177
- rubyforge_project:
178
- rubygems_version: 2.7.7
177
+ rubygems_version: 3.1.6
179
178
  signing_key:
180
179
  specification_version: 4
181
180
  summary: Next Engine API for ruby