@chevre/factory 4.367.0-alpha.8 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.367.0-alpha.8",
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",