@chevre/factory 4.398.0-alpha.2 → 4.398.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.
package/lib/event/anyEvent.d.ts
CHANGED
|
@@ -279,10 +279,7 @@ export type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod'> & {
|
|
|
279
279
|
*/
|
|
280
280
|
seller: ISeller4create;
|
|
281
281
|
};
|
|
282
|
-
export type ICreateParams = Pick<IAttributes, '
|
|
283
|
-
/**
|
|
284
|
-
* ルームコードとキャパシティを指定
|
|
285
|
-
*/
|
|
282
|
+
export type ICreateParams = Pick<IAttributes, 'doorTime' | 'startDate' | 'endDate' | 'eventStatus' | 'additionalProperty' | 'identifier'> & {
|
|
286
283
|
location?: never;
|
|
287
284
|
offers: IOffers4create;
|
|
288
285
|
};
|
|
@@ -144,14 +144,8 @@ export type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod'> & {
|
|
|
144
144
|
*/
|
|
145
145
|
seller: ISeller4create;
|
|
146
146
|
};
|
|
147
|
-
export type ICreateParams = Pick<IAttributes, '
|
|
148
|
-
/**
|
|
149
|
-
* ルームコードとキャパシティを指定
|
|
150
|
-
*/
|
|
147
|
+
export type ICreateParams = Pick<IAttributes, 'doorTime' | 'startDate' | 'endDate' | 'eventStatus' | 'additionalProperty' | 'identifier' | 'maximumPhysicalAttendeeCapacity'> & {
|
|
151
148
|
location?: never;
|
|
152
|
-
/**
|
|
153
|
-
* 施設コンテンツIDを指定
|
|
154
|
-
*/
|
|
155
149
|
superEvent?: never;
|
|
156
150
|
offers: IOffers4create;
|
|
157
151
|
};
|