@chevre/factory 4.316.0-alpha.2 → 4.316.0-alpha.4
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.
|
@@ -150,7 +150,7 @@ export interface IAttributes extends Pick<EventFactory.IAttributes<EventType.Scr
|
|
|
150
150
|
* 施設コンテンツ
|
|
151
151
|
*/
|
|
152
152
|
export declare type IEvent = EventFactory.IEvent<IAttributes>;
|
|
153
|
-
export declare type ICreateParams = Omit<IAttributes, 'location' | 'workPerformed' | 'coaInfo' | 'organizer' | '
|
|
153
|
+
export declare type ICreateParams = Omit<IAttributes, 'location' | 'workPerformed' | 'coaInfo' | 'organizer' | 'videoFormat' | 'alternativeHeadline'> & {
|
|
154
154
|
location: {
|
|
155
155
|
id: string;
|
|
156
156
|
};
|
|
@@ -8,6 +8,10 @@ import { TaskName } from '../taskName';
|
|
|
8
8
|
export declare type IActionObject = IScreeningEventAttributes[] | IScreeningEventSeriesAttributes[];
|
|
9
9
|
export interface IActionInstrument {
|
|
10
10
|
createScreeningEventSeriesIfNotExistByWorkPerformed: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* 全施設に施設コンテンツを作成するかどうか
|
|
13
|
+
*/
|
|
14
|
+
createScreeningEventSeriesOnAllLocation?: boolean;
|
|
11
15
|
}
|
|
12
16
|
export declare type IData = IActionAttributes<ActionType.CreateAction, IActionObject, any> & {
|
|
13
17
|
instrument: IActionInstrument;
|