@chevre/factory 4.367.0-alpha.7 → 4.367.0-alpha.9

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.
@@ -180,5 +180,11 @@ export interface ISearchConditions extends AssetTransactionFactory.ISearchCondit
180
180
  accountId?: {
181
181
  $eq?: string;
182
182
  };
183
+ /**
184
+ * 決済サービスタイプ
185
+ */
186
+ typeOf?: {
187
+ $eq?: string;
188
+ };
183
189
  };
184
190
  }
package/lib/order.d.ts CHANGED
@@ -503,6 +503,14 @@ export interface IAcceptedOffersSearchConditions {
503
503
  * 使用メンバーシップ
504
504
  */
505
505
  programMembershipUsed?: IProgramMembershipUsedSearchConditions;
506
+ reservedTicket?: {
507
+ /**
508
+ * 予約チケット識別子
509
+ */
510
+ identifier?: {
511
+ $eq?: string;
512
+ };
513
+ };
506
514
  };
507
515
  serialNumber?: {
508
516
  $eq?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.367.0-alpha.7",
3
+ "version": "4.367.0-alpha.9",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",