@chevre/factory 5.3.0-alpha.5 → 5.4.0-alpha.0

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.
@@ -53,7 +53,7 @@ interface IEventOffer extends Pick<IOffer, 'typeOf' | 'validFrom' | 'validThroug
53
53
  };
54
54
  /**
55
55
  * A pointer to the organization or person making the offer.
56
- * オファー提供者が定義された場合、オファー承認時にオファー提供者によって署名されたオファートークンが必須
56
+ * オファー提供者(外部組織)が定義された場合、オファー承認時にオファー提供者によって署名されたオファートークンが必須
57
57
  * その場合、有効期間、適用数量、対応アプリケーションはオファートークンのpayloadに従う
58
58
  */
59
59
  offeredBy?: {
@@ -103,9 +103,9 @@ interface ISearchConditions {
103
103
  };
104
104
  offeredBy?: {
105
105
  /**
106
- * オファー提供者ID
106
+ * オファー提供者コード
107
107
  */
108
- id?: {
108
+ identifier?: {
109
109
  $eq?: string;
110
110
  };
111
111
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.3.0-alpha.5",
3
+ "version": "5.4.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",