@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.
Files changed (2) hide show
  1. package/lib/order.d.ts +0 -13
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.367.0-alpha.0",
3
+ "version": "4.367.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",