@chevre/factory 4.399.0-alpha.23 → 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.
@@ -103,7 +103,15 @@ interface ISearchConditions {
103
103
  };
104
104
  offeredBy?: {
105
105
  /**
106
- * オファー提供者ID(販売者あるいはプロジェクト)
106
+ * オファー提供者ID
107
+ */
108
+ id?: {
109
+ $eq?: string;
110
+ };
111
+ };
112
+ seller?: {
113
+ /**
114
+ * 提供販売者ID
107
115
  */
108
116
  id?: {
109
117
  $eq?: string;
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.23",
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",