@chevre/factory 4.280.0-alpha.1 → 4.280.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.
|
@@ -3,7 +3,7 @@ import { IMultilingualString } from './multilingualString';
|
|
|
3
3
|
import { IProject } from './project';
|
|
4
4
|
import { SortType } from './sortType';
|
|
5
5
|
import { IThing } from './thing';
|
|
6
|
-
export declare type CategorySetIdentifier = EventType.ScreeningEventSeries;
|
|
6
|
+
export declare type CategorySetIdentifier = EventType.ScreeningEvent | EventType.ScreeningEventSeries;
|
|
7
7
|
/**
|
|
8
8
|
* {@link https://schema.org/CategoryCodeSet}
|
|
9
9
|
*/
|
|
@@ -332,20 +332,6 @@ export declare type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod'> & {
|
|
|
332
332
|
*/
|
|
333
333
|
seller: ISeller4create;
|
|
334
334
|
};
|
|
335
|
-
export declare type IOffers4update = Pick<IOffer, 'unacceptedPaymentMethod'> & {
|
|
336
|
-
/**
|
|
337
|
-
* 最大予約数を指定
|
|
338
|
-
*/
|
|
339
|
-
eligibleQuantity: Pick<IEligibleQuantity, 'maxValue'>;
|
|
340
|
-
/**
|
|
341
|
-
* 興行IDを指定
|
|
342
|
-
*/
|
|
343
|
-
itemOffered: Pick<IItemOffered, 'id'>;
|
|
344
|
-
/**
|
|
345
|
-
* 販売者IDとアプリケーション設定
|
|
346
|
-
*/
|
|
347
|
-
seller: ISeller4create;
|
|
348
|
-
};
|
|
349
335
|
export declare type ICreateParams = Pick<IAttributes, 'project' | 'typeOf' | 'doorTime' | 'startDate' | 'endDate' | 'eventStatus' | 'additionalProperty'> & {
|
|
350
336
|
/**
|
|
351
337
|
* ルームコードとキャパシティを指定
|
|
@@ -360,16 +346,7 @@ export declare type ICreateParams = Pick<IAttributes, 'project' | 'typeOf' | 'do
|
|
|
360
346
|
/**
|
|
361
347
|
* イベント更新パラメータ
|
|
362
348
|
*/
|
|
363
|
-
export declare type IUpdateParams =
|
|
364
|
-
/**
|
|
365
|
-
* キャパシティを指定
|
|
366
|
-
*/
|
|
367
|
-
location: Pick<ILocation4create, 'maximumAttendeeCapacity'>;
|
|
368
|
-
/**
|
|
369
|
-
* 施設コンテンツIDを指定
|
|
370
|
-
*/
|
|
371
|
-
offers: IOffers4update;
|
|
372
|
-
};
|
|
349
|
+
export declare type IUpdateParams = ICreateParams;
|
|
373
350
|
/**
|
|
374
351
|
* ソート条件
|
|
375
352
|
*/
|