@chevre/factory 4.367.0-alpha.0 → 4.367.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.
- package/lib/order.d.ts +0 -13
- package/package.json +1 -1
package/lib/order.d.ts
CHANGED
|
@@ -545,19 +545,6 @@ export interface ISearchConditions {
|
|
|
545
545
|
$eq?: string;
|
|
546
546
|
};
|
|
547
547
|
};
|
|
548
|
-
additionalProperty?: {
|
|
549
|
-
$all?: IPropertyValue<string>[];
|
|
550
|
-
$in?: IPropertyValue<string>[];
|
|
551
|
-
$nin?: IPropertyValue<string>[];
|
|
552
|
-
$elemMatch?: {
|
|
553
|
-
name?: {
|
|
554
|
-
/**
|
|
555
|
-
* 一致する名称の追加特性がひとつでも存在する
|
|
556
|
-
*/
|
|
557
|
-
$eq?: string;
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
};
|
|
561
548
|
broker?: {
|
|
562
549
|
id?: {
|
|
563
550
|
$eq?: string;
|