@chevre/factory 5.2.0-alpha.7 → 5.2.0-alpha.8

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.
@@ -26,14 +26,9 @@ interface ISingleEventOffer extends Pick<IOffer, 'typeOf' | 'availabilityEnds' |
26
26
  */
27
27
  validThrough: Date;
28
28
  availableAtOrFrom: IOfferAvailableAtOrFrom;
29
+ identifier?: never;
29
30
  validForMemberTier?: never;
30
31
  offeredBy?: never;
31
- /**
32
- * アプリケーションオファーコード
33
- * イベント内でユニーク必須
34
- * オファー発行者を指定する場合、必須
35
- */
36
- identifier?: string;
37
32
  }
38
33
  /**
39
34
  * メンバープログラムティア適用のイベントオファー
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.2.0-alpha.7",
3
+ "version": "5.2.0-alpha.8",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",