@chevre/factory 4.181.0-alpha.0 → 4.181.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { IPermit } from '../../../permit';
|
|
1
2
|
import { IAttributes as IMoneyTransferActionAttributes } from '../../transfer/moneyTransfer';
|
|
2
3
|
import * as RegisterActionFactory from '../register';
|
|
3
|
-
export declare type IObject =
|
|
4
|
+
export declare type IObject = IPermit;
|
|
4
5
|
export declare type IResult = any;
|
|
5
6
|
export interface IPotentialActions {
|
|
6
7
|
moneyTransfer: IMoneyTransferActionAttributes[];
|