Export missing types and add OrderValidatorWrapper to hidden constructors
This commit is contained in:
		| @@ -43,6 +43,9 @@ export { | |||||||
|     DecodedLogEvent, |     DecodedLogEvent, | ||||||
|     ExchangeEventArgs, |     ExchangeEventArgs, | ||||||
|     TransactionEncoder, |     TransactionEncoder, | ||||||
|  |     BalanceAndAllowance, | ||||||
|  |     OrderAndTraderInfo, | ||||||
|  |     TraderInfo, | ||||||
| } from '@0xproject/contract-wrappers'; | } from '@0xproject/contract-wrappers'; | ||||||
|  |  | ||||||
| export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher'; | export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher'; | ||||||
|   | |||||||
| @@ -22,6 +22,9 @@ export { | |||||||
|     OrderInfo, |     OrderInfo, | ||||||
|     EventCallback, |     EventCallback, | ||||||
|     DecodedLogEvent, |     DecodedLogEvent, | ||||||
|  |     BalanceAndAllowance, | ||||||
|  |     OrderAndTraderInfo, | ||||||
|  |     TraderInfo, | ||||||
| } from './types'; | } from './types'; | ||||||
|  |  | ||||||
| export { Order, SignedOrder, AssetProxyId } from '@0xproject/types'; | export { Order, SignedOrder, AssetProxyId } from '@0xproject/types'; | ||||||
|   | |||||||
| @@ -39,6 +39,7 @@ export const docGenConfigs: DocGenConfigs = { | |||||||
|         'EtherTokenWrapper', |         'EtherTokenWrapper', | ||||||
|         'ExchangeWrapper', |         'ExchangeWrapper', | ||||||
|         'ForwarderWrapper', |         'ForwarderWrapper', | ||||||
|  |         'OrderValidatorWrapper', | ||||||
|         'TransactionEncoder', |         'TransactionEncoder', | ||||||
|     ], |     ], | ||||||
|     // Some types are not explicitly part of the public interface like params, return values, etc... But we still |     // Some types are not explicitly part of the public interface like params, return values, etc... But we still | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user