@@ -6,75 +6,86 @@ var _account = require("./account");
66
77Object . keys ( _account ) . forEach ( function ( key ) {
88 if ( key === "default" || key === "__esModule" ) return ;
9+ if ( key in exports && exports [ key ] === _account [ key ] ) return ;
910 exports [ key ] = _account [ key ] ;
1011} ) ;
1112
1213var _card = require ( "./card" ) ;
1314
1415Object . keys ( _card ) . forEach ( function ( key ) {
1516 if ( key === "default" || key === "__esModule" ) return ;
17+ if ( key in exports && exports [ key ] === _card [ key ] ) return ;
1618 exports [ key ] = _card [ key ] ;
1719} ) ;
1820
1921var _cardAddress = require ( "./card-address" ) ;
2022
2123Object . keys ( _cardAddress ) . forEach ( function ( key ) {
2224 if ( key === "default" || key === "__esModule" ) return ;
25+ if ( key in exports && exports [ key ] === _cardAddress [ key ] ) return ;
2326 exports [ key ] = _cardAddress [ key ] ;
2427} ) ;
2528
2629var _cardTransaction = require ( "./card-transaction" ) ;
2730
2831Object . keys ( _cardTransaction ) . forEach ( function ( key ) {
2932 if ( key === "default" || key === "__esModule" ) return ;
33+ if ( key in exports && exports [ key ] === _cardTransaction [ key ] ) return ;
3034 exports [ key ] = _cardTransaction [ key ] ;
3135} ) ;
3236
3337var _contact = require ( "./contact" ) ;
3438
3539Object . keys ( _contact ) . forEach ( function ( key ) {
3640 if ( key === "default" || key === "__esModule" ) return ;
41+ if ( key in exports && exports [ key ] === _contact [ key ] ) return ;
3742 exports [ key ] = _contact [ key ] ;
3843} ) ;
3944
4045var _document = require ( "./document" ) ;
4146
4247Object . keys ( _document ) . forEach ( function ( key ) {
4348 if ( key === "default" || key === "__esModule" ) return ;
49+ if ( key in exports && exports [ key ] === _document [ key ] ) return ;
4450 exports [ key ] = _document [ key ] ;
4551} ) ;
4652
4753var _phone = require ( "./phone" ) ;
4854
4955Object . keys ( _phone ) . forEach ( function ( key ) {
5056 if ( key === "default" || key === "__esModule" ) return ;
57+ if ( key in exports && exports [ key ] === _phone [ key ] ) return ;
5158 exports [ key ] = _phone [ key ] ;
5259} ) ;
5360
5461var _reserve = require ( "./reserve" ) ;
5562
5663Object . keys ( _reserve ) . forEach ( function ( key ) {
5764 if ( key === "default" || key === "__esModule" ) return ;
65+ if ( key in exports && exports [ key ] === _reserve [ key ] ) return ;
5866 exports [ key ] = _reserve [ key ] ;
5967} ) ;
6068
6169var _ticker = require ( "./ticker" ) ;
6270
6371Object . keys ( _ticker ) . forEach ( function ( key ) {
6472 if ( key === "default" || key === "__esModule" ) return ;
73+ if ( key in exports && exports [ key ] === _ticker [ key ] ) return ;
6574 exports [ key ] = _ticker [ key ] ;
6675} ) ;
6776
6877var _transaction = require ( "./transaction" ) ;
6978
7079Object . keys ( _transaction ) . forEach ( function ( key ) {
7180 if ( key === "default" || key === "__esModule" ) return ;
81+ if ( key in exports && exports [ key ] === _transaction [ key ] ) return ;
7282 exports [ key ] = _transaction [ key ] ;
7383} ) ;
7484
7585var _user = require ( "./user" ) ;
7686
7787Object . keys ( _user ) . forEach ( function ( key ) {
7888 if ( key === "default" || key === "__esModule" ) return ;
89+ if ( key in exports && exports [ key ] === _user [ key ] ) return ;
7990 exports [ key ] = _user [ key ] ;
8091} ) ;
0 commit comments