@chevre/factory 4.280.0-alpha.1 → 4.280.0-alpha.2

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.
@@ -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 = Pick<IAttributes, 'project' | 'typeOf' | 'doorTime' | 'startDate' | 'endDate' | 'eventStatus' | 'additionalProperty'> & {
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.280.0-alpha.1",
3
+ "version": "4.280.0-alpha.2",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",