@chevre/factory 4.329.0-alpha.6 → 4.329.0-alpha.7

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.
@@ -82,6 +82,7 @@ export interface IUnitPriceOffer extends Pick<IOffer, 'project' | 'typeOf' | 'pr
82
82
  * ソート条件
83
83
  */
84
84
  export interface ISortOrder {
85
+ identifier?: SortType;
85
86
  'priceSpecification.price'?: SortType;
86
87
  }
87
88
  /**
@@ -145,6 +146,7 @@ export interface ISearchConditions {
145
146
  */
146
147
  id?: {
147
148
  $eq?: string;
149
+ $in?: string[];
148
150
  };
149
151
  };
150
152
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.329.0-alpha.6",
3
+ "version": "4.329.0-alpha.7",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",