@chevre/factory 9.1.0 → 9.2.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.
@@ -572,6 +572,12 @@ export interface ISearchConditions {
572
572
  * 顧客条件
573
573
  */
574
574
  customer?: ICustomerSearchConditions;
575
+ /**
576
+ * 注文取引ID
577
+ */
578
+ identifier?: {
579
+ $eq?: string;
580
+ };
575
581
  /**
576
582
  * 注文番号リスト
577
583
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [