@chevre/factory 4.399.0-alpha.24 → 4.399.0-alpha.25

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.
Files changed (2) hide show
  1. package/lib/project.d.ts +0 -4
  2. package/package.json +1 -1
package/lib/project.d.ts CHANGED
@@ -58,10 +58,6 @@ export interface ISubscription {
58
58
  * プロダクトの複数カタログ管理を利用するかどうか
59
59
  */
60
60
  useMultipleProductCatalogs?: boolean;
61
- /**
62
- * メンバープログラムティア対応のイベントオファー使用有無
63
- */
64
- useEventOfferValidForMemberTier?: boolean;
65
61
  }
66
62
  export type IHasMerchantReturnPolicy = Pick<IMerchantReturnPolicy, 'sameAs' | 'typeOf'> & {
67
63
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.399.0-alpha.24",
3
+ "version": "4.399.0-alpha.25",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",