@chevre/factory 9.0.0-alpha.0 → 9.0.0-alpha.1

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.
@@ -183,6 +183,9 @@ export interface ISearchConditions extends IBaseSearchConditions<TransactionType
183
183
  ids?: string[];
184
184
  };
185
185
  object?: {
186
+ confirmationNumber?: {
187
+ $eq?: string;
188
+ };
186
189
  orderNumber?: {
187
190
  $eq?: string;
188
191
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "9.0.0-alpha.0",
3
+ "version": "9.0.0-alpha.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [