@chevre/factory 4.352.0-alpha.7 → 4.352.0-alpha.8
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.
|
@@ -5,10 +5,6 @@ import { TaskName } from '../taskName';
|
|
|
5
5
|
export type IUseReservationObject = Pick<IReservationAsObject, 'id' | 'typeOf'>;
|
|
6
6
|
export type IData = Pick<IUseReservationActionAttributes, 'agent' | 'instrument' | 'location' | 'project' | 'typeOf'> & {
|
|
7
7
|
object: IUseReservationObject;
|
|
8
|
-
/**
|
|
9
|
-
* 発券前に予約アクションを実行するかどうか
|
|
10
|
-
*/
|
|
11
|
-
reserveIfNotYet: boolean;
|
|
12
8
|
};
|
|
13
9
|
export interface IAttributes extends TaskFactory.IAttributes {
|
|
14
10
|
name: TaskName.UseReservation;
|