ne_api 0.0.7 → 0.0.8

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
  SHA1:
3
- metadata.gz: 9ba2584b0f80b58a0cd193e268fff61469e87a48
4
- data.tar.gz: fd4f78e5af5e7e72b30d1d7a83b1aad9776ea8ff
3
+ metadata.gz: 513863e09d75a54845b673ce09b203c1446b08b6
4
+ data.tar.gz: ba1d13e727682f7abb0825af75da9ac227318db4
5
5
  SHA512:
6
- metadata.gz: 5d1036c8ba7624900e7d7c790ba465b2fd3003dc73aef4f51f8ae1b0030949a1b6ecd8184b9c95f13fb3cf147db0d5d67ee6ccbe1e20154e460f6ae9589fb6cb
7
- data.tar.gz: 55f13ffa6a99e16fc161309cdfe97d6b6113dfe68c95a8a3f5c795a1bf8fa4e2fd267234713daf5a7cd7a856b87c2befb82bdfbee26fcc28c8073a3245bd3b48
6
+ metadata.gz: d332d720fecde7fd140bdbd7daf9d24324fa46547c7b7c2d84bfc7054776fb72f9efde3f2534fba48ebdad1761dda469a60968aec4d54fb1f527d9bb3bb00786
7
+ data.tar.gz: 516cf96a7d34fa39ebefeae7333459270c5143f7e4703ad2a8e912d331a0214ddab952fc08a71553983e7bcfa2b17a45e23e4f354c8cbe1f6df68bcae28e6d05
data/README.md CHANGED
@@ -108,6 +108,9 @@ end
108
108
 
109
109
  ## Update
110
110
 
111
+ ### ver0.0.8
112
+ * NextEngineのAPIにあわせて、最新の定義を追加
113
+
111
114
  ### ver0.0.6
112
115
  * Ruby2.2対応
113
116
  * リトライ回数のデフォルト値変更
data/config/api.yaml CHANGED
@@ -59,6 +59,8 @@
59
59
  - count
60
60
  - search
61
61
  - checkconnect
62
+ - create
63
+ - update
62
64
  :prefix: shop
63
65
  :fields: id,name,kana,abbreviated_name,handling_goods_name,note,mall_id,authorization_type_id,authorization_type_name,tax_id,tax_name,currency_unit_id,currency_unit_name,tax_calculation_sequence_id,type_id,deleted_flag
64
66
  :master_goodsimage:
@@ -211,7 +213,12 @@
211
213
  - divide
212
214
  :prefix: receive_order
213
215
  :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
214
-
216
+ :receiveorder_option:
217
+ :method:
218
+ - count
219
+ - search
220
+ :prefix: receive_order_option
221
+ :fields: receive_order_id,single_word_memo,message,noshi,rapping,1,2,3,4,5,6,7,8,9,10,received_time_shop_coupon,received_time_mall_coupon,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
215
222
  :receiveorder_row:
216
223
  :method:
217
224
  - count
@@ -228,5 +235,12 @@
228
235
  :method:
229
236
  - count
230
237
  - search
238
+ - update
231
239
  :prefix: confirm
232
240
  :fields: id,name,display_order,html,value,valid_flag
241
+ :receiveorder_paymentdeliveryconvert:
242
+ :method:
243
+ - count
244
+ - search
245
+ :prefix: payment_delivery_convert
246
+ :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
@@ -1,3 +1,3 @@
1
1
  module NeApi
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/spec/ne_api_spec.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
  require 'ne_api.rb'
3
3
 
4
- SEARCH_MODEL=["receiveorder_base", "receiveorder_row", "receiveorder_forwardingagent", "receiveorder_confirm", "master_goods", "master_stock", "master_mailtag", "master_goodstag", "master_supplier", "master_wholesale", "master_stockiohistory", "master_pagebase", "master_pagebasevariationoroption", "master_shop", "master_goodsimage", "master_goodsimagetag", "master_goodscategory", "system_que", "system_mall", "system_imagetag", "system_mallcategory"]
4
+ SEARCH_MODEL=["receiveorder_base", "receiveorder_row", "receiveorder_forwardingagent", "receiveorder_confirm", "receiveorder_option", "receiveorder_paymentdeliveryconvert", "master_goods", "master_stock", "master_mailtag", "master_goodstag", "master_supplier", "master_wholesale", "master_stockiohistory", "master_pagebase", "master_pagebasevariationoroption", "master_shop", "master_goodsimage", "master_goodsimagetag", "master_goodscategory", "system_que", "system_mall", "system_imagetag", "system_mallcategory"]
5
5
  INFO_MODEL=["login_user", "login_company", "system_credittype", "system_creditauthorizationcenter", "system_creditapprovaltype", "system_order", "system_ordercondition", "system_delivery", "system_fraction", "system_returnedreason", "system_canceltype", "system_orderstatus", "system_importantcheck", "system_confirmcheck", "system_customertype", "system_deposittype", "system_iotype", "system_select", "system_paymentmethod", "system_payout", "system_socialinsurance", "system_goodstype", "system_goodsstatus", "system_merchandise", "system_importtype", "system_forwardingmethod", "system_tax", "system_itemname", "system_pagestatus", "receiveorder_uploadpattern", "system_authorizationtype", "system_currencyunit"]
6
6
  describe 'searchについて' do
7
7
  before(:all) do
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuuna Kurita
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-21 00:00:00.000000000 Z
12
+ date: 2016-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler