diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-11-12 21:04:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 21:04:28 +0800 |
commit | b866ce787ce276ae22095529002f63f8c374c75f (patch) | |
tree | 036a9001b08fd07dddd6c5336846c829377b4682 /packages/json-schemas/tsconfig.json | |
parent | c41622c20aea8ba89dc9899ff8b3ab6f22f53503 (diff) | |
parent | 4d5bc8b8eec4da97ff82c8785fb7c1f9392ca768 (diff) | |
download | dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar.gz dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar.bz2 dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar.lz dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar.xz dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.tar.zst dexon-sol-tools-b866ce787ce276ae22095529002f63f8c374c75f.zip |
Merge pull request #1250 from 0xProject/feature/json-schemas-connect
Move @0x/connect schemas to @0x/json-schemas
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r-- | packages/json-schemas/tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/json-schemas/tsconfig.json b/packages/json-schemas/tsconfig.json index 7b14166c0..a79d54385 100644 --- a/packages/json-schemas/tsconfig.json +++ b/packages/json-schemas/tsconfig.json @@ -44,6 +44,12 @@ "./schemas/zero_ex_transaction_schema.json", "./schemas/tx_data_schema.json", "./schemas/index_filter_values_schema.json", - "./schemas/whole_number_schema.json" + "./schemas/whole_number_schema.json", + "./schemas/asset_pairs_request_opts_schema.json", + "./schemas/orderbook_request_schema.json", + "./schemas/orders_request_opts_schema.json", + "./schemas/paged_request_opts_schema.json", + "./schemas/request_opts_schema.json", + "./schemas/order_config_request_schema.json" ] } |