@@ -121,77 +121,21 @@ Object.defineProperty(exports, "__esModule", {
121121} ) ;
122122exports . multiClientMiddleware = undefined ;
123123
124- var _slicedToArray = function ( ) {
125- function sliceIterator ( arr , i ) {
126- var _arr = [ ] ; var _n = true ; var _d = false ; var _e = undefined ; try {
127- for ( var _i = arr [ Symbol . iterator ] ( ) , _s ; ! ( _n = ( _s = _i . next ( ) ) . done ) ; _n = true ) {
128- _arr . push ( _s . value ) ; if ( i && _arr . length === i ) break ;
129- }
130- } catch ( err ) {
131- _d = true ; _e = err ;
132- } finally {
133- try {
134- if ( ! _n && _i [ "return" ] ) _i [ "return" ] ( ) ;
135- } finally {
136- if ( _d ) throw _e ;
137- }
138- } return _arr ;
139- } return function ( arr , i ) {
140- if ( Array . isArray ( arr ) ) {
141- return arr ;
142- } else if ( Symbol . iterator in Object ( arr ) ) {
143- return sliceIterator ( arr , i ) ;
144- } else {
145- throw new TypeError ( "Invalid attempt to destructure non-iterable instance" ) ;
146- }
147- } ;
148- } ( ) ;
149-
150- var _extends = Object . assign || function ( target ) {
151- for ( var i = 1 ; i < arguments . length ; i ++ ) {
152- var source = arguments [ i ] ; for ( var key in source ) {
153- if ( Object . prototype . hasOwnProperty . call ( source , key ) ) {
154- target [ key ] = source [ key ] ;
155- }
156- }
157- } return target ;
158- } ;
124+ var _slicedToArray = function ( ) { function sliceIterator ( arr , i ) { var _arr = [ ] ; var _n = true ; var _d = false ; var _e = undefined ; try { for ( var _i = arr [ Symbol . iterator ] ( ) , _s ; ! ( _n = ( _s = _i . next ( ) ) . done ) ; _n = true ) { _arr . push ( _s . value ) ; if ( i && _arr . length === i ) break ; } } catch ( err ) { _d = true ; _e = err ; } finally { try { if ( ! _n && _i [ "return" ] ) _i [ "return" ] ( ) ; } finally { if ( _d ) throw _e ; } } return _arr ; } return function ( arr , i ) { if ( Array . isArray ( arr ) ) { return arr ; } else if ( Symbol . iterator in Object ( arr ) ) { return sliceIterator ( arr , i ) ; } else { throw new TypeError ( "Invalid attempt to destructure non-iterable instance" ) ; } } ; } ( ) ;
125+
126+ var _extends = Object . assign || function ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] ; for ( var key in source ) { if ( Object . prototype . hasOwnProperty . call ( source , key ) ) { target [ key ] = source [ key ] ; } } } return target ; } ;
159127
160128var _defaults = __webpack_require__ ( 2 ) ;
161129
162130var defaultOptions = _interopRequireWildcard ( _defaults ) ;
163131
164132var _getActionTypes3 = __webpack_require__ ( 0 ) ;
165133
166- function _interopRequireWildcard ( obj ) {
167- if ( obj && obj . __esModule ) {
168- return obj ;
169- } else {
170- var newObj = { } ; if ( obj != null ) {
171- for ( var key in obj ) {
172- if ( Object . prototype . hasOwnProperty . call ( obj , key ) ) newObj [ key ] = obj [ key ] ;
173- }
174- } newObj . default = obj ; return newObj ;
175- }
176- }
134+ function _interopRequireWildcard ( obj ) { if ( obj && obj . __esModule ) { return obj ; } else { var newObj = { } ; if ( obj != null ) { for ( var key in obj ) { if ( Object . prototype . hasOwnProperty . call ( obj , key ) ) newObj [ key ] = obj [ key ] ; } } newObj . default = obj ; return newObj ; } }
177135
178- function _defineProperty ( obj , key , value ) {
179- if ( key in obj ) {
180- Object . defineProperty ( obj , key , { value : value , enumerable : true , configurable : true , writable : true } ) ;
181- } else {
182- obj [ key ] = value ;
183- } return obj ;
184- }
136+ function _defineProperty ( obj , key , value ) { if ( key in obj ) { Object . defineProperty ( obj , key , { value : value , enumerable : true , configurable : true , writable : true } ) ; } else { obj [ key ] = value ; } return obj ; }
185137
186- function _toConsumableArray ( arr ) {
187- if ( Array . isArray ( arr ) ) {
188- for ( var i = 0 , arr2 = Array ( arr . length ) ; i < arr . length ; i ++ ) {
189- arr2 [ i ] = arr [ i ] ;
190- } return arr2 ;
191- } else {
192- return Array . from ( arr ) ;
193- }
194- }
138+ function _toConsumableArray ( arr ) { if ( Array . isArray ( arr ) ) { for ( var i = 0 , arr2 = Array ( arr . length ) ; i < arr . length ; i ++ ) { arr2 [ i ] = arr [ i ] ; } return arr2 ; } else { return Array . from ( arr ) ; } }
195139
196140function addInterceptor ( target , candidate , getState ) {
197141 if ( ! candidate ) return ;
@@ -567,10 +511,20 @@ Object.defineProperty(exports, 'getActionTypes', {
567511 return _getActionTypes . getActionTypes ;
568512 }
569513} ) ;
514+ Object . defineProperty ( exports , 'ERROR_SUFFIX' , {
515+ enumerable : true ,
516+ get : function get ( ) {
517+ return _getActionTypes . ERROR_SUFFIX ;
518+ }
519+ } ) ;
520+ Object . defineProperty ( exports , 'SUCCESS_SUFFIX' , {
521+ enumerable : true ,
522+ get : function get ( ) {
523+ return _getActionTypes . SUCCESS_SUFFIX ;
524+ }
525+ } ) ;
570526
571- function _interopRequireDefault ( obj ) {
572- return obj && obj . __esModule ? obj : { default : obj } ;
573- }
527+ function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { default : obj } ; }
574528
575529/***/ } )
576530/******/ ] ) ;
0 commit comments