@chevre/factory 4.329.0-alpha.12 → 4.329.0-alpha.14

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