@chevre/factory 4.377.0-alpha.1 → 4.377.0-alpha.2
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as ReserveActionFactory from '../action/reserve';
|
|
2
1
|
import { IPointAward } from '../action/transfer/moneyTransfer';
|
|
3
2
|
import { ActionType } from '../actionType';
|
|
4
3
|
import * as AssetTransactionFactory from '../assetTransaction';
|
|
@@ -255,7 +254,6 @@ export interface IObject extends Pick<IReservationPackage, 'broker' | 'provider'
|
|
|
255
254
|
useHoldStockByTransactionNumber?: boolean;
|
|
256
255
|
}
|
|
257
256
|
export interface IPotentialActions {
|
|
258
|
-
reserve: ReserveActionFactory.IAttributes[];
|
|
259
257
|
}
|
|
260
258
|
export interface IAttributes extends AssetTransactionFactory.IAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
261
259
|
}
|