@chevre/factory 4.329.0-alpha.13 → 4.329.0-alpha.15

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.
@@ -61,6 +61,9 @@ export interface ISearchConditions {
61
61
  $in?: string[];
62
62
  $nin?: string[];
63
63
  };
64
+ typeOf?: {
65
+ $eq?: string;
66
+ };
64
67
  };
65
68
  itemOffered?: {
66
69
  typeOf?: {
@@ -250,13 +250,13 @@ export interface ISearchConditions {
250
250
  id?: {
251
251
  $in?: string[];
252
252
  };
253
- includedInDataCatalog?: {
254
- /**
255
- * 記載カタログID
256
- */
257
- id?: {
258
- $in?: string[];
259
- };
253
+ };
254
+ includedInDataCatalog?: {
255
+ /**
256
+ * 記載カタログID
257
+ */
258
+ id?: {
259
+ $in?: string[];
260
260
  };
261
261
  };
262
262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.329.0-alpha.13",
3
+ "version": "4.329.0-alpha.15",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",