@chevre/factory 4.352.0-alpha.11 → 4.352.0-alpha.12

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.
package/lib/action.d.ts CHANGED
@@ -113,6 +113,11 @@ export interface ISearchConditions {
113
113
  $in?: string[];
114
114
  };
115
115
  };
116
+ instrument?: {
117
+ transactionNumber?: {
118
+ $eq?: string;
119
+ };
120
+ };
116
121
  location?: {
117
122
  id?: {
118
123
  $eq?: string;
package/lib/order.d.ts CHANGED
@@ -533,6 +533,9 @@ export interface IAcceptedOffersSearchConditions {
533
533
  */
534
534
  programMembershipUsed?: IProgramMembershipUsedSearchConditions;
535
535
  };
536
+ serialNumber?: {
537
+ $eq?: string;
538
+ };
536
539
  }
537
540
  /**
538
541
  * 注文検索条件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.352.0-alpha.11",
3
+ "version": "4.352.0-alpha.12",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",