@chevre/factory 4.360.0-alpha.0 → 4.360.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.
|
@@ -172,9 +172,6 @@ export import IName = AnyEventFactory.IName;
|
|
|
172
172
|
* workPerformed->superEvent.workPerformed完全移行(2023-02-20~)
|
|
173
173
|
*/
|
|
174
174
|
export interface IAttributes extends Omit<AnyEventFactory.IAttributes, 'offers' | 'typeOf' | 'workPerformed'> {
|
|
175
|
-
/**
|
|
176
|
-
* コンテンツ
|
|
177
|
-
*/
|
|
178
175
|
/**
|
|
179
176
|
* 親イベント
|
|
180
177
|
* 施設コンテンツに相当
|
|
@@ -97,10 +97,6 @@ export interface ILocation {
|
|
|
97
97
|
* 名称
|
|
98
98
|
*/
|
|
99
99
|
name?: IMultilingualString;
|
|
100
|
-
/**
|
|
101
|
-
* カナ名称
|
|
102
|
-
*/
|
|
103
|
-
kanaName?: string;
|
|
104
100
|
}
|
|
105
101
|
export interface IAttributes extends Pick<EventFactory.IAttributes<EventType.ScreeningEventSeries>, 'project' | 'typeOf' | 'identifier' | 'name' | 'alternativeHeadline' | 'description' | 'duration' | 'endDate' | 'eventStatus' | 'headline' | 'location' | 'offers' | 'startDate' | 'workPerformed' | 'additionalProperty'> {
|
|
106
102
|
/**
|