@chevre/factory 4.316.0-alpha.2 → 4.316.0-alpha.3
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
|
};
|