@chevre/domain 24.1.0-alpha.57 → 24.1.0-alpha.58
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.
|
@@ -11,7 +11,8 @@ const schemaDefinition = {
|
|
|
11
11
|
broker: mongoose_1.SchemaTypes.Mixed,
|
|
12
12
|
project: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
13
13
|
typeOf: { type: String, required: true },
|
|
14
|
-
identifier: [
|
|
14
|
+
// identifier: [SchemaTypes.Mixed],
|
|
15
|
+
identifier: mongoose_1.SchemaTypes.Mixed, // 廃止するためにMixed化(2026-06-12~)
|
|
15
16
|
name: String,
|
|
16
17
|
seller: mongoose_1.SchemaTypes.Mixed,
|
|
17
18
|
customer: mongoose_1.SchemaTypes.Mixed,
|
package/package.json
CHANGED