@chevre/factory 4.371.0 → 4.372.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.
@@ -183,4 +183,9 @@ export interface ISearchConditions<T extends TransactionType> {
183
183
  email?: string;
184
184
  };
185
185
  tasksExportationStatuses?: TransactionTasksExportationStatus[];
186
+ tasksExportAction?: {
187
+ actionStatus?: {
188
+ $eq?: ActionStatusType;
189
+ };
190
+ };
186
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.371.0",
3
+ "version": "4.372.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",