Export missing types and add OrderValidatorWrapper to hidden constructors

This commit is contained in:
Brandon Millman
2018-08-28 12:03:21 -07:00
parent 2c846ff145
commit 9c4c4fb19a
3 changed files with 7 additions and 0 deletions

View File

@@ -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';

View File

@@ -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';

View File

@@ -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