@chevre/factory 4.320.0 → 4.321.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.
@@ -240,6 +240,11 @@ export interface IAttributes extends AssetTransactionFactory.IAttributes<IStartP
240
240
  */
241
241
  export declare type ITransaction = IExtendId<IAttributes>;
242
242
  export interface IObjectSearchConditions {
243
+ provider?: {
244
+ id?: {
245
+ $eq?: string;
246
+ };
247
+ };
243
248
  reservationFor?: {
244
249
  id?: {
245
250
  $eq?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.320.0",
3
+ "version": "4.321.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",